Hilfe nur 640x480 funz. (Freebsd)



  • Hi,

    hab ein Problem mit meiner Auflösung, leider geht bei mir nur 640x480 und nix mehr!! Hab ganauso wie im Handbuch alles gemacht und die Auflösung sowie Farbtiefe eingetragen in xorg.conf aber es passiert nix!

    Dann habe xfree86 ausprobiert zu starten, der macht was : cleaning for ...... und das wars! Wo kann ich noch die Auflösung einstellen?

    mfg

    w.r

    PS: Meine Graka sis 300/305



  • Hallo,

    poste doch mal den relervanten Teil deiner xorg.conf.

    mfg
    v R



  • 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/Speedo/"
    	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  "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   "Monitor0"
    	VendorName   "Monitor Vendor"
    	ModelName    "Monitor Model"
     ### Uncomment if you don't want to default to DDC:
    #	HorizSync    31.5 - 48.5
    #	VertRefresh  50.0 - 70.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     "TurboQueue"         	# [<bool>]
            #Option     "FastVram"           	# [<bool>]
            #Option     "NoHostBus"          	# [<bool>]
            #Option     "RenderAcceleration" 	# [<bool>]
            #Option     "ForceCRT1Type"      	# <str>
            #Option     "ForceCRT2Type"      	# <str>
            #Option     "YPbPrAspectRatio"   	# <str>
            #Option     "ShadowFB"           	# [<bool>]
            #Option     "DRI"                	# [<bool>]
            #Option     "AGPSize"            	# <i>
            #Option     "GARTSize"           	# <i>
            #Option     "Rotate"             	# <str>
            #Option     "NoXvideo"           	# [<bool>]
            #Option     "Vesa"               	# [<bool>]
            #Option     "MaxXFBMem"          	# <i>
            #Option     "ForceCRT1"          	# [<bool>]
            #Option     "XvOnCRT2"           	# [<bool>]
            #Option     "PanelDelayCompensation" 	# <i>
            #Option     "PanelDelayCompensation1" 	# <i>
            #Option     "PDC"                	# <i>
            #Option     "PDC1"               	# <i>
            #Option     "EMI"                	# <i>
            #Option     "LVDSHL"             	# <i>
            #Option     "SpecialTiming"      	# <str>
            #Option     "TVStandard"         	# <str>
            #Option     "UseROMData"         	# [<bool>]
            #Option     "NoInternalModes"    	# [<bool>]
            #Option     "UseOEMData"         	# [<bool>]
            #Option     "NoYV12"             	# [<bool>]
            #Option     "CHTVType"           	# [<bool>]
            #Option     "CHTVOverscan"       	# [<bool>]
            #Option     "CHTVSuperOverscan"  	# [<bool>]
            #Option     "CHTVLumaBandwidthCVBS" 	# <i>
            #Option     "CHTVLumaBandwidthSVIDEO" 	# <i>
            #Option     "CHTVLumaFlickerFilter" 	# <i>
            #Option     "CHTVChromaBandwidth" 	# <i>
            #Option     "CHTVChromaFlickerFilter" 	# <i>
            #Option     "CHTVCVBSColor"      	# [<bool>]
            #Option     "CHTVTextEnhance"    	# <i>
            #Option     "CHTVContrast"       	# <i>
            #Option     "SISTVEdgeEnhance"   	# <i>
            #Option     "SISTVAntiFlicker"   	# <str>
            #Option     "SISTVSaturation"    	# <i>
            #Option     "SISTVCFilter"       	# [<bool>]
            #Option     "SISTVYFilter"       	# <i>
            #Option     "SISTVColorCalibFine" 	# <i>
            #Option     "SISTVColorCalibCoarse" 	# <i>
            #Option     "SISTVXScale"        	# <i>
            #Option     "SISTVYScale"        	# <i>
            #Option     "TVXPosOffset"       	# <i>
            #Option     "TVYPosOffset"       	# <i>
            #Option     "SIS6326TVAntiFlicker" 	# <str>
            #Option     "SIS6326TVEnableYFilter" 	# [<bool>]
            #Option     "SIS6326TVYFilterStrong" 	# [<bool>]
            #Option     "SIS6326TVForcePlug" 	# <str>
            #Option     "SIS6326FSCAdjust"   	# <i>
            #Option     "UseColorHWCursor"   	# [<bool>]
            #Option     "ColorHWCursorBlending" 	# [<bool>]
            #Option     "ColorHWCursorBlendThreshold" 	# <i>
            #Option     "RestoreBySetMode"   	# [<bool>]
            #Option     "NoCRT2Detection"    	# [<bool>]
            #Option     "ForceCRT2ReDetection" 	# [<bool>]
            #Option     "SenseYPbPr"         	# [<bool>]
            #Option     "CRT1Gamma"          	# [<bool>]
            #Option     "CRT2Gamma"          	# [<bool>]
            #Option     "StoredGammaBrightness" 	# <str>
            #Option     "StoredGammaPreBrightness" 	# <str>
            #Option     "XvGamma"            	# <str>
            #Option     "XvDefaultContrast"  	# <i>
            #Option     "XvDefaultBrightness" 	# <i>
            #Option     "XvDefaultHue"       	# <i>
            #Option     "XvDefaultSaturation" 	# <i>
            #Option     "XvDefaultDisableGfx" 	# [<bool>]
            #Option     "XvDefaultDisableGfxLR" 	# [<bool>]
            #Option     "XvChromaMin"        	# <i>
            #Option     "XvChromaMax"        	# <i>
            #Option     "XvUseChromaKey"     	# [<bool>]
            #Option     "XvInsideChromaKey"  	# [<bool>]
            #Option     "XvYUVChromaKey"     	# [<bool>]
            #Option     "XvDisableColorKey"  	# [<bool>]
            #Option     "XvUseMemcpy"        	# [<bool>]
            #Option     "ScaleLCD"           	# [<bool>]
            #Option     "CenterLCD"          	# [<bool>]
            #Option     "EnableHotkey"       	# [<bool>]
            #Option     "EnableSiSCtrl"      	# [<bool>]
            #Option     "MergedFB"           	# [<bool>]
            #Option     "TwinView"           	# [<bool>]
            #Option     "MergedFBAuto"       	# [<bool>]
            #Option     "CRT2HSync"          	# <str>
            #Option     "SecondMonitorHorizSync" 	# <str>
            #Option     "CRT2VRefresh"       	# <str>
            #Option     "SecondMonitorVertRefresh" 	# <str>
            #Option     "CRT2Position"       	# <str>
            #Option     "TwinViewOrientation" 	# <str>
            #Option     "MetaModes"          	# <str>
            #Option     "MergedDPI"          	# <str>
            #Option     "NoMergedXinerama"   	# [<bool>]
            #Option     "NoTwinviewXineramaInfo" 	# [<bool>]
            #Option     "MergedXineramaCRT2IsScreen0" 	# [<bool>]
    	Identifier  "Card0"
    	Driver      "sis"
    	VendorName  "Silicon Integrated Systems [SiS]"
    	BoardName   "SiS300/305 PCI/AGP VGA Display Adapter"
    	ChipSet     "SIS300/305"
    	Card        "sis SIS300/305"
    	BusID       "PCI:0:9:0"
    EndSection
    
    Section "Screen"
    	Identifier "Screen0"
    	Device     "Card0"
    	Monitor    "Monitor0"
    	DefaultDepth     16
    	SubSection "Display"
    		Viewport   0 0
    		Depth     16
    		Modes    "1024x768"
    	EndSubSection
    EndSection
    

    Bin eigentlich bis zum http://www.freebsd.org/doc/de_DE.ISO8859-1/books/handbook/x-install.html 5.3.1. gekommen.

    Und mit den Befehlen kann er nix anfangen.

    # pkg_delete -f /var/db/pkg/imake-4* /var/db/pkg/XFree86-*
    # cd /usr/ports/x11/xorg
    # make install clean
    # pkgdb -F
    

    mfg

    w.r



  • Morgen,

    das sieht eigentlich ganz ok aus. Wuesste nicht, dass da irgendwas falsch sein
    sollte. Mit den Befehlen: Was kommt denn als Meldung, wenn du diese ausfuehrst?

    mfg
    v R



  • Bitte ohne Kommetare wie

    #Option     "CRT2HSync"              # <str> 
            #Option     "SecondMonitorHorizSync"     # <str> 
            #Option     "CRT2VRefresh"           # <str> 
            #Option     "SecondMonitorVertRefresh"     # <str> 
            #Option     "CRT2Position"           # <str> 
            #Option     "TwinViewOrientation"     # <str> 
            #Option     "MetaModes"              # <str> 
            #Option     "MergedDPI"              # <str>
    

    mach sie ganz weg.

    Füge in deiner xorg.conf folgendes hinzu:

    Section "Modes" 
            Identifier   "Modes0" 
            Ausgabe des Befehls: gtf 1024 768 85 
    EndSection
    

    wobei die letzte zahl (85) die Monitor Frequenz ist, also 85 Herz. Das solltest du ggf. ändern.



  • Hi,

    Section "Modes"
            Identifier   "Modes0"
            Ausgabe des Befehls: gtf 1024 768 85
    EndSection
    

    Was soll ich mit "Ausgabe des Befehls"?



  • Da reinschreiben? 🙄



  • Is klar!

    Section "Modes"
            Identifier   "Modes0"
            gtf 1024 768 75
    EndSection
    

    Das habe ich reingeschrieben und da geht nischts mehr.

    mfg

    w.r

    PS: Hab doch richtig gemach, dass ich alle Zeilen die mit # anfangen gelöscht?



  • Die Ausgabe dieser Zeile natürlich; steht doch dort! 💡



  • white.rabbit schrieb:

    Is klar!

    Section "Modes"
            Identifier   "Modes0"
            gtf 1024 768 75
    EndSection
    

    Das habe ich reingeschrieben und da geht nischts mehr.

    Wie nman schon sagte, den Befehl in die Konsole eingeben und die Ausgabe
    dort reinschreiben.

    mfg

    w.r

    PS: Hab doch richtig gemach, dass ich alle Zeilen die mit # anfangen gelöscht?

    Das bezog sich auf das Posten hier im Forum, du solltest das natuerlich nicht
    in deiner Datei machen.

    mfg
    v R



  • Sorry hab dich davor falsch verstanden!

    Werde es heute ausprobieren!

    mfg

    w.r



  • Section "Modes"
     Identifier "Modes0"
       # 1024x768 @ 60.00 Hz (GTF) hsync: 47.70 kHz; pclk: 64.11 MHz
       Modeline "1024x768_60.00"  64.11  1024 1080 1184 1344  768 769 772 795  -HSync +Vsync
    EndSection
    

    So sieht es naehmlich aus. Dann starte ich kde mit kdm. Und wie erwartet nur 640x480.

    Hab noch versucht die xorg.conf zu testen mit Xorg -configure xorg.conf dann kommt so eine Fehlermeldung irgendwas mit server ........

    Hat jemand noch eine Idee wie ich endlich meine 1024x768 Aufloesung bekomme

    mfg

    w.r



  • white.rabbit schrieb:

    Hab noch versucht die xorg.conf zu testen mit Xorg -configure xorg.conf dann kommt so eine Fehlermeldung irgendwas mit server ........

    Hat jemand noch eine Idee wie ich endlich meine 1024x768 Aufloesung bekomme

    Du musst irgendwas machen mit XF86Config...

    Mal ernsthaft: Deine Fehlerbeschreibungen lassen echt zu wünschen übrig; mit etwas genaueren Angaben könnte Dir vielleicht wirklich jemand helfen. 🙄



  • Hi,

    sorry für meine magere Beschreibung ich bin bloss total genervt 😡 😡

    Aber ich hab mir die Log Datei angesehen und habe folgendes entdeckt.

    (--) SIS(0): CRT2 DDC probing failed
    (==) SIS(0): Min pixel clock is 12 MHz
    (--) SIS(0): Max pixel clock is 208 MHz
    (II) SIS(0): Replaced entire mode list with built-in modes
    (II) SIS(0): "Unknown reason" in the following list means that the mode
    (II) SIS(0): is not supported on the chipset/bridge/current output device.
    (II) SIS(0): Monitor0: Using default hsync range of 28.00-33.00 kHz
    (II) SIS(0): Monitor0: Using default vrefresh range of 43.00-72.00 Hz
    (II) SIS(0): Clock range:  12.00 to 208.80 MHz
    (II) SIS(0): Not using default mode "800x600" (hsync out of range)
    (II) SIS(0): Not using default mode "640x480" (hsync out of range)
    (II) SIS(0): Not using default mode "1024x768" (hsync out of range)
    (II) SIS(0): Not using mode "1024x768" (no mode of this name)   :warning: 
    (--) SIS(0): Virtual size is 640x480 (pitch 640)
    (**) SIS(0):  Default mode "640x480": 25.1 MHz, 31.3 kHz, 59.7 Hz
    (II) SIS(0): Modeline "640x480"   25.06  640 656 752 800  480 490 492 525 -hsync -vsync
    

    So das Problem ist vielleicht das 102x768 mode nicht gefunden wird!

    SubSection "Display"
    		Viewport  0 0
    		Depth     16
    		Modes 	"1024x768" <= wird nicht gefunden!!!!!
    	EndSubSection
    

    Wie soll ich denn die Datei ändern?

    Section "Modes"
    	Identifier "Modes0"
     	 # 1024x768 @ 60.00 Hz (GTF) hsync: 47.70 kHz; pclk: 64.11 MHz
      	Modeline "1024x768_60.00"  64.11  1024 1080 1184 1344  768 769 772 795  -HSync +Vsync
    EndSection
    

    mfg
    PS: Kann ich auch die Option in den Bootloader auch abspeichern wie mit lilo (vga=791)?
    w.r


Anmelden zum Antworten