[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: No Screens found



Hallo Adem,

Am 19.06.2012 17:00, schrieb Adem Acar:
Ich habe den Inhalt der /etc/X11/xorg.conf und der /var/log/Xorg.0.log in die Textdatei im Anhang ausgegeben.

hhhmmm?! Das ist zwar klasse, dass Du die beiden Dateien angehängt hast, aber wo ist das Problem? Die Fehlermeldung aus Deinem Topic kenne ich, aber wo steht diese in Deinem .log? Sind da keine Einträge beginnend mit (EE) drin?

Hier habe ich mal meine Xorg.conf gepostet. Damit kannst ja experimentieren. Als Treiber verwende ich den original nvidia-Treiber.

--------------------------------------schnippel----------------------------



# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo Xorg -configure dpkg-reconfigure -phigh xserver-xorg
# "man 4 evdev" für Maus-Konfiguration

Section "Module"
	Load	"GLcore"
	Load	"bitmap"
	Load	"dbe"
	Load	"ddc"
	Load	"dri"
	Load	"dri2"
	Load	"extmod"
	Load	"freetype"
	Load	"glx"
	Load	"int10"
	Load	"record"
	Load	"speedo"
	Load	"type1"
	Load	"vbe"
EndSection

Section "Extensions"
	Option	"Composite"	"enable"
#	Option	"AllowEmptyInput"	"false"
EndSection

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"evdev"
	Option		"CoreKeyboard"
	Option		"XkbRules"	"xorg"
	Option		"XkbModel"	"pc105"
	Option		"XkbLayout"	"de"
	Option		"XkbOptions"	"nodeadkeys"
EndSection

Section "InputDevice"
	Identifier	"Configured Mouse"
	Driver		"evdev"
	Option		"CorePointer"
	Option		"Device"		"/dev/input/by-id/usb-Logitech_USB_Receiver-event-mouse"
	Option		"Protocol"		"ExplorerPS/2"
	Option		"ZAxisMapping"		"4 5 6 7"
	Option		"ButtonMapping"		"1 2 3 4 5 6 7 8 9 2"
	Option		"Emulate3Buttons"	"true"
EndSection

Section "Device"
	Identifier	"nVidia Corporation NV36.1 [GeForce FX 5700 Ultra]"
	Driver		"nvidia"
	BusID		"PCI:1:0:0"
#	Option		"XAANoOffscreenPixmaps"	"true"
EndSection

Section "Monitor"
	Identifier	"Standardbildschirm"
	Option		"DPMS"
	HorizSync	30-96
	VertRefresh	50-160
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"nVidia Corporation NV36.1 [GeForce FX 5700 Ultra]"
	Monitor		"Standardbildschirm"
	DefaultDepth	24
	SubSection "Display"
		Depth		1
		Modes		"1600x1200" "1280x1024" "1024x768" "800x600"
	EndSubSection
	SubSection "Display"
		Depth		4
		Modes		"1600x1200" "1280x1024" "1024x768" "800x600"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"1600x1200" "1280x1024" "1024x768" "800x600"
	EndSubSection
	SubSection "Display"
		Depth		15
		Modes		"1600x1200" "1280x1024" "1024x768" "800x600"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1600x1200" "1280x1024" "1024x768" "800x600"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1600x1200" "1280x1024" "1024x768" "800x600"
	EndSubSection
EndSection

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

Section "DRI"
	Mode	0666
EndSection

---------------------------------------schnippel-----------------------------


Viele Grüße

Torsten.


Reply to: