Portál AbcLinuxu, 10. května 2025 04:51
Řešení dotazu:
nomodeset
jako parametr jadra do grubu./etc/default/grub
třeba něco jako:GRUB_CMDLINE_LINUX_DEFAULT="quiet nomodeset"
sudo update-grub
Dokud sem měl nouveau tak sem to měl stejně , odinstaloval sem nouveau a nainstaloval nvidia-current a je to vpořádku.
nomodeset
jak pro Noveau tak pro binární driver.vyreseno reseni je z nasledujici stranky http://askubuntu.com/questions/43386/how-do-i-get-my-blacked-out-ttys-back
Here is the procedure I used:
apt-get install v86d
apt-get install hwinfo
hwinfo --framebuffer
From hwinfo's output, I picked up the "best" resolution compatible with my screen -- in my case 1280x800 24-bit -- and I added the following line at the end of /etc/initramfs-tools/modules file:
uvesafb mode_option=1280x800-24 mtrr=3 scroll=ywrap
(The string "1280x800-24" comes from the resolution I chose -- your mileage may vary.)
Then I rebuilt grub and initramfs images as follows:
update-initramfs -u
update-grub
Finally I rebooted the system and my console tty's were finally visible again.
Tiskni
Sdílej:
ISSN 1214-1267, (c) 1999-2007 Stickfish s.r.o.