# ********************************************************************** # 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 "HiNote Ultra II" VendorName "DEC" ModelName "TFT LCD" HorizSync 30-70 VertRefresh 40-80 Modeline "800x600" 40.00 800 824 872 960 600 600 601 625 Modeline "640x480" 25.18 640 664 760 800 480 491 493 525 EndSection # ********************************************************************** # Graphics device section # ********************************************************************** # Sheep Device config: Section "Device" Identifier "HiNote Ultra II" VendorName "Chips and Technologies" BoardName "CT65548" EndSection # ********************************************************************** # Screen sections # ********************************************************************** # The colour SVGA server Section "Screen" Driver "svga" Device "HiNote Ultra II" Monitor "HiNote Ultra II" Subsection "Display" Depth 8 Modes "800x600" ViewPort 0 0 Virtual 800 600 EndSubsection Subsection "Display" Depth 16 Modes "800x600" ViewPort 0 0 Virtual 800 600 EndSubsection EndSection