|
|
#1 | |
|
Registered User
Join Date: Jul 2007
Posts: 6
|
Hello all,
i have an integrated geforce 4 MX on my board, which causes headaches when trying to run OpenGL apps (games). Most of them just show a black screen, and let gdm freeze. (ubuntu feisty 7.04). i have to kill the app manually. I have installed the 9631 driver and tried several device settings in xorg.conf. I don't get any further on this, please see the attached files. thanks, jyrgen ps: maybe a better choice to buy a "real" card ? |
|
|
|
|
|
|
#2 | |
|
Debian All the Way
Join Date: May 2004
Location: Salzburg Austria & Orlando Florida
Posts: 59
|
Quote:
__________________
utanja i am female and i don't do windows.. and i don't do macs ..i fly a Lear Jet "Wer fremde Sprachen nicht kennt, weiss nichts von seiner eigenen." - Goethe, Maximen und Reflexionen Intel 3I-core 2d.gen -3.1GHz;8 gig ram;PureDebian SID[3.2[custom kernel] 8 Debian workstations plus HP Win7 64bit Wireless Laptop Network/Citrix/NX/VMware Mozilla/Firebird browsers my american friends call me tonya
|
|
|
|
|
|
|
#3 |
|
Registered User
Join Date: Jul 2007
Posts: 6
|
sorry, i thought it was included by nvidia-bug-report
J Code:
# /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 xorg.conf(5) manual page. # (Type "man 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 "Files" FontPath "/usr/share/fonts/X11/misc" FontPath "/usr/share/fonts/X11/cyrillic" FontPath "/usr/share/fonts/X11/100dpi/:unscaled" FontPath "/usr/share/fonts/X11/75dpi/:unscaled" FontPath "/usr/share/fonts/X11/Type1" FontPath "/usr/share/fonts/X11/100dpi" FontPath "/usr/share/fonts/X11/75dpi" # path to defoma fonts FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" EndSection Section "Module" Load "bitmap" Load "ddc" Load "dri" Load "extmod" Load "freetype" Load "glx" Load "int10" Load "vbe" EndSection Section "InputDevice" Identifier "Generic Keyboard" Driver "kbd" Option "CoreKeyboard" Option "XkbRules" "xorg" Option "XkbModel" "pc105" Option "XkbLayout" "de" Option "XkbOptions" "lv3:ralt_switch" EndSection Section "InputDevice" Identifier "Configured Mouse" Driver "mouse" Option "CorePointer" Option "Device" "/dev/input/mice" Option "Protocol" "ImPS/2" Option "ZAxisMapping" "4 5" Option "Emulate3Buttons" "true" EndSection Section "InputDevice" Driver "wacom" Identifier "stylus" Option "Device" "/dev/input/wacom" Option "Type" "stylus" Option "ForceDevice" "ISDV4" # Tablet PC ONLY EndSection Section "InputDevice" Driver "wacom" Identifier "eraser" Option "Device" "/dev/input/wacom" Option "Type" "eraser" Option "ForceDevice" "ISDV4" # Tablet PC ONLY EndSection Section "InputDevice" Driver "wacom" Identifier "cursor" Option "Device" "/dev/input/wacom" Option "Type" "cursor" Option "ForceDevice" "ISDV4" # Tablet PC ONLY EndSection Section "Device" Identifier "my_ngpu" Driver "nvidia" BusID "PCI:2:0:0" #VideoRam 65535 Option "UseFBDev" "true" Option "UseEDID" "FALSE" Option "NvAGP" "3" Option "NoLogo" "true" Option "AllowGLXWithComposite" "true" EndSection Section "Monitor" Identifier "sony-e220" Option "DPMS" HorizSync 30-85 VertRefresh 50-120 EndSection Section "Screen" Identifier "Default Screen" Device "my_ngpu" Monitor "sony-e220" DefaultDepth 24 SubSection "Display" Depth 1 Modes "1280x1024" "1152x864" "1152x768" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 4 Modes "1280x1024" "1152x864" "1152x768" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 8 Modes "1280x1024" "1152x864" "1152x768" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 15 Modes "1280x1024" "1152x864" "1152x768" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 16 Modes "1280x1024" "1152x864" "1152x768" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 24 Modes "1280x1024" "1152x864" "1152x768" "1024x768" "800x600" "640x480" EndSubSection EndSection Section "ServerLayout" Identifier "Default Layout" Screen "Default Screen" InputDevice "Generic Keyboard" InputDevice "Configured Mouse" InputDevice "stylus" "SendCoreEvents" InputDevice "cursor" "SendCoreEvents" InputDevice "eraser" "SendCoreEvents" EndSection Section "DRI" Mode 0666 EndSection Section "Extensions" Option "Composite" "Enable" EndSection |
|
|
|
|
|
#4 | |
|
NVIDIA Corporation
Join Date: Aug 2002
Posts: 3,740
|
The current legacy graphics driver release for your GPU is 1.0-9639; please check if the problem persists with this driver. Please also check if disabling AGP solves the problem (see ftp://download.nvidia.com/XFree86/Li...ppendix-f.html).
|
|
|
|
|
|
|
#5 |
|
Registered User
Join Date: Jul 2007
Posts: 6
|
Hello,
i have installed 96.39: sudo cat /proc/driver/nvidia/version NVRM version: NVIDIA Linux x86 Kernel Module 1.0-9639 Mon Apr 16 20:20:06 PDT 2007 GCC version: gcc-Version 4.1.2 (Ubuntu 4.1.2-0ubuntu4) but the problem remains exactly the same. please find a screenshot of billardGL for example. other (fullscreen or windowed) games turn black and freeze gdm as before. In openGL text items are never being rendered... i also set Option "NvAGP" "0" without success. thanks very much ! jyrgen |
|
|
|
|
|
#6 | |
|
Registered User
Join Date: Jul 2007
Posts: 6
|
i'm getting the feeling that this must be a hardware failure.
another game (gltron) was terminated because of missing memory. j |
|
|
|
|
|
|
#7 |
|
Registered User
Join Date: Jul 2007
Posts: 6
|
do you have any other idea ??
thx, J |
|
|
|
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Thoughts from console owners on NVIDIA's GEFORCE GRID | MikeC | Console World | 11 | 05-27-12 08:43 AM |
| New GPU from Nvidia Announced Today, the GeForce GTX 670 | News | Latest Tech And Game Headlines | 0 | 05-10-12 01:50 PM |
| Gainward Unleashes the Sexy GeForce GTX 670 Phantom Graphics Card, Also launches the | News | Latest Tech And Game Headlines | 0 | 05-10-12 09:28 AM |
| 302.07 (beta) for Linux x86/x86_64 released | AaronP | NVIDIA Linux | 0 | 05-02-12 09:55 AM |