r/Ubuntu

Image 1 — Signal from display port is stuck in 4x3 but hdmi is normal
Image 2 — Signal from display port is stuck in 4x3 but hdmi is normal
Image 3 — Signal from display port is stuck in 4x3 but hdmi is normal
Image 4 — Signal from display port is stuck in 4x3 but hdmi is normal
▲ 4 r/Ubuntu+2 crossposts

Signal from display port is stuck in 4x3 but hdmi is normal

I’m not sure why but my display port on my pc won’t let me change the resolution. It’s a new monitor and changing resolution on it doesn’t work either. Both hdmi and display port are plugged into the gpu. Also the pc is running on Ubuntu

Any suggestions?
Thanks

u/unHoly_ghost6 — 23 hours ago
▲ 599 r/Ubuntu

Switched completely to Ubuntu a few months ago — why the online hostility toward it misses the big picture

I’ve been a fan of Linux for a long time, and a few months ago I finally made the full switch over to Linux specifically Ubuntu. That got me thinking about the current online narrative and all the hostility directed toward Ubuntu lately.

Sure, it’s mostly a vocal minority people who are happily using Ubuntu aren't usually posting about it every day but so many people fail to realize just how crucial this distro actually is. Desktop Linux is where it is today largely thanks to Canonical and Ubuntu.

Here is my perspective as someone who tries to look at PCs through the eyes of everyday users:

  • Lowering the barrier to entry: Years ago, Ubuntu brought Linux to the masses. It made installing and using Linux feel less like piloting a space shuttle at launch. It pushed the entire ecosystem forward, and every release keeps making things better not just for Ubuntu, but for all the distros that follow its lead.
  • The foundation for derivatives: People often recommend Mint or Pop!_OS, claiming they are "so much better." But they are great precisely because of Ubuntu's solid foundation. They rely heavily on Canonical's base, package management, and server infrastructure.
  • The Snap debate: A lot of people advise against Ubuntu purely because of Snaps. While power users might have valid technical criticisms, average users couldn't care less about packaging formats. Having a single App Center where everything "just works" is convenient as hell. Complaining about it to a beginner is like criticizing the Google Play Store because they aren't sideloading APKs.

The more I use it, the more Ubuntu feels like macOS for standard PCs. Everything just works, and regular users don't need to care about the under-the-hood mechanics.

Do you agree, or do you see it differently? Would love to hear your thoughts.

P.S. Just to be clear, I’m not looking to start any flame wars or drama here just hoping for a friendly, civil discussion.

u/ShopAltruistic898 — 1 day ago
▲ 481 r/Ubuntu

Ubuntu is great, why does it get such a bad rep?

It's great to do a fresh install of Ubuntu and not have to configure anything. I can just install the software I need and get work done. Peace of mind is the best feature and OS can have, that's why people liked Win7 so much and still hate Win11.

Sure, snaps are basically useless; You're better off getting the tar.gz. and .deb for most software. But it works fine for Firefox, so I'm not getting rid of them, for now...

Obviously, there are better Linux Distros for different use cases, but it can quickly turn into an obsession, which can be bad sometimes...

Fedora is great as well, but I prefer LTS, I don't realy want to upgrade the whole thing every 6 or 9 months

u/john-gracie — 2 days ago
▲ 3 r/Ubuntu

Install of Ubuntu 26.04 LTS on Asus WS Pro WRX80E-SAGE SE Wifi system hangs at splash screen

I have done some internet research on why the Ubuntu installer may be hanging for this motherboard but because it is an older motherboard everything I found was dated and I am hoping someone will have an idea as to what may be happening. I first set the following BIOS settings:

  • Fast Boot: Disabled
  • CSM: Disabled
  • Boot/Secure Boot state OS Type: set to Other OS
  • USB Configuration Legacy USB Support set to Enabled & XHCI Handoff Enabled (tried disabling both with no change)

I created the install USB by downloading Ubuntu 26.04 LTS Iso and using Rufus to store on USB 2.0 device. The USB was placed in one of the rear IO panel USB 3 slots and the system was booted through UEFI. I get to the GRUB Menu where I selected "Try Ubuntu or Install", I also tried "Ubuntu (Safe Graphics)", and the Ubuntu splash screen was displayed. The USB drive was accessed several times, then not accessed again and the system was hung and never started the install. Hitting the Escape key displayed the screen captured I attached. The system configuration is as follows:

  • Motherboard: Asus WS Pro WRX80E-Sage SE Wifi
  • BIOS: ver 1801 dated 10/16/2025 (latest version)
  • Processor: Ryzen Threadripper PRO 3955WX
  • DRAM: 128GB DDR4 2666 MHz ECC RDIMM (passed Memtest86 multiple times)
  • NVME: Corsair MP600 Pro MPX (4 TB)
  • GPU: EVGA RTX 3060 12GB in PCIe Slot 1

Windows 11 25H2 USB 3 flash did boot on this system. Any suggestion as to what I should try to get pass the splash screen would be very appreciated.

u/Plugh_Xyzzy — 23 hours ago
▲ 8 r/Ubuntu

Can anyone advise how to update this package?

So I seen this package in the package center for weeks now. I have performed system updates, manually updated this package via package center, and used terminal with sudo apt update/upgrade - with no success. Every other update updates fine, it's just this one that remains.

Clicking on the package, it provides an error message "PakageKit error... packageNotFound. Package ID 'nautilus;1:50.2.2-0ubuntu0.1;amd64;ubuntu-resolute-updates-main' is not available as an update candidate". If I check Component summaries, all prod services are marked as operational. And any outages have been resolved for some time now. It's just this one package that will not update. Nothing makes the update go away. Does any one have ideas on what I should be doing for this?

OS: Ubuntu 26.04 LTS

Firmware: 03.19

GNOME: 50

▲ 2 r/Ubuntu+1 crossposts

Looking for a proper way to manage user-level package installations on Linux

Looking for a proper way to manage user-level package installations on Linux

I'm trying to find a way to manage which user installed which package on Linux.

Coming from Windows, I was expecting something similar to:

  • Install for me (Alex)
  • Install for all users

But I couldn't find an equivalent workflow in Ubuntu. With apt, packages are generally installed system-wide, so I'm looking for a package manager or approach that lets me install applications only for my user without affecting the rest of the system.

I spent quite a bit of time researching this and found a few options.

1. Homebrew

I found Homebrew, which can install packages into its own directory such as /home/linuxbrew, keeping its files separate from the system package manager.

However, I wasn't sure if this is really the right solution for what I'm trying to achieve.

2. Flatpak

I then looked at Flatpak:

flatpak --user install flathub <package>

This seemed much closer to what I wanted because it supports per-user installations.

However, I ran into a problem: Nmap isn't available as a Flathub application, so I couldn't install it this way:

flatpak --user install flathub nmap

3. Nix

After that I spent another day researching and came across Nix.

Nix looked very promising for user-level package management, but while experimenting with the installation on Ubuntu, I noticed a large number of system users being created. At one point I saw users in the range of roughly 3000 IDs, which honestly freaked me out.

I stopped the installation because I wasn't comfortable continuing without understanding why this was happening.

I also found that Nix can use a daemon-based setup, which made me wonder whether it would be a good choice for my low-end machine.

4. Containers / Toolbox / Distrobox

After around two days of research, I found another approach: using containers specifically for development environments, such as Toolbox or Distrobox.

I came across this idea from another Reddit discussion:

https://www.reddit.com/r/linuxquestions/comments/1obz8eb/how_to_manage_installations_at_user_level_not/

This seems interesting because I could have an isolated Linux environment where I install whatever packages I need without modifying the host system.

But I'm not sure whether this is overkill for something as simple as installing nmap.

5. Compile from source

Another suggestion I got from ChatGPT was to download the source code and compile it inside my user directory, for example:

/home/alex/.local

and then add the appropriate directory to $PATH.

This technically works, but I don't like the idea because dependency management, updates, and uninstalling become much harder to track.

What I'm actually looking for

Ideally, I want something like:

System
├── apt
│   └── packages available to all users
│
└── Alex
    └── user-level package manager
        ├── nmap
        ├── other CLI tools
        └── their dependencies

Something where I can install:

some-package-manager install nmap

and have everything owned/managed by my user, without modifying /usr, without requiring root, and preferably without running a permanent daemon.

It would also be great if the package manager handled:

  • Dependencies
  • Updates
  • Uninstallation
  • Version management
  • PATH/environment setup

So what is the normal/recommended Linux way to handle this?

Am I trying to solve a problem that Linux intentionally approaches differently, or is there a package manager/tool that I'm overlooking?

Any suggestions or explanations of how experienced Linux users handle this would be appreciated.

reddit.com
u/FusionMaster-04 — 1 day ago
▲ 4 r/Ubuntu

I just installed Ubuntu lts how can i optimize it for max performance for my Lenovo g500?

My laptop has a i3 and 8gb ram and a hdd but i dont know what im doing

reddit.com
u/Damian_Miller29 — 2 days ago
▲ 17 r/Ubuntu+1 crossposts

Why is it Red :c

Half my screen decided to just be red?!

It otherwise works, my mouse can be seen even on the red side. I think its software, because my Windows install on the second NVME still works. So since I wanted to anyway, I just reinstalled everything and switched to Zorin just because. But it happend again.

Has anybody any idea on this? Why would it happen again after a complete wipe?

Thanks

Additional Info: My second screen works normally It is now black but still the same issue

Solution: https://www.reddit.com/r/zorinos/s/yb87YxuDjB

That was very quick, thanks to everyone. Apparently it was bad firmware and I needed to roll back an update.

u/schmebjulock — 2 days ago
▲ 6 r/Ubuntu+3 crossposts

Bizzare freezing issue whilst booting on Zorin OS

Hello, I have a confusing problem and I don't know what to do. I also tried to get help from Claude, which did work kinda, but eventually even Claude gave up.

The problem is that for some reason my system freezes after I unlock LUKS, right when the Zorin text appears. It's not fully frozen animations play normally, but nothing happens. Shortcuts don't work either, nothing works.

The first time this happened, I thought maybe it was an issue caused by Secure Boot and the automatic LUKS unlock with TPM2, which I set up a few days ago. So I disabled Secure Boot and rebooted. The time before, it had frozen before unlocking Secure Boot; this time I could unlock it, but it froze right after.

Then I tried nomodeset, which worked, it actually booted and the issue seemed gone. But then I booted again without nomodeset, and to my surprise, it still worked. So I tried enabling Secure Boot again, and for some reason that also worked. This went on for a few reboots, but after about 3-4 reboots, I had the same problem again and this time, neither disabling Secure Boot nor setting nomodeset helped.

So I booted into recovery mode. That didn't help either it froze right on the screen where I can choose what to do next (resume boot normally, or something else).

I then tried a different kernel, thinking maybe it was a kernel problem. I pinned the 6.17 something kernel, since with the 7.x kernel I have issues resuming after suspend when opening my laptop lid. I thought maybe it was a kernel issue, but it's not, same problem with the 7.x kernel.

I even thought maybe it was a hardware problem, since you never know, so I ran the Lenovo diagnostics tool and it found no problems. There was also no issue booting and using live Linux distros from a USB stick.

I need help I have no ideas left.

reddit.com
u/Ok-Play-5758 — 2 days ago
▲ 7 r/Ubuntu

What are the advantages of Ubuntu server over Debian server?

I Recently got a VPS, was deciding between putting Ubuntu or Debian on it, decided on Ubuntu because they already provide the image and install it automatically.

But what are the real advantages of Ubuntu server over pure Debian?

reddit.com
u/ahmedz4de — 2 days ago
▲ 74 r/Ubuntu

Revived an old laptop today and installed ubuntu

It last ran i think way back 2020, this was my dad's old laptop

🔧 Today's little activity:

Replaced the failing mechanical HDD with an SSD

Added RAM using the available slot

Backed up and secured important data

Troubleshot BIOS/UEFI and bootloader issues

Performed a clean, bare-metal installation of Ubuntu Linux

Got the system booting and running properly again

And it worked. 🐧💻

Any tips for ubuntu beginners? Thanks

u/Quiet-Ant-7101 — 2 days ago
▲ 0 r/Ubuntu+1 crossposts

Ubuntu Server IP

Hello everyone,

I just installed Ubuntu Server on my old desktop but I can't seem to get an IP address, when I enter "hostname -I" I just get a bunch of numbers instead of an IP address. Any idea, what the problem is? Tnx

reddit.com
u/QuestionsForSmarts — 2 days ago
▲ 21 r/Ubuntu

Made a switch from linux to Mac and Regretting it now

hi I used to have a acer aspire from 2019, intel i3 10110u and und 620 graphics installed a 4gb ram stick and in total 8gb ram and 512gig ssd,

I installed ubuntu because it couldn't run windows properly and switched to ubuntu as my mentor suggested, it was almost 3years ago,

there were many problems on first like wifi glitch, performance problem also not having many apps and I admit I used Ai to help me use terminal for many kind of works

it wasn't slow but not snappier so I switched to Mac thinking just that the switch would just take some time (m4 15inch 24 512) BUT I WAS WRONG

it's been two days since using it and I am having anxiety like what if something breaks, what if it gets dent, what if a little dust goes inside it like I am paranoid, I bought this thinking it would go with my for 8 to 10 years at least but I am getting paranoid in every step

also the animations are good but I don't know how terminal works I miss the snappy feeling of low animation of linux

also I used to use that machine solely thinking of my work but now it's like I am getting no work done and majorly over thinking about this laptop

thanks for reading any suggestions?
thinking of buying apple care plus but I am a student don't have any way to make money in India, for 3 year it's like 250bucks here and I already pushed all the budget for this machine for longevity and I can't tell my parents to give me more, I am gonna start college next year and apple care plus has to be taken within 2months of purchase

>

reddit.com
u/Pleasant_Heat_7933 — 3 days ago
▲ 2 r/Ubuntu

Making / partition larger?

I’ve built an Ubuntu 26.04 machine inside VirtualBox. I made the VB storage container too small initially as it turned out, and I’ve expanded the container size to be significantly larger.

The / partition is near or at 100%, and I’d like to expand it if possible rather than burning it down and starting over. I’ve searched the webs, each article seems to describe a different methodology to expand partitions, but not explicitly the / partition.

Any thoughts here? Doable?

reddit.com
u/Salmundo — 2 days ago
▲ 1 r/Ubuntu+1 crossposts

How to download this annoying prompt when downloading things (when the system detects previous deleted file was deleted)

u/falseprophet9 — 2 days ago
▲ 1 r/Ubuntu

My input mic level drops automatically! HELP!

My input volume drops automatically and I’m in a call. I’m resetting the volume manually and it’s dropping in a minute again and again. The person on the other end cannot hear a single thing when it’s dropped.

How to fix this? Please help.😭

u/priyankarkoley — 2 days ago
▲ 10 r/Ubuntu

Am I missing a setting somewhere, or is there really no way to get an exact date/time to display in Nautilus for files?

All of my files for modification and creation have these vague "XX days/months/years ago" designations. I would like to be able to see the actual date and time to use as a sorting option and filter.

Doable? If not, alternatives?

Thanks

u/BurntAlmonds13 — 2 days ago
▲ 7 r/Ubuntu

Desktop Sharing always locked

I'm using Ubuntu 26 on a Hyper-V VM. I always need to manually unlock Desktop Sharing so I can RDP into the VM. How can I make the Desktop Sharing automatically always on by default?

I downloaded dconf Editor. I searched for "remote". I enabled "Whether the RDP backend is enabled or not". I rebooted and it didn't do anything. It's still locked. Any other setting I should search for? I also enabled the same setting for VNC.

reddit.com
u/behavebro — 2 days ago