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.

#1 Le 25/05/2007, à 07:30

elekis

[TABLETTE GRAPHIQUE] pas de /dev/input/mouseX

bonjour,

j'ai une tablette graphique tb-3100 trust que j'essaie d'installer, mais malheureusement, pour l'instant, la seule chose qu'elle fait, c'est une souris.

apres mainte recherche, j'essaie le tutorial suivant.
http://doc.ubuntu-fr.org/tutoriel/comment_utiliser_tablettes_graphiques_wacom_avec_gimp

mais je calle pour trouver ma souris (en fait, j'ai un touch pad vu que c'est un portable)
, quand je fais sudo cat mice | od ou mouse1 2 3 ou 4,  il ne se passe rien.

par contre, si je fait  sudo cat mice | od,  ma tablette est reconnu la aussi (comme une souris) ainsi que sur le event4 . ce quie st assez ennuiyeux.

je met ici mon X.org si ca peut aider qqn.

Section "ServerLayout"
	Identifier     "Default Layout"
	Screen      0  "aticonfig-Screen[0]" 0 0
	InputDevice    "Generic Keyboard"
	InputDevice    "Configured Mouse"
	InputDevice    "pen"    "AlwaysCore"
	InputDevice    "cursor"	"AlwaysCore"
	InputDevice    "eraser"	"AlwaysCore"
	InputDevice    "Synaptics Touchpad"
EndSection

Section "Files"

       # path to defoma fonts
	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"
	FontPath     "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
	Load  "bitmap"
	Load  "ddc"
	Load  "dri"
	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" "pc105"
	Option	    "XkbLayout" "be"
	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"
EndSection

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

Section "InputDevice"
    Identifier	"pen"
    Driver		"aiptek"
    Option		"Device"	"/dev/input/event4"
    Option		"Type"		"stylus"
    Option		"Mode"		"absolute"
    Option		"Cursor"	"stylus"
    Option		"USB"		"on"
    Option		"KeepShape"	"on"
    Option		"debuglevel"	"20"
EndSection

Section "InputDevice"
    Identifier	"cursor"
    Driver		"aiptek"
    Option		"Device"	"/dev/input/event4"
    Option		"Type"		"cursor"
    Option		"Mode"		"absolute"
    Option		"Cursor"	"puck"
    Option		"USB"		"on"
    Option		"KeepShape"	"on"
    Option		"debuglevel"	"20"
EndSection

Section "InputDevice"
    Identifier	"eraser"
    Driver		"aiptek"
    Option		"Device"	"/dev/input/event4"
    Option		"Type"		"eraser"
    Option		"Mode"		"absolute"
    Option		"Cursor"	"stylus"
    Option		"USB"		"on"
    Option		"KeepShape"	"on"
    Option		"debuglevel"	"20"
EndSection

Section "Monitor"
	Identifier   "aticonfig-Monitor[0]"
	Option	    "VendorName" "ATI Proprietary Driver"
	Option	    "ModelName" "Generic Autodetecting Monitor"
	Option	    "DPMS" "true"
EndSection

Section "Device"
	Identifier  "aticonfig-Device[0]"
	Driver      "fglrx"
	Option	    "DesktopSetup" "horizontal"
	Option	    "OverlayOnCRTC2" "1"
EndSection

Section "Screen"
	Identifier "aticonfig-Screen[0]"
	Device     "aticonfig-Device[0]"
	Monitor    "aticonfig-Monitor[0]"
	DefaultDepth     24
	SubSection "Display"
		Viewport   0 0
		Depth     24
	EndSubSection
EndSection

Section "DRI"
	Mode         0666
EndSection

Section "Extensions"
	Option	    "Composite" "disable"
EndSection

merci

a+++


http://twoji.deviantart.com/

Hors ligne