Try malakia's command... Should work! Thanks malakia for embedding my video. I appreciate it!
The Raspberry Pi Guy

Hi Raspberrypiguy,raspberrypiguy1 wrote:Obtain the source code with this little command:
P.S: If any of you are successful, PLEASE tell me!Code: Select all
git clone https://github.com/raspberrypi/quake3.git
Are you running the Pi in turbo mode? Try holding down the shift-key while the Pi is booting (until you see the message where it says it has checked the state of the shift key). This will disable the overclocking. Now see if Quake III will run for longer. Of course it will also run more slowly, but the aim is to find out whether the overclocking is what causes the problem.vonProteus wrote:Hi
i have problem when i launch q3 everything is ok in menu
but when i start to play after 10-30 seconds my rpi reboot
any ideas?
i have good power supply (2.1A)
Hi Raspberrypiguy,
Decided to try this as a good stability test for my Raspbian-Turbo-ised Pi, but only got as far as the line above, whereupon I was asked for a username and password. As I didn't have one I had to abort.
I take it it is necessary to be a signed-up member of Github for this to work? If so, it would be helpful to add this to the beginning of the procedure (ie, "Before proceeding, you need to be a member of Github").
Hi, thanks for the reply - I was sure I had already responded to this but I must have forgotten to hit 'submit'- - sorry about the delay.raspberrypiguy1 wrote:Thanks for telling me! I am really sorry about this. Sorry and maybe could you show us a screen shot?Hi Raspberrypiguy,
Decided to try this as a good stability test for my Raspbian-Turbo-ised Pi, but only got as far as the line above, whereupon I was asked for a username and password. As I didn't have one I had to abort.
I take it it is necessary to be a signed-up member of Github for this to work? If so, it would be helpful to add this to the beginning of the procedure (ie, "Before proceeding, you need to be a member of Github").
The Raspberry Pi Guy
This is the current limit triggering a reboot.vonProteus wrote:Hi
i have problem when i launch q3 everything is ok in menu
but when i start to play after 10-30 seconds my rpi reboot
any ideas?
i have good power supply (2.1A)
Hi, thanks for the reply - I was sure I had already responded to this but I must have forgotten to hit 'submit'- - sorry about the delay.
Please don't take my problem so much to heart - reading through this thread it's obvious that other people have been able to work through your process without any problems, so your information is obviously pretty solid - I am a very new Linux user and still making a lot of stupid mistakes.
Since posting I actually went at this a different way - a while ago I saw a post (not on this website, I don't think) by someone who had made Q3 available already compiled and zipped up as a tar.gz, which I downloaded and then forgot about. When I saw your post I decided (correctly) that I would learn a little bit more by doing it your way, but then I was stalled by the Github/Password problem - and actually, no, I was not logged in as root, so maybe that was the problem.
Anyway, the ready-compiled version, initially, went through the menus OK but then crashed the Pi within a split-second of the game itself starting. I was running the latest Raspbian with turbo mode on and the default split, so the first thing I tried was to alter the split to 50/50 (no difference) and then finally I tried holding down shift during boot-up to disable turbo mode, so the Pi was running at its default, basic clock speeds and voltages. When I did that, it ran beautifully - at around 45-50fps, a heck of a lot faster than I had expected it to run on a 'stock' pi.
I have another Pi on the way to me any day now - I'll be making a fresh Raspbian SD card up for that one and I will try your method again starting on that clean install, and let you know how I got on.
Did you comment out the "CROSS_COMPILE=bcm2708-" line in the build.sh? make it look like "#CROSS_COMPILE=bcm2708-".shazzydog wrote:hello im an absolute noob and im having some trouble installing this.i followed the turoial diligently but when i get to the ./build.sh line after about a minute or so it stops and i get this
make[2]: Entering directory `/home/pi/quake3'
DED_CC code/server/sv_bot.c
DED_CC code/server/sv_game.c
DED_CC code/server/sv_ccmds.c
DED_CC code/server/sv_client.c
make[2]: bcm2708-gcc: Command not found
make[2]: bcm2708-gcc: Command not found
make[2]: bcm2708-gcc: Command not found
make[2]: bcm2708-gcc: Command not found
make[2]: *** [build/release-linux-arm/ded/sv_bot.o] Error 127
make[2]: *** Waiting for unfinished jobs....
make[2]: *** [build/release-linux-arm/ded/sv_client.o] Error 127
make[2]: *** [build/release-linux-arm/ded/sv_ccmds.o] Error 127
make[2]: *** [build/release-linux-arm/ded/sv_game.o] Error 127
make[2]: Leaving directory `/home/pi/quake3'
make[1]: *** [targets] Error 2
make[1]: Leaving directory `/home/pi/quake3'
make: *** [release] Error 2
i would really appreciate it if you helped me and told what ive done wrong
RichKavanagh wrote:This might sound like a daft question, but is there such a thing as an "out of the box downloadable image'?
(I'm not even sure Image is the right word)
In other words, something I can download, extract to SD card, plug in, turn on, play... That kind of "out of the box solution"?
Again, apologies if this is a daft question
Code: Select all
wget -U midori http://www.raspians.com/uploads/quake3.zip
unzip quake3.zip
cd quake3
wget http://dl.dropbox.com/u/1816557/Q3%20Demo%20Paks.zip
unzip Q3\ Demo\ Paks.zip
I get to this part, but when i type this into the terminal and try to run it it says command not found....any ideas?raspberrypiguy1 wrote:Code: Select all
sudo ./ioquake3.arm