12.04 - playonlinux is unable to find 32bits / 64bits OpenGL library - Ask Ubuntu


when open fresh instalation of playonlinux, gives 2 dialog box mentioned in title:

playonlinux unable find 32bits opengl library
playonlinux unable find 64bits opengl library

i using ubuntu 12.04 (and new it) , know how solve problem

edit terminal output

~$ playonlinux [main] message: playonlinux (4.1.8) starting [clean_tmp] message: cleaning temp directory xlib:  extension "glx" missing on display ":0". xlib:  extension "glx" missing on display ":0". [check_opengl] warning:  xlib:  extension "glx" missing on display ":0". xlib:  extension "glx" missing on display ":0". [check_opengl] warning:  [main] message: filesystem compatible [install_plugins] message: checking plugin: capture... [maj_check] message: web version : 1349866727 [maj_check] message: current local version : 1349563245 [maj_check] message: updating list [install_plugins] message: checking plugin: screencap... [install_plugins] message: checking plugin: playonlinux vault... /usr/share/playonlinux/bash/startup_after_server: line 38: [: : integer expression expected /usr/share/playonlinux/bash/startup_after_server: line 38: [: : integer expression expected [pol_config_write] message: config write: last_timestamp 1349866727 

edit nvidea print screens enter image description here

what says:

enter image description here

this tentative answer, revision or additional information may needed.

find pci busid of nvidia gpu. open terminal , type lscpi |grep vga:

anthony@terminal:~$ lspci | grep vga 01:00.0 vga compatible controller: nvidia corporation gf108 [geforce gt 430] (rev a1) 06:00.0 vga compatible controller: nvidia corporation gf108 [geforce gt 430] (rev a1) 

edit xorg.conf file load nvidia driver. open terminal , type:

gksudo gedit /etc/x11/xorg.conf 

add file:

section "device"     identifier     "device0"     driver         "nvidia"     vendorname     "nvidia corporation"     boardname      "geforce gt 430"     busid          "pci:1:0:0"                   # use lspci | grep vga find busid endsection  section "module"     load           "glx" endsection 

edit above example include hardware specific information. reboot needed after alteration. should enough nvidia driver loaded. additional configuration may performed typing sudo nvidia-settings in terminal.


Comments

Popular posts from this blog

download - Firefox cannot save files (most of the time), how to solve? - Super User

windows - "-2146893807 NTE_NOT_FOUND" when repair certificate store - Super User

sql server - "Configuration file does not exist", Event ID 274 - Super User