Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Doom 3 / nVidia woes
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Gamers & Players
View previous topic :: View next topic  
Author Message
Dan Forever
Tux's lil' helper
Tux's lil' helper


Joined: 13 Jun 2005
Posts: 79
Location: London, England

PostPosted: Fri Jun 17, 2005 12:56 am    Post subject: Doom 3 / nVidia woes Reply with quote

First off, Wolfenstine:Enemy Territory works

Doom 3 doesn't, and neither does tvtime (and they might be related)

doom3 spewith:
Quote:
DOOM 1.1.1286 linux-x86 Nov 24 2004 17:56:04
GetLocalAddress failed: gethostbyname failed: A temporary error occurred on a
uthoritative name server. Try again later.
------ Initializing File System ------
Loaded pk4 /opt/doom3/base/game00.pk4 with checksum 0x7dafc4d4
Loaded pk4 /opt/doom3/base/game01.pk4 with checksum 0x16cf3b8a
Loaded pk4 /opt/doom3/base/pak000.pk4 with checksum 0x28d208f1
Loaded pk4 /opt/doom3/base/pak001.pk4 with checksum 0x40244be0
Loaded pk4 /opt/doom3/base/pak002.pk4 with checksum 0xc51ecdcd
Loaded pk4 /opt/doom3/base/pak003.pk4 with checksum 0xcd79d028
Loaded pk4 /opt/doom3/base/pak004.pk4 with checksum 0x765e4f8b
Loaded pk4 /opt/doom3/base/pak005.pk4 with checksum 0x8ffc3621
Current search path:
/home/dforever/.doom3/base
/opt/doom3/base
/opt/doom3/base/pak005.pk4 (63 files)
/opt/doom3/base/pak004.pk4 (5137 files)
/opt/doom3/base/pak003.pk4 (4676 files)
/opt/doom3/base/pak002.pk4 (6120 files)
/opt/doom3/base/pak001.pk4 (8972 files)
/opt/doom3/base/pak000.pk4 (2698 files)
/opt/doom3/base/game01.pk4 (2 files)
/opt/doom3/base/game00.pk4 (2 files)
game DLL: 0x0 in pak: 0x0
file system initialized.
--------------------------------------
----- Initializing Decls -----
------------------------------
------- Initializing renderSystem --------
using ARB renderSystem
renderSystem initialized.
--------------------------------------
5151 strings read from strings/english.lang
Couldn't open journal files
execing editor.cfg
execing default.cfg
couldn't exec DoomConfig.cfg
couldn't exec autoexec.cfg
5151 strings read from strings/english.lang
----- Initializing Sound System ------
sound system initialized.
--------------------------------------
----- R_InitOpenGL -----
Setup X display connection
dlopen(libGL.so.1)
dlopen(libGL.so.1)
idRenderSystem::Shutdown()
Xlib: extension "XFree86-DGA" missing on display ":0.0".
signal caught: Segmentation fault
si_code 1
Was in fatal error shutdown: Unable to initialize OpenGL
Trying to exit gracefully..


tvtime spewith:
Quote:
Running tvtime 0.9.12.
Reading configuration from /etc/tvtime/tvtime.xml
Reading configuration from /home/<user>/.tvtime/tvtime.xml
Xlib: extension "XVideo" missing on display ":0.0".
xvoutput: XVIDEO extension not found: X too old? didn't load extmod?


xorg.conf stuff:
Quote:

Section "Module"

# This loads the DBE extension module.

Load "dbe" # Double buffer extension

# This loads the miscellaneous extensions module, and disables
# initialisation of the XFree86-DGA extension within that module.
# SubSection "extmod"
# Option "omit xfree86-dga" # don't initialise the DGA extension
# EndSubSection

# This loads the font modules
Load "type1"
# Load "speedo"
Load "freetype"
# Load "xtt"

# This loads the GLX module
Load "glx"
# This loads the DRI module
# Load "dri"

EndSection

# **********************************************************************
# Graphics device section
# **********************************************************************

# Any number of graphics device sections may be present

# Standard VGA Device:

Section "Device"
Identifier "Standard VGA"
VendorName "Unknown"
BoardName "Unknown"

# The chipset line is optional in most cases. It can be used to override
# the driver's chipset detection, and should not normally be specified.

# Chipset "generic"

# The Driver line must be present. When using run-time loadable driver
# modules, this line instructs the server to load the specified driver
# module. Even when not using loadable driver modules, this line
# indicates which driver should interpret the information in this section.

Driver "vga"
# The BusID line is used to specify which of possibly multiple devices
# this section is intended for. When this line isn't present, a device
# section can only match up with the primary video device. For PCI
# devices a line like the following could be used. This line should not
# normally be included unless there is more than one video device
# intalled.

# BusID "PCI:0:10:0"

# VideoRam 256

# Clocks 25.2 28.3

EndSection

# Device configured by xorgconfig:
Section "Device"
Identifier "GF3"
Driver "nvidia"
VideoRam 65536
# Insert Clocks lines here if appropriate
EndSection


# **********************************************************************
# Screen sections
# **********************************************************************

# Any number of screen sections may be present. Each describes
# the configuration of a single screen. A single specific screen section
# may be specified from the X server command line with the "-screen"
# option.
Section "Screen"
Identifier "Screen 1"
Device "GF3"
Monitor "My Monitor"
DefaultDepth 24
Subsection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
EndSection


not sure what else to give you atm. I've tried uncommenting dri, and commenting the omit XFree86-DGA bit, to no effect. I've tried scouring the web, but to no avail, so I'm shoving stuff up here and hoping you guys can make it all work for me :lol:
Back to top
View user's profile Send private message
Master Shake
l33t
l33t


Joined: 10 Apr 2005
Posts: 755
Location: Wilmington, Delaware

PostPosted: Fri Jun 17, 2005 12:57 am    Post subject: Reply with quote

just out of curiosity what version of the drivers are you using?
_________________
System Specs:
64-bit gentoo linux
Q6600 @ 3.2Ghz
P35 Chipset
4 Gigs 800mhz 4-4-4-12
Nvidia GeForce 8800 GTX @ 630mhz
Back to top
View user's profile Send private message
mike4148
l33t
l33t


Joined: 09 Sep 2003
Posts: 641

PostPosted: Fri Jun 17, 2005 1:04 am    Post subject: Reply with quote

Add the line
Code:
Load "extmod"

to the "Modules" section of your xorg.conf.
Back to top
View user's profile Send private message
Dan Forever
Tux's lil' helper
Tux's lil' helper


Joined: 13 Jun 2005
Posts: 79
Location: London, England

PostPosted: Fri Jun 17, 2005 11:12 am    Post subject: Reply with quote

My drivers are the 6629-r4's
Back to top
View user's profile Send private message
Dan Forever
Tux's lil' helper
Tux's lil' helper


Joined: 13 Jun 2005
Posts: 79
Location: London, England

PostPosted: Fri Jun 17, 2005 11:23 am    Post subject: Reply with quote

ok, adding:
Load "extmod" has fixed tvtime.

It removed one error from the doom3 message:
Xlib: extension "XFree86-DGA" missing on display ":0.0".

but otherwise looks the same and fails to load (I've tried xorg.conf with both the omit xfree line commented and uncommented
Back to top
View user's profile Send private message
Master Shake
l33t
l33t


Joined: 10 Apr 2005
Posts: 755
Location: Wilmington, Delaware

PostPosted: Fri Jun 17, 2005 3:39 pm    Post subject: Reply with quote

It says its unable to initialize opengl...
Quote:
Was in fatal error shutdown: Unable to initialize OpenGL

Did you do:
Code:
opengl-update nvidia

Also did you install the nvidia-glx too?
Also you migh want to try the 7664 drivers. They make my card run cooler and it supports opengl version 2.0.
_________________
System Specs:
64-bit gentoo linux
Q6600 @ 3.2Ghz
P35 Chipset
4 Gigs 800mhz 4-4-4-12
Nvidia GeForce 8800 GTX @ 630mhz
Back to top
View user's profile Send private message
Dan Forever
Tux's lil' helper
Tux's lil' helper


Joined: 13 Jun 2005
Posts: 79
Location: London, England

PostPosted: Fri Jun 17, 2005 4:47 pm    Post subject: Reply with quote

Yes, yes, and I might try that
Back to top
View user's profile Send private message
Master Shake
l33t
l33t


Joined: 10 Apr 2005
Posts: 755
Location: Wilmington, Delaware

PostPosted: Fri Jun 17, 2005 6:08 pm    Post subject: Reply with quote

I know this might sound stupid but it might work. I had a similar problem with doom3 at first with this line:
Quote:
GetLocalAddress failed: gethostbyname failed: A temporary error occurred on a
uthoritative name server. Try again later.

In your /etc/hosts do you have a line that looks somewhat like this:
Code:
127.0.0.1     localhost      (your hostname)

That cured that one problem I had with doom3. Also there is a newer version of doom3 out, why don't you also try upgrading to it. I beleive its 1.3 I don't know the exact numbers because I'm at work.
_________________
System Specs:
64-bit gentoo linux
Q6600 @ 3.2Ghz
P35 Chipset
4 Gigs 800mhz 4-4-4-12
Nvidia GeForce 8800 GTX @ 630mhz
Back to top
View user's profile Send private message
Dan Forever
Tux's lil' helper
Tux's lil' helper


Joined: 13 Jun 2005
Posts: 79
Location: London, England

PostPosted: Fri Jun 17, 2005 10:30 pm    Post subject: Reply with quote

Thanks Master Shake, that appears to have fixed that network problem (OpenGL still there :().

This is a reasonably recent emerge for doom3 - how recent is this latest version? will a --sync followed by an emerge doom3 grab it?
Back to top
View user's profile Send private message
Master Shake
l33t
l33t


Joined: 10 Apr 2005
Posts: 755
Location: Wilmington, Delaware

PostPosted: Sat Jun 18, 2005 1:02 pm    Post subject: Reply with quote

No your going to have to unmask it....I don't know why it is masked because it is perfectly stable and emerges well. Why don't you try emerging the lastest drivers and the lastest version of doom3 and see if that just magically cures things...btw are you doing a cdinstall with emerge because if your not that could be what your problem is.
_________________
System Specs:
64-bit gentoo linux
Q6600 @ 3.2Ghz
P35 Chipset
4 Gigs 800mhz 4-4-4-12
Nvidia GeForce 8800 GTX @ 630mhz
Back to top
View user's profile Send private message
Dan Forever
Tux's lil' helper
Tux's lil' helper


Joined: 13 Jun 2005
Posts: 79
Location: London, England

PostPosted: Sat Jun 18, 2005 5:37 pm    Post subject: Reply with quote

define "cdinstall"

I copied over all the files that were given in the instructions at the end of the emerge from the cd(s), if thats what you mean.
Back to top
View user's profile Send private message
Master Shake
l33t
l33t


Joined: 10 Apr 2005
Posts: 755
Location: Wilmington, Delaware

PostPosted: Sat Jun 18, 2005 5:57 pm    Post subject: Reply with quote

cdinstall is a use variable for doom3. Did you do a
Code:
USE="cdinstall" emerge doom3

_________________
System Specs:
64-bit gentoo linux
Q6600 @ 3.2Ghz
P35 Chipset
4 Gigs 800mhz 4-4-4-12
Nvidia GeForce 8800 GTX @ 630mhz
Back to top
View user's profile Send private message
Dan Forever
Tux's lil' helper
Tux's lil' helper


Joined: 13 Jun 2005
Posts: 79
Location: London, England

PostPosted: Sat Jun 18, 2005 10:14 pm    Post subject: Reply with quote

no, I'll try that
Back to top
View user's profile Send private message
Dan Forever
Tux's lil' helper
Tux's lil' helper


Joined: 13 Jun 2005
Posts: 79
Location: London, England

PostPosted: Sun Jun 19, 2005 12:36 am    Post subject: Reply with quote

ok, did a cdinstall, same problem.

However, once I'd figured out how to get them, the latest drivers fixed the problem :)
Back to top
View user's profile Send private message
Master Shake
l33t
l33t


Joined: 10 Apr 2005
Posts: 755
Location: Wilmington, Delaware

PostPosted: Mon Jun 20, 2005 8:45 pm    Post subject: Reply with quote

So your good now? No more errors?
_________________
System Specs:
64-bit gentoo linux
Q6600 @ 3.2Ghz
P35 Chipset
4 Gigs 800mhz 4-4-4-12
Nvidia GeForce 8800 GTX @ 630mhz
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Gamers & Players All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum