[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

X11 + S3 ViRGE/MX



The latest X Server broke on my builtin S3 ViRGE/MX, I had to
add this to the "Device" section of my XF86Config:

     Set_LCDClk  70

Just in case anyone else has the same problem.  Here is my
XF86Config:


Section "Keyboard"

    Protocol "Standard"
    AutoRepeat  500 5

EndSection

Section "Pointer"

    Protocol    "PS/2"
    Device      "/dev/psaux"
    Emulate3Buttons

EndSection

Section "Monitor"

    Identifier  "Kapok 1024x768 14.1 in. TFT"
    VendorName  "Kapok"
    ModelName   "1024x768 14.1 in. TFT"
    HorizSync   31.5 - 68.8
    VertRefresh 60 - 87


#   800x600 @ 72 Hz, 48.0 kHz hsync
    Modeline "800x600"     50     800  856  976 1040   600  637  643 666
#   1024x768 @ 76 Hz, 62.5 kHz hsync
    Modeline "1024x768"    85    1024 1032 1152 1360   768  784  787 823

EndSection

Section "Device"

    Identifier  "S3 ViRGE/MX"
    VendorName  "S3"
    BoardName   "ViRGE/MX"
    VideoRam    4096
    Set_LCDClk  70
    Option      "lcd_center"
    Option      "fifo_aggressive"
    Option      "pci_burst_on"
    Option      "pci_retry"
    Option      "hw_cursor"

EndSection

Section "Screen"

    Driver      "svga"
    Device      "S3 ViRGE/MX"
    Monitor     "Kapok 1024x768 14.1 in. TFT"
    DefaultColorDepth 24
    Subsection "Display"
        Depth       24
        Modes       "1024x768" "800x600"
        Virtual     1024 768
    EndSubsection
EndSection


Reply to: