Section "ServerLayout" Identifier "X.Org Configured" Screen 0 "Screen0" 0 0 InputDevice "Keyboard0" "CoreKeyboard" InputDevice "PS/2 Mouse" "AlwaysCore" # Serial Mouse not detected InputDevice "USB Mouse" "AlwaysCore" #No Synaptics touchpad found EndSection Section "ServerFlags" Option "AllowMouseOpenFail" "true" Option "DontZap" "false" Option "DontZoom" "true" EndSection Section "Files" FontPath "/usr/share/fonts/util" FontPath "/usr/share/fonts/encodings" FontPath "/usr/share/fonts/misc" FontPath "/usr/share/fonts/ttf-bitstream-vera" FontPath "/usr/share/fonts/corefonts" FontPath "/usr/share/fonts/TTF" FontPath "/usr/share/fonts/Type1" FontPath "/usr/share/fonts/100dpi" FontPath "/usr/share/fonts/75dpi" FontPath "/usr/share/fonts/cyrillic" FontPath "/usr/share/fonts/dejavu" FontPath "/usr/share/fonts/OTF" FontPath "/usr/share/fonts/Speedo" FontPath "/usr/share/fonts/urw-fonts" EndSection Section "Module" Load "ddc" Load "vbe" Load "GLcore" Load "dbe" Load "dri" Load "extmod" Load "glx" Load "bitmap" Load "type1" Load "freetype" Load "record" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "kbd" Option "CoreKeyboard" Option "XkbRules" "xorg" Option "XkbModel" "pc105" # Option "XkbOptions" "grp:toggle,grp_led:scroll" Option "XkbLayout" "de" Option "XkbVariant" "nodeadkeys" EndSection Section "InputDevice" Identifier "Serial Mouse" Driver "mouse" Option "Protocol" "Microsoft" Option "Device" "/dev/ttyS0" Option "Emulate3Buttons" "true" Option "Emulate3Timeout" "70" Option "SendCoreEvents" "true" EndSection Section "InputDevice" Identifier "PS/2 Mouse" Driver "mouse" Option "Protocol" "IMPS/2" Option "Device" "/dev/misc/psaux" Option "Emulate3Buttons" "true" Option "Emulate3Timeout" "70" Option "SendCoreEvents" "true" Option "ZAxisMapping" "4 5" EndSection Section "InputDevice" Identifier "USB Mouse" Driver "mouse" Option "Device" "/dev/input/mice" Option "SendCoreEvents" "true" Option "Protocol" "IMPS/2" Option "ZAxisMapping" "4 5" Option "Buttons" "5" EndSection Section "InputDevice" Identifier "Synaptics" Driver "synaptics" Option "Protocol" "event" Option "Device" "" Option "LeftEdge" "1900" Option "RightEdge" "5400" Option "TopEdge" "1900" Option "BottomEdge" "4000" Option "FingerLow" "25" Option "FingerHigh" "30" Option "MaxTapTime" "180" Option "MaxTapMove" "220" Option "VertScrollDelta" "100" Option "MinSpeed" "0.02" Option "MaxSpeed" "0.10" Option "AccelFactor" "0.0010" Option "SHMConfig" "on" EndSection # Auto-generated by mkxf86config Section "Monitor" Identifier "MonitorTv" VendorName "" ModelName "TV-PAL" HorizSync 24.0 - 80.0 VertRefresh 50.0 - 75.0 Option "nodpms" Option "noddc" # Set for 4:3 display # DisplaySize 300 225 # Set for 16:9 display # DisplaySize 400 225 # # 2011-11-12 rklehm: measured TV screen size DisplaySize 570 325 EndSection Section "Device" Identifier "VT1622A" Driver "openchrome" VendorName "Via" BoardName "cle266" Option "PciRetry" "true" BusID "PCI:1:0:0" # VideoRam 32768 Option "ActiveDevice" "TV" # Option "UseBIOS" "true" Option "TVType" "PAL" Option "TVOutput" "S-Video" Option "EnableAGPDMA" "true" # # 2014-06-14 rklehm: not enabled leads to bug since openchrome-0.3.3 # - (EE) CHROME(0): [Xv] Port 0: PCI DMA blit failed. Option "NoAGPFor2D" "true" Option "NoXVDMA" "true" # Option "ActiveDevice" "TV" # Option "TVOutput" "Composite" # Option "TVOutput" "RGB" # Option "TVVScan" "over" # Option "TVVScan" "under" # Option "TVDotCrawl" # Option "DisableVQ" "true" # Option "NoDDCValue" # Option "HQVManualSwitch" # Option "NoHQVVFilter" # Option "CaptureOverScanOff" # Option "Cap0Deinterlace" "Bob" # Option "Cap0Deinterlace" "Weave" # Option "Cap1Deinterlace" "Bob" # Option "Cap1Deinterlace" "Weave" # Option "Cap0FieldSwap" # Option "NoCap0HFilter" # Option "NoCap1HFilter" #Option "PrintVGARegs" # [] #Option "PrintTVRegs" # [] #Option "I2CScan" # [] #Option "VBEModes" # [] #Option "NoAccel" # [] #Option "AccelMethod" # #Option "ExaNoComposite" # [] #Option "ExaScratchSize" # #Option "SWCursor" # [] #Option "ShadowFB" # [] #Option "RotationType" # [] #Option "Rotate" # [] #Option "VideoRAM" # #Option "ActiveDevice" # [] #Option "TVDotCrawl" # [] #Option "TVDeflicker" # #Option "TVType" # [] #Option "TVOutput" # [] #Option "TVPort" # [] #Option "DisableVQ" # [] #Option "DisableIRQ" # [] #Option "EnableAGPDMA" # [] #Option "NoAGPFor2D" # [] #Option "NoXVDMA" # [] #Option "VbeSaveRestore" # [] #Option "DisableXvBWCheck" # [] #Option "ModeSwitchMethod" # [] #Option "MaxDRIMem" # #Option "AGPMem" # #Option "I2CDevices" # [] EndSection Section "Screen" Identifier "Screen0" Device "VT1622A" Monitor "MonitorTv" DefaultColorDepth 24 SubSection "Display" Viewport 0 0 Depth 24 # Modes "720x576Noscale" # # 2014-06-14 rklehm: since x11-drivers/xf86-video-openchrome-0.3.3 # Modes "720x576Over" does not work, flicker Modes "720x576" # Modes "848x480Over" # Virtual 704 560 EndSubSection EndSection Section "DRI" Mode 0666 EndSection