# XFree86 4.0 configuration for DNA Lounge kiosks Section "ServerLayout" Identifier "SiS" Screen 0 "SiS" 0 0 InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "ServerLayout" Identifier "SiS_GPM" Screen 0 "SiS" 0 0 InputDevice "Mouse_GPM" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "ServerLayout" Identifier "Cyrix" Screen 0 "Cyrix" 0 0 InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "ServerLayout" Identifier "Cyrix_GPM" Screen 0 "Cyrix" 0 0 InputDevice "Mouse_GPM" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "ServerLayout" Identifier "Savage" Screen 0 "Savage" 0 0 InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "ServerLayout" Identifier "Savage_GPM" Screen 0 "Savage" 0 0 InputDevice "Mouse_GPM" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "ServerLayout" Identifier "Trident" Screen 0 "Trident" 0 0 InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "ServerLayout" Identifier "Trident_GPM" Screen 0 "Trident" 0 0 InputDevice "Mouse_GPM" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "ServerLayout" Identifier "VIA_UniChrome" Screen 0 "VIA" 0 0 InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "ServerLayout" Identifier "VIA_Unichrome_GPM" Screen 0 "VIA" 0 0 InputDevice "Mouse_GPM" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection # By default, Red Hat Linux 6.0 and later use xfs Section "Files" # jwz: use remote font server on the NFS server FontPath "tcp/kiosk:7100" # FontPath "/usr/X11R6/lib/X11/fonts/TrueType" # FontPath "/usr/lib/X11/fonts/100dpi/" # FontPath "/usr/lib/X11/fonts/misc/" # FontPath "/usr/lib/X11/fonts/CID/" # FontPath "/usr/lib/X11/fonts/Speedo/" # FontPath "/usr/lib/X11/fonts/Type1/" EndSection # This loads all the modules... Section "Module" Load "GLcore" Load "dbe" Load "dri" Load "extmod" Load "glx" # Load "pex5" # Load "record" # Load "xie" # Load "v4l" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "keyboard" Option "XkbLayout" "us" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Buttons" "3" Option "Emulate3Buttons" "off" Option "Protocol" "PS/2" Option "Device" "/dev/mouse" EndSection # jwz: Use this if gpm is driving the mouse: in this configuration, the # X server reads mouse events from the domain socket /dev/gpmdata, which # is populated by, e.g., "gpm -t ps2 -R msc". # Section "InputDevice" Identifier "Mouse_GPM" Driver "mouse" Option "Buttons" "3" Option "Emulate3Buttons" "off" Option "Protocol" "MouseSystems" Option "Device" "/dev/gpmdata" EndSection Section "Monitor" Identifier "Radius" VendorName "KDS" ModelName "S-3F" HorizSync 31.47 - 60.24 VertRefresh 56 - 75 EndSection Section "Device" Identifier "Silicon Integrated Systems [SiS]|5597/55" Driver "sis" VendorName "SiS" BoardName "5597" BusID "PCI:0:20:0" Option "Accel" "Off" EndSection Section "Device" Identifier "Cyrix 5530 Kahlua Video" #Option "ShadowFB" Driver "vesa" VendorName "Cyrix" BoardName "5530 Kahlua Video" BusID "PCI:0:18:4" EndSection Section "Device" Identifier "VIA ProSavage 8" Option "ShadowFB" Driver "vesa" #Driver "savage" VendorName "VIA" BoardName "VIA ProSavage 8" #VideoRam 32768 #BusID "PCI:1:00:0" EndSection Section "Device" Identifier "Trident CyberBlade" #Option "ShadowFB" Driver "trident" VendorName "Trident" BoardName "Trident CyberBlade" #VideoRam 32768 #BusID "PCI:1:00:0" EndSection Section "Device" Identifier "VIA UniChrome" #Option "ShadowFB" # Driver "trident" Driver "vesa" VendorName "VIA" BoardName "VIA UniChrome" #VideoRam 32768 #BusID "PCI:1:00:0" EndSection Section "Screen" Identifier "SiS" Device "Silicon Integrated Systems [SiS]|5597/55" Monitor "Radius" DefaultDepth 16 Subsection "Display" Depth 16 Modes "1024x768" "800x600" "640x480" EndSubSection EndSection Section "Screen" Identifier "Cyrix" Device "Cyrix 5530 Kahlua Video" Monitor "Radius" DefaultDepth 16 Subsection "Display" Depth 16 Modes "1024x768" "800x600" "640x480" EndSubSection EndSection Section "Screen" Identifier "Savage" Device "VIA ProSavage 8" Monitor "Radius" DefaultDepth 16 Subsection "Display" Depth 16 Modes "1024x768" "800x600" "640x480" EndSubSection EndSection Section "Screen" Identifier "Trident" Device "Trident CyberBlade" Monitor "Radius" DefaultDepth 16 Subsection "Display" Depth 16 Modes "1024x768" "800x600" "640x480" EndSubSection EndSection Section "Screen" Identifier "VIA" Device "VIA UniChrome" Monitor "Radius" DefaultDepth 16 Subsection "Display" Depth 16 Modes "1024x768" "800x600" "640x480" EndSubSection EndSection Section "DRI" EndSection