# Configuration file for KTX 1000 notebook with 12.1 inch TFT screen. # ********************************************************************** # 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/100dpi/" FontPath "/usr/X11R6/lib/X11/fonts/75dpi/" FontPath "/usr/X11R6/lib/X11/fonts/cyrillic/" FontPath "/usr/X11R6/lib/X11/fonts/encodings/" FontPath "/usr/X11R6/lib/X11/fonts/latin2/" FontPath "/usr/X11R6/lib/X11/fonts/misc/" FontPath "/usr/X11R6/lib/X11/fonts/PEX/" FontPath "/usr/X11R6/lib/X11/fonts/Speedo/" FontPath "/usr/X11R6/lib/X11/fonts/Type1/" EndSection # ********************************************************************** # Server flags section. # ********************************************************************** Section "ServerFlags" EndSection # ********************************************************************** # Keyboard section. # ********************************************************************** Section "Keyboard" Protocol "Standard" XkbKeymap "xfree86(us)" EndSection # ********************************************************************** # Pointer section # ********************************************************************** Section "Pointer" Protocol "PS/2" Device "/dev/psaux" Emulate3Buttons EndSection # ********************************************************************** # Monitor sections. # ********************************************************************** Section "Monitor" Identifier "12.1 TFT Generic Monitor" VendorName "KTX" ModelName "1000" HorizSync 30 - 70 VertRefresh 50 - 100 Modeline "800x600" 67 800 856 976 1040 600 637 643 666 +hsync +vsync EndSection # ********************************************************************** # Graphics device sections. # ********************************************************************** Section "Device" Identifier "Generic SVGA" VendorName "Cirrus Logic" BoardName "GD 7556" Chipset "clgd7555" VideoRam 2048 Clockchip "cirrus" MemBase 0xfd000000 Option "linear" # a must at 16bpp # Option "no_bitblt" # Option "noaccel" # Refer to /usr/X11R6/lib/X11/doc/README.cirrus EndSection # ********************************************************************** # Screen sections. # ********************************************************************** Section "Screen" Driver "svga" Device "Generic SVGA" Monitor "12.1 TFT Generic Monitor" DefaultColorDepth 16 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 Visual "HighColor" weight 555 EndSubsection Subsection "Display" Depth 24 Modes "800x600" ViewPort 0 0 Virtual 800 600 Visual "TrueColor" weight 555 EndSubsection EndSection