When I boot into mandriva sometimes (actually now it's like all the times) my laptop stops with a blank screen. It's around the moment the NVidia logo should appear, my screen in blank then it goes off, does this a couple of times and then stays blank (for however long i let it) (from time to time is has a whote cursor top left).
Any ideea why this might happen?
I reinstalled mandriva 2009.1 about a week ago and I had this problem before that but now it's worse. It happened 20 times this morning without one success and now i'm in windows.
Last edited by Virgil Balibanu on Tue Jun 30, 2009 10:25 pm; edited 3 times in total
Boot rescue mode, which brings you to a minimal root terminal. Then run:
Code:
XFdrake
Change the driver to xorg nv, you have to scroll waaay down to find it. That will get you to a desktop when you reboot. If you want to mess around with the proprietary driver that's another matter. Video drivers in general are having lots of problems lately. _________________ "People who don't know, don't know that they don't know." ~Merrill Jenkins, monetary realist
escuse my lack of knowlege but how do i enter rescue? i mean when grub appears i press f1 then after the boot options text box appears i write rescue and hit enter, it still boot normally from the live cd. I've never done this before so what exactly am i supposed to do to enter rescue mode?
ok, i found out on the irc channel that by adding a 3 to the and of the boot line i can get where i want. Not i chose xorg nv and tested the setting and it worked but when i startx i still only get a blank screen. Any ideeas?
It doesn't come up when you reboot? Rather than startx a restart should work. It doesn't?
[EDIT] and you can also add "single" to the boot parameters, it comes up a lot faster and doesn't load as much stuff. No need to log in either. _________________ "People who don't know, don't know that they don't know." ~Merrill Jenkins, monetary realist
ok, i looked in /var/log and Xorg.0.log had no errors but i found Xorg.9.log now and it looks interesting, i believe this might be the cause. Here are the contents:
http://pastebin.com/m202a7dde
I tried video=vesa and got the same white screen, and now it seems i get the white screen whatever i do. I can even see the cube and rotate it, just that everything except the top is white
i searched this on google and found a lot of topics but no real solution. any ideas?
Well, it looks like you narrowed it down - it is your video driver that is bad. I'd suggest getting a Linux video driver from the nVidia web site. You may need to compile your kernel first to get a properly configured environment for the driver to install though.
I tried video=vesa and got the same white screen, and now it seems i get the white screen whatever i do. I can even see the cube and rotate it, just that everything except the top is white
i searched this on google and found a lot of topics but no real solution. any ideas?
Ah, the cube... so you enabled compiz fusion and it screwed the system over
So boot the machine, then press Alt+Ctrl+F1 and login as root. Then load this:
Code:
drak3d
(it'll say your system doesn't support 3d desktop effects because the mechanism it uses to detect the 3d desktop availability won't work from text console), so just select OK and hit enter. Then load this to reconfigure your card:
Code:
drakx11
(this is XFdrake just all small letters), get back to the text console and restart the dm:
well, maybe i was wrong, it works just as long as i don't turn the 3d effect back on. I tried downloading the latest driver from nvidia, installed it but still the same with the exception that before when i ran drakx11 it asked me about a proprietary driver and i could install that one, but now it's failing so i can't use a proprietary driver any longer and I'm not particularly excited about how X is moving. Any other ideas about what I should do to correct this?
Yeah, X and video drivers are doing a bit of a dance, but one is doing a tango and the other the jitterbug.
One answer is "wait a year." I suspect things will get ironed out by then. I do like the direction they are going, even though it leaves all my hardware in the trash bin. _________________ "People who don't know, don't know that they don't know." ~Merrill Jenkins, monetary realist
There's always cooker, or upstream, though you've tried upstream nvidia. But how these things are packaged for Mandriva can make a world of difference.
Might want to add cooker repositories, and occasionally enable them, including "testing" and "backports" and keep an eye out for potential fixes.
You can always roll back. Just make sure you disable those repos when not specifically looking for drivers. One "update" and you'd most likely be toast. _________________ "People who don't know, don't know that they don't know." ~Merrill Jenkins, monetary realist
well, maybe i was wrong, it works just as long as i don't turn the 3d effect back on. I tried downloading the latest driver from nvidia, installed it but still the same with the exception that before when i ran drakx11 it asked me about a proprietary driver and i could install that one, but now it's failing so i can't use a proprietary driver any longer and I'm not particularly excited about how X is moving. Any other ideas about what I should do to correct this?
Well, now this is a problem, if you install the .run package you can't use XFdrake to use the proprietary driver, the .run replaces some system files with its own copies, so you should have uninstalled it first:
Code:
*.run --uninstall
Anyway to clear this mess, do this as root in terminal:
Code:
su
urpme -a nvidia
then reconfigure your card using XFdrake, it'll reinstall all the necessary nvidia packages.
Now for 3d desktop, the white screen is usually associated with compiz-fusion when you use Xgl not "native support", Xgl is dead and unmaintained upstream, so use only native support.
Also if you're using KDE4 then try the native KWin effects (after disabling compiz of course), they can be enabled from the KDE control centre> Desktop.
i'm not using speedboot=no, in order go get to the console I boot adding a 3 to the end of the boot line. If i don't and i let it boot normally it stops at the black screen (Alt+Ctrl+F1 does not work). I will try with speedboot=no again and with gdm if that does not work and come back with an answer. Thanks
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum