Results 1 to 1 of 1
Hello,
I'm trying to adjust the mouse sensitivity in a separate X server.
This is the script
Code:
#!/bin/sh
sudo X :3 -ac -terminate &
sleep 10
DISPLAY=:3 `which wine` ...
- 06-05-2008 #1Just Joined!
- Join Date
- Jun 2008
- Posts
- 1
Bash help (X displays)
Hello,
I'm trying to adjust the mouse sensitivity in a separate X server.
This is the script
Now I want to use the xset command on display :3. So basically I should try to addCode:#!/bin/sh sudo X :3 -ac -terminate & sleep 10 DISPLAY=:3 `which wine` /home/bram/.wine/drive_c/Programma\ Bestanden/World\ of\ Warcraft/WoW.exe
somewhere. I've tried several things like adding & xset 1/1 1 and |xset 1/1 1 after WoW.exe, but never really made any success.Code:xset 1/1 1
I hope to find an answer here!


Reply With Quote