# ********************************************************************** # # XF86Config XFree86 configuration file. # For Acer TravelMate 312T. # Allows 800x600 and 640x480 at 8 bpp and 16 bpp. # Virtual resolution of 1024x768 is available only at # 8 bpp. # # Author: Niccolo Rigacci # # Version /etc/X11/XF86Config 1.2 9 Jun 1999 # # ********************************************************************** # 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/local/" 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/" EndSection # ********************************************************************** # Server flags section. # ********************************************************************** Section "ServerFlags" # NoTrapSignals # DontZap # DontZoom # DisableVidModeExtension # AllowNonLocalXvidtune # DisableModInDev # AllowNonLocalModInDev EndSection # ********************************************************************** # Keyboard section # ********************************************************************** Section "Keyboard" Protocol "Standard" # Protocol "Xqueue" AutoRepeat 500 5 # ServerNumLock # Xleds 1 2 3 # LeftAlt Meta # RightAlt ModeShift # RightCtl Compose # ScrollLock ModeLock # XkbDisable # These are the default XKB settings for XFree86 # XkbRules "xfree86" # XkbModel "pc101" # XkbLayout "us" # XkbVariant "" # XkbOptions "" XkbRules "xfree86" XkbModel "pc101" XkbLayout "it" # XkbVariant "" # XkbOptions "" EndSection # ********************************************************************** # Pointer section # ********************************************************************** Section "Pointer" Protocol "PS/2" Device "/dev/mouse" Emulate3Buttons Emulate3Timeout 50 EndSection # ********************************************************************** # Monitor section # ********************************************************************** Section "Monitor" Identifier "Integrated LCD" VendorName "Acer" ModelName "TravelMate 312T" HorizSync 37.9, 43.3, 53.4 VertRefresh 60, 84.09, 85 # 640x480 @ 60 Hz, 37.9 kHz hsync # Modeline "640x480" 30.32 640 664 760 800 480 491 493 632 # 640x480 @ 85 Hz, 43.3 kHz hsync Modeline "640x480" 34.64 640 664 760 800 480 480 485 509 # 800x600 @ 60 Hz, 37.9 kHz hsync # ModeLine "800x600" 38.81 800 824 896 1024 600 601 603 632 # 800x600 @ 84 Hz, 53.4 kHz hsync ModeLine "800x600" 54.72 800 824 896 1024 600 601 603 635 EndSection # ********************************************************************** # Device section (video adapters) # ********************************************************************** Section "Device" Identifier "NeoMagic NM2907" VendorName "Acer" BoardName "MagicGraph 128ZV+" Option "intern_disp" Option "extern_disp" # VideoRam 1152 # Chipset "NM2097" # IOBase 0xfea00000 # MemBase 0xfd000000 # VideoRam 2048 # DacSpeed 90 # Option "linear" # Option "nolinear" # Option "sw_cursor" # Option "hw_cursor" # Option "no_accel" # Option "mmio" # Option "no_mmio" # Option "lcd_center" # Option "no_stretch" # Insert Clocks lines here if appropriate EndSection # ********************************************************************** # Screen section (video modes) # ********************************************************************** Section "Screen" Driver "svga" Device "NeoMagic NM2907" Monitor "Integrated LCD" DefaultColorDepth 16 Subsection "Display" Depth 8 Modes "800x600" "640x480" ViewPort 0 0 Virtual 1024 768 EndSubsection Subsection "Display" Depth 16 Modes "800x600" "640x480" ViewPort 0 0 EndSubsection EndSection