/ "A. Demarteau (linux rules!)" <[EMAIL PROTECTED]> was heard to say:
| how do I get my X fullscreen?
| And if anyone has an xf86config with all advanced option for the card and
| display used on the tecra 8100/8200, I'd be interested.

Here's mine.

# no longer a SaX autogenerated XF86Config file
# Got from the web, hacked by ndw

Section "Files"
  RgbPath       "/usr/X11R6/lib/X11/rgb"
  FontPath      "/usr/X11R6/lib/X11/fonts/100dpi:unscaled"
  FontPath      "/usr/X11R6/lib/X11/fonts/75dpi:unscaled"
  FontPath      "/usr/X11R6/lib/X11/fonts/misc:unscaled"
  FontPath      "/usr/X11R6/lib/X11/fonts/Type1"
  FontPath      "/usr/X11R6/lib/X11/fonts/TrueType"
  FontPath      "/usr/X11R6/lib/X11/fonts/URW"
  FontPath      "/usr/X11R6/lib/X11/fonts/Speedo"
  FontPath      "/usr/X11R6/lib/X11/fonts/misc"
  FontPath      "/share/fonts/forX11"
  FontPath      "/usr/X11R6/lib/X11/fonts/100dpi"
  FontPath      "/usr/X11R6/lib/X11/fonts/75dpi"
EndSection

Section "ServerFlags"
  AllowMouseOpenFail
EndSection

Section "Module"
EndSection

Section "Keyboard"
  Protocol      "Standard"
#  XkbRules      "xfree86"
#  XkbModel      "pc101"
#  XkbLayout     "en"
#  XkbVariant    "nodeadkeys"
  XkbKeymap      "xfree86(us)"
EndSection

Section "Pointer"
  Protocol              "PS/2"
  Device                "/dev/mouse"
  SampleRate            60
  BaudRate              1200
  ZAxisMapping          4 2
  Emulate3Buttons
EndSection

#Section "Monitor"       
#  Identifier    "Primary-Monitor"
#  VendorName    "!!! VESA !!!"
#  ModelName     "[EMAIL PROTECTED]"
#  HorizSync     31-80
#  VertRefresh   50-85

Section "Monitor"
  Identifier      "Primary Monitor"
  VendorName      "Toshiba"
  ModelName       "LCD"
  HorizSync       31.5-79.0
  VertRefresh     50-100
  Modeline "1024x768"  59.89 1024 1040 1216 1328 768 768 774 802
  Modeline  "800x600"  60.75  800  864  928 1088 600 616 621 657 -HSync -VSync
EndSection

Section "Device"
  Identifier    "Primary Card"
  VendorName    "S3"
  BoardName     "S3 Savage/MX (generic)"
#  Chipset       "s3_savage"
#  ChipID   0x8a20 # (original)
#  ChipID   0x8c10
  VideoRAM 8192
#  Option "sw_cursor"
EndSection

Section "Screen"  
  Driver        "SVGA"
  Device        "Primary Card"
  Monitor       "Primary Monitor"
  DefaultColorDepth     16
  SubSection "Display"
    Depth       16
    Modes       "1024x768"
    Virtual     1024 768
  EndSubSection
  SubSection "Display"
    Depth       16
    Modes       "800x600" 
    Virtual     800 600
  EndSubSection
EndSection

                                        Be seeing you,
                                          norm

-- 
Norman Walsh <[EMAIL PROTECTED]> | We think in generalities, but we live
http://nwalsh.com/            | in detail--Alfred North Whitehead

Reply via email to