On Monday 16 July 2001 03:41, Hoyt wrote:
[...snip...]
>
> How can I specify the XF86Config file that the X server launced by
> Win4Lin will use?  That would probably do what I want.
>
How about...
################################################################
#!/bin/sh
# ~/bin/win

sudo cp -f /etc/X11/XF86Config-4 /etc/X11/XF86Config-4-tmp
sudo cp -f /etc/X11/XF86Config-4-win4lin /etc/X11/XF86Config-4

if [ "$(ps -aux | gawk '{print $11}' | grep artsd)" = "" ]; then
        ARTS=0
else
        ARTS=1
        killall artsd
fi

/opt/win4lin/publicbin/win

sudo cp -f /etc/X11/XF86Config-4-tmp /etc/X11/XF86Config-4

if [ $ARTS == 1 ] ; then
        artsd &
fi
################################################################

...Put what you want in /etc/X11/XF86Config-4-win4lin
-- 
                         Peter Ruskin, Wrexham, Wales.
        Registered Linux User No. 219434 ( see http://counter.li.org/ ).
                Linux Mandrake release 8.0 (Traktopel) for i586,
       kernel 2.4.3-20mdk-win4lin-pnr,  XFree86 4.0.3, patch level 11mdk,
              KDE: 2.1.2,  Qt: 2.3.1.   Uptime 4 hours 59 minutes
_______________________________________________
Win4Lin-users mailing list
[EMAIL PROTECTED]
https://lists.netraverse.com/mailman/listinfo/win4lin-users

Reply via email to