# ********************************************************************** # Refer to the XF86Config(4/5) man page for details about the format of # this file. # ********************************************************************** # ********************************************************************** # 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/75dpi/:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/75dpi/" FontPath "/usr/X11R6/lib/X11/fonts/100dpi/" ModulePath "/usr/X11R6/lib/modules" EndSection Section "Module" Load "xf86Summa.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 XkbDisable XkbKeymap "xfree86(us)" EndSection # ********************************************************************** # Pointer section # ********************************************************************** Section "Pointer" Protocol "PS/2" Device "/dev/fifo" Emulate3Buttons Emulate3Timeout 50 EndSection Section "Xinput" Subsection "SummaSketch" Port "/dev/gpmdata" DeviceName "G-1200S_Pen" Mode Absolute AlwaysCore EndSubSection EndSection # ********************************************************************** # Monitor section # ********************************************************************** # Any number of monitor sections may be present Section "Monitor" Identifier "LCD" VendorName "Ricoh" ModelName "G1200-S" HorizSync 31.5-35.15 VertRefresh 50-70 # Modeline "640x480" 28.3 640 664 728 792 480 484 490 505 Modeline "640x480" 28.3 640 680 720 864 480 488 491 521 Modeline "640x480" 25.175 640 664 760 800 480 491 493 525 EndSection # ********************************************************************** # Graphics device section # ********************************************************************** Section "Device" Identifier "ct65545" VendorName "Chips & Technologies" BoardName "G1200-S" Chipset "ct65545" VideoRam 1024 EndSection # ********************************************************************** # Screen sections # ********************************************************************** Section "Screen" Driver "svga" Device "ct65545" Monitor "lcd" Subsection "Display" Modes "640x480" ViewPort 0 0 Virtual 640 480 EndSubsection EndSection # The Mono server Section "Screen" Driver "vga2" Device "ct65545" Monitor "lcd" Subsection "Display" Modes "640x480" ViewPort 0 0 Virtual 640 480 EndSubsection EndSection