Its my 1st time using linux so i installed it , all went fine but on startup after the mandriva loading bar(the blue bar) is completed on startup the screen goes blank and stays blank but the system is on
South Africa’s biggest forum. Discuss, discover, and connect with thousands of members.
Hi matrixweb,
Although I don't use Mandriva, I'm going to try and assist.
When the screen goes black, try pressing CTRL + ALT + F1 and see if that brings up a console to use.
Become root:
su
Make a backup of your xorg.conf file:
cp /etc/X11/xorg.conf /etc/X11/xorg.bak
Check your xorg config file for any specific resolution settings or anything wrong:
pico /etc/X11/xorg.conf
Try seeing if you change your GFX card name to "vesa" in that file or from boot:
Press F1 when the system starts and add "video=vesa"
As a last resort, check your GFX card's settings:
drakx11
Good luck!
I'm bookmarking this post - thanks! xorg.conf is enough to drive one to suicide! Clobbering it also can help in my very limited experience.
Hi matrixweb,
Although I don't use Mandriva, I'm going to try and assist.
When the screen goes black, try pressing CTRL + ALT + F1 and see if that brings up a console to use.
Become root:
su
Make a backup of your xorg.conf file:
cp /etc/X11/xorg.conf /etc/X11/xorg.bak
Check your xorg config file for any specific resolution settings or anything wrong:
pico /etc/X11/xorg.conf
Try seeing if you change your GFX card name to "vesa" in that file or from boot:
Press F1 when the system starts and add "video=vesa"
As a last resort, check your GFX card's settings:
drakx11
Good luck!