Zdravim
Po pravde nevim co je spatne, kazdopadne nemuzu zprovoznit program gsynaptics i kdyz - dle meho - je vse jak ma byt.
Pokazde dostanu hlasku :
You have to set 'SHMConfig' 'true' in xorg.conf or XFree86.conf to use GSynaptics
Noa a a tady je muj xorg.conf , tak prosim o radu kde delam chybu.
# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# Note that some configuration settings that could be done previously
# in this file, now are automatically configured by the server and settings
# here are ignored.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Screen"
Identifier "Configured Screen Device"
Device "Configured Video Device"
SubSection "Display"
Virtual 2680 1050
EndSubSection
EndSection
Section "Device"
Identifier "ATI Technologies, Inc. Radeon 9600"
Driver "radeon"
Option "AccelMethod" "EXA" #either XAA or EXA. "XAA" is the default and safe choice
Option "EXAOptimizeMigration" "true"
Option "AccelDFS" "true"
Option "MigrationHeurisitc" "smart" # "greedy"
Option "EnablePageFlip" "true" #only works with accelmethod "XAA"
Option "EnableDepthMoves" "true"
Option "ColorTiling" "true"
Option "FBTexPercent" "0"
Option "RenderAccel" "true"
Option "TripleBuffer" "true" #This *might* help if you use something like Beryl and have slow video playback.
Option "DynamicClocks" "on" #This is for laptop users, it saves energy when in battery mode.
BusID "PCI:1:0:0" #must match your lspci output
EndSection
Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizScrollDelta" "0"
Option "SHMConfig" "true"
EndSection
Section "Module"
Load "synaptics"
EndSection
Section "ServerFlags"
Option "DontZap" "False"
EndSection