# ********************************************************************** # 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/" ModulePath "/usr/X11R6/lib/modules" EndSection # ********************************************************************** # Module section. # ********************************************************************** # Section "Module" # # Load "xf86Jstk.so" # # EndSection # ********************************************************************** # Server flags section. # ********************************************************************** Section "ServerFlags" # NoTrapSignals # DontZap # DontZoom # DisableVidModeExtension # AllowNonLocalXvidtune # DisableModInDev # AllowNonLocalModInDev EndSection # ********************************************************************** # Input devices # ********************************************************************** # ********************************************************************** # Keyboard section # ********************************************************************** Section "Keyboard" Protocol "Standard" AutoRepeat 500 5 XkbRules "xfree86" XkbModel "pc101" XkbLayout "us" XkbVariant "" XkbOptions "" EndSection # ********************************************************************** # Pointer section # ********************************************************************** Section "Pointer" Protocol "PS/2" Device "/dev/psm0" Emulate3Buttons Emulate3Timeout 50 EndSection # ********************************************************************** # Xinput section # ********************************************************************** # Section "Xinput" # # SubSection "WacomStylus" # Port "/dev/ttyS1" # DeviceName "Wacom" # EndSubSection # SubSection "WacomCursor" # Port "/dev/ttyS1" # EndSubSection # SubSection "WacomEraser" # Port "/dev/ttyS1" # EndSubSection # # EndSection # ********************************************************************** # Monitor section # ********************************************************************** Section "Monitor" Identifier "NANAO FlexScan 54T" VendorName "NANAO" ModelName "FlexScan 54T" HorizSync 24.5-86 VertRefresh 55-160 # Horizontal Sync (kHz): 41.88 Vertical Sync (Hz): 85.47 Modeline "640x480" 32.50 640 660 686 776 480 481 487 490 Modeline "800x600" 50 800 856 976 1040 600 637 643 666 # Horizontal Sync (kHz): 58.14 Vertical Sync (Hz): 72.13 Modeline "1024x768" 75.00 1024 1084 1163 1290 768 775 783 806 ModeLine "1152x900l" 85 1152 1218 1328 1456 900 902 912 943 Modeline "1152x900" 110 1152 1284 1416 1536 900 902 905 941 Modeline "1280x1024" 135 1280 1328 1408 1688 1024 1025 1026 1060 EndSection # ********************************************************************** # Graphics device section # ********************************************************************** # Sheep Device config: Section "Device" Identifier "Cirrus CL-GD5446" VendorName "Cirrus" BoardName "CL-GD5446" #Option "fast_dram" "med_dram" "slow_dram" VideoRam 2048 # Insert Clocks lines here if appropriate EndSection # ********************************************************************** # Screen sections # ********************************************************************** # The colour SVGA server Section "Screen" Driver "svga" Device "Cirrus CL-GD5446" Monitor "NANAO FlexScan 54T" Subsection "Display" Depth 8 Modes "1280x1024" "1152x900" "1024x768" "800x600" "640x480" ViewPort 0 0 Virtual 1600 1200 EndSubsection Subsection "Display" Depth 16 Modes "1152x900l" "1024x768" "800x600" "640x480" ViewPort 0 0 Virtual 1152 900 EndSubsection Subsection "Display" Depth 24 Modes "800x600" "640x480" ViewPort 0 0 Virtual 960 720 EndSubsection EndSection