zwaardmeester
April 25th, 2005, 12:21 PM
Hi, I have a little problem setting up an extra X-server.
The reason I want an extra server is that you can switch from and to your game without leaving it (~ alt/tab in windows). This comes especially in handy for games without a windowed-mode option (like Diablo2).
This is what I did:
started a new X server
sudo X :1.0
gave myself access to it in xauth
xauth add :1.0 MIT-MAGIC-COOKIE-1 68d682a4f137b4f46.....
added "Display" = ":1.0" to my Cedega (=wineX) config & started Diablo II.exe into the new X-server. But then it goes wrong. Wine keeps running (according to my System Monitor) , but nothing happens in my new screen.
Other applications work well though, like the xterm.
leo@zwaardmeester:~$ export DISPLAY=':1.0'
leo@zwaardmeester:~$ xterm &
Anyone any idea what I'm doing wrong?
ps. I have used this (http://www.linux-gamers.net/modules/wfsection/article.php?articleid=43) guide
The reason I want an extra server is that you can switch from and to your game without leaving it (~ alt/tab in windows). This comes especially in handy for games without a windowed-mode option (like Diablo2).
This is what I did:
started a new X server
sudo X :1.0
gave myself access to it in xauth
xauth add :1.0 MIT-MAGIC-COOKIE-1 68d682a4f137b4f46.....
added "Display" = ":1.0" to my Cedega (=wineX) config & started Diablo II.exe into the new X-server. But then it goes wrong. Wine keeps running (according to my System Monitor) , but nothing happens in my new screen.
Other applications work well though, like the xterm.
leo@zwaardmeester:~$ export DISPLAY=':1.0'
leo@zwaardmeester:~$ xterm &
Anyone any idea what I'm doing wrong?
ps. I have used this (http://www.linux-gamers.net/modules/wfsection/article.php?articleid=43) guide