# xorg.conf (X.Org X Window System server configuration file) # # This file was generated by dexconf, the Debian X Configuration tool, using # values from the debconf database. # # Edit this file with caution, and see the xorg.conf manual page. # (Type "man xorg.conf" at the shell prompt.) # # This file is automatically updated on xserver-xorg package upgrades *only* # if it has not been modified since the last upgrade of the xserver-xorg # package. # # If you have edited this file but would like it to be automatically updated # again, run the following command: # sudo dpkg-reconfigure -phigh xserver-xorg Section "InputDevice" Identifier "Generic Keyboard" Driver "kbd" Option "XkbRules" "xorg" Option "XkbModel" "pc105" Option "XkbLayout" "us" EndSection Section "InputDevice" Identifier "Configured Mouse" Driver "mouse" Option "CorePointer" EndSection Section "ServerLayout" Identifier "X.org Configured" Screen 0 "CRT-Fernseher" 0 0 EndSection Section "Module" Load "extmod" Load "xtrap" Load "GLcore" Load "dbe" Load "record" Load "dri" Load "glx" EndSection Section "Monitor" Identifier "CRT-Fernseher" VendorName "Monitor Vendor" ModelName "Monitor Model" HorizSync 15-16 VertRefresh 50-51 # eigene Modeline die bei EasyVDR funktioniert: #ModeLine "1440x576_50i" 27.75 1440 1488 1609 1769 576 580 585 625 -hsync -vsync interlace # SDTV PAL ModeLine "720x576_50i" 13.875 720 744 808 888 576 580 585 625 -hsync -vsync interlace #50i ModeLine "720x576_50" 27.0 720 732 796 864 576 581 586 625 -hsync -vsync #50p # SDTV PAL for DVI/HDMI and/or mode 2,3 ModeLine "1440x576_50i" 27.75 1440 1488 1616 1776 576 580 585 625 -hsync -vsync interlace #50i EndSection Section "Monitor" Identifier "CRT-Monitor" VendorName "Unknown" HorizSync 31.0 - 60.0 VertRefresh 60.0 - 70.0 EndSection Section "Device" ### Available Driver options are:- ### Values: : integer, : float, : "True"/"False", ### : "String", : " Hz/kHz/MHz" ### [arg]: arg optional #Option "NoAccel" # [] #Option "SWcursor" # [] #Option "ColorKey" # #Option "CacheLines" # #Option "Dac6Bit" # [] #Option "DRI" # [] #Option "NoDDC" # [] #Option "ShowCache" # [] #Option "XvMCSurfaces" # #Option "PageFlip" # [] Option "SyncFields" "True" # Option "YScaleFineTune" "1" # Option "YRGB_VPhase" "0x77777777" # Option "UV_VPhase" "0" Identifier "Card0" Driver "intel" VendorName "Intel Corporation" BoardName "82945G/GZ Integrated Graphics Controller" # Option "ModeDebug" "False" Option "ForceMinDotClock" "12MHz" EndSection Section "Screen" Identifier "Screen0_Fernseher" Device "Card0" Monitor "CRT-Fernseher" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 # Die hier hab ich alle probiert: # Modes "1440x576_50i" # Modes "720x576_50p" Modes "720x576_50i" EndSubSection EndSection Section "Screen" Identifier "Screen0_Monitor" Device "Card0" Monitor "CRT-Monitor" SubSection "Display" Viewport 0 0 Depth 24 # Modes "640x480" Modes "1024x768" "800x600" "640x480" EndSubSection EndSection