Gentoo Archives: gentoo-user

From: "W.Kenworthy" <billk@×××××××××.au>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Re: VIDEO_CARDS= Intel Mobile Integrated Graphics Controller ?
Date: Mon, 06 Aug 2007 05:27:56
Message-Id: 1186377725.807.33.camel@localhost
In Reply to: [gentoo-user] Re: VIDEO_CARDS= Intel Mobile Integrated Graphics Controller ? by James
1 The current i810 driver doesnt behave very well for me - blank screens,
2 not being able to run an external monitor correctly and the like. The
3 last one that did is x11-drivers/xf86-video-i810-1.7.4 (a good reason
4 for the modular xorg builds!)
5
6 Also make sure you are using resolutions that are covered by both your
7 monitor(s) and the card bios - they all have to agree or it falls apart
8 (fiddling them with i915-resolution didnt work), despite trying to
9 ignore EDID and DDC. The highest common resolution I have is 1024x768.
10
11 For my Sony:
12 Section "Device"
13 Identifier "i915"
14 Driver "i810"
15 VideoRam 32768
16 Option "DPMS" "On"
17 Option "DDC" "Off"
18 Option "IgnoreEDID" "true"
19 Option "MonitorLayout" "CRT,LFP"
20 Option "Clone" "true"
21 Option "CloneRefresh" "60"
22 #Option "NoAccel"
23 BusID "PCI:0:2:0"
24 #Option "ForceBIOS" "1366x768=1280x1024"
25 Screen 0
26 EndSection
27
28
29 On Mon, 2007-08-06 at 04:18 +0000, James wrote:
30 > Sascha Hlusiak <saschahlusiak <at> arcor.de> writes:
31 >
32 >
33 >
34 > > > Anyone know what I should use for the make.conf VIDEO_CARDS
35 > > > setting?
36 > > i810
37 >
38 > > > Anyone know of an example xorg.conf example I can use for the
39 > > > laptop video and LCD screen sections?
40 > > Just use a section with the i810 driver and you should be good.
41 > > Nothing fancy.
42 >
43 >
44 > Hmmm, not working for me
45 >
46 > eix xorg-server shows:
47 >
48 > video_cards_i810
49 > (even though my chipset is a "965GM" which is not specifically
50 > listed in the chipsets covered by the i810 driver(flag).
51 >
52 > I also emerged "sys-apps/915resolution-0.5.3-r1"
53 > and tried to follow this url for xorg.conf
54 > http://www.geocities.com/stomljen/xorg_conf.html
55 >
56 > but I get a very similar error as with my hacked version
57 > of xorg.conf (here are the relevant portions:
58 >
59 > Section "Monitor"
60 > Identifier "Monitor0"
61 > DisplaySize 385 240
62 > HorizSync 30-82
63 > VertRefresh 58-75
64 > ModelName "1280X800@75HZ"
65 > Option "DPMS"
66 > VendorName "--> LCD"
67 > UseModes "Modes[0]"
68 >
69 > Section "Device"
70 > Identifier "Card0"
71 > Driver "i810"
72 > VendorName "Intel
73 > BoardName "Intel 965GM"
74 > Screen 0
75 > Option "Rotate" "off"
76 > BusID "PCI:0:2:0"
77 > BusID "PCI:0:2:1"
78 > EndSection
79 >
80 > Section "Modes"
81 > Identifier "Modes[0]"
82 > Modeline "1280x800" 107.21 1280 1360 1496 1712 800 801 804 835 -HSync +Vsync
83 > EndSection
84 >
85 >
86 > Section "Screen"
87 > Identifier "Screen0"
88 > Device "Card0"
89 > Monitor "Monitor0"
90 > DefaultColorDepth 24
91 > SubSection "Display"
92 > Depth 1
93 > Modes "1280x800"
94 > EndSubSection
95 > SubSection "Display"
96 > Depth 4
97 > Modes "1280x800"
98 > EndSubSection
99 > SubSection "Display"
100 > Depth 8
101 > Modes "1280x800"
102 > EndSubSection
103 > SubSection "Display"
104 > Depth 15
105 > Modes "1280x800"
106 > EndSubSection
107 > SubSection "Display"
108 > Depth 16
109 > Modes "1280x800"
110 > EndSubSection
111 > SubSection "Display"
112 > Depth 24
113 > Modes "1280x800"
114 > EndSubSection
115 > SubSection "Display"
116 > Depth 32
117 > Modes "1280x800"
118 > EndSubSection
119 > EndSection
120 >
121 >
122 > Note I tried with a single and dual entries for "BusID"
123 > as suggested by this page:
124 > http://gentoo-wiki.com/HARDWARE_Sony_Vaio_VGN-SZ23GP
125 >
126 > I always get a similar error to this:
127 >
128 > (WW) I810: No matching Device section for instance
129 > (BusID PCI:0:2:0) found
130 > (EE) No devices detected.
131 >
132 >
133 > lspci shows:
134 > 00:02.0 VGA compatible controller: Intel Corporation Mobile Integrated Graphics
135 > Controller (rev 0c)
136 > 00:02.1 Display controller: Intel Corporation Mobile Integrated Graphics
137 > Controller (rev 0c)
138 >
139 >
140 > lshw shows:
141 >
142 > *-display:0
143 > description: VGA compatible controller
144 > product: Mobile Integrated Graphics Controller
145 > vendor: Intel Corporation
146 > physical id: 2
147 > bus info: pci@0000:00:02.0
148 > version: 0c
149 > width: 64 bits
150 > clock: 33MHz
151 > capabilities: msi pm vga bus_master cap_list
152 > configuration: latency=0
153 > *-display:1 UNCLAIMED
154 > description: Display controller
155 > product: Mobile Integrated Graphics Controller
156 > vendor: Intel Corporation
157 > physical id: 2.1
158 > bus info: pci@0000:00:02.1
159 > version: 0c
160 > width: 64 bits
161 > clock: 33MHz
162 > capabilities: pm bus_master cap_list
163 > configuration: latency=0
164 >
165 >
166 > Any ideas or help is appreciated.
167 >
168 >
169 > James
170 >
171 >
172 --
173 gentoo-user@g.o mailing list

Replies

Subject Author
[gentoo-user] Re: VIDEO_CARDS= Intel Mobile Integrated Graphics Controller ? James <wireless@×××××××××××.com>