ddawson377
Group: Members
Posts: 1
Joined: Dec. 2005 |
|
Posted: Dec. 11 2005,06:58 |
|
Hello,
I have looked on the forums and some on the wiki, but I was unable to find an answer to this question. I am familiar with Xfree86, but not Xvesa.
I am running DSL on an old pentium laptop, and have DSL installed to the hard drive. It is ruuning quite nicely w/Xvesa, but I would like to be able to switch between the built in mouse (/dev/psaux) and an external USB mouse (/dev/input/mouse).
I can think of several approaches, but don't know how to implement them: 1) add case statements to xinitrc or xservrrc that identify if the USB mouse is plugged in and alter the Xvesa line
2)Add a script that asks the user what mouse to use before the X session. I want to avoid having to go thru the entire xsetup.sh script each time. I tried putting this in xservrrc, but the X session began without waiting for the input response.
3)Putt both mice in Xvesa line (syntax?), or cat one device into the other so both run at once. Not sure if this would work.
What the heck is starting X anyway? I don't see the rcX.d method working here, nor is there a .login that I can see.
Please let me know if any of you have thoughts or suggestions.
Thanks in advance, Douglas
|