Re: running wine app without X server or without xvfb

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



"running wine app without X server or without xvfb"

Does not compute. If you wanted to create another Xsession on a different TTY that's a different story. Then it would be something like this:

Code:
echo "password" | sudo -S X :0 -ac -nolisten tcp & nvidia-settings -c 0 -load-config-only 

# Goto game dir (modify as needed)
cd /media/ubu/Stuff/Bethe*/Oblivion

# Forces the system to have a break for 2 seconds, X doesn't launch instantly 
sleep 2

# Launches game (modify as needed)
DISPLAY=:0 wine Oblivion.exe








[Index of Archives]     [Gimp for Windows]     [Red Hat]     [Samba]     [Yosemite Camping]     [Graphics Cards]     [Wine Home]

  Powered by Linux