LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
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 08-17-2005, 11:03 PM   #1
stormtracknole
Senior Member
 
Registered: Aug 2005
Distribution: Slackware, RHEL
Posts: 1,271

Rep: Reputation: 249Reputation: 249Reputation: 249
Enable DRI on i810


I need the help of some fellow Slackers. I have been trying to get DRI to work on my Intel810 chipset. I have unchecked the DRI module load on my xorg.conf file:

# This loads the GLX module
Load "glx"
# This loads the DRI module
Load "dri"

and...

# Section "DRI"
Mode 0666
# EndSection

Now, when I take the # out of Mode 0666, the X server cannot start. I have looked around everywhere, but I can't find a fix for this. I have enable DRM for my chipset on my kernel (2.6.12). So, anybody there know how to fix this? Tuxracer is really, really slow without DRI enabled. Thanks again!
 
Old 08-17-2005, 11:17 PM   #2
Linux.tar.gz
Senior Member
 
Registered: Dec 2003
Location: Paris
Distribution: Slackware forever.
Posts: 2,534

Rep: Reputation: 100Reputation: 100
I think it's not:
# Section "DRI"
Mode 0666
# EndSection

but:
Section "DRI"
Mode 0666
EndSection
 
Old 08-17-2005, 11:28 PM   #3
stormtracknole
Senior Member
 
Registered: Aug 2005
Distribution: Slackware, RHEL
Posts: 1,271

Original Poster
Rep: Reputation: 249Reputation: 249Reputation: 249
Quote:
Originally posted by Linux.tar.gz
I think it's not:
# Section "DRI"
Mode 0666
# EndSection

but:
Section "DRI"
Mode 0666
EndSection
Thanks for the reply! The X server was able to start. However, tuxracer and other 3D programs run really slow. The only distro that I have gotten 3D to work was SuSE, and I'm not sure how it did it. Any other suggestions? Am I missing OpenGL? Do I need it?
 
Old 08-17-2005, 11:41 PM   #4
liquidtenmilion
Member
 
Registered: May 2004
Location: South Carolina
Distribution: Slackware 11.0
Posts: 606

Rep: Reputation: 32
I also had a really hard time setting up DRI on my parents i810 on Slack 10. I eventually gave up.
 
Old 08-18-2005, 03:12 AM   #5
BroX
Member
 
Registered: Oct 2003
Location: Sweden
Distribution: Slackware64-current, SlackwareARM-15.0
Posts: 833

Rep: Reputation: 90
Stormtracknole,

I think you should provide a bit more info. For example
What about dmesg|grep agp?
What does cat /var/log/Xorg.0.log tell you?
What about glxinfo|grep render?

If you track down where the mishap occurs it's a lot easier to get proper suggestions which will fix it.

There's numreous threads regarding direct rendering, reading those will help you a lot.

Cheers, Leon.
 
Old 08-18-2005, 10:09 AM   #6
stormtracknole
Senior Member
 
Registered: Aug 2005
Distribution: Slackware, RHEL
Posts: 1,271

Original Poster
Rep: Reputation: 249Reputation: 249Reputation: 249
Quote:
Originally posted by LJSBrokken
Stormtracknole,

I think you should provide a bit more info. For example
What about dmesg|grep agp?
What does cat /var/log/Xorg.0.log tell you?
What about glxinfo|grep render?

If you track down where the mishap occurs it's a lot easier to get proper suggestions which will fix it.

There's numreous threads regarding direct rendering, reading those will help you a lot.

Cheers, Leon.
What about dmesg|grep agp?
agpgart: Detected an Intel i815 Chipset.
agpgart: AGP aperture is 64M @ 0xf8000000

My xorg log is too long to post here.

What about glxinfo|grep render?
direct rendering: No
OpenGL renderer string: Mesa GLX Indirect

I have looked around on all of the DRI thread. I think I'm doing everything right, by looking at the xorg.conf file. I have enable dri and glx. I usually like to look for the answer first, but I have gotten stuck with this for a while now. Thanks again for your help.
 
Old 08-18-2005, 10:28 AM   #7
IsaacKuo
Senior Member
 
Registered: Apr 2004
Location: Baton Rouge, Louisiana, USA
Distribution: Debian Stable
Posts: 2,546
Blog Entries: 8

Rep: Reputation: 465Reputation: 465Reputation: 465Reputation: 465Reputation: 465
I have an i810 workstation, and have DRI working. It's a Pentium III and with DRI is able to play videos smoothly using the hardware overlay.

My workstation does NOT have OpenGL hardware accelerated graphics. I have always assumed that there wasn't any 3d graphics acceleration support with i810 chipsets (at least not mine).

Are you sure your graphics hardware supports 3D hardware acceleration?
 
Old 08-18-2005, 10:52 AM   #8
stormtracknole
Senior Member
 
Registered: Aug 2005
Distribution: Slackware, RHEL
Posts: 1,271

Original Poster
Rep: Reputation: 249Reputation: 249Reputation: 249
Quote:
Originally posted by IsaacKuo
I have an i810 workstation, and have DRI working. It's a Pentium III and with DRI is able to play videos smoothly using the hardware overlay.

My workstation does NOT have OpenGL hardware accelerated graphics. I have always assumed that there wasn't any 3d graphics acceleration support with i810 chipsets (at least not mine).

Are you sure your graphics hardware supports 3D hardware acceleration?
Hmmm...well, I have gotten it to work on SuSE 9.2. Maybe it's just SuSE that is able to do 3D. The documentation that I have read on the i810 chipset is that is only able to render 3D at 16 bit color and a resolution of 1280 x 1024. Maybe it is not available on Slackware. I guess I could use SuSE, but I really wanted to figure out how to do it manually, i.e. the Slackware way.
 
Old 08-18-2005, 11:08 AM   #9
IsaacKuo
Senior Member
 
Registered: Apr 2004
Location: Baton Rouge, Louisiana, USA
Distribution: Debian Stable
Posts: 2,546
Blog Entries: 8

Rep: Reputation: 465Reputation: 465Reputation: 465Reputation: 465Reputation: 465
Ah, I've never tried anything less than 24bit color. Awesome! I'm going to try and get 3d hardware acceleration working on that workstation.

Thanks!

But back to YOUR problems...see if you can at least play videos with the hardware overlay. Or see if you can play Frozen Bubble. My experience is that without DRI, Frozen Bubble will be able to show the menu but will lock up when you actually try to start a game.

Frozen Bubble doesn't need or use 3d hardware acceleration, so that'll remove one factor out of the equation.
 
Old 08-18-2005, 12:08 PM   #10
stormtracknole
Senior Member
 
Registered: Aug 2005
Distribution: Slackware, RHEL
Posts: 1,271

Original Poster
Rep: Reputation: 249Reputation: 249Reputation: 249
Quote:
Originally posted by IsaacKuo
Ah, I've never tried anything less than 24bit color. Awesome! I'm going to try and get 3d hardware acceleration working on that workstation.

Thanks!

But back to YOUR problems...see if you can at least play videos with the hardware overlay. Or see if you can play Frozen Bubble. My experience is that without DRI, Frozen Bubble will be able to show the menu but will lock up when you actually try to start a game.

Frozen Bubble doesn't need or use 3d hardware acceleration, so that'll remove one factor out of the equation.
Isaac,

I'm able to play Frozen Bubble and videos just fine. Even gxmame plays really good. My problem is usually when I try to play tuxracer and gl screensavers. I think I'm coming into the conclusion that my video card is not nearly as good.
 
Old 08-18-2005, 12:58 PM   #11
oxleyk
Member
 
Registered: Nov 2003
Distribution: Ubuntu
Posts: 309

Rep: Reputation: 30
Quote:
Originally posted by stormtracknole
Hmmm...well, I have gotten it to work on SuSE 9.2. Maybe it's just SuSE that is able to do 3D. The documentation that I have read on the i810 chipset is that is only able to render 3D at 16 bit color and a resolution of 1280 x 1024. Maybe it is not available on Slackware. I guess I could use SuSE, but I really wanted to figure out how to do it manually, i.e. the Slackware way.
That's been my experience also. I've tried numerous times to get it to work on Slackware but can't seem to connect all the pieces. It's no big deal for me since I don't play games but it would be nice to know it's possible. A couple games that I've tried on my Slackware setup usually screw with my KVM switch causing it to rotate between my Slackware box and my Windows XP box, locking up the keyboard making it necessary to force both computers to shutdown.

Kent
 
Old 08-18-2005, 01:34 PM   #12
stormtracknole
Senior Member
 
Registered: Aug 2005
Distribution: Slackware, RHEL
Posts: 1,271

Original Poster
Rep: Reputation: 249Reputation: 249Reputation: 249
Quote:
Originally posted by oxleyk
That's been my experience also. I've tried numerous times to get it to work on Slackware but can't seem to connect all the pieces. It's no big deal for me since I don't play games but it would be nice to know it's possible. A couple games that I've tried on my Slackware setup usually screw with my KVM switch causing it to rotate between my Slackware box and my Windows XP box, locking up the keyboard making it necessary to force both computers to shutdown.

Kent
Oh...I am also using a kvm switch. I wonder if that has anything to do with it? Although it did work fine with SuSE using the kvm, so it probably doesn't matter. I may try to remove it just in case.
 
Old 08-18-2005, 02:43 PM   #13
Linux.tar.gz
Senior Member
 
Registered: Dec 2003
Location: Paris
Distribution: Slackware forever.
Posts: 2,534

Rep: Reputation: 100Reputation: 100
Did you select i810 as your graphic driver in xorgconfig? Have you this in xorg.conf, in Graphics device section:
Driver "i810"
 
Old 08-18-2005, 02:50 PM   #14
IsaacKuo
Senior Member
 
Registered: Apr 2004
Location: Baton Rouge, Louisiana, USA
Distribution: Debian Stable
Posts: 2,546
Blog Entries: 8

Rep: Reputation: 465Reputation: 465Reputation: 465Reputation: 465Reputation: 465
Quote:
Originally posted by stormtracknole
I'm able to play Frozen Bubble and videos just fine. Even gxmame plays really good. My problem is usually when I try to play tuxracer and gl screensavers. I think I'm coming into the conclusion that my video card is not nearly as good.
Then I think DRI must be working. I can't really help with the 3d acceleration part, unless I happen to get it working on my own i810 workstation.
 
Old 08-18-2005, 03:00 PM   #15
stormtracknole
Senior Member
 
Registered: Aug 2005
Distribution: Slackware, RHEL
Posts: 1,271

Original Poster
Rep: Reputation: 249Reputation: 249Reputation: 249
Quote:
Originally posted by Linux.tar.gz
Did you select i810 as your graphic driver in xorgconfig? Have you this in xorg.conf, in Graphics device section:
Driver "i810"
Sure did! Although there are two options for the i810 when I run xorgconfig. The first one is the "Generic i810" driver and the second option, it does not have the generic part. I may try and switch drivers and see if that works. I am also wondering if there are any options that I can add to the xorg.conf file.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
intel i810 dri problem... time112852 Linux - Software 6 12-03-2005 03:40 AM
Can't enable DRI Radeon 7000 AGP slackwarefan Slackware 22 04-05-2005 05:23 PM
Strange behaviour in XFce when i enable glx and dri mr666white Linux - Software 3 02-21-2005 11:02 PM
DRI on i810 langsuyar13 Linux - Hardware 7 10-05-2004 10:53 AM
Xfree-86 DRI extension in i810 chipset rajorshi Slackware 1 07-07-2003 03:59 PM

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

All times are GMT -5. The time now is 11:05 AM.

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