Hi Lukasz,

I installed Ubuntu 22.04 beta this afternoon on an HP tx1000 laptop.

I had previously installed an earlier version onto this laptop and got
graphics corruption when the nouveau driver was in use.

To get around it, I had to disable nouveau which I did by using this
information from
https://linuxconfig.org/how-to-disable-blacklist-nouveau-nvidia-driver-on-ubuntu-20-04-focal-fossa-linux

sudo bash -c "echo blacklist nouveau >
/etc/modprobe.d/blacklist-nvidia-nouveau.conf"

sudo bash -c "echo options nouveau modeset=0 >>
/etc/modprobe.d/blacklist-nvidia-nouveau.conf"

And the contents of that file should be:-
blacklist nouveau
options nouveau modeset=0

Then you do this:-
sudo update-initramfs -u

Then you reboot and graphics are working OK.

HTH,


Ian

-- 
-- ACCU - Professionalism in programming - http://www.accu.org
-- My writing - https://sites.google.com/site/ianbruntlett/
-- Free Software page -
https://sites.google.com/site/ianbruntlett/home/free-software
-- 
Ubuntu-quality mailing list
Ubuntu-quality@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-quality

Reply via email to