Hi,

I have the following:

RH 7.3 
XFree 4.2

I am using a Virge GX (onboard) with chipset 86C385
Monitor frequencies are correct.

Have installed it, and have black box attached to the pointer, and vertical 
lines on screen. I have gotten rid of the black box by the line
 Option "HWCursor" "0"

Now I need to get rid of these vertical lines!

Need help! I have attached my config file for other to enjoy :-)

Derek
# XFree86 4.2.0 configuration generated by Xconfigurator 4.10.7

Section "ServerLayout"
        Identifier "XFree86 Configured"
        Screen      0  "Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

# Red Hat Linux 6.0 and later use the xfs font server for improved
# interactive performance

Section "Files"
        FontPath "unix/:7100"
EndSection

# Module loading section

Section "Module"
        Load  "dbe"             # Double-buffering
        Load  "GLcore"          # OpenGL support
        Load  "dri"             # Direct rendering infrastructure
        Load  "glx"             # OpenGL X protocol interface
        Load  "extmod"          # Misc. required extensions
        Load  "v4l"             # Video4Linux
        # Load  "record"        # X event recorder
        # You only need the following two modules if you do not use xfs.
        # Load  "freetype"       # TrueType font handler
        # Load  "type1"         # Adobe Type 1 font handler
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "keyboard"
        Option      "XkbLayout" "us"
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Device" "/dev/mouse"
        Option      "Protocol" "PS/2"
        Option      "Emulate3Buttons" "on"
        Option      "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
        Identifier "CustomConfiguration"
        VendorName "Unknown"
        ModelName  "Unknown"
        HorizSync 30-48
        VertRefresh 55-100
        Option "dpms"
EndSection

Section "Device"
        Identifier "S3 ViRGE (generic)"
        Driver "s3virge"
        BoardName "Unknown"
     #Option "xaa_benchmark"
     Option "HWCursor" "0"
     Option "ShadowFB" "1"


EndSection

Section "Device"
        Identifier "Linux Frame Buffer"
        Driver "fbdev"
        BoardName "Unknown"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device "S3 ViRGE (generic)"
        Monitor "CustomConfiguration"
        DefaultDepth 16
        Subsection "Display"
                Depth 24
                Modes "800x600"
        EndSubSection
        Subsection "Display"
                Depth 16
                Modes "800x600"
        EndSubSection
        Subsection "Display"
                Depth 8
                Modes "800x600"
        EndSubSection
EndSection

Section "DRI"
        Mode 0666
EndSection

Reply via email to