XFree Probleme mit 1024x786??

odenter

Well-Known Member
Also ich hab jetzt FreeBSD 5.1 installiert.
XFree laeuft auch soweit, allerdings nur maximal in der Aufloesung 800x600 (Monitor kann 1024x786)

Monitor ist ein ADI 5P+
Frequenzen:
30 - 69
50 - 150

Ich bekomm die Meldung
Fatal Error no screen found

meine XF86Config sieht folgendermassen aus.
Code:
Section "ServerLayout"
	Identifier     "XFree86 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/Speedo/"
	FontPath     "/usr/X11R6/lib/X11/fonts/Type1/"
	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  "speedo"
	Load  "type1"
EndSection

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "keyboard"
EndSection

Section "InputDevice"
	Identifier  "Mouse0"
	Driver      "mouse"
	Option	    "Protocol" "auto"
	Option	    "Device" "/dev/sysmouse"
EndSection

Section "Monitor"
	Identifier   "ADI 5P"
	VendorName   "Monitor Vendor"
	ModelName    "Monitor Model"
	HorizSync    30.0 - 69.0
	VertRefresh  50.0 - 160.0
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     "SWcursor"           	# [<bool>]
        #Option     "HWcursor"           	# [<bool>]
        #Option     "NoAccel"            	# [<bool>]
        #Option     "ShowCache"          	# [<bool>]
        #Option     "ShadowFB"           	# [<bool>]
        #Option     "UseFBDev"           	# [<bool>]
        #Option     "Rotate"             	# [<str>]
        #Option     "VideoKey"           	# <i>
        #Option     "FlatPanel"          	# [<bool>]
        #Option     "FPDither"           	# [<bool>]
        #Option     "CrtcNumber"         	# <i>
	Identifier  "Card0"
	Driver      "nv"
	VendorName  "nVidia Corporation"
	BoardName   "NV25 [GeForce4 Ti 4200]"
	BusID       "PCI:3:0:0"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Card0"
	Monitor    "ADI 5P"
	DefaultDepth 16
	SubSection "Display"
		Depth     16
		Modes     "800x600"
	EndSubSection
EndSection
 
Code:
SubSection "Display"
                Depth     16
                Modes     "800x600"

Wo ist da "Modes 1024x768"?
 
Ich hab nochmal ne andere Frage.
Nehmen wir mal an ich kaufe mir jetzt ein Display, muss ich dann bei der Umstellung was beachten?
Also muss ich irgendwas anderes umstellen ausser die Frequenzen, die sind bei den Displays ja auch mit angegeben?
 
was hast du denn für eine grafikkarte und wie ist die komplette fehlermeldung, also die zeilen vor dem fatal error no screens found ?
funktioniert es mit vesa als treiber anstatt mit nv ?
 
Also Grafikkarte hab ich eine ASUS V8420/TD
GF4 Ti4200, 128 MB Speicher.

Komplette Fehlermeldung werd ich erst heute abend posten können.

Die Fehlermeldungen stehen doch in der Protokolldatei in /var/log?

vesa statt nv Treiber hab ich noch nicht versucht, wüsste auch gar nicht was ich da machen müsste. :-)
Das ist das 2. mal das ich versuche den X-Server richtig zum laufen zu bekommen.
Ich habs genauso gemacht wie im Handbuch beschrieben.
Hier auf der Arbeit hats ohne Probleme gefunzt, ist aber auch ne alte Matroxkarte.

Ich wüsste ehrlich gesagt noch nichtmal wie man die vesa Treiber statt er nv Treiber nimmt.
 
Also ich weiss nicht was ich heute abend anders gemacht habe als gestern.
Aber wenn ich jetzt 1024x768 in die XF86Config schreibe dann funzt alles.
Das Problem scheint also wie immer zwischen den Schultern zu finden sein. :)
 
Zurück
Oben