Jorge Zuluaga wrote:
> 
> Hi!
> 
> I'm another victim of SiS6326 chipset. I have a Linux machine running SuSE
> 5.3 and my graphic card is SiS6326.  I have the last version of XF86_SVGA
> server but I can to configure correctly my card....
> 
> Can somebody help me!!.. I can't to buy another card!!
> 

You may also need the latest vga driver.
Also get the latest version of Sax. That should allow you to
configure your card. Sax needs the vga server.
You need to set the server options sw_cursor and no_bitblt

Here is a working configuration file.
########################################################################
# SaX autogenerated XF86Config file
# This file was generated from the SaX
# Version: 1.2 - [EMAIL PROTECTED]
# Date: Wed Dec 30 15:21:21 EST 1998

Section "Files"
  RgbPath       "/usr/X11R6/lib/X11/rgb"
  FontPath      "/usr/X11R6/lib/X11/fonts/misc:unscaled"
  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/misc"
  FontPath      "/usr/X11R6/lib/X11/fonts/75dpi"
EndSection

Section "ServerFlags"
EndSection

Section "Keyboard"
  Protocol      "Standard"
  XkbRules      "xfree86"
  XkbModel      "pc101"
  XkbLayout     "us"
  XkbOptions    ","
EndSection

Section "Pointer"
  Protocol              "Microsoft"
  Device                "/dev/ttyS0"
  SampleRate            0
  Emulate3Buttons
  Emulate3Timeout       200
  BaudRate              1200
EndSection

Section "Monitor"       
  Identifier    "Primary Monitor"
  VendorName    "Unknown"
  ModelName     "Unknown"
  HorizSync     29-61
  VertRefresh   60-70
  Modeline "1024x768" 57.00 1024 1048 1104 1200 768 777 784 805
  Modeline "1024x768" 79.87 1024 1056 1136 1380 768 800 808 866
EndSection

Section "Device"
  Identifier    "Primary Card"
  VendorName    "!!! GENERIC SERVER SELECTION !!!"
  BoardName     "SVGA"
  Option        "no_bitblt"
  Option        "sw_cursor"
  VideoRam      8192
  DacSpeed      175 175 175 175
EndSection


Section "Screen"  
  Driver        "SVGA"
  Device        "Primary Card"
  Monitor       "Primary Monitor"
  DefaultColorDepth     16
  SubSection "Display"
    Depth       8
    Modes       "1024x768"
  EndSubSection
  SubSection "Display"
    Depth       16
    Modes       "1024x768"
  EndSubSection
  SubSection "Display"
    Depth       24
    Modes       "1024x768"
  EndSubSection
  SubSection "Display"
    Depth       32
    Modes       "1024x768"
  EndSubSection
EndSection
-
To get out of this list, please send email to [EMAIL PROTECTED] with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at http://www.suse.com/Support/Doku/FAQ/ and the
archiv at http://www.suse.com/Mailinglists/suse-linux-e/index.html

Reply via email to