hor. sync en vert. sync in xorg.conf (ubuntu 10.04)

Pagina: 1
Acties:

Acties:
  • 0 Henk 'm!

  • Mar2zz
  • Registratie: September 2007
  • Laatst online: 20-08 07:53
Ik heb vandaag de lynx op mijn laptop gezet (dualboot naast Karmic). Bewust een dualboot omdat ik het niet aandurfde omdat ik niet zeker weet of ik alles goed aan de praat krijg. bovendien draait karmic als een zonnetje al tijden, maar toch begon de nieuwe versie te kriebelen.

In de lynx krijg ik mijn resolutie niet goed. ik heb een esprimo mobile (pricewatch: Fujitsu Siemens Esprimo Mobile V5535) met een SIS mirage chip. Die moet je nou net niet hebben als je linux gaat draaien, maar het is niet anders. niet aan gedacht bij de aanschaf van deze laptop die ik goedkoop van iemand kon overnemen.

In Karmic kon ik een .deb op de kop tikken die drivers en alles regelde waardoor ik de native 1280x800 kon draaien op de laptop. Was even speuren, maar toch gevonden. (hiero).

Omdat ik in eerste instantie geen nieuwe drivers.deb voor 10.4 kon vinden heb ik de .deb van 9.10 geopend als archief en alles op de juiste plaats gezet, xserver reconfigure gedaan en reboot. Jammer maar helaas, kan de drivers niet laden.

Nu vond ik na zeer lang speuren een compile (browsehistory zit in lync, zit nu karmic te typen als behoefte aan link dan zal ik ff in andere booten) van iemand die dezelfde graphicsadapter heeft, maar dan een asuspc met een andere native resolutie. daar zat ook een xorg.conf bij, en 3 driverfiles. Deze gelijk getest en na een reboot dat gelukzalige gevoel van SOLVED! kortdurend gehad. ik kan hogere resoluties kiezen, tot en met 1360x768, behalve 1280x800. Voor mijn doen vond ik mezelf al een hele ster, zo ver gekomen te zijn. maar die xorg.conf is voor mij een grote abracadabra. ik kan mijn eigen resolutie nog toevoegen (heb ik ook gedaan zie onderaan), maar daar houdt het ook mee op. Misschien zit hier een xserver goeroe die me wat kan laten testen ofzo om de boel op native 1280 te krijgen?

Section "ServerLayout"
	Identifier     "X.org Configured"
	Screen      0  "Screen0" 0 0
	InputDevice    "Mouse0" "CorePointer"
	InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "ServerFlags"
   Option "IgnoreABI" "True"
EndSection

Section "Files"
	ModulePath   "/usr/lib/xorg/modules"
	FontPath     "/usr/share/fonts/X11/misc"
	FontPath     "/usr/share/fonts/X11/cyrillic"
	FontPath     "/usr/share/fonts/X11/100dpi/:unscaled"
	FontPath     "/usr/share/fonts/X11/75dpi/:unscaled"
	FontPath     "/usr/share/fonts/X11/Type1"
	FontPath     "/usr/share/fonts/X11/100dpi"
	FontPath     "/usr/share/fonts/X11/75dpi"
	FontPath     "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
	FontPath     "built-ins"
EndSection

Section "Module"
	Load  "record"
	Load  "glx"
	Load  "dri2"
	Load  "dbe"
	Load  "dri"
EndSection

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "kbd"
EndSection

Section "InputDevice"
	Identifier  "Mouse0"
	Driver      "mouse"
	Option	    "Protocol" "auto"
	Option	    "Device" "/dev/input/mice"
	Option	    "ZAxisMapping" "4 5 6 7"
EndSection


Section "Monitor"
	Identifier   "Monitor0"
	VendorName   "LCD/Plasma Panel"
	ModelName    "LCD/Plasma Panel"
        HorizSync    28.0 - 85.0
        VertRefresh  48.0 - 75.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     "FastVram" "yes"          	# [<bool>]
        Option     "HostBus" "yes"           	# [<bool>]
        Option     "BenchmarkMemcpy" "yes"   	# [<bool>]
        Option     "UseSSE" "yes"            	# [<bool>]
        Option     "MaxXFBMem" "16384"         	# <i>
        Option     "Accel" "yes"             	# [<bool>]
        Option     "TurboQueue" "yes"        	# [<bool>]
        Option     "RenderAcceleration" "yes" 	# [<bool>]
        Option     "DRI" "yes"               	# [<bool>]
        Option     "AGPSize"  "128"          	# <i>
        #Option     "GARTSize"           	# <i>
#        Option     "ShadowFB" "yes"           	# [<bool>]
        #Option     "Rotate"             	# <str>
        #Option     "Reflect"            	# <str>
        Option     "EnableSiSCtrl" "yes"      	# [<bool>]
        #Option     "SWCursor"           	# [<bool>]
        #Option     "HWCursor"           	# [<bool>]
        #Option     "ColorHWCursor"      	# [<bool>]
        #Option     "UseColorHWCursor"   	# [<bool>]
        #Option     "ColorHWCursorBlending" 	# [<bool>]
        #Option     "ColorHWCursorBlendThreshold" 	# <i>
        Option     "InternalModes" "no"     	# [<bool>]
        #Option     "ConstantDPI"        	# [<bool>]
      #  Option     "OverruleFrequencyRanges" "no" 	# [<bool>]
        #Option     "RestoreBySetMode"   	# [<bool>]
#        Option     "Vesa" "yes"              	# [<bool>]
        #Option     "ForceCRT1Type"      	# <str>
        #Option     "ForceCRT1"          	# [<bool>]
        #Option     "ForceCRT2Type"      	# <str>
        #Option     "CRT2Detection"      	# [<bool>]
#        Option     "CRT1LCD" "yes"           	# [<bool>]
        #Option     "ForceCRT2ReDetection" 	# [<bool>]
        Option     "EnableHotkey" "yes"       	# [<bool>]
        #Option     "ForceCRT1VGAAspect" 	# <str>
        #Option     "ForceCRT2VGAAspect" 	# <str>
        Option     "UseROMData" "yes"        	# [<bool>]
        Option     "UseOEMData" "yes"        	# [<bool>]
      #  Option     "ScaleLCD" "yes"           	# [<bool>]
      #  Option     "CenterLCD" "yes"         	# [<bool>]
        #Option     "PanelDelayCompensation" 	# <i>
        #Option     "PDC"                	# <i>
        #Option     "PanelDelayCompensation2" 	# <i>
        #Option     "PDC2"               	# <i>
        #Option     "PanelDelayCompensation1" 	# <i>
        #Option     "PDC1"               	# <i>
        #Option     "EMI" "0x6a0d7039"               	# <i>
        #Option     "LVDSHL"             	# <i>
        #Option     "ForcePanelRGB"      	# <i>
#        Option "SpecialTiming" "BARCO_1366"
Option     "SpecialTiming" "ASUSX5DC"     	# <str>
        #Option     "TVStandard"         	# <str>
        #Option     "TVXPosOffset"       	# <i>
        #Option     "TVYPosOffset"       	# <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     "SenseYPbPr"         	# [<bool>]
        #Option     "YPbPrAspectRatio"   	# <str>
        #Option     "TVBlueWorkAround"   	# [<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     "SIS6326TVAntiFlicker" 	# <str>
        #Option     "SIS6326TVEnableYFilter" 	# [<bool>]
        #Option     "SIS6326TVYFilterStrong" 	# [<bool>]
        #Option     "SIS6326TVForcePlug" 	# <str>
        #Option     "SIS6326FSCAdjust"   	# <i>
        #Option     "CRT1Gamma"          	# [<bool>]
        #Option     "CRT2Gamma"          	# [<str>]
        #Option     "GammaBrightness"    	# <str>
        #Option     "GammaBrightnessCRT2" 	# <str>
        #Option     "CRT2GammaBrightness" 	# <str>
        #Option     "Brightness"         	# <str>
        #Option     "NewGammaBrightness" 	# <str>
        #Option     "CRT2Brightness"     	# <str>
        #Option     "CRT2NewGammaBrightness" 	# <str>
        #Option     "Contrast"           	# <str>
        #Option     "NewGammaContrast"   	# <str>
        #Option     "CRT2Contrast"       	# <str>
        #Option     "CRT2NewGammaContrast" 	# <str>
        #Option     "CRT1Saturation"     	# <i>
        #Option     "Xvideo"             	# [<bool>]
        #Option     "XvOnCRT2"           	# [<bool>]
        #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     "XvDefaultAdaptor"   	# <str>
        #Option     "YV12"               	# [<bool>]
        #Option     "MergedFB"           	# [<str>]
        #Option     "TwinView"           	# [<str>]
        #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     "MergedXinerama"     	# [<bool>]
        #Option     "TwinviewXineramaInfo" 	# [<bool>]
        #Option     "MergedXineramaScreen0" 	# [<str>]
        #Option     "MergedXineramaCRT2IsScreen0" 	# [<bool>]
        #Option     "MergedNonRectangular" 	# [<bool>]
        #Option     "MergedMouseRestriction" 	# [<bool>]
        #Option     "FutroTiming"        	# [<bool>]
	Identifier  "Card0"
	Driver      "sis671"
	VendorName  "Silicon Integrated Systems [SiS]"
	BoardName   "771/671 PCIE VGA Display Adapter"
	BusID       "PCI:1:0:0"

 Option 	"EnableSiSCtrl" "yes"

EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Card0"
	Monitor    "Monitor0"
    DefaultDepth    24
DefaultFbBpp 32

	SubSection "Display"
Virtual 1360 768
Modes "1280x800" "1360x768" "1024x768"

Option "Pixmap" "32"
	Viewport   0 0 
		Depth     24
	EndSubSection
EndSection


Die 1280x800 resolutie heb ik toegevoegd. die 1360x768 kan ik overigens draaien maar dan vallen dingen (zoals taakbalk) buiten beeld, maar zodra ik er dan met de muis heenga dan verschuift het beeld dus ik kan wel overal bij.

Ik heb ook ergens gelezen dat het misschien met die horizontal sync en vertical sync te maken kan hebben. kan daar een of andere wiskunde voor mijn resolutie op los gelaten worden ofzo?

subvraag: googlen op linuxproblemen mbt drivers is lastig omdat je soms een topic leest en ineens merkt dat het over 7.10 gaat in plaats van 10.4 en dan ook ziet dat het een 3 jaar oude post is. Hoe kan ik mijn google-fu updaten? (ja ik voeg wel 10.4 toe aan de query, maar dan nog komt ie op de proppen met oudere versies)

Acties:
  • 0 Henk 'm!

  • SandStar
  • Registratie: Oktober 2002
  • Laatst online: 16:57

SandStar

DPC-Crew

Zandster

wat gebeurd er als je geen xorg.conf maakt en hem zelf alles laat uitzoeken?

Acties:
  • 0 Henk 'm!

  • Mar2zz
  • Registratie: September 2007
  • Laatst online: 20-08 07:53
Dat heb ik met die 10.4 nog niet geprobeerd, tenminste ik neem aan dat je bedoelt inclusief die nieuwe drivers. ik hernoem 'm en reboot. kom er morgen op terug.

Acties:
  • 0 Henk 'm!

  • Theimon
  • Registratie: April 2005
  • Laatst online: 18:16

Theimon

Snapte!?

Jij plaatst driver modules die je download in de betreffende mappen? Die kan je niet laden omdat die niet "matchen" met jouw kernel. Driver modules moeten gebouwd worden tegen je eigen kernel aan. Als dat niet gebeurd en ze moeten geladen worden, krijg je version mismatches e.d. en worden ze simpelweg niet geladen.

Misschien kan je op zoek gaan naar een SiS driver repository, check de kernel config er op na of speur aptitude even af (xorg-xserver-video-sis).

Evil in general does not sleep, and therefore doesn't see why anyone else should. | There is no "i" in denial. | There is no "i" in TEAM, but there is ME!


Acties:
  • 0 Henk 'm!

  • DutchNutcase
  • Registratie: Augustus 2005
  • Niet online

DutchNutcase

E = mc^2

Dit zijn de zoektermen waar je mee aan de gang wilt. Ik heb het zelf een keer uitgezocht, maar dat is alweer een tijdje geleden.

Modeline howto's
Online Modeline generator

offtopic:
Voor je google-fu: onder advanced search kun je natuuurlijk ook op het knopje "Date, usage rights, numeric range, and more" klikken. :+

Luctor et Emergo || specs


Acties:
  • 0 Henk 'm!

  • Mar2zz
  • Registratie: September 2007
  • Laatst online: 20-08 07:53
Yeah baby het is me gelukt! Ik vond opnieuw een post met drivers, en een cleane xorg.conf. Ik heb vervolgens alle drivers van SIS verwijderd uit de driver map, deze 2 nieuwe erin gegooid, de cleane xorg.conf geplaatst en na een reboot starte hij direct al op in 1280x800!!!

Zonder xorg.conf ging ie overigens de 2 default lage resoluties geven, verder niets. Ubuntu kan uit zichzelf dus niet goed omgaan met de sisdrivers.

Ik heb de volgende post gebruikt: http://ajoliveira.com/ajoliveira/uk/software/xorg.php

Acties:
  • 0 Henk 'm!

  • Sir Isaac
  • Registratie: September 2002
  • Laatst online: 21-05 20:45
Enigzins off-topic: hoe wordt met een (min of meer) lege xorg.conf bepaald welke driver wordt gebruikt als je er meer hebt: bijvoorbeeld nv, nouveau en nvidia voor nVidia kaarten. Wat doet de Ubuntu progsel dat restricted drivers activeert, behalve het downloaden, compileren en installeren van de drivers? Hoe worden ze geconfigureerd?

Acties:
  • 0 Henk 'm!

  • DeKaerften
  • Registratie: December 2007
  • Niet online
Zonder xorg,conf regelt HAL dat voor je, via de HAL policies. (Als je meer wilt weten moet je maar eens wat info over fdi files zoeken).

Acties:
  • 0 Henk 'm!

  • Theimon
  • Registratie: April 2005
  • Laatst online: 18:16

Theimon

Snapte!?

GuitarWeed schreef op zaterdag 08 mei 2010 @ 16:12:
Zonder xorg,conf regelt HAL dat voor je, via de HAL policies. (Als je meer wilt weten moet je maar eens wat info over fdi files zoeken).
Wel even opletten dat HAL vanaf Xorg 1.8 deprecated is en dat udev die taak op zich neemt/gaat nemen.

Evil in general does not sleep, and therefore doesn't see why anyone else should. | There is no "i" in denial. | There is no "i" in TEAM, but there is ME!

Pagina: 1