PDA

View Full Version : opengl games freezing ubuntu edgy


ratson
November 18th, 2006, 07:55 AM
Hi eeryone, this is my first post here.

i've got a problem with my ubuntu edgy. I've got a geforce6600gt with newest beta nvidia drivers installed. glxgear, beryl, tuxkart runs smoothly, but when i try to run something "bigger" (like enemy territory, ut, cs1.6 with wine) my ubuntu freezes so i can only hard reset my comp. that's why i couldn't get any error messages nor ideas what could i do.

could you give me some tipps how to solve this?

here is the content of my xorg.conf:


# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 1.0 (buildmeister@builder3) Thu Sep 14 15:50:24 PDT 2006

# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg

Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen" 0 0
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "stylus" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
EndSection

Section "Files"

# path to defoma fonts
FontPath "/usr/share/X11/fonts/misc"
FontPath "/usr/share/X11/fonts/cyrillic"
FontPath "/usr/share/X11/fonts/100dpi/:unscaled"
FontPath "/usr/share/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/X11/fonts/Type1"
FontPath "/usr/share/X11/fonts/100dpi"
FontPath "/usr/share/X11/fonts/75dpi"
FontPath "/usr/share/fonts/X11/misc"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
Load "bitmap"
Load "ddc"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "type1"
Load "vbe"
EndSection

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "hu"
Option "XkbOptions" "lv3:ralt_switch"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ExplorerPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection

Section "InputDevice"

# /dev/input/event
# for USB
Identifier "stylus"
Driver "wacom"
Option "Device" "/dev/wacom" # Change to
Option "Type" "stylus"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection

Section "InputDevice"

# /dev/input/event
# for USB
Identifier "eraser"
Driver "wacom"
Option "Device" "/dev/wacom" # Change to
Option "Type" "eraser"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection

Section "InputDevice"

# /dev/input/event
# for USB
Identifier "cursor"
Driver "wacom"
Option "Device" "/dev/wacom" # Change to
Option "Type" "cursor"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection

Section "Monitor"
Identifier "Generic Monitor"
HorizSync 30.0 - 65.0
VertRefresh 50.0 - 75.0
Option "DPMS"
EndSection

Section "Device"
Identifier "Generic Video Card"
Driver "nvidia"
Option "TripleBuffer" "true"
EndSection

Section "Screen"
Identifier "Default Screen"
Device "Generic Video Card"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
Option "AddARGBGLXVisuals" "True"
EndSection

Section "Extensions"
Option "Composite" "Enable"
EndSection


thanks for the help, and sorry because of my english... ;)

funkyade
November 18th, 2006, 08:39 AM
Drivers:

Try commenting out the line "triple buffer" by adding a # at the beginning. Also try the same with the Composite extension, or set it to false.

Are you using the actual nvidia drivers from nvidia's site or a .deb file? Try reinstalling them.

Games:

It may be that the games you are trying have issues with the beta drivers. check on the games websites/forums.

FYI, have an older card than you but using the same drivers and I have no probs with the games you are trying. Could be some other issues...

I think ET may keep a log of some sort, I can't remember exactly where, but try looking for that. It will probably be in a hidden folder in your home folder or in the ET install folder.

ratson
November 18th, 2006, 10:58 AM
ok, thanks for your answer, i am just trying it, but still cannot find any logs. could someone tell me where to find them??

ratson
November 18th, 2006, 07:53 PM
unfortunately it didn't work. could you give me any other tips?

zgerrz
November 18th, 2006, 08:58 PM
I've had issues running UT2004 and its mods while using Beryl. The game freezes up and I have to drop to another tty to close it out.

On Metacity these games work fine for me.

Just thought I'd throw that out there since I see you are using Beryl as well.

ratson
November 18th, 2006, 09:17 PM
ok thanks for the notice but i have tryed running them with and without beryl too... so this is not the right way...

GameGod
November 19th, 2006, 03:42 AM
I was having this same problem too with my Geforce 6600GT (same card).
I ended up installing the beta 9742 drivers, and it fixed it (reinstalling the 96xx stable drivers did nothing).

ratson
November 19th, 2006, 04:05 PM
wow thanks, installing beta 9742 really solved it. thanks a lot GameGod ;)