You are not logged in.

#1 2007-11-09 17:36:50

umvarma
Member
Registered: 2006-01-03
Posts: 3

OpenGL applications crashing with xorg-server 1.4.5 and Mesa 7.0.1

Some of my OpenGL applications are crashing after my recent package upgrades, esp. the applications using libglut.  These applications are working fine before this upgrade.  They are working fine on other systems too.   Rebuilding the applications hasn't helped.  I even tried to rebuild the freeglut and use the new libraries.  The problem still persists.  I get the following warning message too while running. 

libGL warning: 3D driver claims to not support visual 0x5c

Any help in this regard is greatly appreciated.  I am trying to fix this problem, without reverting back to old X and mesa packages.

Thanks,
Mohan.

Offline

#2 2007-11-09 18:01:32

Cerebral
Forum Fellow
From: Waterloo, ON, CA
Registered: 2005-04-08
Posts: 3,108
Website

Re: OpenGL applications crashing with xorg-server 1.4.5 and Mesa 7.0.1

What video driver are you using?
Any warnings (WW) or errors (EE) in /var/log/Xorg.0.log?
What do you mean crash?  Can you please give some console output from running, say, glxgears?

Offline

#3 2007-11-10 18:06:39

umvarma
Member
Registered: 2006-01-03
Posts: 3

Re: OpenGL applications crashing with xorg-server 1.4.5 and Mesa 7.0.1

Cerebral wrote:

What video driver are you using?
The video driver is i810.  My laptop has Intel 915 GM chipset.
Any warnings (WW) or errors (EE) in /var/log/Xorg.0.log?
No Errors.  The warnings are given below.
.
.
.
(II) I810: Driver for Intel Integrated Graphics Chipsets: i810, i810-dc100,
        i810e, i815, i830M, 845G, 852GM/855GM, 865G, 915G, E7221 (i915),
        915GM, 945G, 945GM, 965G, 965G, 965Q, 946GZ
(II) Primary Device is: PCI 00:02:0
(WW) I810: No matching Device section for instance (BusID PCI:0:2:1) found
(--) Chipset 915GM found
(II) resource ranges after xf86ClaimFixedResources() call:
.
.
.
(II) I810(0): initializing int10
(WW) I810(0): Bad V_BIOS checksum
(II) I810(0): Primary V_BIOS segment is: 0xc000
(II) I810(0): VESA BIOS detected
(II) I810(0): VESA VBE Version 3.0
.
.
.
drmOpenDevice: open result is 10, (OK)
drmOpenByBusid: drmOpenMinor returns 10
drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
(WW) AIGLX: 3D driver claims to not support visual 0x23
(WW) AIGLX: 3D driver claims to not support visual 0x24
(WW) AIGLX: 3D driver claims to not support visual 0x25
(WW) AIGLX: 3D driver claims to not support visual 0x26
(WW) AIGLX: 3D driver claims to not support visual 0x27
(WW) AIGLX: 3D driver claims to not support visual 0x28
(WW) AIGLX: 3D driver claims to not support visual 0x29
(WW) AIGLX: 3D driver claims to not support visual 0x2a
(WW) AIGLX: 3D driver claims to not support visual 0x2b
(WW) AIGLX: 3D driver claims to not support visual 0x2c
(WW) AIGLX: 3D driver claims to not support visual 0x2d
(WW) AIGLX: 3D driver claims to not support visual 0x2e
(WW) AIGLX: 3D driver claims to not support visual 0x2f
(WW) AIGLX: 3D driver claims to not support visual 0x30
(WW) AIGLX: 3D driver claims to not support visual 0x31
(WW) AIGLX: 3D driver claims to not support visual 0x32
(II) AIGLX: Loaded and initialized /usr/lib/xorg/modules/dri/i915_dri.so
(II) GLX: Initialized DRI GL provider for screen 0
(II) Synaptics touchpad driver version 0.14.6 (1406)
(--) Touchpad auto-dev sets device to /dev/input/event7
.
.
.

What do you mean crash?  Can you please give some console output from running, say, glxgears?


I get segmentation fault during running my applications.  The following is the output of one such run

[mvarma@notebook Core]$ gltest
libGL warning: 3D driver claims to not support visual 0x5c
Segmentation fault

Here is the glxgears output.

[mvarma@notebook Core]$ glxgears
libGL warning: 3D driver claims to not support visual 0x5c
3796 frames in 5.0 seconds = 759.197 FPS
3801 frames in 5.0 seconds = 760.085 FPS
3739 frames in 5.0 seconds = 747.656 FPS
3813 frames in 5.0 seconds = 762.461 FPS
3802 frames in 5.0 seconds = 760.385 FPS
.
.

Thanks a lot.

Regards,
Mohan.

Offline

#4 2007-11-10 18:53:01

shen
Member
Registered: 2003-09-05
Posts: 272
Website

Re: OpenGL applications crashing with xorg-server 1.4.5 and Mesa 7.0.1

Yeah I get basically the same issue with the xf86-video-intel drivers...

Exact message when I run glxgears or look at the log file...

libGL warning: 3D driver claims to not support visual 0x58

Offline

#5 2007-11-11 20:50:04

Bogart
Member
From: Madrid, Spain
Registered: 2005-06-22
Posts: 272

Re: OpenGL applications crashing with xorg-server 1.4.5 and Mesa 7.0.1

The "libGL warning: 3D driver claims to not support visual 0x58" message is not a problem. I've always got it and don't have any issues.

Do the crashes happen with both "i810" and "intel" drivers?

You could try adding to your /etc/X11/xorg.conf a line in section "Device" with:

Option "CacheLines" "1024"

and see if it makes any difference. That solved some issues for me.

Offline

#6 2007-12-02 07:57:26

vdo
Member
Registered: 2007-12-02
Posts: 14

Re: OpenGL applications crashing with xorg-server 1.4.5 and Mesa 7.0.1

I have these errors too. I have a Radeon 320m, and after update mplayer doesn't show any video, wine completely crash the system, etc sad

How to downgrade xorg??

Offline

Board footer

Powered by FluxBB