public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
From: Dan Farrell <dan@spore.ath.cx>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] what games can I play on my 845G video card?
Date: Sun, 20 May 2007 01:45:48 -0500	[thread overview]
Message-ID: <20070520014548.0f299fab@pascal.spore.ath.cx> (raw)
In-Reply-To: <20070519234027.736976a5@pascal.spore.ath.cx>

On Sat, 19 May 2007 23:40:27 -0500
Dan Farrell <dan@spore.ath.cx> wrote:

> On Sun, 20 May 2007 10:29:12 +0800
> "Chuanwen Wu" <wcw8410@gmail.com> wrote:
> 
> > direct rendering: No
> 
> there it is, third line.  
> Hey, looks like I have the same problem!  Perhaps we can figure it out
> together.  

The kernel configuration (at least menuconfig, which I use) has 

| Device Drivers  --->  Character devices  ---> 
| <*> Direct Rendering Manager
|   <M>Intel 830M, 845G, 852GM, 855GM, 865G
|     <M>   i830 driver                                            
|     <M>   i915 driver

If you can't tell for formatting, i[0-9]{3} are in the category `Intel
830M..."  I had originally compiled them in, and you can only include
one or the other in the kernel.  I had chosen the i830. It was the wrong
choice -- an easy mistake, considering both list the 845G as supported
and the 830 happens to be first. 
	I recommend, if you haven't yet, compiling the kernel with the
Intel drm drivers as modules.  X will load the right one.  In
retrospect, the kernel help messege told me how.
	For what it's worth, you'll also have to have in xorg.conf:

| Section "Module"
|         Load  "glx"
|        Load  "dri"
| 	...
| EndSection
| 
| Section "DRI"
|	Mode    0666
| EndSection

And now the third line of glxinfo should show 'Yes'
| dan@pascal ~ $ glxinfo | grep direct
| direct rendering: Yes
and your glxgears will be nice and smooth, and, in my case, 67%
faster.  

Good luck. 


-- 
gentoo-user@gentoo.org mailing list



  parent reply	other threads:[~2007-05-20  6:52 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-05-19 10:40 [gentoo-user] what games can I play on my 845G video card? Chuanwen Wu
2007-05-19 15:05 ` Dan Farrell
2007-05-20  2:29   ` Chuanwen Wu
2007-05-20  4:40     ` Dan Farrell
2007-05-20  6:19       ` Dale
2007-05-20  7:01         ` Chuanwen Wu
2007-05-20  7:20           ` Dale
2007-05-20  7:23         ` Zachary Grafton
2007-05-20  7:45           ` Dale
2007-05-20  8:06             ` Zachary Grafton
2007-05-20  8:21               ` Dan Farrell
2007-05-20  6:45       ` Dan Farrell [this message]
2007-05-20  9:28         ` Chuanwen Wu
2007-05-20 15:54           ` Dan Farrell

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20070520014548.0f299fab@pascal.spore.ath.cx \
    --to=dan@spore.ath.cx \
    --cc=gentoo-user@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox