Loading...
  OR  Zero-K Name:    Password:   

Post edit history

Can't lunch game with Ubuntu 16.04 Xenial - Itch

To display differences between versions, select one or more edits in the list using checkboxes and click "diff selected"
Post edit history
Date Editor Before After
5/10/2018 6:31:12 PMFIrankVermind before revert after revert
Before After
1 Are you running a regular Ubuntu desktop? 1 Are you running a regular Ubuntu desktop?
2 Looks like that SDL2 error may be because the DISPLAY variable has not been set, and you need to do 2 Looks like that SDL2 error may be because the DISPLAY variable has not been set, and you need to do
3 DISPLAY=:0 ; export DISPLAY 3 DISPLAY=:0 ; export DISPLAY
4 and then run the game in the same terminal. However, this should never happen. Can you describe your system? Are you using special graphics drivers, or just what came with Ubuntu? Are you on Wayland or Xorg (you can see that by clicking the gear symbol in the login screen before you enter your password)? You can use pastebin.com to post for example the output of 4 and then run the game in the same terminal. However, this should never happen. Can you describe your system? Are you using special graphics drivers, or just what came with Ubuntu? Are you on Wayland or Xorg (you can see that by clicking the gear symbol in the login screen before you enter your password)? You can use pastebin.com to post for example the output of
5 \n 5 \n
6 lspci 6 lspci
7 \n 7 \n
8 and 8 and
9 \n 9 \n
10 cat /var/log/Xorg.0.log 10 cat /var/log/Xorg.0.log
11 \n 11 \n
12 and link to here. 12 and link to here.
13 Are you able to run Super Tux? 13 Are you able to run Super Tux?
14 \n 14 \n
15 sudo apt-get install supertux 15 sudo apt-get install supertux
16 \n 16 \n
17 It also uses SDL2 so it if works, Spring and ZK should work. 17 It also uses SDL2 so if it works, Spring and ZK should work.