|
|
#1 | |
|
Registered User
Join Date: Nov 2006
Posts: 4
|
Hi
I am running a machine that tracks Debian Unstable and was previously using the packaged version of the nvidia driver. In order to attempt to get a custom 1080i mode working (I have the usual problem of a 30Hz refresh reported as 120Hz hence interlaced modes tend to be difficult to get working if not impossible on my screen) I uninstalled the packaged driver and installed the 9629 driver using the nvidia installer. This works fine until I reboot at which point Xorg fails to start. I have attached bug reports generated when X is working (i.e. restarting X without reboot after installing the driver) and when X is not working (i.e. after a reboot). X appears (from the logs) to start normally in each case. The working bug report is the .SUCCESS.log file and the failed one is the .FAILED.log one. The only difference I have noticed is the AGP is disabled after a reboot yet both modules (nvidia-agp and agpgart) are present in both situations. I'm a bit stuck as to where to go next with this one. Any ideas would be much appreciated, I don't really want to slot in a call to the driver installer on startup ![]() For completeness I followed this process to install the driver Code:
# get the tools that build stuff apt-get install linux-headers-`uname -r` build-essential gcc xserver-xorg-dev pkg-config # remove the packaged nvidia tools apt-get --purge remove nvidia-glx nvidia-settings nvidia-glx-legacy /etc/init.d/gdm stop # run the installer cd ~/downloads/system sh NVIDIA-Linux-x86-1.0-9629-pkg1.run -n -s --x-prefix=/usr/lib/xorg/ --kernel-source-path=/usr/src/linux-headers-`uname -r` # start gdm /etc/init.d/gdm start Matt |
|
|
|
|
|
|
#2 | |
|
550Ti
Join Date: Jan 2004
Location: New Zealand
Posts: 854
|
Your bug reports are borked. My guess is that the nvidia kernel module isn't being loaded at boot: verify the module is loaded and modprobe it if not.
|
|
|
|
|
|
|
#3 |
|
Registered User
Join Date: Nov 2006
Posts: 4
|
bug reports reattached
I've checked module loading, in each case nvidia & nvidia_agp & agpgart are loaded apparently normally. Cheers Matt |
|
|
|
|
|
#4 | |
|
Registered User
Join Date: Nov 2006
Posts: 4
|
Hi
I have now resolved this issue, it looks like a purge remove of nvidia-glx did not clean up completely leaving nvidia-glx in /etc/init.d which was deleting the TLS symlinks on 1st reboot after install. I manually moved nvidia-glx out of the way and rebooted and all is well again. Cheers Matt |
|
|
|
|
![]() |
| Thread Tools | |
|
|