# Files section. This allows default font and rgb paths to be set Section "Files" RgbPath "/usr/X11R6/lib/X11/rgb" FontPath "/usr/X11R6/lib/X11/fonts/misc/" FontPath "/usr/X11R6/lib/X11/fonts/Type1/" FontPath "/usr/X11R6/lib/X11/fonts/Speedo/" FontPath "/usr/X11R6/lib/X11/fonts/75dpi/" FontPath "/usr/X11R6/lib/X11/fonts/100dpi/" FontPath "/usr/X11R6/lib/X11/fonts/local/" EndSection # Server flags section. Section "ServerFlags" # NoTrapSignals # DontZap # Uncomment this to disable the C-M-BS server abort sequence EndSection # Keyboard section Section "Keyboard" Protocol "Standard" # Protocol "Xqueue" # when using XQUEUE AutoRepeat 500 5 ServerNumLock XkbDisable # Xleds 1 2 3 # user-controlled LEDs # LeftAlt Meta # RightAlt ModeShift # RightCtl Compose # ScrollLock ModeLock EndSection # Pointer section Section "Pointer" # Protocol "Mouseman" Protocol "PS/2" Device "/dev/mouse" # Protocol "Xqueue" # When using XQUEUE # BaudRate 9600 # SampleRate 150 Emulate3Buttons Emulate3Timeout 50 # Emulate3Timeout 0 # ChordMiddle EndSection # Monitor section # Any number of monitor sections may be present Section "Monitor" Identifier "Generic Monitor" VendorName "MAG" ModelName "LX1464S" Bandwidth 110 # MHz HorizSync 30-66 # kHz (in fact, 64kHz :-) VertRefresh 50-100 # Hz # DotClock HTimings VTimings ModeLine "640x480" 25 640 664 760 800 480 491 493 525 ModeLine "800x600" 36 800 824 896 1024 600 601 603 625 ModeLine "1024x768" 65 1024 1032 1176 1344 768 771 777 816 -hsync -vsync ModeLine "1280x1024" 110 1280 1328 1512 1680 1024 1025 1028 1070 EndSection Section "Monitor" Identifier "NANAO 56T" VendorName "NANAO" ModelName "56T" Bandwidth 135 # MHz HorizSync 30-85 # kHz VertRefresh 55-160 # Hz # DotClock HTimings VTimings ModeLine "640x480" 31.5 640 664 704 832 480 489 492 520 ModeLine "800x600" 65 800 824 944 1032 600 600 606 624 ModeLine "800x600" 50 800 856 976 1040 600 637 643 666 +hsync +vsync ModeLine "1024x768" 85 1024 1032 1152 1360 768 784 787 823 ModeLine "1024x768" 80 1024 1032 1064 1272 768 771 777 806 ModeLine "1024x768" 75 1024 1048 1184 1328 768 771 777 806 -hsync -vsync ModeLine "1152x900" 110 1152 1160 1200 1480 900 900 902 929 ModeLine "1248x1000" 110 1248 1256 1280 1568 1000 1000 1002 1027 ModeLine "1280x1024" 135 1280 1312 1456 1712 1024 1027 1030 1064 ModeLine "1280x1024" 110 1280 1288 1312 1608 1024 1024 1025 1051 EndSection Section "Monitor" Identifier "Libretto LCD" VendorName "SHARP" ModelName "TFT LCD Display Pannel" HorizSync 30-64 # kHz VertRefresh 50-100 # Hz # DotClock HTimings VTimings ModeLine "640x480" 25 640 664 760 800 480 491 493 525 ModeLine "640x480" 28 640 668 768 804 480 480 485 505 EndSection # Graphics device section # Any number of graphics device sections may be present Section "Device" Identifier "Generic VGA" VendorName "Unknown" BoardName "Unknown" Chipset "generic" # VideoRam 256 # Clocks 25.2 28.3 EndSection Section "Device" # SVGA server auto-detected chipset Identifier "Generic SVGA" VendorName "Unknown" BoardName "Unknown" EndSection Section "Device" Identifier "S3 86C928" Chipset "s3_generic" Clocks 25.00 28.32 39.70 0.00 49.80 76.40 35.90 44.50 Clocks 129.00 118.90 79.40 31.30 109.70 65.00 74.40 94.60 Ramdac "att20c490" EndSection Section "Device" Identifier "CL-GD7548" VendorName "Cirrus Logic" BoardName "CL-GD7548 On Mother Board" Chipset "clgd5428" VideoRam 1024 Option "fast_dram" Option "fifo_aggressive" Option "sw_cursor" EndSection # Screen sections # The colour SVGA server Section "Screen" Driver "svga" Device "CL-GD7548" Monitor "Libretto LCD" Subsection "Display" Depth 8 Modes "640x480" ViewPort 0 0 Virtual 800 600 EndSubsection Subsection "Display" Depth 16 Modes "640x480" ViewPort 0 0 Virtual 800 600 EndSubsection EndSection # The 16-colour VGA server Section "Screen" Driver "vga16" Device "Generic VGA" Monitor "Libretto LCD" Subsection "Display" Modes "640x480" ViewPort 0 0 Virtual 800 600 EndSubsection EndSection # The Mono server Section "Screen" Driver "vga2" Device "Generic VGA" Monitor "Generic Monitor" Subsection "Display" Modes "640x480" ViewPort 0 0 Virtual 800 600 EndSubsection EndSection # The accelerated servers (S3, Mach32, Mach8, 8514, P9000, AGX, W32) Section "Screen" Driver "accel" Device "S3 86C928" # Monitor "Generic Monitor" Monitor "NANAO 56T" SubSection "Display" Depth 8 Modes "1280x1024" "1152x900" "800x600" "640x480" # Modes "1280x1024" "1248x1000" "1024x768" "640x480" ViewPort 0 0 Virtual 1280 1024 # Virtual 1248 1000 EndSubsection EndSection