View previous topic :: View next topic |
Author |
Message |
LonelyStar Guru

Joined: 06 Dec 2005 Posts: 390
|
Posted: Fri Jan 18, 2008 5:46 pm Post subject: [SOLVED] Intel Graphics Media Accelerator X3100 and glx |
|
|
Hello together,
I have a Thinkpad R61 with an Intel Graphics Media Accelerator X3100.
GLX seems to work, glxinfor says "Direct Rendering: yes" and glxgears looks fine.
But as soon as I start some other glx application (like enabling OpenGL support in supertux), my X Server crashes.
I am using the intel driver:
Code: |
Section "Device"
Identifier "Card0"
Driver "intel"
VendorName "Intel Corporation"
Option "MonitorLayout" "LVDS"
BoardName "Mobile Integrated Graphics Controller"
# BusID "PCI:0:2:0"
# ADD THIS IF YOUR LAPTOP DOES NOT HAVE A TV CONNECTOR or DOCKING STATION
Option "monitor-TV" "TV"
EndSection
|
Any idea/help?
Thanks!
Nathan
Last edited by LonelyStar on Sun Jan 20, 2008 3:07 pm; edited 1 time in total |
|
Back to top |
|
 |
Voltago Advocate


Joined: 02 Sep 2003 Posts: 2593 Location: userland
|
Posted: Sun Jan 20, 2008 1:15 pm Post subject: |
|
|
Which XServer are you using, and which version of xf86-video-i810, and which version of mesa? Oh yes, and what kernel? |
|
Back to top |
|
 |
LonelyStar Guru

Joined: 06 Dec 2005 Posts: 390
|
Posted: Sun Jan 20, 2008 1:58 pm Post subject: |
|
|
Code: | uname -r
2.6.23-gentoo-r3 |
I am using x11-xorg
Code: |
emerge -p mesa xf86-video-i810 xorg-server
These are the packages that would be merged, in order:
Calculating dependencies... done!
[ebuild R ] media-libs/mesa-6.5.2-r1
[ebuild R ] x11-base/xorg-server-1.3.0.0-r2
[ebuild R ] x11-drivers/xf86-video-i810-2.1.1
|
|
|
Back to top |
|
 |
Voltago Advocate


Joined: 02 Sep 2003 Posts: 2593 Location: userland
|
Posted: Sun Jan 20, 2008 2:32 pm Post subject: |
|
|
As a first measure, try to upgrade to mesa-7.0.2. |
|
Back to top |
|
 |
LonelyStar Guru

Joined: 06 Dec 2005 Posts: 390
|
Posted: Sun Jan 20, 2008 3:06 pm Post subject: |
|
|
That worked!
Thanks a lot! |
|
Back to top |
|
 |
|