You are not logged in.
I updated to kernel 2.6.24-2 and updated the nvidia packages that accompanied it and xserver did not like that. It will not start with the same nvidia config as before. I can get a half assed vesa config up (although for some reason can't get it to use my 1200x800 resolution). Any tips would be handy on dealing with this.
Offline
I downloaded the driver directly from NVidia and ran it.
http://www.nvidia.com/object/linux_disp … 69.09.html
Last edited by insane (2008-02-11 22:39:54)
Offline
I downloaded the driver directly from NVidia and ran it.
http://www.nvidia.com/object/linux_disp … 69.09.html
Right well I used abs to repackage it locally and it didn't work (probably should have put that in my first post), that should be technically the same thing right?
Offline
I did the whole straight from nvidia stuff. It worked. That's good I guess. Kind of feel dirty now that I have files floating around in the filesystem that are unaccounted for. But whatever.
Offline
"It didn't work" is about as useful as saying "no dice" or "no luck". Show the *error message*. Assume we're not psychic
Offline
I have the same problems.
Using new xorg&nvidia gives them a crash.
I uploaded the full log here: http://dl.hehejo.de/get/42
Here's the short version of the crash:
(II) NVIDIA(0): Initialized GPU GART.
(II) NVIDIA(0): Setting mode
(II) NVIDIA(0): "DFP-0:1680x1050_60+0+0,DFP-1:1680x1050_60+1680+0"
(II) Loading extension NV-GLX
(II) NVIDIA(0): NVIDIA 3D Acceleration Architecture Initialized
(II) NVIDIA(0): Using the NVIDIA 2D acceleration architecture
(==) NVIDIA(0): Backing store disabled
(==) NVIDIA(0): Silken mouse enabled
(**) Option "dpms"
(**) NVIDIA(0): DPMS enabled
(II) Loading extension NV-CONTROL
(II) Loading extension XINERAMA
(==) RandR enabled
(II) Setting vga for screen 0.
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension XC-APPGROUP
(II) Initializing built-in extension XAccessControlExtension
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(II) Initializing built-in extension XFree86-Bigfont
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
(II) Initializing built-in extension XEVIE
(II) Initializing extension GLX
Backtrace:
0: /usr/bin/X(xf86SigHandler+0x6a) [0x477e7a]
1: /lib/libc.so.6 [0x2aec3b22e120]
2: /usr/lib64/tls/libnvidia-tls.so.1 [0x2aec3cfb065e]
Fatal server error:
Caught signal 11. Server aborting
Any help is appreciated!
Johannes
Offline
Why do you have /usr/lib64/tls/libnvidia-tls.so.1
I have (on x86_64):
$ pacman -Ql nvidia-utils | grep tls
nvidia-utils /usr/lib/libnvidia-tls.so.1
nvidia-utils /usr/lib/libnvidia-tls.so.171.05
Last edited by brebs (2008-02-12 10:58:44)
Offline
Thank you!
I think I messed my system with nvidia-packages from ArchLinux and their own installer.
Deleting /usr/lib64 completly (only nvidia things in there) and reinstalling nvidia* solved my problems.
Thank you very much!
Johannes
Offline
After deleting /usr/lib/ which only had nvidia in there, did you re-install the latest nvidia package from pacman or the binary installer script directly from nvidia? I'm having the same issues right now ... I'm not sure if deleting /usr/lib would have any affect on my since I've got an i686 install and not 64 install ... I guess I could downgrade the kernel / nvidia or just remove nvidia and install the nvidia.sh script instead.
Offline
I'd like to add a me to, I just can't get this nvidia and Kernel update to play nice.
Complains about not finding the module, and have to resorted to older kernel and nvidia. 64bit
fx5500
kernel26 2.6.23.14-1
Nvidia 100.14.19-6
The newer versions I just can't get to play nice, boots to tty X log can't find Nvidia module and modprobe can't either. Even with the vesa driver had corruption on screen.
Not sure where to look, or what info may help?
Last edited by FeatherMonkey (2008-02-12 16:34:37)
Offline
Hi cirkit,
I deleted /usr/lib64 and did a complete reinstall of nvidia using pacman.
Try to get rid of all nvida-things like symlinks of llibwfb.
Johannes
Offline
Alright, when I get home from work I will remove all nvidia files and re-install nvidia with the 2.6.24 kernel that is already installed. The only way I have of doing this really is through the fallback kernel image ... it's weird though because when I tried to install nvidia last night, it would ask me to exit out of an X server even though I was in the console. I'll try this again when I get home from work.
Offline
I'd like to add a me to, I just can't get this nvidia and Kernel update to play nice.
Complains about not finding the module, and have to resorted to older kernel and nvidia. 64bit
fx5500
kernel26 2.6.23.14-1
Nvidia 100.14.19-6The newer versions I just can't get to play nice, boots to tty X log can't find Nvidia module and modprobe can't either. Even with the vesa driver had corruption on screen.
Not sure where to look, or what info may help?
Did you try
/sbin/depmod -a
than see if modprobe complains
Last edited by wolfden (2008-02-13 22:07:45)
Offline