Re: nvida driver is not working after reboot

2005-10-25 Thread FrekoDing
Rob Sims ecrivait le 30.09.2005 22:54: And in /etc/init.d/udev changed the case statement in make_extra_nodes: case $type in L) ln -s $arg1 /dev/$name ;; D) mkdir -p /dev/$name ;; M) mknod --mode=600 /dev/$name $arg1 ;; O) chown /dev/$name $arg1

Re: nvida driver is not working after reboot

2005-09-30 Thread Rob Sims
On Mon, Sep 26, 2005 at 12:21:34AM +0200, Alexander Fieroch wrote: Lennart Sorensen wrote: You can always try adding 'nvidia' to /etc/modules Yes, I do have. Then it WILL load the module on boot. No, the problem was udev that did not create the special nvidia devices. Thanks to Rob

Re: nvida driver is not working after reboot

2005-09-26 Thread Alexander Fieroch
Rob Sims wrote: /var/log/Xorg.0.log has the information to debug this. Apparently, in 2.6.13 the sysfs symbols were marked GPL only. This means that the nvidia entries don't make it, so udev can't create the special files in /dev. Creating the files by hand worked for me. I've also added

Re: nvida driver is not working after reboot

2005-09-25 Thread Alexander Fieroch
Rob Sims wrote: Creating the files by hand worked for me. I've also added lines to my udev config, but haven't booted since. The changes were: At the end of /etc/udev/links.conf: # sysfs doesn't play with non-GPL modules as of 2.6.13 M nvidia0 c 195 0 M nvidia1 c 195 1 M

Re: nvida driver is not working after reboot

2005-09-25 Thread Alexander Fieroch
Lennart Sorensen wrote: You can always try adding 'nvidia' to /etc/modules Yes, I do have. Then it WILL load the module on boot. No, the problem was udev that did not create the special nvidia devices. Thanks to Rob Sims (same thread) the problem now is fixed for me. Regards, Alexander --

nvida driver is not working after reboot

2005-09-22 Thread Alexander Fieroch
Hello, every time I reboot my computer (SID, kernel 2.6.13) xorg can not load the nvidia driver build with m-a. I have uninstalled the previously installed proprietary nvidia driver and build the nvidia driver with m-a. Then I've installed nvidia-glx and restarted gdm - xorg is working. After

Re: nvida driver is not working after reboot

2005-09-22 Thread Lennart Sorensen
On Thu, Sep 22, 2005 at 12:24:24PM +0200, Alexander Fieroch wrote: every time I reboot my computer (SID, kernel 2.6.13) xorg can not load the nvidia driver build with m-a. I have uninstalled the previously installed proprietary nvidia driver and build the nvidia driver with m-a. Then I've

Re: nvida driver is not working after reboot

2005-09-22 Thread Jo Shields
Alexander Fieroch wrote: Hello, every time I reboot my computer (SID, kernel 2.6.13) xorg can not load the nvidia driver build with m-a. I have uninstalled the previously installed proprietary nvidia driver and build the nvidia driver with m-a. Then I've installed nvidia-glx and restarted

Re: nvida driver is not working after reboot

2005-09-22 Thread Rob Sims
On Thu, Sep 22, 2005 at 12:24:24PM +0200, Alexander Fieroch wrote: every time I reboot my computer (SID, kernel 2.6.13) xorg can not load the nvidia driver build with m-a. I have uninstalled the previously installed proprietary nvidia driver and build the nvidia driver with m-a. Then I've

Re: nvida driver is not working after reboot

2005-09-22 Thread Angel Claudio Alvarez
El jue, 22-09-2005 a las 12:24 +0200, Alexander Fieroch escribió: Hello, every time I reboot my computer (SID, kernel 2.6.13) xorg can not load the nvidia driver build with m-a. I have uninstalled the previously installed proprietary nvidia driver and build the nvidia driver with m-a.