View previous topic :: View next topic |
Author |
Message |
bishop00s Tux's lil' helper
Joined: 27 Apr 2004 Posts: 139 Location: pittsburgh, pa
|
Posted: Mon Sep 20, 2004 3:02 am Post subject: Quake3 problem |
|
|
I've searched the forums but can't seem to find anything pertaining to this specific circumstance.
I have an nVidia Corporation NV25 [GeForce4 Ti 4200] running in a Xinerama configuration with another video card running the other monitor.
I ran emerge quake3 and copied over the pak0.pk3 to /opt/quake3/baseq3/ as instructed.
When i executed the kde menu link i first got a busy cursor and nothing. I then changed from the nVidia OpenGL to xorg's. Quake ran ok except the sound is screwed up. Not important though because i have had some problems with ALSA anyway. When i started the game it worked fine but the graphics were terrible and the menu text illegible. Does anyone know what might be responsible for this? |
|
Back to top |
|
|
sOuLjA Guru
Joined: 26 Jul 2002 Posts: 366 Location: germany - hannover
|
Posted: Mon Sep 20, 2004 10:31 am Post subject: |
|
|
try to start it in a console and post the error message
maybe you can try to start with this command "artsdsp -m quake3" _________________ Gentoo Linux / gentoo-sources 2.6.28-r1 / fluxbox 1.1.1
Nexoc Osiris S602 / Pentium M 1,4GHZ / 1024 MB RAM / Intel 855GME 64 MB
www.gentooforum.de |
|
Back to top |
|
|
blueworm l33t
Joined: 09 May 2003 Posts: 962
|
Posted: Mon Sep 20, 2004 10:59 am Post subject: |
|
|
AFAIK xinerama does not support 3D.
Turn it off and quake3 should run fine. |
|
Back to top |
|
|
bishop00s Tux's lil' helper
Joined: 27 Apr 2004 Posts: 139 Location: pittsburgh, pa
|
Posted: Mon Sep 20, 2004 1:14 pm Post subject: |
|
|
is there a way to turn it off temporarily or to switch from a profile to another profile. the only way i know to turn off xinerama is to coment out the xorg.conf file. _________________ Grateful for professional quality graphics in the free world!
blender.org, gimp.org, inkscape.org! |
|
Back to top |
|
|
blueworm l33t
Joined: 09 May 2003 Posts: 962
|
Posted: Mon Sep 20, 2004 4:33 pm Post subject: |
|
|
All you can do is write a script which switches from your xorg.conf(xinerama) to xorg.conf(nvidia) But you still have to restart the X server.
BTW I presume you are running 3 monitors.
Because If all you are running is 2 screens, twinview does support 3D.
And AFAIK all Geforce 4 Ti4200's based on Nvidias reference design have a vga socket and a DVI socket. The DVI can be used as a VGA with the usually provided adaptor. |
|
Back to top |
|
|
bishop00s Tux's lil' helper
Joined: 27 Apr 2004 Posts: 139 Location: pittsburgh, pa
|
Posted: Mon Sep 20, 2004 5:01 pm Post subject: |
|
|
apparently to keep costs down the card manufacturer didnt follow nVidia specs because it only has 1 vga and a tv out function. _________________ Grateful for professional quality graphics in the free world!
blender.org, gimp.org, inkscape.org! |
|
Back to top |
|
|
blueworm l33t
Joined: 09 May 2003 Posts: 962
|
Posted: Mon Sep 20, 2004 5:07 pm Post subject: |
|
|
that sux... Oh well unless you have cash to spare your gonna have to live with it. |
|
Back to top |
|
|
n0n Guru
Joined: 13 Jun 2002 Posts: 355
|
Posted: Mon Sep 20, 2004 5:16 pm Post subject: |
|
|
zion1 wrote: | is there a way to turn it off temporarily or to switch from a profile to another profile. the only way i know to turn off xinerama is to coment out the xorg.conf file. |
You can start X with the -layout flag, and have multiple ServerLayout sections in your X config file. You'd do: Code: | startx -- -layout Whatever | to get things to work properly. You'd still be jumping in and out of X, but you wouldn't need to keep changing the X conf file or swapping it out or whatever. |
|
Back to top |
|
|
|