LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 05-07-2013, 11:54 PM   #1
Deagger
LQ Newbie
 
Registered: Apr 2013
Posts: 3

Rep: Reputation: Disabled
Updating Intel Drivers


I have Slackware 14.0 32-bit.

I tried playing a game called Costume Quest, which I got from the Humble Bundle. I did not use steam nor do I have steam.

I got the error:
"Your GL driver does not support EXT_texture_compression_s3tc, and this title requires it."
along with a black screen.

After googling for around an hour and asking the slackware IRC, I've come to the conclusion that the only way to fix this is updating the drivers, which was what I was trying to avoid.

Now that I know I must do so, I have no idea how so I need help.

http://pastebin.com/7FV2E2EF
Here is my lsmod and lspci.
According to someone on the IRC, from this info, they say I have chipset Intel Mobile 4

According to KInfocenter I have the driver Mesa DRI Mobile Intel GM45 Express Chipset x68/MMX/SSE2.
OpenHL/ES version: 2.1 Mesa 8.0.4

After googling for new GM45 Express drivers, I have come across this:
https://01.org/linuxgraphics/downloa...-stack-release

My question:
Are these the drivers that I need, and if so which ones (if not all of them)? How do I install them?

If these are not the drivers I need, which ones do I need?

If any more info is needed to help me, just ask. Thanks.

Last edited by Deagger; 05-07-2013 at 11:56 PM.
 
Old 05-08-2013, 12:12 AM   #2
T3slider
Senior Member
 
Registered: Jul 2007
Distribution: Slackware64-14.1
Posts: 2,367

Rep: Reputation: 843Reputation: 843Reputation: 843Reputation: 843Reputation: 843Reputation: 843Reputation: 843
I don't have an Intel chipset so I may be way off the mark here. According to this page, you should be able to enable s3tc using driconf (which has a SlackBuild available at slackbuilds.org).
 
Old 05-08-2013, 12:24 AM   #3
ReaperX7
LQ Guru
 
Registered: Jul 2011
Location: California
Distribution: Slackware64-15.0 Multilib
Posts: 6,558
Blog Entries: 15

Rep: Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097
Yeah, DRIConf will enable S3TC Texture Compression on Intel graphics chipsets.
 
Old 05-08-2013, 04:45 AM   #4
cynwulf
Senior Member
 
Registered: Apr 2005
Posts: 2,727

Rep: Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367
As far as I'm aware you will need to build the s3tc lib - mesa should then just enable it

http://slackbuilds.org/repository/14...s/libtxc_dxtn/
 
1 members found this post helpful.
Old 05-08-2013, 06:05 PM   #5
Deagger
LQ Newbie
 
Registered: Apr 2013
Posts: 3

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by caravel View Post
As far as I'm aware you will need to build the s3tc lib - mesa should then just enable it

http://slackbuilds.org/repository/14...s/libtxc_dxtn/
This worked. Thank you.
 
Old 05-09-2013, 01:57 AM   #6
H_TeXMeX_H
LQ Guru
 
Registered: Oct 2005
Location: $RANDOM
Distribution: slackware64
Posts: 12,928
Blog Entries: 2

Rep: Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301
So you don't need to rebuild mesa after installing libtxc ?
 
Old 05-09-2013, 03:24 AM   #7
cynwulf
Senior Member
 
Registered: Apr 2005
Posts: 2,727

Rep: Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367
No, mesa just picks up the s3tc lib if it's installed. It's just a case of building it from slackbuilds and then doing e.g.
Code:
$ glxinfo | grep -i s3tc
This should produce some output.
 
1 members found this post helpful.
Old 05-09-2013, 04:58 AM   #8
H_TeXMeX_H
LQ Guru
 
Registered: Oct 2005
Location: $RANDOM
Distribution: slackware64
Posts: 12,928
Blog Entries: 2

Rep: Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301
Ok, I see it works.
 
Old 05-09-2013, 06:43 PM   #9
Deagger
LQ Newbie
 
Registered: Apr 2013
Posts: 3

Original Poster
Rep: Reputation: Disabled
The textures now work, but in both Costume Quest and in Stacking, the game automatically exits after saving/loading.

Here's the error I get:
Code:
root@darkstar:~# costumequest
Segmentation fault
root@darkstar:~#
I'm running it as root so I don't think that is the problem. I've looked this error up but I can't find a solution. I'm also not sure whether I should make a separate thread for this or just keep this title.

When I run it in strase these are the last 800ish lines:
http://pastebin.com/FKSErYgR

Last edited by Deagger; 05-09-2013 at 07:14 PM.
 
Old 05-12-2013, 07:21 AM   #10
cynwulf
Senior Member
 
Registered: Apr 2005
Posts: 2,727

Rep: Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367
Looks like a bug in the program - regardless you should not be running it as root.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Solved poor video quality in Arch after updating Intel drivers angel'le LinuxQuestions.org Member Success Stories 0 04-12-2013 11:30 PM
"Fatal server error: no screens found" after updating intel drivers (Intel GMA 3650) Frannie Slackware 2 03-29-2012 02:13 PM
[SOLVED] centos intel drivers for intel xgma 4500hd bobba.surendra Linux - Hardware 6 01-04-2011 04:31 AM
Updating xf86-video-intel for 2.6.29 kernel Romanus81 Slackware 2 04-28-2009 01:32 PM
Proprietary nvidia drivers vs. generic intel sound and ethernet drivers vharishankar Linux - Hardware 2 02-22-2005 05:32 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 03:25 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration