Does my old Intel 946GZ Express Chipset Family supports OpenGL 2.0...?
Plz reply soon i want to sale it to a minecraft lover...!
Does my old Intel 946GZ Express Chipset Family supports OpenGL 2.0...?
Plz reply soon i want to sale it to a minecraft lover...!
A short, practical checklist for (building on and ): vendor/spec pages sometimes list OpenGL levels for the chipset, but on Linux the version that applications actually see is determined by the kernel DRM driver + Mesa (the OpenGL implementation) or by a software rasterizer like llvmpipe. Mesa ships the Intel drivers and software backends used on Arch. (en.wikipedia.org)
Install and verify (Arch):
sudo pacman -Syu mesa mesa-demos
# If running 32-bit Java (older Minecraft builds): sudo pacman -S lib32-mesa
# Optional: sudo pacman -S xf86-video-intel (note: xf86-video-intel is optional; modesetting is often preferred)
sudo modprobe i915
glxinfo -B | grep -i 'OpenGL\|renderer' mesa-demos provides glxinfo (the right tool to read the reported OpenGL version and renderer). If the renderer string shows Mesa DRI Intel(...) and the OpenGL version is >= 2.0, hardware-accelerated OpenGL 2.x is available. If it shows llvmpipe or Software Rasterizer, Mesa is falling back to software rendering (works but is very slow for games). (phoronix.com)
Troubleshooting and quick diagnostics:
lspci -k | grep -A3 VGA — look for Kernel driver in use: i915. llvmpipe appears, ensure no nomodeset kernel parameter, check dmesg and /var/log/Xorg.0.log for i915 errors, and try removing xf86-video-intel so X uses the modesetting driver (sometimes fixes acceleration). Practical outcome for resale: run the glxinfo check and try launching Minecraft. If the renderer is llvmpipe or OpenGL < 2.0, the board will struggle to run Minecraft acceptably; otherwise a short gameplay test will confirm whether the board is worth selling to a player.
Jump to Post— rubberman 1,355According to Intel it does. http://www.intel.com/p/en_US/support/highlights/graphics/intel946gz shows that is supports OpenGL, and another article indicates that as of Vista, Intel had OpenGL 2.0 drivers for the chip set.
According to Intel it does. http://www.intel.com/p/en_US/support/highlights/graphics/intel946gz shows that is supports OpenGL, and another article indicates that as of Vista, Intel had OpenGL 2.0 drivers for the chip set.
Yup rubberman is right.
How do i install openGl in arch linux ...!
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.