El jue, 14-03-2002 a las 23:01, Carlos Arig�s escribi�:
> 
>       I just have installed NVIDIA 2802 driver (kernel 2.4.18-5 and Gforce2 MX), 
> and trying to enable the cursor shadow in XF86Config-4 with the following 
> options, I only get the standard mouse pointer.
> 
>       What is going wrong here, and what 'boolean' mean?
>       Thks.
>       Carlos
> 
> # **********************************************************************
> # Pointer section
> # **********************************************************************
> Section "InputDevice"
>     Identifier  "Mouse1"
>     Driver      "mouse"
>     Option "Protocol"    "Microsoft"
>     Option "Device"      "/dev/ttyS0"
>     Option "Emulate3Buttons"
>     Option "Emulate3Timeout"    "50"
> Option "CursorShadow" "boolean"
> Option "CursorShadowAlpha"    "64"
> Option "CursorShadowXOffset"  "4"
> Option "CursorShadowYOffset"  "2"
> # ChordMiddle is an option for some 3-button Logitech mice
> #    Option "ChordMiddle"
> EndSection
> 
> ----


a Boolean expression is one that can take only "true" or "false" values.
try with a Y in that section. like this.



 # **********************************************************************
 # Pointer section
 # **********************************************************************
 Section "InputDevice"
    Identifier  "Mouse1"
     Driver      "mouse"
     Option "Protocol"    "Microsoft"
     Option "Device"      "/dev/ttyS0"
     Option "Emulate3Buttons"
     Option "Emulate3Timeout"    "50"
 Option "CursorShadow"  "Y"
 Option "CursorShadowAlpha"     "64"
 Option "CursorShadowXOffset"   "4"
 Option "CursorShadowYOffset"   "2"
 # ChordMiddle is an option for some 3-button Logitech mice
 #    Option "ChordMiddle"
 EndSection

if the " Y " doesn't work, try differently. like "y", "yes", or "1".


HTH

Damian


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com

Reply via email to