View Full Version : Doom3 Demo (Black Screen After Running.) Please help.
PrimoTurbo
July 31st, 2005, 11:45 AM
I have a ATI 9700 Pro 128Mb and I think I setup the ATI drivers correctly. I downloaded and installed doom3-linux-1.1.1286-demo.x86.run, when I go into terminal and run the game "doom3-demo" the game starts up with a black screen and just sits there. I have to ctrl + alt + backspace. Please help me out.
shawn
July 31st, 2005, 12:39 PM
I had the same problem with the demo but the 1.3 patched binaries work fine. Try and borrow the game from someone and see if that works.
Good luck!
PrimoTurbo
July 31st, 2005, 12:49 PM
I found out what the problem was and fixed it thanks to the people at #ubuntu. Also thanks to psychonate for helping me out with a bunch of stuff and making this script to launch doom3 demo.
The problem is that doom3 runs in alsa while gnome runs esd. Fixed it by killing esd then by enabling after the game. Here is the script psychonate made me for doing this quickly.
Open gedit and copy the below into it.
#!/bin/bash
killall esd
doom3-demo
esd &
Save it as doom3-noesd in whichever directory you want (mine is located in my home directory)
Now go into terminal, cd into the directory you saved the script in, and type "chmod +x doom3-noesd"
No you can create a launcher or use ./doom3-noesd
drizek
August 4th, 2005, 03:57 AM
I found out what the problem was and fixed it thanks to the people at #ubuntu. Also thanks to psychonate for helping me out with a bunch of stuff and making this script to launch doom3 demo.
The problem is that doom3 runs in alsa while gnome runs esd. Fixed it by killing esd then by enabling after the game. Here is the script psychonate made me for doing this quickly.
Open gedit and copy the below into it.
#!/bin/bash
killall esd
doom3-demo
esd &
Save it as doom3-noesd in whichever directory you want (mine is located in my home directory)
Now go into terminal, cd into the directory you saved the script in, and type "chmod +x doom3-noesd"
No you can create a launcher or use ./doom3-noesd
im using kubuntu with an nvidia card and have teh same problem. how can i fix this? i dont have esd running.
Kemotaha
August 4th, 2005, 05:09 AM
im using kubuntu with an nvidia card and have teh same problem. how can i fix this? i dont have esd running.
KDE doesn't use esd. It uses arts I believe. I could be wrong but you will need to kill that instead of ESD
drizek
August 4th, 2005, 04:26 PM
KDE doesn't use esd. It uses arts I believe. I could be wrong but you will need to kill that instead of ESD
ill try that. i cant login ATM though, so ill have to figure that problem out firs ;)
drizek
August 4th, 2005, 10:06 PM
the logging in problem istn there anymore, which is wierd. anyway, i got doom 3 running but the sound sucks.
vBulletin® v3.8.7, Copyright ©2000-2012, vBulletin Solutions, Inc.