Xorg problems

Kurt

Geek Trainee
ANOTHER UPDATE
I removed the nvidia-glx package and the Caught signal 11. Server aborting seems to have stopped and KDE does boot up now.


--------------------------------------
UPDATE
I have another nvidia driver installed and when the computer boots it shows the nvidia logo and crashes and loops back to the logo again and crashes and does that a few times then i get a xserver error:

Backtrace:
0: /usr/bin/X(xf86SigHandler+0x6d) [0x48031d]
1: /lib/libc.so.6 [0x2b1c5abf3110]
2: /lib/libc.so.6(__ctype_tolower_loc+0x25) [0x2b1c5abed2c5]
3: /usr/bin/X(xf86nameCompare+0xfe) [0x4a4d0e]
4: /usr/bin/X(InitInput+0x103) [0x45ea53]
5: /usr/bin/X(main+0x337) [0x430e87]
6: /lib/libc.so.6(__libc_start_main+0xda) [0x2b1c5abe04ca]
7: /usr/bin/X(FontFileCompleteXLFD+0xa2) [0x43029a]

Fatal server error:
Caught signal 11. Server aborting

Here is the full log: pastebin - collaborative debugging tool
Here is the xorg.conf: pastebin - collaborative debugging tool


Someone help please :(


--------------------------------------
Hey I recently got a Sony Vaio FZ laptop and I am having trouble getting Debian working with it...

Laptops Specs:
Intel Core 2 Duo Processor T7500 (2.2GHz)
3 GB DDR-SDRAM (DDR2-667, 1 GBx3)
120GB SATA Hard Disk Drive
NVIDIA GeForce 8400M GT

So this is what I did downloaded the netinstall Index of /debian-cd/4.0_r2/amd64/iso-cd from the debian.org site and installed it all and when i booted i got a xserver error:

(EE) No devices found
No screens detected

So I followed this NvidiaGraphicsDrivers - Debian Wiki... so far i have installed:

linux-headers-2.6.18-5-amd64
module-assistant
gcc
nvidia-kernel-common
nvidia-kernel-2.6.18-5-amd64
nvidia-glx

I have configured my xorg.conf using dpkg-reconfigure xserver-xorg here is the current one:

# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg

Section "Files"
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/X11R6/lib/X11/fonts/misc"
FontPath "/usr/share/fonts/X11/cyrillic"
FontPath "/usr/X11R6/lib/X11/fonts/cyrillic"
FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/X11R6/lib/X11/fonts/Type1"
FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi"
FontPath "/usr/share/fonts/X11/75dpi"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi"
# path to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
Load "bitmap"
Load "ddc"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "vbe"
EndSection

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc104"
Option "XkbLayout" "us"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
EndSection

Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizScrollDelta" "0"
EndSection

Section "Device"
Identifier "NVIDIA"
Driver "nvidia"
BusID "PCI:1:0:0"
EndSection

Section "Monitor"
Identifier "Monitor0"
Option "DPMS"
HorizSync 28-50
VertRefresh 43-75
EndSection

Section "Screen"
Identifier "Default Screen"
Device "nvidia"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x800" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x800" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x800" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x800" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x800" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x800" "1024x768" "800x600" "640x480"
EndSubSection
EndSection

Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "Synaptics Touchpad"
EndSection

Section "DRI"
Mode 0666
EndSection

So now when i try to startx the screen just goes blank, its turned on but nothing is on it... Here is the Xorg.0.log file pastebin - collaborative debugging tool

Anyone have any ideas?
I've been trying to get it to work for the past 2 days :(
 
Back
Top