Moderator: ago

Code: Select all
Section "ServerLayout"
Option "AIGLX" "true"
Option "OffTime" "10"Code: Select all
Section "Module"
Load "dbe" # Double buffer extension
SubSection "extmod"
Option "omit xfree86-dga" # don't initialise the DGA extension
EndSubSection
Load "freetype"
Load "glx"
EndSection
Section "Files"
FontPath "/usr/share/fonts/misc/"
FontPath "/usr/share/fonts/Type1/"
FontPath "/usr/share/fonts/100dpi/"
FontPath "/usr/share/fonts/75dpi/"
EndSection
Section "ServerFlags"
EndSection
Section "InputDevice"
Identifier "Keyboard1"
Driver "kbd"
Option "AutoRepeat" "500 30"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "it"
EndSection
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "Auto" # Auto detect
Option "Device" "/dev/psaux"
Option "ZAxisMapping" "4 5 6 7"
EndSection
Section "Monitor"
Identifier "MONITOR"
Option "IgnoreEDID"
VertRefresh 30-90
HorizSync 20-150
ModeLine "ATSC-720p60Hz" 74.160 1280 1352 1392 1648 720 725 730 750
ModeLine "My720p" 73.825 1280 1320 1368 1640 720 722 724 751 +hsync +vsync # 74.086 MHz 44.955 kHz 5$
ModeLine "My720p2" 73.825 1280 1320 1368 1640 720 722 724 751 +hsync +vsync # 74.086 MHz 44.955 kHz 5$
Modeline "1280x720_60.00" 74.25 1280 1352 1432 1648 720 725 730 750 -hsync -vsync
Modeline "1280x720_50.00" 74.25 1280 1360 1400 1984 720 725 730 750 -hsync -vsync
ModeLine "ATSC-720-59.94p" 74.176 1280 1320 1376 1650 720 722 728 750
ModeLine "ATSC-720-60p" 74.25 1280 1320 1376 1650 720 722 728 750
DisplaySize 320 180
#DisplaySize 1085.34125 610.504451
EndSection
Section "Device"
Identifier "Standard VGA"
VendorName "Unknown"
BoardName "Unknown"
EndSection
Section "Device"
Identifier "VIDEOCARD"
Driver "nvidia"
# unsupported card
VideoRam 65536
# Insert Clocks lines here if appropriate
Option "RenderAccel" "true"
Option "AllowGLXWithComposite" "true"
Option "ConnectedMonitor" "DFP"
EndSection
Section "Screen"
Identifier "Screen 1"
Device "VIDEOCARD"
Monitor "MONITOR"
DefaultDepth 24
Subsection "Display"
Viewport 0 0
Depth 24
Modes "720p2"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Simple Layout"
Screen "Screen 1"
InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
EndSection
Section "DRI"
Mode 0666
EndSection

Code: Select all
Option "BlankTime" "0"
Option "StandbyeTime" "0"
Option "SuspendTime" "0"
Option "OffTime" "0"