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

Re: Danny killed his X config!



On Fri, 2003-10-17 at 00:59, Kent West wrote:
> Dan Roscoe wrote:
> 
> >Anyway, I was able to get X working again now, with one exception. My
> >mouse cursor is now a series of vertical bars (think bar code) around, I
> >would guess 75pixels square. I've had this happen before with Debian,
> >and I for the life of me cannot remember how I fixed it. 
> >
> >Ideas?
> >
> >
> >  
> >
> You might try the "swcursor" option. Something like:
> 
> Section "Device"
>          Identifier      "ATI Rage 128 M3 (Mobility)"
>          #Option         "NoAccel"
>          Option         "SWcursor"
>          #Option         "HWcursor"
>          #Option         "Dac6Bit"
>          #Option         "Dac8Bit"
>          Option          "UseFBDev"
>          #Option         "power_saver"
>          Driver          "r128"
>          BusID          "PCI:0:16:0"
> EndSection

You were damn close actually.  A good friend of mine expanded on your
thoughts and we came up with 

Section "Device"
        Identifier      "Matrox"
        Option          "HWCursor" "off"
        Option          "SWCursor" "on"
        Driver          "mga"
        VideoRam        32768
EndSection

Which, works like a charm

Dan



Reply to: