odd xorg issue

It seems that if I hold backspace down for 2-3 seconds Xorg thinks it needs to restart and does so, any clues? I am completely lost on this one.
 
After taking a quick peak in dmesg it appears its actually dumping core. This has only started happening since an upgrade of xorg
 
Thanks for the reply tangram, I have done some gathering this morning. I am running xorg-server 1.6.0 I have uploaded some files that should help (was easier then trying to describe everything) The problem I am having that if I hold a key for 2-3 seconds Xorg automatically dumps core.

Xorg.0.log: http://www.smart-serv.net/~jeremy/freebsd/Xorg.0.log
xorg.conf: http://www.smart-serv.net/~jeremy/freebsd/xorg.conf
gdb output: http://www.smart-serv.net/~jeremy/freebsd/xorg.gdb.log
dmesg: http://www.smart-serv.net/~jeremy/freebsd/dmesg.txt
 
Do you have 2 videocards and 3 monitors? Because by looking into your xorg.conf you have 2 8600GT and 3 monitors configured. Plus in dmesg also doesn't show 2 videocards.

The Xor.0.log complains about the GLX module not loading. Reinstall the nvidia-driver and enable it in /etc/rc.conf. Take a look at HOWTO: Install and configure NVIDIA drivers
 
Yes, 2 cards, 3 monitors, one is onboard and the 8600GT is dual head. The GLX doesnt load because the onboard complains and since its in Xinerama its disabled.

Also dmesg does show both nvidia0 and nvidia1

nvidia0: <nForce 750a SLI> on vgapci0
nvidia1: <GeForce 8600 GT> on vgapci1
 
Alright I did reinstall nvidia-driver and it seemed to happy glx (maybe is was because I recompiled xorg-server earlier) who knows. but the issue at hand is still there :)
 
jeremyj84 said:
Alright I did reinstall nvidia-driver and it seemed to happy glx (maybe is was because I recompiled xorg-server earlier) who knows. but the issue at hand is still there :)

Whenever you install xorg-server, it installs the software OpenGL drivers. The Nvidia driver installs its own set, and overwrites those from xorg. The rule is that whenever you install or update xorg, reinstall nvidia.
 
Back
Top