ati 3d rage pro

Meine xorg.conf sieht nicht anders aus als von Athaba. Bis auf das bei Section "Monitor" Name und Model nicht eingetragen sind. Ich wunder mich, denn es sollte eigendlich mit einer Farbtiefe von 16 und eine Auflösung von 1024x768 funzen. Werd Morgen mal die ganze xorg.conf Posten. Eins noch, ich weiss nicht ob das relevant ist aber der 21 Zoll Monitor hat kein D-Sub Anschlus am Monitor. Meld mich Morgen noch mal...
Danke für eure Geduld :)
 
@arasna: Das tut nix zur Sache. Mein Vater hat nen 19" an einer "alten" Riva TNT2 hängen (Analog-Ausgang auf Digital-Eingang). Funktoniert ohne Probleme. :)

Fehlermeldungen beim starten von X wären auch noch interessant. Dann kann man nämlich noch etwas genauer sagen an was es liegt. ;)
 
Hier nun die xorg.conf
Code:
Section "ServerLayout"
	Identifier     "X.org Configured"
	Screen      0  "Screen0" 0 0

	InputDevice    "Mouse0" "CorePointer"
	InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"	
	RgbPath      "/usr/X11R6/lib/X11/rgb"
	ModulePath   "/usr/X11R6/lib/modules"
	FontPath     "/usr/X11R6/lib/X11/fonts/misc/"
	FontPath     "/usr/X11R6/lib/X11/fonts/TTF/"
	FontPath     "/usr/X11R6/lib/X11/fonts/Type1/"
	FontPath     "/usr/X11R6/lib/X11/fonts/CID/"
	FontPath     "/usr/X11R6/lib/X11/fonts/75dpi/"
	FontPath     "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection

Section "Module"
	Load  "dbe"
	Load  "dri"
	Load  "extmod"
	Load  "glx"
	Load  "record"
	Load  "xtrap"
	Load  "freetype"
	Load  "type1"
EndSection

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "kbd"
	Option      "XkbRules" "xfree86"
	Option      "XkbModel" "pc105"
	Option      "XkbLayout" "de"
	Option      "XkbVariant" "nodeadkeys"
EndSection

Section "InputDevice"
	Identifier  "Mouse0"
	Driver      "mouse"
	Option	    "Protocol" "auto"
	Option	    "Device" "/dev/sysmouse"
	Option      "ZAxisMapping" "4 5"
	Option      "Buttons" "5"
EndSection

Section "Monitor"
	Identifier   "Monitor0"
	VendorName   "Monitor Vendor"
	ModelName    "Monitor Model"
	HorizSync    30-107
	VertRefrech  48-120
EndSection

Section "Device"
	### Available Driver options are:-
	### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
	### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
	### [arg]: arg optional
	#Option     "accel"              	# [<bool>]
	#Option     "crt_display"        	# [<bool>]
	#Option     "composite_sync"     	# [<bool>]
	#Option     "hw_cursor"          	# [<bool>]
	#Option     "linear"             	# [<bool>]       
	#Option     "mmio_cache"         	# [<bool>]
	#Option     "test_mmio_cache"    	# [<bool>]       
	#Option     "panel_display"      	# [<bool>]
	#Option     "probe_clocks"       	# [<bool>]       
	#Option     "reference_clock"    	# <freq>
	#Option     "shadow_fb"          	# [<bool>]       
	#Option     "sw_cursor"          	# [<bool>]

        Identifier  "Card0"
	Driver      "ati"
	VendorName  "ATI"
	BoardName   "3D Rage Pro AGP 1X/2X"
	ChipSet     "ati"
	ChipId      0x4742
	ChipRev     0x5c
	
	BusID       "PCI:1:0:0"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Card0"
	Monitor    "Monitor0"
	DefaultDepth 16

SubSection "Display"
	Viewport   0 0
	Depth     1
EndSubSection

SubSection "Display"
	Viewport   0 0
	Depth     4
EndSubSection

SubSection "Display"
	Viewport   0 0
	Depth     8
EndSubSection

SubSection "Display"
	Viewport   0 0
	Depth     15
EndSubSection

SubSection "Display"
	Viewport   0 0
	Depth     16
	Modes "1024x768"
EndSubSection

SubSection "Display"
	Viewport   0 0
	Depth     24
EndSubSection

EndSection
 
Zurück
Oben