<div class="gmail_quote">On Sun, Apr 12, 2009 at 9:48 AM, Mansour Al Akeel <span dir="ltr"><<a href="mailto:mansour.alakeel@...">mansour.alakeel@...</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hello all:</blockquote><div><br>Hi,<br> <br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
today I did "emerge --update --newuse --deep world" in order to get the latest. However, I had to fight a bit to get x11 working, but after many attempts the mouse pad scrolling is still not working. I have xf86-input-synaptics-1.0.0 , I am not using hal, and I would like not to. On the other hand, when I do<br>
<br>
mansour@localhost ~ $ syndaemon<br>
Can't access shared memory area. SHMConfig disabled?<br>
<br>
I don't understand why it reports that SHMConfig is disabled ! it's enabled in my xorg.conf . Here's my xorg.conf .</blockquote><div><br>I had some problems after the upgrade as well, but eventually noticed that you have to rebuild the input-devices. So maybe 'emerge xf86-input-synaptics-1.0.0' might solve this.<br>
</div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>
<br>
Section "ServerLayout"<br>
Identifier "X.org Configured"<br>
Screen 0 "Screen0" 0 0<br>
InputDevice "Mouse0" "CorePointer"<br>
InputDevice "Synaptics Touchpad" "CorePointer"<br>
InputDevice "Keyboard0" "CoreKeyboard"<br>
EndSection<br>
Section "Files"<br>
ModulePath "/usr/lib64/xorg/modules"<br>
FontPath "/usr/share/fonts/misc/"<br>
FontPath "/usr/share/fonts/TTF/"<br>
FontPath "/usr/share/fonts/OTF"<br>
FontPath "/usr/share/fonts/Type1/"<br>
FontPath "/usr/share/fonts/100dpi/"<br>
FontPath "/usr/share/fonts/75dpi/"<br>
EndSection<br>
Section "Module"<br>
Load "extmod"<br>
Load "record"<br>
Load "dbe"<br>
Load "xtrap"<br>
Load "dri"<br>
Load "glx"<br>
Load "wfb"<br>
EndSection</blockquote><div><br>You can remove (or comment) the module lines, Xorg will load them automatically. <br><br>HTH,<br><br>Martin<br> </div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
<br>
Section "InputDevice"<br>
Identifier "Keyboard0"<br>
Driver "kbd"<br>
EndSection<br>
<br>
Section "InputDevice"<br>
Identifier "Mouse0"<br>
Driver "mouse"<br>
Option "Protocol" "auto"<br>
Option "Device" "/dev/input/mice"<br>
Option "ZAxisMapping" "4 5 6 7"<br>
EndSection<br>
<br>
Section "InputDevice"<br>
Identifier "Synaptics Touchpad"<br>
Driver "synaptics"<br>
Option "Protocol" "auto-dev"<br>
Option "Device" "/dev/input/eventX"<br>
Option "SHMConfig" "True"<br>
Option "SendCoreEvents" "True"<br>
EndSection<br>
<br>
Section "Monitor"<br>
Identifier "Monitor0"<br>
VendorName "Monitor Vendor"<br>
ModelName "Monitor Model"<br>
EndSection<br>
<br>
Section "Device"<br>
### Available Driver options are:-<br>
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",<br>
### <string>: "String", <freq>: "<f> Hz/kHz/MHz"<br>
### [arg]: arg optional<br>
#Option "SWcursor" # [<bool>]<br>
#Option "HWcursor" # [<bool>]<br>
#Option "NoAccel" # [<bool>]<br>
#Option "ShadowFB" # [<bool>]<br>
#Option "UseFBDev" # [<bool>]<br>
#Option "Rotate" # [<str>]<br>
#Option "VideoKey" # <i><br>
#Option "FlatPanel" # [<bool>]<br>
#Option "FPDither" # [<bool>]<br>
#Option "CrtcNumber" # <i><br>
#Option "FPScale" # [<bool>]<br>
#Option "FPTweak" # <i><br>
#Option "DualHead" # [<bool>]<br>
Identifier "Card0"<br>
Driver "nvidia"<br>
VendorName "nVidia Corporation"<br>
BoardName "C51 [Geforce 6150 Go]"<br>
BusID "PCI:0:5:0"<br>
#Option "NoLogo" "True"<br>
EndSection<br>
<br>
Section "Screen"<br>
Identifier "Screen0"<br>
Device "Card0"<br>
Monitor "Monitor0"<br>
Option "AddARGBGLXVisuals" "True"<br>
Option "DisableGLXRootClipping" "True"<br>
Option "RenderAccel" "True"<br>
Option "AllowGLXWithComposite" "True"<br>
Option "backingstore" "True"<br>
Option "TripleBuffer" "True"<br>
SubSection "Display"<br>
Viewport 0 0<br>
Depth 1<br>
EndSubSection<br>
SubSection "Display"<br>
Viewport 0 0<br>
Depth 4<br>
EndSubSection<br>
SubSection "Display"<br>
Viewport 0 0<br>
Depth 8<br>
EndSubSection<br>
SubSection "Display"<br>
Viewport 0 0<br>
Depth 15<br>
EndSubSection<br>
SubSection "Display"<br>
Viewport 0 0<br>
Depth 16<br>
EndSubSection<br>
SubSection "Display"<br>
Viewport 0 0<br>
Depth 24<br>
EndSubSection<br>
EndSection<br>
<br>
<br>
<br>
</blockquote></div><br>
|