LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software > Linux - Games
User Name
Password
Linux - Games This forum is for all discussion relating to gaming in Linux.

Notices


Reply
  Search this Thread
Old 02-22-2004, 08:29 AM   #1
Thaidog
Member
 
Registered: Sep 2002
Location: Hilton Head, SC
Distribution: Gentoo
Posts: 637

Rep: Reputation: 32
How do you install quake 3 demo?


I downloaded the demo to my home directory... the resulting file is:

linuxq3ademo-1.11-6.x86.gz.sh

What do I do from here? It did not have any instructions with it...
 
Old 02-22-2004, 09:07 AM   #2
RichardSimmons
Member
 
Registered: Feb 2004
Distribution: Red Hat Linux 9
Posts: 61

Rep: Reputation: 15
Hi, I just had that problem the other day, i posed about it and got this witch was easy enough

"For the Quake 3 demo file, you need to set the permissions to execute. Do: chmod +x linuxq3ademo-1.11-6.x86.gz.sh. Then run it by doing: ./linuxq3ademo-1.11-6.x86.gz.sh (hint: just type ./linuxq3 then press the [TAB] key for autocompletion)." - spurious

in a terminal cd to you home dir, then type chmod +x linuxq3ademo-1.11-6.x86.gz.sh. then type ./linuxq3ademo-1.11-6.x86.gz.sh and enter, hope it works for ya =]



 
Old 02-22-2004, 09:11 AM   #3
Thaidog
Member
 
Registered: Sep 2002
Location: Hilton Head, SC
Distribution: Gentoo
Posts: 637

Original Poster
Rep: Reputation: 32
I got the following:

[thaidog@localhost thaidog]$ chmod +x linuxq3ademo-1.11-6.x86.gz.sh
[thaidog@localhost thaidog]$ ./linuxq3ademo-1.11-6.x86.gz.sh
bash: ./linuxq3ademo-1.11-6.x86.gz.sh: /bin/sh: bad interpreter: Text file busy
[thaidog@localhost thaidog]$ linuxq3ademo-1.11-6.x86.gz.sh
bash: linuxq3ademo-1.11-6.x86.gz.sh: command not found
[thaidog@localhost thaidog]$ ./linuxq3ademo-1.11-6.x86.gz.sh
bash: ./linuxq3ademo-1.11-6.x86.gz.sh: /bin/sh: bad interpreter: Text file busy
[thaidog@localhost thaidog]$

Not sure what's up... I'm going to reboot and see what happens...
 
Old 02-22-2004, 09:20 AM   #4
RichardSimmons
Member
 
Registered: Feb 2004
Distribution: Red Hat Linux 9
Posts: 61

Rep: Reputation: 15
again im very new to linux, my guss would be you have to be root to change file permissions. but if not then im spent
 
Old 02-22-2004, 09:27 AM   #5
Thaidog
Member
 
Registered: Sep 2002
Location: Hilton Head, SC
Distribution: Gentoo
Posts: 637

Original Poster
Rep: Reputation: 32
Holy sh#t... I logged in to root got he demo installed and ran it... but's running way too slow to be playable! I mean frame by frame... like 3D acceration is not enabled or something... man this sucks!
 
Old 02-22-2004, 09:37 AM   #6
RichardSimmons
Member
 
Registered: Feb 2004
Distribution: Red Hat Linux 9
Posts: 61

Rep: Reputation: 15
hey me again, Yah i had the EXACT same problem in the EXACT same order... heres my post about it, hope it helps =]

http://www.linuxquestions.org/questi...hreadid=148933

you have to edit the xf86 config file or somthing heh
 
Old 02-22-2004, 09:54 AM   #7
Thaidog
Member
 
Registered: Sep 2002
Location: Hilton Head, SC
Distribution: Gentoo
Posts: 637

Original Poster
Rep: Reputation: 32
This is what the file currently looks like:

Section "Device"
Identifier "Videocard0"
Driver "radeon"
VendorName "Videocard vendor"
BoardName "ATI Radeon 9000"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 16
Modes "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
EndSection

Section "DRI"
Group 0
Mode 0666
EndSection

And I guess I should add a # to the module like this:

Section "Module"
Load "dbe"
Load "extmod"
Load "fbdevhw"
Load "glx"
Load "record"
Load "freetype"
Load "type1"
# Load "dri"
EndSection

??? Thanks for all your help!
 
Old 02-22-2004, 10:04 AM   #8
RichardSimmons
Member
 
Registered: Feb 2004
Distribution: Red Hat Linux 9
Posts: 61

Rep: Reputation: 15
i did the load "DRI" like this

load "#"
and it works for me,

though we have differnt viedocards... that may be a problem
 
Old 02-22-2004, 10:10 AM   #9
Thaidog
Member
 
Registered: Sep 2002
Location: Hilton Head, SC
Distribution: Gentoo
Posts: 637

Original Poster
Rep: Reputation: 32
Oh... ok... I try that!
 
Old 02-22-2004, 10:32 AM   #10
Thaidog
Member
 
Registered: Sep 2002
Location: Hilton Head, SC
Distribution: Gentoo
Posts: 637

Original Poster
Rep: Reputation: 32
Hmm still running slow... I just downloaded and install the newest ati drivers too! Man this is not good...
 
Old 02-22-2004, 11:48 AM   #11
Thaidog
Member
 
Registered: Sep 2002
Location: Hilton Head, SC
Distribution: Gentoo
Posts: 637

Original Poster
Rep: Reputation: 32
That DRI to # however made a noticable difference in frame rate... but it's still slow as hell on quake 3...
 
Old 02-22-2004, 12:13 PM   #12
RichardSimmons
Member
 
Registered: Feb 2004
Distribution: Red Hat Linux 9
Posts: 61

Rep: Reputation: 15
i used the drivers found here...

http://nvidia.com

and this is what it should like like

Section "Device"
Identifier "Videocard0"
Driver "nvidia"
VendorName "Videocard vendor"
BoardName "ATI Radeon 9000"
EndSection

but thats for my gforce 2 may or may not work for yours

Last edited by RichardSimmons; 02-22-2004 at 12:14 PM.
 
Old 02-22-2004, 12:24 PM   #13
LavaDevil94
LQ Guru
 
Registered: Jul 2003
Distribution: Gentoo 2004.2: Who needs exmmpkg when you have emerge?
Posts: 1,795

Rep: Reputation: 47
thaidog, try doing this (all as root)

cd /lib/modules/fglrx/build_mod
./build.sh
cd ..
./make_install.sh

and see if that fixes the problem
 
Old 02-22-2004, 12:42 PM   #14
Thaidog
Member
 
Registered: Sep 2002
Location: Hilton Head, SC
Distribution: Gentoo
Posts: 637

Original Poster
Rep: Reputation: 32
I get an error at the second step....

[root@localhost root]# cd /lib/modules/fglrx/build_mod
[root@localhost build_mod]# ./build.sh
bash: ./build.sh: No such file or directory
[root@localhost build_mod]# ls
2.6.x agpgart.h i7505-agp.c make.sh
agp3.c agp.h i7505-agp.o nvidia-agp.c
agp3.o fglrx.o libfglrx_ip.a nvidia-agp.o
agp_backend.h firegl_public.c libfglrx_ip.a.GCC2 patch
agpgart_be.c firegl_public.h libfglrx_ip.a.GCC3
agpgart_be.o firegl_public.o make.log
[root@localhost build_mod]#
 
Old 02-22-2004, 12:43 PM   #15
Thaidog
Member
 
Registered: Sep 2002
Location: Hilton Head, SC
Distribution: Gentoo
Posts: 637

Original Poster
Rep: Reputation: 32
Quote:
Originally posted by RichardSimmons
i used the drivers found here...

http://nvidia.com

and this is what it should like like

Section "Device"
Identifier "Videocard0"
Driver "nvidia"
VendorName "Videocard vendor"
BoardName "ATI Radeon 9000"
EndSection

but thats for my gforce 2 may or may not work for yours
Yeah that's what mine looks like (with the exception of the driver name... I'm using an ATI card instead of nvidia...)
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Quake 4 Demo, Linux version? Thetargos Linux - Games 4 12-02-2005 11:24 AM
Quake 3 Demo Slowwww JUDOLIZARD Linux - Games 3 11-14-2005 04:46 AM
Quake III Demo Resolution alienzero Linux - Games 5 05-25-2004 09:22 PM
I got Quake 3 demo working!!! hack124x768 Linux - Games 1 04-16-2004 12:35 PM
Quake III demo anyone? linuxlah Linux - General 0 07-15-2002 05:09 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software > Linux - Games

All times are GMT -5. The time now is 04:10 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration