RE: [gentoo-user] Best way to determine what video card I have?

2009-06-10 Thread Adam Carter
lspci | grep VGA Or if that doesn't work lshw -class display

RE: [gentoo-user] Best way to determine what video card I have?

2009-06-10 Thread James Homuth
-Original Message- From: Adam Carter [mailto:adam.car...@optus.com.au] Sent: June 10, 2009 3:18 AM To: gentoo-user@lists.gentoo.org Subject: RE: [gentoo-user] Best way to determine what video card I have? lspci | grep VGA Or if that doesn't work lshw -class display Lspci worked

Re: [gentoo-user] Best way to determine what video card I have?

2009-06-10 Thread Mike Kazantsev
On Wed, 10 Jun 2009 02:50:24 -0400 James Homuth ja...@the-jdh.com wrote: I'm trying to set up X on my system, and am not entirely sure which video card I have. These days X is clever enough to choose appropriate driver for you. I'd suggest to build X with following video drivers: intel radeon

Re: [gentoo-user] Best way to determine what video card I have?

2009-06-10 Thread Mike Kazantsev
On Wed, 10 Jun 2009 03:35:58 -0400 James Homuth ja...@the-jdh.com wrote: Lspci worked. Now to figure out how in the hell to get my apparently intel integrated graphics card to play nice with Gnome+X. Is there a video_card= option for that? The only examples the docs give are for ATI and

Re: [gentoo-user] Best way to determine what video card I have?

2009-06-10 Thread Dale
James Homuth wrote: -Original Message- From: Adam Carter [mailto:adam.car...@optus.com.au] Sent: June 10, 2009 3:18 AM To: gentoo-user@lists.gentoo.org Subject: RE: [gentoo-user] Best way to determine what video card I have? lspci | grep VGA Or if that doesn't work lshw

RE: [gentoo-user] Best way to determine what video card I have?

2009-06-10 Thread James Homuth
-Original Message- From: Mike Kazantsev [mailto:mk.frag...@gmail.com] Sent: June 10, 2009 3:41 AM To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Best way to determine what video card I have? On Wed, 10 Jun 2009 03:35:58 -0400 James Homuth ja...@the-jdh.com wrote: Lspci

Re: [gentoo-user] Best way to determine what video card I have?

2009-06-10 Thread Volker Armin Hemmann
On Mittwoch 10 Juni 2009, James Homuth wrote: -Original Message- From: Mike Kazantsev [mailto:mk.frag...@gmail.com] Sent: June 10, 2009 3:41 AM To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Best way to determine what video card I have? On Wed, 10 Jun 2009 03:35:58

Re: [gentoo-user] Best way to determine what video card I have?

2009-06-10 Thread Neil Bothwick
On Wed, 10 Jun 2009 12:10:27 +0200, Volker Armin Hemmann wrote: echo 'VIDEO_CARDS=i810 intel' /etc/make.conf (i810 is for older ebuilds only) Then just re-emerge X, I presume? no, mesa. And install the intel drivers. Or emerge -uavDN world and let portage decide what needs to