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

[debian-knoppix] Typing error in mkxf86config



Hello,

I was trying to get the option "SWcursor" in /etc/X11/XF86Config-4 for my trident video card and found a typing error in /usr/sbin/mkxf86config:
line 269 (for the 2.2 and 3.0 version of Knoppix) is

case "$XMODULE" in ati|radeon) \ SWCURSOR='s|^.*#Option.*"SWCursor".*$|Option "SWcursor"|g;';; esac

but should be

case "$XMODULE" in ati|radeon) \ SWCURSOR='s|^.*#Option.*"SWcursor".*$|Option "SWcursor"|g;';; esac

The error is "SWCursor" instead of SWcursor". This did not allow the option to be set correctly for ati and radeon cards. I don't know if the error has been already fixed in the 3.1 version of Knoppix.
The option "SWcursor" should also be used for trident video cards.

Regards,
Renzo

_______________________________________________
debian-knoppix mailing list
debian-knoppix@linuxtag.org
http://mailman.linuxtag.org/mailman/listinfo/debian-knoppix


Reply to: