compiz and glxinfo

Archived topics about LMDE 1 and LMDE 2
Locked
jtouso
Level 1
Level 1
Posts: 35
Joined: Tue Mar 20, 2007 11:02 am

compiz and glxinfo

Post by jtouso »

Hi,
Trying compiz in EeePc 901 but...glxinfo says>

mint@mint ~ $ glxinfo
name of display: :0.0
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
Error: couldn't find RGB GLX visual or fbconfig

Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".

Help me to install all I need to use compiz
Thanks
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
richyrich

Re: compiz and glxinfo

Post by richyrich »

Depending on the kind of graphics card or integrated graphics solution installed on your computer, there are different steps involved in preparing them for a 3D composited desktop. The guides below, organised by manufacturer, will discuss your options, inform you about potential problems, and show you sample configurations that have been known to work well for most people.
http://wiki.compiz.org/Hardware

http://wiki.compiz.org/
jtouso
Level 1
Level 1
Posts: 35
Joined: Tue Mar 20, 2007 11:02 am

Re: compiz and glxinfo

Post by jtouso »

Thanks.
I run compiz-check (the script to know if compiz is ok) and the answer is:

./compiz-check
No protocol specified
xdpyinfo: unable to open display ":0.0".
No protocol specified
/usr/bin/xset: unable to open display ":0.0"

Gathering information about your system...

Distribution: Linux Mint
No protocol specified
xprop: unable to open display ':0.0'
Desktop environment: Unknown
Graphics chip: Intel Corporation Mobile 945GME Express Integrated Graphics Controller (rev 03)
Driver in use: intel
No protocol specified
xvinfo: Unable to open display :0.0
No protocol specified
xdpyinfo: unable to open display ":0.0".
Rendering method: AIGLX

Checking if it's possible to run Compiz on your system...

Checking for texture_from_pixmap... [FAIL]
Checking for non power of two support... [FAIL]
Checking for composite extension...No protocol specified
xdpyinfo: unable to open display ":0.0".
[FAIL]
Checking for FBConfig... [FAIL]
Checking for hardware/setup problems...No protocol specified
/usr/bin/xset: unable to open display ":0.0"
No protocol specified
xdpyinfo: unable to open display ":0.0".
[SKIP]

At least one check had to be skipped:
Error: Unable to detect maximum 3D texture size

Help me.
The asus eeepc 901 works without problem with ubuntu, guadalinex, auroraos...with compiz. In all of them glxinfo and glxgears runs without prblems
richyrich

Re: compiz and glxinfo

Post by richyrich »

Graphics chip: Intel Corporation Mobile 945GME Express Integrated Graphics Controller (rev 03)
http://wiki.compiz.org/Hardware/Intel
bulva

Re: compiz and glxinfo

Post by bulva »

I have exacly the same problem, need glx support for Google-Earth and Java rendering libraries.

I ran:

Code: Select all

sudo apt-get install libgl1-mesa-dri libgl1-mesa-glx
Then:

Code: Select all

bulva@Emperor ~ $ inxi -G
Graphics:  Card Intel Mobile 4 Series Chipset Integrated Graphics Controller X.Org 1.7.7 Res: 1280x800@60.0hz, 848x480@30.0hz 
           GLX Renderer N/A GLX Version N/A
bulva@Emperor ~ $ 
So nothing, even after restarting X's. I noticed there is no xorg.conf under /etc/X11/xorg.conf. Ran:

Code: Select all

sudo gedit /etc/X11/xorg.conf
and pasted there:

Code: Select all

Section "Device"
   Identifier   "Configured Video Device"
   Driver   "intel"
EndSection
Works for now.
Locked

Return to “LMDE Archive”