Gentoo Archives: gentoo-user

From: Zhou Rui <ghoulr@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] X doesn't work with Intel 915GM
Date: Thu, 07 Aug 2008 06:55:33
Message-Id: 79dfdffe0808062355w5482b1d9g284247c6d7465e0a@mail.gmail.com
In Reply to: Re: [gentoo-user] X doesn't work with Intel 915GM by Florian Philipp
1 2008/8/7 Florian Philipp <lists@f_philipp.fastmail.net>:
2 > Zhou Rui schrieb:
3 >>
4 >> Hi,
5 >> I'm using a Intel 915 on board VGA card. After I install the Xorg, and
6 >> run:
7 >> # Xorg -configure
8 >> # X -config xorg.conf.new
9 >>
10 >> The X startup failed but there is now error reported... I cannot find
11 >> what's wrong
12 >> with my config, so what should I do in this situation.
13 >>
14 >
15 > For a start, I attach my Xorg.conf which works with the same chip.
16 >
17 > If your PC is no notebook, you have to replace the "touchpad" input device
18 > with your entry for "Mouse0" and change the entry in "ServerLayout"
19 > accordingly.
20 >
21 >
22 > # user have RW right to /dev/dri/card0
23 >
24 > Section "ServerLayout"
25 > Identifier "Layout0"
26 > Screen 0 "Screen0" 0 0
27 > InputDevice "Keyboard0" "CoreKeyboard"
28 > InputDevice "Touchpad" "CorePointer"
29 > EndSection
30 >
31 > Section "Files"
32 > EndSection
33 >
34 > Section "Module"
35 > Load "freetype"
36 > # Load "xtt"
37 > Load "extmod"
38 > Load "glx"
39 > Load "dri"
40 > Load "dbe"
41 > Load "record"
42 > Load "xtrap"
43 > Load "type1"
44 > EndSection
45 >
46 > Section "InputDevice"
47 > Identifier "Touchpad"
48 > Driver "synaptics"
49 > Option "SendCoreEvents" "true"
50 > Option "Protocol" "auto-dev"
51 > Option "LeftEdge" "130"
52 > Option "RightEdge" "840"
53 > Option "TopEdge" "130"
54 > Option "BottomEdge" "640"
55 > Option "FingerLow" "7"
56 > Option "FingerHigh" "8"
57 > Option "MaxTapTime" "180"
58 > Option "MaxTapMove" "110"
59 > Option "EmulateMidButtonTime" "75"
60 > Option "VertScrollDelta" "20"
61 > Option "HorizScrollDelta" "20"
62 > Option "MinSpeed" "0.60"
63 > Option "MaxSpeed" "1.10"
64 > Option "AccelFactor" "0.030"
65 > Option "EdgeMotionMinSpeed" "200"
66 > Option "EdgeMotionMaxSpeed" "200"
67 > Option "UpDownScrolling" "1"
68 > Option "CircularScrolling" "1"
69 > Option "CircScrollDelta" "0.1"
70 > Option "CircScrollTrigger" "2"
71 > Option "SHMConfig" "on"
72 > Option "Emulate3Buttons" "on"
73 > # Option "Protocol" "Auto"
74 > # Option "Emulate3Buttons"
75 > Option "Device" "/dev/input/mouse1"
76 > EndSection
77 >
78 > #Section "InputDevice"
79 > #Identifier "Mouse0T"
80 > #Driver "mouse"
81 > #Option "Protocol" "Auto"
82 > #Option "Emulate3Buttons"
83 > #Option "Device" "/dev/input/mice"
84 > #EndSection
85 >
86 > Section "InputDevice"
87 > Identifier "Keyboard0"
88 > Driver "kbd"
89 > Option "XkbModel" "inspiron"
90 > Option "XkbLayout" "de"
91 > EndSection
92 >
93 > Section "Monitor"
94 > ### Comment all HorizSync and VertRefresh values to use DDC:
95 > Identifier "LCD"
96 > ### Comment all HorizSync and VertRefresh values to use DDC:
97 > # HorizSync 31.5 - 79.0
98 > # VertRefresh 50.0 - 70.0
99 > # Option "DPMS"
100 > # Option "PreferredMode" "1400x1050"
101 > EndSection
102 >
103 > Section "Device"
104 > Identifier "Card0"
105 > Driver "i810"
106 > Card "** Intel i810 (generic) [i810]"
107 > Option "LVDS" "LCD"
108 > # Option "XvMC" "true"
109 > EndSection
110 >
111 > Section "Screen"
112 > Identifier "Screen0"
113 > Device "Card0"
114 > Monitor "LCD"
115 > # SubSection "Display"
116 > # Depth 24
117 > # Virtual 2680 1050
118 > # EndSubSection
119 > # DefaultDepth 24
120 > # SubSection "Display"
121 > # Depth 24
122 > # Modes "1400x1050" "1280x1024" "1024x768"
123 > # EndSubSection
124 > EndSection
125 >
126 > Section "DRI"
127 > Group 0
128 > Mode 0666
129 > EndSection
130 >
131 >
132 >
133 Thank you very much Philipp, I tried your xorg.conf and modified mine, however,
134 it still does not work, the log is as before... Now I'm going to
135 remerge the mesa and
136 xorg-server, hopes it can take effective.
137
138 --
139 BR,
140 Zhou Rui

Replies

Subject Author
Re: [gentoo-user] X doesn't work with Intel 915GM Florian Philipp <lists@××××××××××××××××××.net>