Gentoo Archives: gentoo-user

From: James <wireless@×××××××××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: VIDEO_CARDS= Intel Mobile Integrated Graphics Controller ?
Date: Mon, 06 Aug 2007 04:25:14
Message-Id: loom.20070806T060308-142@post.gmane.org
In Reply to: Re: [gentoo-user] VIDEO_CARDS= Intel Mobile Integrated Graphics Controller ? by Sascha Hlusiak
1 Sascha Hlusiak <saschahlusiak <at> arcor.de> writes:
2
3
4
5 > > Anyone know what I should use for the make.conf VIDEO_CARDS
6 > > setting?
7 > i810
8
9 > > Anyone know of an example xorg.conf example I can use for the
10 > > laptop video and LCD screen sections?
11 > Just use a section with the i810 driver and you should be good.
12 > Nothing fancy.
13
14
15 Hmmm, not working for me
16
17 eix xorg-server shows:
18
19 video_cards_i810
20 (even though my chipset is a "965GM" which is not specifically
21 listed in the chipsets covered by the i810 driver(flag).
22
23 I also emerged "sys-apps/915resolution-0.5.3-r1"
24 and tried to follow this url for xorg.conf
25 http://www.geocities.com/stomljen/xorg_conf.html
26
27 but I get a very similar error as with my hacked version
28 of xorg.conf (here are the relevant portions:
29
30 Section "Monitor"
31 Identifier "Monitor0"
32 DisplaySize 385 240
33 HorizSync 30-82
34 VertRefresh 58-75
35 ModelName "1280X800@75HZ"
36 Option "DPMS"
37 VendorName "--> LCD"
38 UseModes "Modes[0]"
39
40 Section "Device"
41 Identifier "Card0"
42 Driver "i810"
43 VendorName "Intel
44 BoardName "Intel 965GM"
45 Screen 0
46 Option "Rotate" "off"
47 BusID "PCI:0:2:0"
48 BusID "PCI:0:2:1"
49 EndSection
50
51 Section "Modes"
52 Identifier "Modes[0]"
53 Modeline "1280x800" 107.21 1280 1360 1496 1712 800 801 804 835 -HSync +Vsync
54 EndSection
55
56
57 Section "Screen"
58 Identifier "Screen0"
59 Device "Card0"
60 Monitor "Monitor0"
61 DefaultColorDepth 24
62 SubSection "Display"
63 Depth 1
64 Modes "1280x800"
65 EndSubSection
66 SubSection "Display"
67 Depth 4
68 Modes "1280x800"
69 EndSubSection
70 SubSection "Display"
71 Depth 8
72 Modes "1280x800"
73 EndSubSection
74 SubSection "Display"
75 Depth 15
76 Modes "1280x800"
77 EndSubSection
78 SubSection "Display"
79 Depth 16
80 Modes "1280x800"
81 EndSubSection
82 SubSection "Display"
83 Depth 24
84 Modes "1280x800"
85 EndSubSection
86 SubSection "Display"
87 Depth 32
88 Modes "1280x800"
89 EndSubSection
90 EndSection
91
92
93 Note I tried with a single and dual entries for "BusID"
94 as suggested by this page:
95 http://gentoo-wiki.com/HARDWARE_Sony_Vaio_VGN-SZ23GP
96
97 I always get a similar error to this:
98
99 (WW) I810: No matching Device section for instance
100 (BusID PCI:0:2:0) found
101 (EE) No devices detected.
102
103
104 lspci shows:
105 00:02.0 VGA compatible controller: Intel Corporation Mobile Integrated Graphics
106 Controller (rev 0c)
107 00:02.1 Display controller: Intel Corporation Mobile Integrated Graphics
108 Controller (rev 0c)
109
110
111 lshw shows:
112
113 *-display:0
114 description: VGA compatible controller
115 product: Mobile Integrated Graphics Controller
116 vendor: Intel Corporation
117 physical id: 2
118 bus info: pci@0000:00:02.0
119 version: 0c
120 width: 64 bits
121 clock: 33MHz
122 capabilities: msi pm vga bus_master cap_list
123 configuration: latency=0
124 *-display:1 UNCLAIMED
125 description: Display controller
126 product: Mobile Integrated Graphics Controller
127 vendor: Intel Corporation
128 physical id: 2.1
129 bus info: pci@0000:00:02.1
130 version: 0c
131 width: 64 bits
132 clock: 33MHz
133 capabilities: pm bus_master cap_list
134 configuration: latency=0
135
136
137 Any ideas or help is appreciated.
138
139
140 James
141
142
143 --
144 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Re: VIDEO_CARDS= Intel Mobile Integrated Graphics Controller ? "W.Kenworthy" <billk@×××××××××.au>