hello everyone
im new at linux and im learning
i have a lenovo thinkpad T61 with gma 965 chipset
how can i enable hardware 3d accerelation? is there a problem about my drivers.and konqueror says this about my system:
OS: Linux 3.1.0-1.2-desktop x86_64
Current user: john@linux-0uvt.site
System: openSUSE 12.1 (x86_64)
KDE: 4.7.2 (4.7.2) “release 5”
Display Info
Vendor: Intel Corporation
Model: 965 GM
2D driver: intel
3D driver: Unknown classic (7.11)
I took a look at the Thinkwiki to see if it had any hints for your T61 with the 965GM (also known as the X3100): Intel Graphics Media Accelerator X3100 - ThinkWiki but I could not find anything helpful. It notes “The driver supports hardware accelerated 3D via the Direct Rendering Infrastructure (DRI), but only in depths 16 and 24” but provides no setup/tuning hints.
The output is normal, and suggests that 3D acceleration is working. That is just how it gets reported. My (4 yr old) work laptop has the same graphics hardware, with same info reported.
Did you check the log file ? Take a look at /var/log/Xorg.0.log … any errors of note there ? If you wish others to look at this file’s contents, post it on SUSE Paste and copy the web URL/address you are given and post only that address/link here.
As well as checking Xorg.0.log, how much main memory installed on your lenovo? Try disabling desktop effects in the KDE settings to see how that affects performance, and let us know.
Thanks for the info. Plenty of memory etc. What about the desktop effects I mentioned?
I cannot see anything obviously wrong in the Xorg.0.log, in fact the video driver messages look positively normal.
Direct rendering (DRI2) is enabled (line 267). You can also check direct rendering (yes/no) by entering the command glxinfo in a terminal (scrollback to beginning of report). You should therefore have 3D acceleration being used for best performance.
You could also run glxgears in a terminal. Do the gears rotate smoothly? It’s not a benchmark, but anything under 60 FPS on your machine could indicate a problem.