radiovirusgenerator said : >> or ssh in the machine? >> > Yes, it is possible to login with ssh, and for example I see this process > > # ps ax | grep X > 3473 tty7 Ds+ 0:00 /usr/X11R6/bin/X :0 -audit 0 -auth > /var/lib/gdm/:0.Xauth -nolisten tcp vt7 > 3555 pts/0 S<+ 0:00 grep X > > ... seem that the X process is in uninterruptible sleep state ... > Any suggestion on other tests with ssh?
not really except, killing X ... maybe lsmod would help ? >> Did you try to disable DRI in your xorg.conf? >> > There is not any 'Load "/dri/"' line in my xorg.cong ... How can I > disable it? try in the driver section for nvidia, the following options: Option "RenderAccel" "off" Option "NoRenderExtension" "off" Also remove the NoLogo option and try to start X to see if the logo appears or not. > By the way, I have tried to follow the wiki: > http://code.goto10.org/projects/puredyne/wiki/VideoConf that's obsolete doc, it will be deleted eventually. a. --- [email protected] irc.goto10.org #pure:dyne
