# From: "Jon A. Tankersley" # Subject: Compaq 5280lte XF86config # # ********************************************************************** # Refer to the XF86Config(4/5) man page for details about the format of # this file. # ********************************************************************** 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/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 -- this is an optional section which is used to specify # which dynamically loadable modules to load. Dynamically loadable # modules are currently supported only for Linux ELF, FreeBSD 2.x # and NetBSD 1.x. Currently, dynamically loadable modules are used # only for some extended input (XInput) device drivers. # ********************************************************************** # # Section "Module" # # This loads the module for the Joystick driver # # Load "xf86Jstk.so" # # EndSection # ********************************************************************** # Server flags section. # ********************************************************************** Section "ServerFlags" # Uncomment this to cause a core dump at the spot where a signal is # received. This may leave the console in an unusable state, but may # provide a better stack trace in the core dump to aid in debugging # NoTrapSignals # Uncomment this to disable the server abort sequence # This allows clients to receive this key event. # DontZap # Uncomment this to disable the / mode switching # sequences. This allows clients to receive these key events. # DontZoom # Uncomment this to disable tuning with the xvidtune client. With # it the client can still run and fetch card and monitor attributes, # but it will not be allowed to change them. If it tries it will # receive a protocol error. # DisableVidModeExtension # Uncomment this to enable the use of a non-local xvidtune client. # AllowNonLocalXvidtune # Uncomment this to disable dynamically modifying the input device # (mouse and keyboard) settings. # DisableModInDev # Uncomment this to enable the use of a non-local client to # change the keyboard or mouse settings (currently only xset). # AllowNonLocalModInDev EndSection # ********************************************************************** # Input devices # ********************************************************************** # ********************************************************************** # Keyboard section # ********************************************************************** Section "Keyboard" Protocol "Standard" # when using XQUEUE, comment out the above line, and uncomment the # following line # Protocol "Xqueue" AutoRepeat 500 5 # Let the server do the NumLock processing. This should only be required # when using pre-R6 clients # ServerNumLock # Specify which keyboard LEDs can be user-controlled (eg, with xset(1)) Xleds 1 2 3 # To set the LeftAlt to Meta, RightAlt key to ModeShift, # RightCtl key to Compose, and ScrollLock key to ModeLock: LeftAlt Meta RightAlt ModeShift RightCtl Compose ScrollLock ModeLock # To disable the XKEYBOARD extension, uncomment XkbDisable. # XkbDisable Xkbkeycodes "xfree86" XkbTypes "default" XkbCompat "default" # XkbSymbols "en_US(pc102)+se" XkbGeometry "pc" EndSection # ********************************************************************** # Pointer section # ********************************************************************** Section "Pointer" Protocol "PS/2" Device "/dev/mouse" # When using XQUEUE, comment out the above two lines, and uncomment # the following line. # Protocol "Xqueue" # Baudrate and SampleRate are only for some Logitech mice # BaudRate 9600 # SampleRate 150 # Emulate3Buttons is an option for 2-button Microsoft mice # Emulate3Timeout is the timeout in milliseconds (default is 50ms) Emulate3Buttons Emulate3Timeout 50 # ChordMiddle is an option for some 3-button Logitech mice # ChordMiddle EndSection # ********************************************************************** # Monitor section # ********************************************************************** Section "Monitor" Identifier "CRT/LCD" VendorName "Compaq" ModelName "151FS or TFT 1024x768" Bandwidth 80 HorizSync 31-69 VertRefresh 40-120 ModeLine "1024x768" 44.00 800 840 968 1000 600 601 602 640 ModeLine "800x600" 40.00 800 840 968 1000 600 601 602 640 #Modeline "640x480" 31.5 640 680 720 864 480 488 491 521 ModeLine "640x480" 31.5 800 840 968 1000 600 601 602 640 EndSection # ********************************************************************** # Graphics device section # ********************************************************************** Section "Device" Identifier "Cirrus Logic GD754x (laptop)" VendorName "Compaq" BoardName "LTE 5000" VideoRam 1024 # Chipset "clgd5436" Clockchip "cirrus" # Option "mmio" # Option "linear" # Option "no_bitblt" # Option "noaccel" # Refer to /usr/X11R6/lib/doc/README.cirrus. EndSection # ********************************************************************** # Screen sections # ********************************************************************** # The Colour SVGA server Section "Screen" Driver "svga" Device "Cirrus Logic GD754x (laptop)" Monitor "CRT/LCD" Subsection "Display" Depth 32 # Modes "1280x1024" "1024x768" "800x600" "640x480" Modes "800x600" "640x480" "1024x768" ViewPort 0 0 EndSubsection Subsection "Display" Depth 24 # Modes "1280x1024" "1024x768" "800x600" "640x480" Modes "800x600" "640x480" "1024x768" ViewPort 0 0 EndSubsection Subsection "Display" Depth 16 # Modes "1280x1024" "1024x768" "800x600" "640x480" Modes "800x600" "640x480" "1024x768" ViewPort 0 0 EndSubsection Subsection "Display" Depth 8 # Modes "1280x1024" "1024x768" "800x600" "640x480" Modes "800x600" "640x480" "1024x768" ViewPort 0 0 EndSubsection EndSection