Gentoo Archives: gentoo-user

From: Dale <rdalek1967@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Best way to determine what video card I have?
Date: Wed, 10 Jun 2009 07:45:50
Message-Id: 4A2F64A6.4080802@gmail.com
In Reply to: RE: [gentoo-user] Best way to determine what video card I have? by James Homuth
1 James Homuth wrote:
2 >
3 >
4 > -----Original Message-----
5 > From: Adam Carter [mailto:Adam.Carter@×××××××××.au]
6 > Sent: June 10, 2009 3:18 AM
7 > To: gentoo-user@l.g.o
8 > Subject: RE: [gentoo-user] Best way to determine what video card I have?
9 >
10 > lspci | grep VGA
11 >
12 > Or if that doesn't work
13 >
14 > lshw -class display
15 >
16 >
17 > Lspci worked. Now to figure out how in the hell to get my apparently intel
18 > integrated graphics card to play nice with Gnome+X. Is there a video_card=
19 > option for that? The only examples the docs give are for ATI and Nvidia.
20 > This is a laptop, if it makes any kind of difference.
21 >
22 >
23 >
24 >
25
26 These are the available options that I know of:
27
28 VIDEO_CARDS="nv nvidia -apm -ark -chips -cirrus -cyrix -dummy -epson
29 -fbdev -fglrx -glint -i128 -i740 (-impact) -imstt -intel -mach64 -mga
30 -neomagic (-newport) -nsc -r128 -radeon -rendition -s3 -s3virge -savage
31 -siliconmotion -sis -sisusb (-sunbw2) (-suncg14) (-suncg3) (-suncg6)
32 (-sunffb) (-sunleo) (-suntcx) -tdfx -tga -trident -tseng -v4l -vesa -vga
33 -via -vmware -voodoo"
34
35 I would start with intel but I think i128 and i740 are Intel as well.
36 You may want to enable vesa as a second option. Sort of a back up to
37 intel and vesa. At least you will have some sort of driver while trying
38 to get the best one working.
39
40 Dale
41
42 :-) :-)