View Full Version : Problem with Quake III
Neo40
October 28th, 2004, 08:23 PM
Hi,
I have installed Quake III (binary for linux) without problem. I can play it but when I exit the game, Ubuntu kicks me out of my session and I'm to the login screen. Any idea how to solve this problem?
Thanks
mrf
October 28th, 2004, 08:38 PM
I had this exact problem too. I think it happens because you've used the gnome resolution applet thing to select a resolution, and then quake 3 has changed it to another resolution. When you exit out of the game the X doesnt return to the desktop's resolution and if you move the mouse it crashes, dumping you to the gdm screen.
What I did to fix it was undo the selecting of the resolution with the gnome applet, then editted XF86Config removing the modes I dont use, and adding modelines to force it to use 1152x864@85 on the desktop and 800x600@125hz in quake3. Now when I exit q3 it returns to 1152x864 without crashing.
Neo40
October 28th, 2004, 09:06 PM
I had this exact problem too. I think it happens because you've used the gnome resolution applet thing to select a resolution, and then quake 3 has changed it to another resolution. When you exit out of the game the X doesnt return to the desktop's resolution and if you move the mouse it crashes, dumping you to the gdm screen.
What I did to fix it was undo the selecting of the resolution with the gnome applet, then editted XF86Config removing the modes I dont use, and adding modelines to force it to use 1152x864@85 on the desktop and 800x600@125hz in quake3. Now when I exit q3 it returns to 1152x864 without crashing.
Thanks for your reply! But I don't understand what you did exactly. Could you show me your Section "Screen". I use too 1152x864 for my desktop and 800x600 when I play Quake3.
adbak
October 28th, 2004, 10:12 PM
Where can I get me some of this Quake 3?
mrf
October 28th, 2004, 10:52 PM
I'm not at my ubuntu machine at the mo (home/work)... I'll post the screen section when I get home in a few hours. You should be able to see the "Modes" line in the screen section thou, its should look sometime like : "1600x1200" "1280x1024" "1152x864"... etc . If you remove the resolutions you dont want it should default to the first one you leave behind.
mrf
October 29th, 2004, 02:46 AM
If its any help :
Section "Screen"
Identifier "Default Screen"
Device "NVIDIA Corporation NV38 [GeForce FX 5950 Ultra]"
Monitor "PF790"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1152x864" "800x600"
EndSubSection
EndSection
I only want 24bit 1152 and 800. so meh, works for me.
crashd
October 29th, 2004, 08:01 AM
in that way you are successful to install it? to me from problems of permissions
thanks
fng
October 29th, 2004, 08:38 AM
Where can I get me some of this Quake 3?
Quake3 isnt in apt :/
You can download the install-binary from id software's ftp : ftp://ftp.idsoftware.com.
The file is called linuxq3apoint-1.32b-3.x86.run and can be found in the idstuff/quake3/linux directory.
after download: chmod 755 linuxq3apoint-1.32b-3.x86.run.
Now run the install program wth sudo: sudo ./linuxq3apoint-1.32b-3.x86.run
Change the instalation path to /usr/share/games
Change thw symbolic links path to /usr/games
Check all the 4 checkboxes :) (they are allready checked)
After the installation, copy the pak0.pk3 from the cd or another quake3 installation into /usr/share/games/quake3/baseq3/
then start quake3 by the comand : quake3
enjoy! :)
Viktor Machek
February 9th, 2005, 04:51 AM
Hi,
I followed your installation manual about Quake. Everythink seems ok. I moved pak0.pk3 from my win demo folder ti usr/share/games... like you. After start quake3 I got this message:
Q3 1.32b linux-i386 Nov 14 2002
----- FS_Startup -----
Current search path:
/home/viktor/.q3a/baseq3
/usr/share/games/quake3/baseq3/pak8.pk3 (9 files)
/usr/share/games/quake3/baseq3/pak7.pk3 (4 files)
/usr/share/games/quake3/baseq3/pak6.pk3 (64 files)
/usr/share/games/quake3/baseq3/pak5.pk3 (7 files)
/usr/share/games/quake3/baseq3/pak4.pk3 (272 files)
/usr/share/games/quake3/baseq3/pak3.pk3 (4 files)
/usr/share/games/quake3/baseq3/pak2.pk3 (148 files)
/usr/share/games/quake3/baseq3/pak1.pk3 (26 files)
/usr/share/games/quake3/baseq3/pak0.pk3 (1387 files)
/usr/share/games/quake3/baseq3
./quake3.x86/baseq3
----------------------
1921 files in pk3 files
Running in restricted demo mode.
----- FS_Startup -----
Current search path:
/home/viktor/.q3a/demota
/usr/share/games/quake3/demota
./quake3.x86/demota
----------------------
1921 files in pk3 files
----- CL_Shutdown -----
-----------------------
----- CL_Shutdown -----
-----------------------
Sys_Error: Couldn't load default.cfg
May I have to copy some other files to adequatelly folders?
Could you help me?
Thanks
Viktor
kamstrup
February 9th, 2005, 06:28 AM
You need the pk3 files from your *original* quake 3 game. Make sure you have path_to_q3a/baseq3/pak0.pk3 . If not you can find it on your quake 3 cd.
Viktor Machek
February 9th, 2005, 06:52 AM
Yes I did it. I moved pak0.pk3 to the folder /usr/share/games/quake3/baseq3/ like user FNG first.
Nothing happenes, so I wrote a question here...
Anybody could help me?
Viktor
kamstrup
February 10th, 2005, 06:08 AM
Assuming you moved the file as root. - Did you make sure that ordinary users have read-rights to it? "sudo chmod a+r /usr/share/games/quake3/baseq3/pak0.pk3" ought to do it.
My pak-file is called PAK0.pk3 (notice the big letters...) I don't know if quake bothers about letter casing, but you might try renaming it to this, if the above doesn't work.
Viktor Machek
February 11th, 2005, 05:43 AM
Ok.
I will check it all again.
Thank you!!
V.
fakie_flip
November 6th, 2006, 04:37 PM
I'm confused about what everyone is saying. It seems that all of the package files are needed, so why are some saying that pak0.pk3 is needed when we need them all?
mrf
November 6th, 2006, 10:01 PM
The pak0.pk3 is the 457 megabyte file you have to copy off the q3 cd. All the other files are created by the linuxq3apoint-1.32b-3.x86.run script.
vBulletin® v3.8.1, Copyright ©2000-2009, Jelsoft Enterprises Ltd.