You are not logged in.

#1 2009-10-25 19:14:53

quandary
Member
Registered: 2009-10-23
Posts: 16

OpenGL only in software emulation

Hi, I recently installed arch linux.

So far, I got everything up and running, including network, gnome, synaptic touchpad and chrome/flash/java.

Now I have a problem with OpenGL:

glxinfo | grep "direct rendering" outputs "direct rendering: yes"

but it's sooooo slow, it's obvious that OpenGL runs in software emulation.
Is there anything I have to install like libmesa on debian to get hardware OpenGL working ?

Last edited by quandary (2009-10-25 19:15:16)

Offline

#2 2009-10-25 19:25:20

SoleSoul
Member
From: Israel
Registered: 2009-06-29
Posts: 319

Re: OpenGL only in software emulation

What graphics card do you have and which driver do you use for it?

Offline

#3 2009-10-25 19:45:52

quandary
Member
Registered: 2009-10-23
Posts: 16

Re: OpenGL only in software emulation

SoleSoul wrote:

What graphics card do you have and which driver do you use for it?

Intel 915 GM, works great on Debian and Ubuntu.
Driver ? HAL...

[me@myhost ~]# lspci | grep "VGA"
00:02.0 VGA compatible controller: Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller (rev 03)
[me@myhost ~]# glxinfo | grep "direct rendering"
direct rendering: Yes

Offline

#4 2009-10-25 19:47:00

Themaister
Member
From: Trondheim, Norway
Registered: 2008-07-21
Posts: 652
Website

Re: OpenGL only in software emulation

Try glxinfo | grep glx and see if you're using Software rasterizing or the real deal.

Offline

#5 2009-10-25 19:54:24

quandary
Member
Registered: 2009-10-23
Posts: 16

Re: OpenGL only in software emulation

Themaister wrote:

Try glxinfo | grep glx and see if you're using Software rasterizing or the real deal.

[me@myhost ~]# glxinfo | grep glx
server glx vendor string: SGI
server glx version string: 1.2
server glx extensions:
client glx vendor string: SGI
client glx version string: 1.4
client glx extensions:

Offline

#6 2009-10-25 20:33:32

fsckd
Forum Fellow
Registered: 2009-06-15
Posts: 4,173

Re: OpenGL only in software emulation

I have the same problem. Mine is Intel 82845G/GL[Brookdale-G]/GE/PE integrated graphics.


aur S & M :: forum rules :: Community Ethos
Resources for Women, POC, LGBT*, and allies

Offline

#7 2009-10-27 16:27:31

quandary
Member
Registered: 2009-10-23
Posts: 16

Re: OpenGL only in software emulation

fsckd wrote:

I have the same problem. Mine is Intel 82845G/GL[Brookdale-G]/GE/PE integrated graphics.

That doesn't help me ;-))   
sad

Offline

#8 2009-10-29 21:07:49

quandary
Member
Registered: 2009-10-23
Posts: 16

Re: OpenGL only in software emulation

oh and then, the dhcp disconnects in appx 5 minutes intervals...

Offline

#9 2009-10-29 21:42:31

quandary
Member
Registered: 2009-10-23
Posts: 16

Re: OpenGL only in software emulation

I think I have identified the problem:

OpenGL renderer string: Software Rasterizer

Offline

#10 2009-10-29 22:29:55

tavianator
Member
From: Waterloo, ON, Canada
Registered: 2007-08-21
Posts: 858
Website

Re: OpenGL only in software emulation

quandary wrote:

I think I have identified the problem:

OpenGL renderer string: Software Rasterizer

That'd be it.  Make sure that you have intel-dri installed.  If you do, check /var/log/Xorg.0.log for DRI errors.

Offline

Board footer

Powered by FluxBB