On Tue, 28 May 2002, Kurt Wall wrote: >Date: Tue, 28 May 2002 17:32:44 -0400 >From: Kurt Wall <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Content-Type: text/plain; charset=us-ascii >List-Id: General X Discussion <xpert.XFree86.Org> >Subject: Re: SWcursor with ATI Rage XL > >Scribbling feverishly on May 28, Brian McGrew managed to emit: >> Hi folks! Quick one ... >> >> >> >> Running XFree86 4.2.0 with RedHat 7.3 on a Dell 1400SC. This machine has an >> ATI Rage XL card which X uses the Mach64 server for. I need to turn on the >> copy of SWcursor (or sw_cursor, whichever one is correct). I've looked >> through the docs and can't seem to manage to get this option to turn on. >> I've placed an 'Option' line in the XF86Config file with no luck. > >It's a boolean option now: > >Option "SWCursor" "True". > >Put this in the Device section, I believe.
It always was boolean. And "True" is merely syntactic sugar and unrequired. Option "HWcursor" "false" Option "swcursor" Option "swcursor" "on" Option "HW c u r s o R" "N o" Option "SwCuR soR" Should all be treated identical by the X server as described in the XF86Config manpage. They are case insensitive and whitespace stripped. Boolean options have several ways equivalent of indicating 1 or 0. -- Mike A. Harris Shipping/mailing address: OS Systems Engineer 190 Pittsburgh Ave., Sault Ste. Marie, XFree86 maintainer Ontario, Canada, P6C 5B3 Red Hat Inc. http://www.redhat.com ftp://people.redhat.com/mharris _______________________________________________ Xpert mailing list [EMAIL PROTECTED] http://XFree86.Org/mailman/listinfo/xpert
