Page 1 of 1

Ratpoison graphics problem

Posted: 6. Oct 2011, 06:38
by mersault
Hi there,
I have recently installed Salix ratpoison Basic and when I go to

Code: Select all

startx
after logging in, the gui is corrupt. I have a nVidia geforce 7025, I'm not sure if I should address it as a ratpoison-specific problem, or troubleshoot as though it were xfce, fluxbox etc. Any help would be greatly appreciated.

Re: Ratpoison graphics problem

Posted: 6. Oct 2011, 14:20
by gapan
It could be that the nouveau driver doesn't work correctly with your graphics card. Try removing the xf86-video-nouveau package. In a root console, run:

Code: Select all

spkg -d xf86-video-nouveau
Then it should use the old nv driver.

Or install the binary driver from nvidia.

Re: Ratpoison graphics problem

Posted: 9. Oct 2011, 03:11
by mersault
Thank-you for the help; I ran

Code: Select all

spkg -d xf86-video-nouveau
and attempted

Code: Select all

startx
which failed so I rebooted the system and tried again which failed printing the same error message: "Fatal Server Error: No Screen Found" It also said "failed to load NV: this driver cannot operate until it has been unloaded" and something about it being 'claimed by the kernel' or something, so it doesn't seem to be reverting back to the NV driver successfully. Any more help would be great, my n00bishness thwarting me; also, haven't tried downloading/installing binary nvidia driver, will try that- how would I do that from the console? I'm not familiar with Slack, sorry :)

Re: Ratpoison graphics problem

Posted: 10. Oct 2011, 11:01
by gapan
You can specify the nv driver specifically, following these instructions: http://www.salixos.org/wiki/index.php/U ... org_driver

If you want to install the binary driver from nvidia, just install the kernel-source package with slapt-get, download the binary from nvidia and run it.