elementary / triage

Catch-all repo for issues that don't have a better home
https://elementary.io
4 stars 2 forks source link

having some driver issues (graphics, wifi, etc.) #261

Open monikrr opened 1 year ago

monikrr commented 1 year ago

Discussed in https://github.com/orgs/elementary/discussions/260

Originally posted by **monikrr** June 28, 2023 i'm fairly new to Linux, so if there's any information i'm missing then please be patient with me! for reference, here are my hardware specifications: https://pastebin.com/RTV0WRVg a fresh install of elementaryOS gives me the common bug of the display being tinted (in my case, my primary was green and secondary was red). after searching through support forums on Reddit and elsewhere, i determined that it may have been an issue with NVIDIA drivers. at this point, i was able to connect to wifi, so i attempted to both manually install NVIDIA drivers through terminal, as well as attempt the gnome-control-center solution. installation was EXTREMELY slow and continuously froze despite having run `sudo apt-get update`, so i ended up having to bin those ideas. i've test-driven multiple different distros and haven't had problems with apt-get like i have in eOS. i then decided to run `sudo ubuntu-drivers autoinstall` to see if that could fetch the drivers i needed. this kept spitting an error that i was able to fix by following this guide: https://askubuntu.com/questions/1435715/sudo-ubuntu-drivers-autoinstall-unboundlocalerror-local-variable-version-ref once installation seemed to be progressing, i left my computer for about an hour since installation was still slow (capping at 500kb/s), but it never froze and ended up completing successfully. i restarted my computer and noticed that color was restored, however my resolution was locked at 1024x768, my second monitor was receiving no signal, and my wifi connection and settings vanished. a couple guides suggested i try to boot into an older version of the Linux kernal through GRUB, but that would land me in a version of eOS without a GUI. i've only experienced issues like this with eOS despite having used multiple distros on the same hardware, so i'm at a complete loss. i do not have access to ethernet, so if it's possible to fix my installation offline or through a fresh install, that would be the best course of action.
jlnr commented 1 year ago

I suspect that the tinted color somehow is a bug of the Nouveau driver that is used by default for Nvidia cards in elementary OS 7.0 (and earlier versions), and the 1024x768 resolution happens when none of the drivers work and the computer falls back to VGA. I ran into similar issues on an Nvidia system.

Recent elementary OS installer versions allow you to install proprietary drivers when you install the OS. There is still one bug that breaks it for me (https://github.com/elementary/os/issues/686) but once this is fixed, you should not see these issues anymore.