Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#26 Le 26/04/2007, à 10:47

pianistocrate

Re : configurer clic droit pour touchpad

nahelou a écrit :

Bon alors, tente de faire un

sudo modprobe appletouch

pour tenter de charger manuellement le module dans le noyau.

Mais je ne sais pas si ça marchera (je commence à épuiser toutes mes ressources sad  )

Ca ne marche pas non plus... sad
Voilà le message d'alerte chaque fois que je veux lancer le touchpad dans les prefs système :
GSynaptics couldn't initialize.
You have to set 'SHMConfig' 'true' in xorg.conf or XF86Config to use GSynaptics

C'est un rappel du fondamental du pb. wink


« Un spécialiste est un homme qui sait de plus en plus de choses, sur un sujet de plus en plus restreint, et qui finit par tout savoir… sur rien. »      Oscar Wilde

Hors ligne

#27 Le 28/04/2007, à 20:44

nahelou

Re : configurer clic droit pour touchpad

Je commence à me demander si le touchpad est bien un synaptics, sinon, je ne vois pas pourquoi il ne fonctionnerait pas...


Attention. Ce message dissimule peut-être un troll.
(MAC : iBook G4 12" 1,33 GHz -> Debian Lenny/Sid + OSX Tiger)
(PC : AMD Athlon XP 2200+ -> Ubuntu Dapper LTS + Ubuntu Feisty + GeeXboX)

Hors ligne

#28 Le 01/05/2007, à 21:52

carmelo

Re : configurer clic droit pour touchpad

J'ai exactement le même problème que pianistocrate ...

Pourtant, il me semble avoir tout bien fait ....

Voici mon xorg.cong :

# /etc/X11/xorg.conf (xorg 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 /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/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.
#
# 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 "Files"
	FontPath	"/usr/share/X11/fonts/misc"
	FontPath	"/usr/share/X11/fonts/cyrillic"
	FontPath	"/usr/share/X11/fonts/100dpi/:unscaled"
	FontPath	"/usr/share/X11/fonts/75dpi/:unscaled"
	FontPath	"/usr/share/X11/fonts/Type1"
	FontPath	"/usr/share/X11/fonts/100dpi"
	FontPath	"/usr/share/X11/fonts/75dpi"
	FontPath	"/usr/share/fonts/X11/misc"
	# path to defoma fonts
	FontPath	"/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
	Load	"i2c"
	Load	"bitmap"
	Load	"ddc"
	Load	"dri"
	Load	"extmod"
	Load	"freetype"
	Load	"glx"
	Load	"int10"
	Load	"type1"
	Load	"vbe"
	Load	"synaptics"
EndSection

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"kbd"
	Option		"CoreKeyboard"
	Option		"XkbRules"	"xorg"
	Option		"XkbModel"	"macintosh"
	Option		"XkbLayout"	"fr"
	Option		"XkbOptions"	"lv3:ralt_switch"
EndSection

Section "InputDevice"
	Identifier	"Configured Mouse"
	Driver		"mouse"
	Option		"CorePointer"
	Option		"Device"		"/dev/input/mice"
	Option		"Protocol"		"ExplorerPS/2"
	Option		"ZAxisMapping"		"4 5"
	Option		"Emulate3Buttons"	"true"
EndSection

Section "InputDevice"
	Identifier	"Synaptics Touchpad"
	Driver		"synaptics"
	Option		"SendCoreEvents"	"true"
	Option		"Device"		"/dev/psaux"
	Option		"Protocol"		"auto-dev"
	Option		"HorizScrollDelta"	"0"
        Option      "SHMConfig"             "on"
	Option          "TapButton3"            "2"
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "stylus"
  Option        "Device"        "/dev/wacom"          # Change to 
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "stylus"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "eraser"
  Option        "Device"        "/dev/wacom"          # Change to 
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "eraser"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "cursor"
  Option        "Device"        "/dev/wacom"          # Change to 
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "cursor"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "Device"
	Identifier	"ATI Technologies, Inc. M9+ 5C63 [Radeon Mobility 9000 (AGP)]"
	Driver		"radeon"
	BusID		"PCI:0:16:0"
	Option		"UseFBDev"		"true"
EndSection

Section "Monitor"
	Identifier	"Generic Monitor"
	Option		"DPMS"
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"ATI Technologies, Inc. M9+ 5C63 [Radeon Mobility 9000 (AGP)]"
	Monitor		"Generic Monitor"
	DefaultDepth	24
	SubSection "Display"
		Depth		1
		Modes		"1024x768"
	EndSubSection
	SubSection "Display"
		Depth		4
		Modes		"1024x768"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"1024x768"
	EndSubSection
	SubSection "Display"
		Depth		15
		Modes		"1024x768"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1024x768"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1024x768"
	EndSubSection
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
	Screen		"Default Screen"
	InputDevice	"Generic Keyboard"
	InputDevice	"Configured Mouse"
	InputDevice     "stylus" "SendCoreEvents"
	InputDevice     "cursor" "SendCoreEvents"
	InputDevice     "eraser" "SendCoreEvents"
	InputDevice	"Synaptics Touchpad"
EndSection

Section "DRI"
	Mode	0666
EndSection

Et j'ai le même message d'erreur :

carmelo@ibook:~$ synclient -l
Can't access shared memory area. SHMConfig disabled?
carmelo@ibook:~

$

Pour info, c'est sur un iBook G4 1,33 Ghz, qui tourne sous Edgy 6.10.

A l'aide !!!

Hors ligne

#29 Le 02/05/2007, à 15:40

nahelou

Re : configurer clic droit pour touchpad

Mon iBook 1,33 GHz tourne sous debian, et plus sous ubuntu, mais bon, il n'y a pas de grandes différences...
En tout cas, le touchpad fonctionne (mais il manque un peu de sensibilité / réactivité sad  )
Voilà mon xorg.conf :

# /etc/X11/xorg.conf (xorg 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 /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/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.
#
# 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 "Files"
	# path to defoma fonts
    FontPath 	"/usr/share/fonts/X11/misc"
    FontPath 	"/usr/share/fonts/X11/100dpi:unscaled"
    FontPath 	"/usr/share/fonts/X11/75dpi:unscaled"
    FontPath 	"/usr/share/fonts/X11/Type1"
    FontPath 	"/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
    FontPath 	"/usr/local/share/fonts"
EndSection

Section "Module"
	Load	"i2c"
	Load	"bitmap"
	Load	"ddc"
	Load	"dri"
	Load	"dbe"
	Load	"extmod"
	Load	"freetype"
	Load	"glx"
	Load	"int10"
	Load	"type1"
	Load	"vbe"
EndSection

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"kbd"
	Option		"CoreKeyboard"
	Option		"XkbRules"	"xorg"
	Option		"XkbModel"	"macintosh"
	Option		"XkbLayout"	"fr_new"
EndSection

Section "InputDevice"
	Identifier	"Configured Mouse"
	Driver		"mouse"
	Option		"CorePointer"
	Option		"Device"		"/dev/input/mice"
	Option		"Protocol"		"ImPS/2"
	Option		"Emulate3Buttons"	"true"
EndSection


Section "InputDevice"
   Identifier    "Synaptics Touchpad"
   Driver        "synaptics"
   Option        "SendCoreEvents"         "true"
#   Option        "Device"                 "/dev/input/appletouch"
#   Option        "Protocol"               "auto-dev"
   Option         "Device"                "/dev/psaux"
   Option        "LeftEdge"               "50"
   Option        "RightEdge"              "900"          # max 950
   Option        "TopEdge"                "30"
   Option        "BottomEdge"             "304"          # max 334
   Option        "FingerLow"              "15"
   Option        "FingerHigh"             "20"
   Option        "MaxTapTime"             "180"
   Option        "MaxTapMove"             "100"
   Option        "MaxDoubleTapTime"       "180"
   Option        "ClickTime"              "100"
   Option        "FastTaps"               "0"
   Option        "VertScrollDelta"        "15"
   Option        "HorizScrollDelta"       "15"
   Option        "EdgeMotionMinZ"         "30"
   Option        "EdgeMotionMaxZ"         "160"
   Option        "EdgeMotionMinSpeed"     "1"
   Option        "EdgeMotionMaxSpeed"     "400"
   Option        "EdgeMotionUseAlways"    "false"
   Option        "MinSpeed"               "0.2"
   Option        "MaxSpeed"               "0.75"
   Option        "AccelFactor"            "0.030"
   Option        "LockedDrags"            "true"
   Option        "RTCornerButton"         "0"
   Option        "RBCornerButton"         "0"
   Option        "LTCornerButton"         "0"
   Option        "LBCornerButton"         "0"
   Option        "TapButton1"             "1"
   Option        "TapButton2"             "2"
   Option        "TapButton3"             "3"
   Option        "CircularScrolling"      "0"
   Option        "CircScrollDelta"        "0.1"
   Option        "CircScrollTrigger"      "1"
   Option        "PalmDetect"             "false"
   Option        "CoastingSpeed"          "1"
   Option        "SHMConfig"              "on"
##Activer le défilement vertical et horizontal avec deux doigts
   Option        "VertTwoFingerScroll"    "true"
   Option        "HorizTwoFingerScroll"   "true"

EndSection



Section "Device"
	Identifier	"ATI Mobility Radeon 9550"
	Driver		"radeon"
	Option		"AGPMode" "4"
	Option 		"BusType"	"AGP"
	Option		"UseFBDev"	"false"  
	Option		"AccelMethod"	"exa"  ##modifié de xaa à exa
	Option		"AccelDFS"	"true"  ##Ajouté
	Option		"BackingStore"	"true"
	Option		"EnablePageFlip" "true"
	Option		"AGPFastWrite"	"true"
	Option		"RenderAccel"	"true" 
	Option		"DynamicClocks"	"true" 


	Option 		"XAANoOffscreenPixmaps" "true"# Optional if NVIDIA drivers are used
	Option 		"AddARGBGLXVisuals" "On"
EndSection

Section "Monitor"
	Identifier	"iBook G4 LCD"
	Option		"DPMS"
	HorizSync	28-51
	VertRefresh	43-60
EndSection

Section "Screen"
	Identifier	"Affichage par defaut"
	Device		"ATI Mobility Radeon 9550"
	Monitor		"iBook G4 LCD"
	DefaultDepth	24
	SubSection "Display"
		Depth		16
		Modes		"1024x768"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1024x768" 
	EndSubSection
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
	Screen		"Affichage par defaut"
	InputDevice	"Generic Keyboard"
	InputDevice	"Configured Mouse"
	InputDevice	"Synaptics Touchpad"
EndSection

Section "DRI"
	Mode	0666
EndSection


Section "Extensions"
        Option "Composite" "Enable"
EndSection

Dernière modification par nahelou (Le 02/05/2007, à 15:41)


Attention. Ce message dissimule peut-être un troll.
(MAC : iBook G4 12" 1,33 GHz -> Debian Lenny/Sid + OSX Tiger)
(PC : AMD Athlon XP 2200+ -> Ubuntu Dapper LTS + Ubuntu Feisty + GeeXboX)

Hors ligne