While you're here, please consider supporting GamingOnLinux on:
Reward Tiers:
Patreon. Plain Donations:
PayPal.
This ensures all of our main content remains totally free for everyone! Patreon supporters can also remove all adverts and sponsors! Supporting us helps bring good, fresh content. Without your continued support, we simply could not continue!
You can find even more ways to support us on this dedicated page any time. If you already are, thank you!
Reward Tiers:
This ensures all of our main content remains totally free for everyone! Patreon supporters can also remove all adverts and sponsors! Supporting us helps bring good, fresh content. Without your continued support, we simply could not continue!
You can find even more ways to support us on this dedicated page any time. If you already are, thank you!
Login / Register
- Oh dear - ARC Raiders was logging your private Discord chats [updated]
- Many more US states are planning or already have operating system age verification laws
- Xbox "Project Helix" confirmed to run Xbox and PC games - competition for the Steam Machine
- Transport Fever 3 confirmed for Linux and macOS support
- Slay the Spire 2 is out now in Early Access with online co-op
- > See more over 30 days here
Recently Updated
- Recommendations for portable monitor for Steam Deck?
- childermass - Shop Crush - Psychological Horror Thrift Sim with Literal Illusio…
- hollowlimb - Introduce Yourself!
- hollowlimb - Proton/Wine Games Locking Up
- Caldathras - recently released super fun crpg - Sector Unknown
- Jarmer - See more posts
How to setup OpenMW for modern Morrowind on Linux / SteamOS and Steam Deck
How to install Hollow Knight: Silksong mods on Linux, SteamOS and Steam Deck
The installed OS is Ubuntu 18.04 and all worked fine, including the switching between Intel and Nvidia card through nvidia-settings. At a certain point when I tried to call the nvidia-settings from terminal it said no nvidia driver is installed. I tried to purge all nvidia*, tried to reinstall all, tried 390 drivers too, installed latest nvidia ppa for beta drivers, removed xorg.conf file, but there's no chance to enable the drivers any more. I read that this is a known issue on ubuntu 18.04. Does someone have an idea how to resolve it with simple steps? My problem is that this gaming laptop is 600km from me in hands of my 9 years old son... Thank you very much!
I am not sure whether you meant this as your problem or something totally different.
Thast will only get all packages that start with nvidia in the name, but there is also xserver-xorg-video-nvidia-390 and xserver-xorg-video-nvidia-396 and maybe more.
So you would need a
sudo apt-get purge nvidia-*
sudo apt-get purge *nvidia-390
or even just
sudo apt-get purge *nvidia*
Also install ppa-purge,
sudo ppa-purge ppa:whatever/ppa
and some useful commands to debug:
gpu-manager
that will show what it is trying during the boot regarding setting up the gpu, what drivers are loaded, blacklisted and so on
dmesg
gives kernel messages
journalctl -b
all system messages since last boot
inxi -G
will show info about your graphics, GPU, OpenGL driver, kernel modules and so on. Install it with sudo apt install inxi
And
sudo ubuntu-drivers autoinstall
will do the same as adding drivers from additional drivers, but you can do it from the commandline