public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] Stuck on enabling drm for xorg-server.
@ 2009-06-25 10:04 James Homuth
  2009-06-25 15:33 ` Florian Philipp
  2009-06-26  7:32 ` Volker Armin Hemmann
  0 siblings, 2 replies; 6+ messages in thread
From: James Homuth @ 2009-06-25 10:04 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 1277 bytes --]

I'm running Gentoo on a 5-year-old Presario 2200 series with onboard intel
graphics card. I've managed to get everything working on it so far, with the
exception of xorg+dri. I *think* I've compiled everything into the kernel
that needs to be for intel's GMA graphics cards (I have an 852/855 card, if
that helps you any). For testing purposes, I reboot the system, and modprobe
all the modules I'm told I need to in order to get drm up and running
(agpgart, intel-agp, drm, i915), but I still get "unable to open display"
when I try to run glxinfo. The card itself is PCI, if that makes any kind of
difference. I'm probably having an idiot moment (it *is* just now coming up
on 6:00 in the morning over here), so I'm entirely open to the possibility
I'm going entirely the wrong direction with this. Any pointers would be
greatly appreciated. It should be noted that, per an article on the gentoo
wiki archive (the only one about intel GMA cards I could find), I've
compiled both AGP support as well as DRM into the kernel, the former as a
module (currently loaded, along with everything else mentioned above), in
spite of the fact the card itself is PCI. If you need any further info, I'll
be more than happy to provide it. Thank you in advance for anything you can
tell me.

[-- Attachment #2: Type: text/html, Size: 1625 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] Stuck on enabling drm for xorg-server.
  2009-06-25 10:04 James Homuth
@ 2009-06-25 15:33 ` Florian Philipp
  2009-06-26  7:24   ` James Homuth
  2009-06-26  7:32 ` Volker Armin Hemmann
  1 sibling, 1 reply; 6+ messages in thread
From: Florian Philipp @ 2009-06-25 15:33 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 1503 bytes --]

James Homuth schrieb:
> I'm running Gentoo on a 5-year-old Presario 2200 series with onboard
> intel graphics card. I've managed to get everything working on it so
> far, with the exception of xorg+dri. I *think* I've compiled everything
> into the kernel that needs to be for intel's GMA graphics cards (I have
> an 852/855 card, if that helps you any). For testing purposes, I reboot
> the system, and modprobe all the modules I'm told I need to in order to
> get drm up and running (agpgart, intel-agp, drm, i915), but I still get
> "unable to open display" when I try to run glxinfo. The card itself is
> PCI, if that makes any kind of difference. I'm probably having an idiot
> moment (it *is* just now coming up on 6:00 in the morning over here), so
> I'm entirely open to the possibility I'm going entirely the wrong
> direction with this. Any pointers would be greatly appreciated. It
> should be noted that, per an article on the gentoo wiki archive (the
> only one about intel GMA cards I could find), I've compiled both AGP
> support as well as DRM into the kernel, the former as a module
> (currently loaded, along with everything else mentioned above), in spite
> of the fact the card itself is PCI. If you need any further info, I'll
> be more than happy to provide it. Thank you in advance for anything you
> can tell me.

Is your user in the video group?

P.S.: There is such a thing we use here. It's called paragraph and helps
reading longer mails a lot. ;)


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 261 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* RE: [gentoo-user] Stuck on enabling drm for xorg-server.
  2009-06-25 15:33 ` Florian Philipp
@ 2009-06-26  7:24   ` James Homuth
  0 siblings, 0 replies; 6+ messages in thread
From: James Homuth @ 2009-06-26  7:24 UTC (permalink / raw
  To: gentoo-user

 

-----Original Message-----
From: Florian Philipp [mailto:lists@f_philipp.fastmail.net] 
Sent: June 25, 2009 11:33 AM
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] Stuck on enabling drm for xorg-server.

Is your user in the video group?

It is, yes. And, just for kicks, I also ran glxinfo as root with same
result.




^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] Stuck on enabling drm for xorg-server.
  2009-06-25 10:04 James Homuth
  2009-06-25 15:33 ` Florian Philipp
@ 2009-06-26  7:32 ` Volker Armin Hemmann
  1 sibling, 0 replies; 6+ messages in thread
From: Volker Armin Hemmann @ 2009-06-26  7:32 UTC (permalink / raw
  To: gentoo-user

On Donnerstag 25 Juni 2009, James Homuth wrote:
> I'm running Gentoo on a 5-year-old Presario 2200 series with onboard intel
> graphics card. I've managed to get everything working on it so far, with
> the exception of xorg+dri. I *think* I've compiled everything into the
> kernel that needs to be for intel's GMA graphics cards (I have an 852/855
> card, if that helps you any). For testing purposes, I reboot the system,
> and modprobe all the modules I'm told I need to in order to get drm up and
> running (agpgart, intel-agp, drm, i915), but I still get "unable to open
> display" when I try to run glxinfo. The card itself is PCI, if that makes
> any kind of difference. I'm probably having an idiot moment (it *is* just
> now coming up on 6:00 in the morning over here), so I'm entirely open to
> the possibility I'm going entirely the wrong direction with this. Any
> pointers would be greatly appreciated. It should be noted that, per an
> article on the gentoo wiki archive (the only one about intel GMA cards I
> could find), I've compiled both AGP support as well as DRM into the kernel,
> the former as a module (currently loaded, along with everything else
> mentioned above), in spite of the fact the card itself is PCI. If you need
> any further info, I'll be more than happy to provide it. Thank you in
> advance for anything you can tell me.

try adding consolekit to the default runlevel....



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] Stuck on enabling drm for xorg-server.
@ 2009-06-26 20:15 Gene Hannan
  2009-06-26 20:20 ` James Homuth
  0 siblings, 1 reply; 6+ messages in thread
From: Gene Hannan @ 2009-06-26 20:15 UTC (permalink / raw
  To: gentoo-user

James Homuth wrote:
> I'm running Gentoo on a 5-year-old Presario 2200 series with onboard
> intel graphics card. I've managed to get everything working on it so
> far, with the exception of xorg+dri. I *think* I've compiled everything
> into the kernel that needs to be for intel's GMA graphics cards (I have
> an 852/855 card, if that helps you any). For testing purposes, I reboot
> the system, and modprobe all the modules I'm told I need to in order to
> get drm up and running (agpgart, intel-agp, drm, i915), but I still get
> "unable to open display" when I try to run glxinfo. The card itself is
> PCI, if that makes any kind of difference. I'm probably having an idiot
> moment (it *is* just now coming up on 6:00 in the morning over here), so
> I'm entirely open to the possibility I'm going entirely the wrong
> direction with this. Any pointers would be greatly appreciated. It
> should be noted that, per an article on the gentoo wiki archive (the
> only one about intel GMA cards I could find), I've compiled both AGP
> support as well as DRM into the kernel, the former as a module
> (currently loaded, along with everything else mentioned above), in spite
> of the fact the card itself is PCI. If you need any further info, I'll
> be more than happy to provide it. Thank you in advance for anything you
> can tell me.




 Try kernel 2.6.28 if you are using a later one.



^ permalink raw reply	[flat|nested] 6+ messages in thread

* RE: [gentoo-user] Stuck on enabling drm for xorg-server.
  2009-06-26 20:15 [gentoo-user] Stuck on enabling drm for xorg-server Gene Hannan
@ 2009-06-26 20:20 ` James Homuth
  0 siblings, 0 replies; 6+ messages in thread
From: James Homuth @ 2009-06-26 20:20 UTC (permalink / raw
  To: gentoo-user

 

-----Original Message-----
From: Gene Hannan [mailto:gjhannan@yahoo.com] 
Sent: June 26, 2009 4:16 PM
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] Stuck on enabling drm for xorg-server.

James Homuth wrote:
> I'm running Gentoo on a 5-year-old Presario 2200 series with onboard 
> intel graphics card. I've managed to get everything working on it so 
> far, with the exception of xorg+dri. I *think* I've compiled 
> everything into the kernel that needs to be for intel's GMA graphics 
> cards (I have an 852/855 card, if that helps you any). For testing 
> purposes, I reboot the system, and modprobe all the modules I'm told I 
> need to in order to get drm up and running (agpgart, intel-agp, drm, 
> i915), but I still get "unable to open display" when I try to run 
> glxinfo. The card itself is PCI, if that makes any kind of difference. 
> I'm probably having an idiot moment (it *is* just now coming up on 
> 6:00 in the morning over here), so I'm entirely open to the 
> possibility I'm going entirely the wrong direction with this. Any 
> pointers would be greatly appreciated. It should be noted that, per an 
> article on the gentoo wiki archive (the only one about intel GMA cards 
> I could find), I've compiled both AGP support as well as DRM into the 
> kernel, the former as a module (currently loaded, along with 
> everything else mentioned above), in spite of the fact the card itself 
> is PCI. If you need any further info, I'll be more than happy to 
> provide it. Thank you in advance for anything you can tell me.




 Try kernel 2.6.28 if you are using a later one.

I tried 2.6.28 initially with same problem. I thought upgrading might fix
it.




^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2009-06-26 20:20 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-26 20:15 [gentoo-user] Stuck on enabling drm for xorg-server Gene Hannan
2009-06-26 20:20 ` James Homuth
  -- strict thread matches above, loose matches on Subject: below --
2009-06-25 10:04 James Homuth
2009-06-25 15:33 ` Florian Philipp
2009-06-26  7:24   ` James Homuth
2009-06-26  7:32 ` Volker Armin Hemmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox