Gentoo Archives: gentoo-amd64

From: Martin Herrman <martin@×××××××.nl>
To: gentoo-amd64@l.g.o
Subject: Re: [gentoo-amd64] Xorg upgrade and synaptics driver
Date: Sun, 12 Apr 2009 07:55:39
Message-Id: 40bb8d3b0904120055s4a8167e1r1afb35ea81c3e30b@mail.gmail.com
In Reply to: [gentoo-amd64] Xorg upgrade and synaptics driver by Mansour Al Akeel
1 On Sun, Apr 12, 2009 at 9:48 AM, Mansour Al Akeel <mansour.alakeel@×××××.com
2 > wrote:
3
4 > Hello all:
5
6
7 Hi,
8
9
10 > today I did "emerge --update --newuse --deep world" in order to get the
11 > latest. However, I had to fight a bit to get x11 working, but after many
12 > attempts the mouse pad scrolling is still not working. I have
13 > xf86-input-synaptics-1.0.0 , I am not using hal, and I would like not to.
14 > On the other hand, when I do
15 >
16 > mansour@localhost ~ $ syndaemon
17 > Can't access shared memory area. SHMConfig disabled?
18 >
19 > I don't understand why it reports that SHMConfig is disabled ! it's enabled
20 > in my xorg.conf . Here's my xorg.conf .
21
22
23 I had some problems after the upgrade as well, but eventually noticed that
24 you have to rebuild the input-devices. So maybe 'emerge
25 xf86-input-synaptics-1.0.0' might solve this.
26
27
28 >
29 >
30 > Section "ServerLayout"
31 > Identifier "X.org Configured"
32 > Screen 0 "Screen0" 0 0
33 > InputDevice "Mouse0" "CorePointer"
34 > InputDevice "Synaptics Touchpad" "CorePointer"
35 > InputDevice "Keyboard0" "CoreKeyboard"
36 > EndSection
37 > Section "Files"
38 > ModulePath "/usr/lib64/xorg/modules"
39 > FontPath "/usr/share/fonts/misc/"
40 > FontPath "/usr/share/fonts/TTF/"
41 > FontPath "/usr/share/fonts/OTF"
42 > FontPath "/usr/share/fonts/Type1/"
43 > FontPath "/usr/share/fonts/100dpi/"
44 > FontPath "/usr/share/fonts/75dpi/"
45 > EndSection
46 > Section "Module"
47 > Load "extmod"
48 > Load "record"
49 > Load "dbe"
50 > Load "xtrap"
51 > Load "dri"
52 > Load "glx"
53 > Load "wfb"
54 > EndSection
55
56
57 You can remove (or comment) the module lines, Xorg will load them
58 automatically.
59
60 HTH,
61
62 Martin
63
64
65 >
66 >
67 > Section "InputDevice"
68 > Identifier "Keyboard0"
69 > Driver "kbd"
70 > EndSection
71 >
72 > Section "InputDevice"
73 > Identifier "Mouse0"
74 > Driver "mouse"
75 > Option "Protocol" "auto"
76 > Option "Device" "/dev/input/mice"
77 > Option "ZAxisMapping" "4 5 6 7"
78 > EndSection
79 >
80 > Section "InputDevice"
81 > Identifier "Synaptics Touchpad"
82 > Driver "synaptics"
83 > Option "Protocol" "auto-dev"
84 > Option "Device" "/dev/input/eventX"
85 > Option "SHMConfig" "True"
86 > Option "SendCoreEvents" "True"
87 > EndSection
88 >
89 > Section "Monitor"
90 > Identifier "Monitor0"
91 > VendorName "Monitor Vendor"
92 > ModelName "Monitor Model"
93 > EndSection
94 >
95 > Section "Device"
96 > ### Available Driver options are:-
97 > ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
98 > ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
99 > ### [arg]: arg optional
100 > #Option "SWcursor" # [<bool>]
101 > #Option "HWcursor" # [<bool>]
102 > #Option "NoAccel" # [<bool>]
103 > #Option "ShadowFB" # [<bool>]
104 > #Option "UseFBDev" # [<bool>]
105 > #Option "Rotate" # [<str>]
106 > #Option "VideoKey" # <i>
107 > #Option "FlatPanel" # [<bool>]
108 > #Option "FPDither" # [<bool>]
109 > #Option "CrtcNumber" # <i>
110 > #Option "FPScale" # [<bool>]
111 > #Option "FPTweak" # <i>
112 > #Option "DualHead" # [<bool>]
113 > Identifier "Card0"
114 > Driver "nvidia"
115 > VendorName "nVidia Corporation"
116 > BoardName "C51 [Geforce 6150 Go]"
117 > BusID "PCI:0:5:0"
118 > #Option "NoLogo" "True"
119 > EndSection
120 >
121 > Section "Screen"
122 > Identifier "Screen0"
123 > Device "Card0"
124 > Monitor "Monitor0"
125 > Option "AddARGBGLXVisuals" "True"
126 > Option "DisableGLXRootClipping" "True"
127 > Option "RenderAccel" "True"
128 > Option "AllowGLXWithComposite" "True"
129 > Option "backingstore" "True"
130 > Option "TripleBuffer" "True"
131 > SubSection "Display"
132 > Viewport 0 0
133 > Depth 1
134 > EndSubSection
135 > SubSection "Display"
136 > Viewport 0 0
137 > Depth 4
138 > EndSubSection
139 > SubSection "Display"
140 > Viewport 0 0
141 > Depth 8
142 > EndSubSection
143 > SubSection "Display"
144 > Viewport 0 0
145 > Depth 15
146 > EndSubSection
147 > SubSection "Display"
148 > Viewport 0 0
149 > Depth 16
150 > EndSubSection
151 > SubSection "Display"
152 > Viewport 0 0
153 > Depth 24
154 > EndSubSection
155 > EndSection
156 >
157 >
158 >
159 >

Replies

Subject Author
Re: [gentoo-amd64] Xorg upgrade and synaptics driver Mansour Al Akeel <mansour.alakeel@×××××.com>