I have done what I think you want to do in the past. After setting up two XF86configs (eg XF86config_1024 and XF86config_640) I have two scripts which link the real XF86config to either one. 1): script x1024: #!/bin/sh cd /etc/X11 su -c "ln -fs XF86Config_1024 XF86Config" 2): script x640: #!/bin/sh cd /etc/X11 su -c "ln -fs XF86Config_640 XF86Config" After running x1024 or x640 you can then run startx Hope this is what you wanted. Regards, Terry michael norman wrote:
... My quiestion at the moment is, is it possible to switch at startx between two separate XF86configs as I would like to be able to choose between the two. If its possible how do I do it ?
TIA
Mike
-- SuSE Linux 7.3 (i386) 2.4.16-4GB Sun Sep 15 12:45:00 CDT 2002 12:45pm up 5 days, 19:46, 1 user, load average: 0.14, 0.22, 0.11