I had the same problem, with an AGP SiS 6326.   The install program mis-identified
the SiS board as an ATI Mach 64.  In /etc/X11/XF86Config, look for the section
'Device' and add the  options 'no_accel' and the amount of ram (4096 or 8192).  This
is what mine looks like (I didn't change the identifier):

"Section "Device"
    Identifier  "ATI Mach64 VT (264VT)"
    VendorName  "Unknown"
   BoardName   "Unknown"
   Option  "no_accel"
   VideoRam   4096
    # Insert Clocks lines here if appropriate
EndSection

The look for the same identifier in section 'Screen' and change the driver to
'SVGA'.  Here's mine:

# The accelerated servers (S3, Mach32, Mach8, 8514, P9000, AGX, W32, Mach64)

Section "Screen"
    Driver      "SVGA"
    Device      "ATI Mach64 VT (264VT)"
    Monitor     "My Monitor"
    DefaultColorDepth 16
    Subsection "Display"
        Depth       8
        Modes        "800x600" "640x480"
    EndSubsection
    Subsection "Display"
        Depth       16
        Modes        "800x600" "640x480"
    EndSubsection
    Subsection "Display"
        Depth       24
        Modes        "800x600" "640x480"
    EndSubsection
    Subsection "Display"
        Depth       32
        Modes        "800x600" "640x480"
    EndSubsection
EndSection

That fixed it for me.  Good luck.

Jim

Clayton Carey wrote:

> Hey
>
>         I just got a new system, and it has a SiS 6326 Video Card built into the
> mother board. I tried installing Stormix, and the VGA installation wouldn't
> start, so I did the text based one. I found my card in the X list, and
> selected it. Rebooted, loaded up without a problem. KDM loaded, and this is
> where my problem is. All the text in X are just one big long black block. I
> log in, and KDE and Gnome both just have black blocks for text. I know I
> haven't set up something right or the X server doesn't work with my card for
> some odd reason. I looked at what X displays after it has started (running
> startx), and it identifies my card without a problem.
>
> Whats going on?
>
>  Thanks!
>
> _______________________________________________
> Stormlinux-users-list mailing list
> [EMAIL PROTECTED]
> http://www.stormix.com/community/lists/listinfo/stormlinux-users-list



_______________________________________________
Stormlinux-users-list mailing list
[EMAIL PROTECTED]
http://www.stormix.com/community/lists/listinfo/stormlinux-users-list

Reply via email to