XServer startet nicht mehr

Mikk3

Mikk3

Grünschnabel
Hi,

ich habe heute meinen XServer und meine Nvidia Treiber geupdatet...
Seit dem startet mein XServer nicht mehr.

In meiner Xorg.0.log steht folgendes:
Code:
(II) Module wacom: vendor="X.Org Foundation"
	compiled for 4.3.99.902, module version = 1.0.0
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 0.6
(II) Wacom driver level: 47-0.7.2 $
(II) NVIDIA X Driver  1.0-8776  Mon Oct 16 21:58:46 PDT 2006
(II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
(II) Primary Device is: PCI 01:00:0
(WW) NVIDIA: No matching Device section for instance (BusID PCI:1:0:0) found
(EE) No devices detected.

Fatal server error: no screens found

Ich weiß nicht so recht was das bedeuten soll. :(
 
Welche Treibrversion und welche Grafikkarte hast Du?
 
Goodspeed schrieb:
Welche Treibrversion und welche Grafikkarte hast Du?
Ich hab eine Nvidia Geforce FX 5200.
Hm, Treiberversion weiß ich jetzt gar nicht, wie krieg ich die denn raus?
Hab das alles via apt-get installiert.
Achja und meine Distrie wäre dann Kubuntu Edgy...
 
mach mal in der konsole glxinfo, zumindest steht da bei mir dann welche treiber version ich nutze ^^
 
Tiny Nvidia Installer

Hi Mikk3,
benutze mal um deinen treiber zu aktualisieren das tool tiny nvidia installer...
geb dazu auf init 2 als admin tiny-nvidia-installer -sX --update ein
nachdem er geupdatet hat gibst du sax2 -r -m 0=nvidia ein...
Danach wird Sax2 kofiguriert und dann sollte es wieder gehen.
Falls nicht gibt es noch ne andere Möglichkeit.

Viel Glück,
blck
 
Hi Mikk3,
benutze mal um deinen treiber zu aktualisieren das tool tiny nvidia installer...
geb dazu auf init 2 als admin tiny-nvidia-installer -sX --update ein
nachdem er geupdatet hat gibst du sax2 -r -m 0=nvidia ein...
Danach wird Sax2 kofiguriert und dann sollte es wieder gehen.
Falls nicht gibt es noch ne andere Möglichkeit.

Viel Glück,
blck
Du hast schon gelesen, dass es hier nicht um Suse geht?

Poste doch mal die config deines xorg.

Gruß Wolfgang
 
Du hast schon gelesen, dass es hier nicht um Suse geht?
Puh. Ich dachte mir schon... Tiny Nvidia Installer unter Ubuntu? ^^

Code:
# /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/X11/fonts/misc"
	FontPath	"/usr/share/X11/fonts/cyrillic"
	FontPath	"/usr/share/X11/fonts/100dpi/:unscaled"
	FontPath	"/usr/share/X11/fonts/75dpi/:unscaled"
	FontPath	"/usr/share/X11/fonts/Type1"
	FontPath	"/usr/share/X11/fonts/100dpi"
	FontPath	"/usr/share/X11/fonts/75dpi"
	FontPath	"/usr/share/fonts/X11/misc"
	# path to defoma fonts
	FontPath	"/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

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

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"kbd"
	Option		"CoreKeyboard"
	Option		"XkbRules"	"xorg"
	Option		"XkbModel"	"pc105"
	Option		"XkbLayout"	"us"
	Option		"XkbOptions"	"lv3:ralt_switch"
EndSection

Section "InputDevice"
	Identifier	"Configured Mouse"
	Driver		"mouse"
	Option		"CorePointer"
	Option		"Device"		"/dev/input/mice"
	Option		"Protocol"		"ExplorerPS/2"
	Option		"ZAxisMapping"		"4 5"
	Option		"Emulate3Buttons"	"true"
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "stylus"
  Option        "Device"        "/dev/wacom"          # Change to 
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "stylus"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "eraser"
  Option        "Device"        "/dev/wacom"          # Change to 
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "eraser"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "cursor"
  Option        "Device"        "/dev/wacom"          # Change to 
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "cursor"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "Device"
	Identifier	"Generic Video Card"
	Driver		"nvidia"
	BusID		"PCI:0:5:0"
EndSection

Section "Monitor"
	Identifier	"Generic Monitor"
	Option		"DPMS"
	HorizSync	28-51
	VertRefresh	43-60
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"Generic Video Card"
	Monitor		"Generic Monitor"
	DefaultDepth	24
	SubSection "Display"
		Depth		1
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		4
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		15
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
	Screen		"Default Screen"
	InputDevice	"Generic Keyboard"
	InputDevice	"Configured Mouse"
	InputDevice     "stylus" "SendCoreEvents"
	InputDevice     "cursor" "SendCoreEvents"
	InputDevice     "eraser" "SendCoreEvents"
EndSection

Section "DRI"
	Mode	0666
EndSection
 
apt-cache policy nvidia-glx

Code:
nvidia-glx:

    Installiert: 1.0.8776+2.6.17.7-10.1
    Mögliche Pakete: 1.0.8776+2.6.17.7-10.1
    Versions-Tabelle:
   * 1.0.8776+2.6.17.7-10.1 0
      500 *ttp://security.ubuntu.com edgy-security/restricted Packages
      100 /var/lib/dpkg/status/restricted Packages
   * 1.0.8774+2.6.17.5-11 0
      500 *ttp://security.ubuntu.com edgy-security/restricted Packages
 
Seltsam ... aber entfern mal die Zeile
Code:
	BusID		"PCI:0:5:0"
Und schau mal ins Syslog, ob er beim Laden des Nvidia-Modules etwas anmeckert ...
 

Ähnliche Themen

X startet nichtmehr

xserver startet nicht: no screens

xrandr: cant open display

Displayport + externer Monitor zeigt bei startx nichts erst bei DVI

Rollei Mini Wifi Camcorder

Zurück
Oben