LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Laptop and Netbook (https://www.linuxquestions.org/questions/linux-laptop-and-netbook-25/)
-   -   After Installing Suse 10 And Rebooting, My Laptop Screen Remains Black! (https://www.linuxquestions.org/questions/linux-laptop-and-netbook-25/after-installing-suse-10-and-rebooting-my-laptop-screen-remains-black-381739/)

Jojo22 11-15-2005 09:28 AM

Do this:

Bootoption at startup:

linux 3 vga=791

Login as "root"

pico /boot/grub/menu.lst

Change the value of vga= in the following line like this:

title linux
kernel (hd0,0)/vmlinuz root=/dev/hda3 vga=791
initrd (hd0,0)/initrd

After this CTRL + O and CTRL +X to exit.

Activate the fbdev with:

sax2 -m 0=fbdev

and configure your resolution and Frequency (60Hz recommended) Exit sax and activate GUI with:

init 5

Test it, post result.


All times are GMT -5. The time now is 03:19 AM.