| Forum Home | ||||
| Press F1 | ||||
| Thread ID: 87168 | 2008-02-11 04:21:00 | 3d acceleration not working Ubuntu 7 | Greven (91) | Press F1 |
| Post ID | Timestamp | Content | User | ||
| 639402 | 2008-02-11 04:21:00 | I'm playing with the latest version of ubuntu, and I can't get 3d acceleration working. My ubuntu PC has the following specs: Celeron 2.2Ghz CPU 512Mb DDR400 RAM Geforce 6600GT Video Card I installed & enabled the nvidia driver using the restricted drivers manager, but glxgears only gets 1fps. This is my xorg.conf file. I haven't tried changing anything because it looks right to me. It is using the name from the onboard graphics because I didn't have the video card installed when I first installed Ubuntu, but it is using the nvidia driver. # nvidia-xconfig: X configuration file generated by nvidia-xconfig # nvidia-xconfig: version 1.0 (buildmeister@builder3) Wed Sep 12 14:29:35 PDT 2007 # 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 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 "ServerLayout" # Uncomment if you have a wacom tablet # InputDevice "stylus" "SendCoreEvents" # InputDevice "cursor" "SendCoreEvents" # InputDevice "eraser" "SendCoreEvents" Identifier "Default Layout" Screen "Default Screen" 0 0 InputDevice "Generic Keyboard" InputDevice "Configured Mouse" EndSection Section "Files" EndSection Section "Module" Load "glx" EndSection Section "InputDevice" Identifier "Generic Keyboard" Driver "kbd" Option "CoreKeyboard" Option "XkbRules" "xorg" Option "XkbModel" "pc105" Option "XkbLayout" "us" 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" Identifier "stylus" Driver "wacom" Option "Device" "/dev/input/wacom" Option "Type" "stylus" Option "ForceDevice" "ISDV4"# Tablet PC ONLY EndSection Section "InputDevice" Identifier "eraser" Driver "wacom" Option "Device" "/dev/input/wacom" Option "Type" "eraser" Option "ForceDevice" "ISDV4"# Tablet PC ONLY EndSection Section "InputDevice" Identifier "cursor" Driver "wacom" Option "Device" "/dev/input/wacom" Option "Type" "cursor" Option "ForceDevice" "ISDV4"# Tablet PC ONLY EndSection Section "Monitor" Identifier "PHILIPS M107" HorizSync 30.0 - 71.0 VertRefresh 50.0 - 160.0 Option "DPMS" EndSection Section "Device" Identifier "Silicon Integrated Systems [SiS] 65x/M650/740 PCI/AGP VGA Display Adapter" Driver "nvidia" EndSection Section "Screen" Identifier "Default Screen" Device "Silicon Integrated Systems [SiS] 65x/M650/740 PCI/AGP VGA Display Adapter" Monitor "PHILIPS M107" DefaultDepth 24 Option "AddARGBVisuals" "True" Option "AddARGBGLXVisuals" "True" Option "NoLogo" "True" SubSection "Display" Depth 24 Modes "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480" "640x350" EndSubSection EndSection |
Greven (91) | ||
| 1 | |||||