#1 Le 30/03/2008, à 12:26
- Miku
Installer ma Wacom Bamboo [Presque-Resolu]
Bonjour à tous,
Je vient de recevoir ma tablette graphique Bamboo et j'aimerais la faire marcher sur mon ubuntu !
J'ai suivi la doc (http://doc.ubuntu-fr.org/wacom_bamboo) et ce tuto (http://forum.ubuntu-fr.org/viewtopic.php?id=201340)
Mais j'obtient un résultat assez étrange.... En effet ma tablette marche, mais j'ai aucune ligne concernant ma tablette dans xorg.conf et dès que j'essai de les rajouter moi-même : Ubuntu démarre en mode bassé résolution. Le problème c'est que je voudrais qu'elle soit completement bien installée et pas qu'elle fonctionne qu'à moitiée et je ne sais pas comment.
Etant débutant, j'aurais besoin de votre aide !
Je vais donner, étape par étape le résultat de chaque commande.
(j'utilise pas exemple le Tuto de invaisondivine )
1.
root@NuNuX:~# uname -r
2.6.22-14-generic
2.
root@NuNuX:~# lsusb | grep -i wacom
Bus 001 Device 002: ID 056a:0065 Wacom Co., Ltd
3. J'ai créé le dossier, je me palce dedans :
4.
root@NuNuX:~/wacom# sudo apt-get install linux-headers-`uname -r` build-essential x11proto-core-dev libxau-dev libxdmcp-dev x11proto-input-dev x11proto-kb-dev xtrans-dev libx11-dev x11proto-xext-dev libxext-dev libxi-dev linux-libc-dev libc6-dev libncurses5-dev xserver-xorg-dev tk8.4-dev tcl8.4-dev
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances
Lecture des informations d'état... Fait
linux-headers-2.6.22-14-generic est déjà la plus récente version disponible.
build-essential est déjà la plus récente version disponible.
x11proto-core-dev est déjà la plus récente version disponible.
libxau-dev est déjà la plus récente version disponible.
libxdmcp-dev est déjà la plus récente version disponible.
x11proto-input-dev est déjà la plus récente version disponible.
x11proto-kb-dev est déjà la plus récente version disponible.
xtrans-dev est déjà la plus récente version disponible.
libx11-dev est déjà la plus récente version disponible.
x11proto-xext-dev est déjà la plus récente version disponible.
libxext-dev est déjà la plus récente version disponible.
libxi-dev est déjà la plus récente version disponible.
linux-libc-dev est déjà la plus récente version disponible.
libc6-dev est déjà la plus récente version disponible.
libncurses5-dev est déjà la plus récente version disponible.
xserver-xorg-dev est déjà la plus récente version disponible.
tk8.4-dev est déjà la plus récente version disponible.
tcl8.4-dev est déjà la plus récente version disponible.
0 mis à jour, 0 nouvellement installés, 0 à enlever et 0 non mis à jour.
root@NuNuX:~/wacom#
5. Je télécharge le fichier, je le décompresse, je me place dedans (sans aucune erreur) :
6.
root@NuNuX:~/linuxwacom-0.7.9-8# ./configure --enable-wacom
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for gawk... (cached) gawk
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for a sed that does not truncate output... /bin/sed
checking for egrep... grep -E
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for g77... no
checking for f77... no
checking for xlf... no
checking for frt... no
checking for pgf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for f90... no
checking for xlf90... no
checking for pgf90... no
checking for epcf90... no
checking for f95... no
checking for fort... no
checking for xlf95... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for gfortran... no
checking whether we are using the GNU Fortran 77 compiler... no
checking whether accepts -g... no
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
appending configuration tag "F77" to libtool
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for arch type... i486-linux-gnu
checking for kernel type... Linux
checking for linux-based kernel... yes
checking for kernel source/headers... /lib/modules/2.6.22-14-generic/build
checking kernel version... 2.6.22-14-generic
checking for kernel module support... yes
checking for Xlib... yes
checking for XSERVER... yes
checking for xserver libc-wrapper header-files... yes
checking if scaling tablet to screen size is needed... no
checking if Xorg SDK defines IsXExtensionPointer... yes
checking for X... libraries , headers
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking for tclsh... /usr/bin/tclsh
checking for tcl version... 8.4
checking for tcl header files... found, /usr/include/tcl8.4
checking for tk header files... found, /usr/include/tcl8.4
checking ncurses.h usability... yes
checking ncurses.h presence... yes
checking for ncurses.h... yes
checking if libwacomcfg should/can be built... yes
checking if libwacomxi should/can be built... yes
checking if wacdump should/can be built... yes
checking if xidump should/can be built... yes
checking if xsetwacom should be built... yes
checking for Wacom X driver module path... /usr/lib/xorg/modules/input
checking for dynamic driver loading support... yes
checking if wacom_drv.{o,so} should be compiled... yes
checking if gcc accepts -fno-merge-constants... yes
checking if gcc accepts -fno-stack-protector... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating mkxincludes
config.status: creating src/Makefile
config.status: creating src/util/Makefile
config.status: creating src/xdrv/Makefile
config.status: creating src/2.4/Makefile
config.status: creating src/2.4.22/Makefile
config.status: creating src/2.6.8/Makefile
config.status: creating src/2.6.9/Makefile
config.status: creating src/2.6.10/Makefile
config.status: creating src/2.6.11/Makefile
config.status: creating src/2.6.13/Makefile
config.status: creating src/2.6.14/Makefile
config.status: creating src/2.6.15/Makefile
config.status: creating src/2.6.16/Makefile
config.status: creating src/2.6.18/Makefile
config.status: creating src/2.6.19/Makefile
config.status: creating src/2.6.22/Makefile
config.status: creating src/2.6.24/Makefile
config.status: creating src/wacomxi/Makefile
config.status: creating src/wacomxi/wacomcpl
config.status: creating src/include/xdrv-config.h
config.status: src/include/xdrv-config.h is unchanged
config.status: creating src/include/kernel-config.h
config.status: src/include/kernel-config.h is unchanged
config.status: creating src/include/util-config.h
config.status: src/include/util-config.h is unchanged
config.status: executing depfiles commands
----------------------------------------
BUILD ENVIRONMENT:
architecture - i486-linux-gnu
linux kernel - yes 2.6.22
module versioning - no
kernel source - yes /lib/modules/2.6.22-14-generic/build
XFree86 source - no
Xorg SDK - yes /usr/include/xorg
XSERVER64 - no
dlloader - yes
XLib - yes /usr/lib
TCL - yes /usr/include/tcl8.4
TK - yes /usr/include/tcl8.4
ncurses - yes
BUILD OPTIONS:
wacom.o - yes
wacdump - yes
xidump - yes
libwacomcfg - yes
libwacomxi - yes
xsetwacom - yes
hid.o - no
usbmouse.o - no
evdev.o - no
mousedev.o - no
input.o - no
wacom_drv.so - yes /usr/lib/xorg/modules/input
wacom_drv.o - no
wacom*_drv quirks - libc-wrapper IsXExtensionPointer
----------------------------------------
root@NuNuX:~/linuxwacom-0.7.9-8#
root@NuNuX:~/linuxwacom-0.7.9-8# make
Making all in src
make[1]: entrant dans le répertoire « /home/oem/linuxwacom-0.7.9-8/src »
Making all in .
make[2]: entrant dans le répertoire « /home/oem/linuxwacom-0.7.9-8/src »
make[2]: Rien à faire pour « all-am ».
make[2]: quittant le répertoire « /home/oem/linuxwacom-0.7.9-8/src »
Making all in wacomxi
make[2]: entrant dans le répertoire « /home/oem/linuxwacom-0.7.9-8/src/wacomxi »
make[2]: Rien à faire pour « all ».
make[2]: quittant le répertoire « /home/oem/linuxwacom-0.7.9-8/src/wacomxi »
Making all in util
make[2]: entrant dans le répertoire « /home/oem/linuxwacom-0.7.9-8/src/util »
make[2]: Rien à faire pour « all ».
make[2]: quittant le répertoire « /home/oem/linuxwacom-0.7.9-8/src/util »
Making all in xdrv
make[2]: entrant dans le répertoire « /home/oem/linuxwacom-0.7.9-8/src/xdrv »
gcc -MM -g -O2 -I/usr/include/tcl8.4 -I/usr/include/xorg xf86Wacom.c wcmSerial.c wcmUSB.c wcmISDV4.c wcmXCommand.c wcmCommon.c wcmCompat.c wcmConfig.c wcmFilter.c > .depend
make[2]: quittant le répertoire « /home/oem/linuxwacom-0.7.9-8/src/xdrv »
make[2]: entrant dans le répertoire « /home/oem/linuxwacom-0.7.9-8/src/xdrv »
gcc -shared -nostdlib -o wacom_drv.so xf86Wacom.o wcmSerial.o wcmUSB.o wcmISDV4.o wcmXCommand.o wcmCommon.o wcmCompat.o wcmConfig.o wcmFilter.o -Bstatic -lgcc
make[2]: quittant le répertoire « /home/oem/linuxwacom-0.7.9-8/src/xdrv »
Making all in 2.6.22
make[2]: entrant dans le répertoire « /home/oem/linuxwacom-0.7.9-8/src/2.6.22 »
cp -f ../2.6.19/wacom_wac.c .
cp -f ../2.6.19/wacom.h .
Building linuxwacom drivers for 2.6 kernel.
***Note: Drivers not enabled as modules in your kernel config but requested through configure are NOT built
make -C /lib/modules/2.6.22-14-generic/build M=/home/oem/linuxwacom-0.7.9-8/src/2.6.22
make[3]: entrant dans le répertoire « /usr/src/linux-headers-2.6.22-14-generic »
CC [M] /home/oem/linuxwacom-0.7.9-8/src/2.6.22/wacom_wac.o
CC [M] /home/oem/linuxwacom-0.7.9-8/src/2.6.22/wacom_sys.o
LD [M] /home/oem/linuxwacom-0.7.9-8/src/2.6.22/wacom.o
Building modules, stage 2.
MODPOST 1 modules
LD [M] /home/oem/linuxwacom-0.7.9-8/src/2.6.22/wacom.ko
make[3]: quittant le répertoire « /usr/src/linux-headers-2.6.22-14-generic »
make[2]: quittant le répertoire « /home/oem/linuxwacom-0.7.9-8/src/2.6.22 »
make[1]: quittant le répertoire « /home/oem/linuxwacom-0.7.9-8/src »
make[1]: entrant dans le répertoire « /home/oem/linuxwacom-0.7.9-8 »
make[1]: Rien à faire pour « all-am ».
make[1]: quittant le répertoire « /home/oem/linuxwacom-0.7.9-8 »
root@NuNuX:~/linuxwacom-0.7.9-8#
root@NuNuX:~/linuxwacom-0.7.9-8# make install
Making install in src
make[1]: entrant dans le répertoire « /home/oem/linuxwacom-0.7.9-8/src »
Making install in .
make[2]: entrant dans le répertoire « /home/oem/linuxwacom-0.7.9-8/src »
make[3]: entrant dans le répertoire « /home/oem/linuxwacom-0.7.9-8/src »
make[3]: Rien à faire pour « install-exec-am ».
test -z "/usr/local/man/man4" || mkdir -p -- "/usr/local/man/man4"
/usr/bin/install -c -m 644 'wacom.4x.gz' '/usr/local/man/man4/wacom.4x.gz'
make[3]: quittant le répertoire « /home/oem/linuxwacom-0.7.9-8/src »
make[2]: quittant le répertoire « /home/oem/linuxwacom-0.7.9-8/src »
Making install in wacomxi
make[2]: entrant dans le répertoire « /home/oem/linuxwacom-0.7.9-8/src/wacomxi »
make[3]: entrant dans le répertoire « /home/oem/linuxwacom-0.7.9-8/src/wacomxi »
make[3]: Rien à faire pour « install-exec-am ».
test -z "/usr/local/bin" || mkdir -p -- "/usr/local/bin"
/usr/bin/install -c 'wacomcpl' '/usr/local/bin/wacomcpl'
/usr/bin/install -c 'wacomcpl-exec' '/usr/local/bin/wacomcpl-exec'
test -z "/usr/local/lib/TkXInput" || mkdir -p -- "/usr/local/lib/TkXInput"
/usr/bin/install -c -m 644 'pkgIndex.tcl' '/usr/local/lib/TkXInput/pkgIndex.tcl'
test -z "/usr/local/lib/TkXInput" || mkdir -p -- "/usr/local/lib/TkXInput"
/bin/bash ../../libtool --mode=install /usr/bin/install -c 'libwacomxi.la' '/usr/local/lib/TkXInput/libwacomxi.la'
/usr/bin/install -c .libs/libwacomxi.so.0.0.0 /usr/local/lib/TkXInput/libwacomxi.so.0.0.0
(cd /usr/local/lib/TkXInput && { ln -s -f libwacomxi.so.0.0.0 libwacomxi.so.0 || { rm -f libwacomxi.so.0 && ln -s libwacomxi.so.0.0.0 libwacomxi.so.0; }; })
(cd /usr/local/lib/TkXInput && { ln -s -f libwacomxi.so.0.0.0 libwacomxi.so || { rm -f libwacomxi.so && ln -s libwacomxi.so.0.0.0 libwacomxi.so; }; })
/usr/bin/install -c .libs/libwacomxi.lai /usr/local/lib/TkXInput/libwacomxi.la
/usr/bin/install -c .libs/libwacomxi.a /usr/local/lib/TkXInput/libwacomxi.a
chmod 644 /usr/local/lib/TkXInput/libwacomxi.a
ranlib /usr/local/lib/TkXInput/libwacomxi.a
PATH="$PATH:/sbin" ldconfig -n /usr/local/lib/TkXInput
----------------------------------------------------------------------
Libraries have been installed in:
/usr/local/lib/TkXInput
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,--rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to `/etc/ld.so.conf'
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[3]: quittant le répertoire « /home/oem/linuxwacom-0.7.9-8/src/wacomxi »
make[2]: quittant le répertoire « /home/oem/linuxwacom-0.7.9-8/src/wacomxi »
Making install in util
make[2]: entrant dans le répertoire « /home/oem/linuxwacom-0.7.9-8/src/util »
make[3]: entrant dans le répertoire « /home/oem/linuxwacom-0.7.9-8/src/util »
test -z "/usr/local/lib" || mkdir -p -- "/usr/local/lib"
/bin/bash ../../libtool --mode=install /usr/bin/install -c 'libwacomcfg.la' '/usr/local/lib/libwacomcfg.la'
/usr/bin/install -c .libs/libwacomcfg.so.0.0.1 /usr/local/lib/libwacomcfg.so.0.0.1
(cd /usr/local/lib && { ln -s -f libwacomcfg.so.0.0.1 libwacomcfg.so.0 || { rm -f libwacomcfg.so.0 && ln -s libwacomcfg.so.0.0.1 libwacomcfg.so.0; }; })
(cd /usr/local/lib && { ln -s -f libwacomcfg.so.0.0.1 libwacomcfg.so || { rm -f libwacomcfg.so && ln -s libwacomcfg.so.0.0.1 libwacomcfg.so; }; })
/usr/bin/install -c .libs/libwacomcfg.lai /usr/local/lib/libwacomcfg.la
/usr/bin/install -c .libs/libwacomcfg.a /usr/local/lib/libwacomcfg.a
chmod 644 /usr/local/lib/libwacomcfg.a
ranlib /usr/local/lib/libwacomcfg.a
PATH="$PATH:/sbin" ldconfig -n /usr/local/lib
----------------------------------------------------------------------
Libraries have been installed in:
/usr/local/lib
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,--rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to `/etc/ld.so.conf'
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
test -z "/usr/local/bin" || mkdir -p -- "/usr/local/bin"
/bin/bash ../../libtool --mode=install /usr/bin/install -c 'wacdump' '/usr/local/bin/wacdump'
/usr/bin/install -c wacdump /usr/local/bin/wacdump
/bin/bash ../../libtool --mode=install /usr/bin/install -c 'xidump' '/usr/local/bin/xidump'
/usr/bin/install -c xidump /usr/local/bin/xidump
/bin/bash ../../libtool --mode=install /usr/bin/install -c 'xsetwacom' '/usr/local/bin/xsetwacom'
/usr/bin/install -c .libs/xsetwacom /usr/local/bin/xsetwacom
test -z "/usr/local/include/wacomcfg" || mkdir -p -- "/usr/local/include/wacomcfg"
/usr/bin/install -c -m 644 'wacomcfg.h' '/usr/local/include/wacomcfg/wacomcfg.h'
make[3]: quittant le répertoire « /home/oem/linuxwacom-0.7.9-8/src/util »
make[2]: quittant le répertoire « /home/oem/linuxwacom-0.7.9-8/src/util »
Making install in xdrv
make[2]: entrant dans le répertoire « /home/oem/linuxwacom-0.7.9-8/src/xdrv »
make[3]: entrant dans le répertoire « /home/oem/linuxwacom-0.7.9-8/src/xdrv »
make[3]: Rien à faire pour « install-exec-am ».
test -z "/usr/lib/xorg/modules/input" || mkdir -p -- "/usr/lib/xorg/modules/input"
/usr/bin/install -c -m 644 'wacom_drv.so' '/usr/lib/xorg/modules/input/wacom_drv.so'
make[3]: quittant le répertoire « /home/oem/linuxwacom-0.7.9-8/src/xdrv »
make[2]: quittant le répertoire « /home/oem/linuxwacom-0.7.9-8/src/xdrv »
Making install in 2.6.22
make[2]: entrant dans le répertoire « /home/oem/linuxwacom-0.7.9-8/src/2.6.22 »
make[2]: Rien à faire pour « install ».
make[2]: quittant le répertoire « /home/oem/linuxwacom-0.7.9-8/src/2.6.22 »
make[1]: quittant le répertoire « /home/oem/linuxwacom-0.7.9-8/src »
make[1]: entrant dans le répertoire « /home/oem/linuxwacom-0.7.9-8 »
make[2]: entrant dans le répertoire « /home/oem/linuxwacom-0.7.9-8 »
make[2]: Rien à faire pour « install-exec-am ».
make[2]: Rien à faire pour « install-data-am ».
make[2]: quittant le répertoire « /home/oem/linuxwacom-0.7.9-8 »
make[1]: quittant le répertoire « /home/oem/linuxwacom-0.7.9-8 »
root@NuNuX:~/linuxwacom-0.7.9-8#
7. Quand j'arrive dans /etc/X11/xorg.conf : Je n'ai aucune ligne sur ma tablette, juste ça concernant ma souris :
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection
Du coups je ne peux rien changer... Et j'ai essayé, Ubuntu redémarre en mode basse résolution (soit disant qu'il ne reconnait pas ma carte graphique et mon écran) mais quand je les retire et que je remet comme avant : ça redémarre normalement....
J'attend de savoir si c'est ici le problème, je peux vous poster la suite des manipulations si besoin.
Je remercie par avance chaque réponse,
J'attend avec impatience,
Merci d'avance,
Miku.
Dernière modification par Miku (Le 02/04/2008, à 18:36)
Hors ligne
#3 Le 31/03/2008, à 19:44
- Miku
Re : Installer ma Wacom Bamboo [Presque-Resolu]
Quelque chose qui cloche, je vous copie mon xorg.conf avant d'inserer les lignes indiquées sur la doc ubuntu, puis après.
Avant :
# xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by failsafeDexconf, using
# values from the debconf database and some overrides to use vesa mode.
#
# You should use dexconf or another such tool for creating a "real" xorg.conf
# For example:
# sudo dpkg-reconfigure -phigh xserver-xorg
Section "Files"
EndSection
Section "Module"
Load "glx"
Load "v4l"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "fr"
Option "XkbVariant" "oss"
Option "XkbOptions" "lv3:ralt_switch"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection
Section "Device"
Identifier "Failsafe Device"
Boardname "vesa"
Busid "PCI:1:0:0"
Driver "nvidia"
Screen 0
Option "AddARGBVisuals" "True"
Option "NoLogo" "True"
EndSection
Section "Monitor"
Identifier "Failsafe Monitor"
Vendorname "Compaq"
Modelname "Compaq FP7317 Flat Panel Monitor"
Horizsync 30.0-81.0
Vertrefresh 56.0-76.0
modeline "640x480@60" 25.2 640 656 752 800 480 490 492 525 -vsync -hsync
modeline "640x480@72" 31.5 640 664 704 832 480 489 491 520 -vsync -hsync
modeline "640x480@75" 31.5 640 656 720 840 480 481 484 500 -vsync -hsync
modeline "800x600@56" 36.0 800 824 896 1024 600 601 603 625 +hsync +vsync
modeline "800x600@72" 50.0 800 856 976 1040 600 637 643 666 +hsync +vsync
modeline "800x600@75" 49.5 800 816 896 1056 600 601 604 625 +hsync +vsync
modeline "800x600@60" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
modeline "832x624@75" 57.284 832 864 928 1152 624 625 628 667 -vsync -hsync
modeline "1024x768@75" 78.8 1024 1040 1136 1312 768 769 772 800 +hsync +vsync
modeline "1024x768@70" 75.0 1024 1048 1184 1328 768 771 777 806 -vsync -hsync
modeline "1024x768@60" 65.0 1024 1048 1184 1344 768 771 777 806 -vsync -hsync
modeline "1152x864@75" 108.0 1152 1216 1344 1600 864 865 868 900 +hsync +vsync
modeline "1280x1024@75" 135.0 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync
modeline "1280x960@60" 102.1 1280 1360 1496 1712 960 961 964 994 -hsync +vsync
modeline "1280x1024@60" 108.0 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync
modeline "1280x960@75" 129.86 1280 1368 1504 1728 960 961 964 1002 -hsync +vsync
modeline "1400x1050@60" 122.61 1400 1488 1640 1880 1050 1051 1054 1087 -hsync +vsync
modeline "1600x1200@65" 175.5 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
modeline "1600x1200@60" 162.0 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
Gamma 1.0
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Failsafe Device"
Monitor "Failsafe Monitor"
Defaultdepth 24
SubSection "Display"
Depth 24
Virtual 1600 1200
Modes "1280x1024@75" "1280x960@60" "1152x864@75" "1280x1024@60" "1024x768@60" "1280x960@75" "1024x768@70" "1400x1050@60" "1024x768@75" "1600x1200@65" "832x624@75" "1600x1200@60" "800x600@60" "800x600@75" "800x600@72" "800x600@56" "640x480@75" "640x480@72" "640x480@60"
EndSubSection
Option "AddARGBGLXVisuals" "True"
EndSection
Section "ServerLayout"
Identifier "Default Layout"
screen 0 "Default Screen" 0 0
Inputdevice "Generic Keyboard"
Inputdevice "Configured Mouse"
EndSection
Section "device" #
Identifier "device1"
Boardname "vesa"
Busid "PCI:1:0:0"
Driver "nvidia"
Screen 1
EndSection
Section "screen" #
Identifier "screen1"
Device "device1"
Defaultdepth 24
Monitor "monitor1"
SubSection "Display"
Depth 24
Modes "640x480@60" "640x480@72" "640x480@75" "800x600@56" "800x600@72" "800x600@75" "800x600@60" "832x624@75" "1024x768@75" "1024x768@70" "1024x768@60" "1152x864@75" "1280x1024@75" "1280x960@60" "1280x1024@60" "1280x960@75" "1400x1050@60" "1600x1200@65" "1600x1200@60"
EndSubSection
Option "AddARGBGLXVisuals" "True"
EndSection
Section "monitor" #
Identifier "monitor1"
Vendorname "Compaq"
Modelname "Compaq FP7317 Flat Panel Monitor"
Horizsync 30.0-81.0
Vertrefresh 56.0-76.0
modeline "640x480@60" 25.2 640 656 752 800 480 490 492 525 -vsync -hsync
modeline "640x480@72" 31.5 640 664 704 832 480 489 491 520 -vsync -hsync
modeline "640x480@75" 31.5 640 656 720 840 480 481 484 500 -vsync -hsync
modeline "800x600@56" 36.0 800 824 896 1024 600 601 603 625 +hsync +vsync
modeline "800x600@72" 50.0 800 856 976 1040 600 637 643 666 +hsync +vsync
modeline "800x600@75" 49.5 800 816 896 1056 600 601 604 625 +hsync +vsync
modeline "800x600@60" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
modeline "832x624@75" 57.284 832 864 928 1152 624 625 628 667 -vsync -hsync
modeline "1024x768@75" 78.8 1024 1040 1136 1312 768 769 772 800 +hsync +vsync
modeline "1024x768@70" 75.0 1024 1048 1184 1328 768 771 777 806 -vsync -hsync
modeline "1024x768@60" 65.0 1024 1048 1184 1344 768 771 777 806 -vsync -hsync
modeline "1152x864@75" 108.0 1152 1216 1344 1600 864 865 868 900 +hsync +vsync
modeline "1280x1024@75" 135.0 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync
modeline "1280x960@60" 102.1 1280 1360 1496 1712 960 961 964 994 -hsync +vsync
modeline "1280x1024@60" 108.0 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync
modeline "1280x960@75" 129.86 1280 1368 1504 1728 960 961 964 1002 -hsync +vsync
modeline "1400x1050@60" 122.61 1400 1488 1640 1880 1050 1051 1054 1087 -hsync +vsync
modeline "1600x1200@65" 175.5 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
modeline "1600x1200@60" 162.0 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
Gamma 1.0
EndSection
Section "ServerFlags"
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection
Après :
# xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by failsafeDexconf, using
# values from the debconf database and some overrides to use vesa mode.
#
# You should use dexconf or another such tool for creating a "real" xorg.conf
# For example:
# sudo dpkg-reconfigure -phigh xserver-xorg
Section "Files"
EndSection
Section "Module"
Load "glx"
Load "v4l"
Load "wacom"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "fr"
Option "XkbVariant" "oss"
Option "XkbOptions" "lv3:ralt_switch"
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "stylus"
Option "Device" "/dev/input/event3" # Tablette USB
Option "Type" "stylus" # Stylet pointe ecriture
Option "USB" "on" # Tablette USB
Option "Mode" "absolute" # Position sur la tablette
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
Option "HistorySize" "64" # Taille buffer
Option "Tilt" "on" # Inclinaison
Option "TiltInvert" "on" # Invertion de l'inclinaison
Option "Threshold" "5" # sensibilité à la pression
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "eraser"
Option "Device" "/dev/input/event3" # Tablette USB
Option "Type" "eraser" # stylet pointe gomme
Option "USB" "on" # Tablette USB
Option "Mode" "absolute" # Position sur la tablette
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
Option "HistorySize" "64" # Taille buffer
Option "Tilt" "on" # Inclinaison
Option "TiltInvert" "on" # Invertion de l'inclinaison
Option "Threshold" "5" # sensibilité à la pression
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "cursor"
Option "Device" "/dev/input/event3" # Tablette USB
Option "Type" "cursor"
Option "USB" "on" # Tablette USB
Option "Mode" "absolute" # Position sur la tablette
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
Option "HistorySize" "64" # Taille buffer
EndSection
Section "Device"
Identifier "Failsafe Device"
Boardname "vesa"
Busid "PCI:1:0:0"
Driver "nvidia"
Screen 0
Option "AddARGBVisuals" "True"
Option "NoLogo" "True"
EndSection
Section "Monitor"
Identifier "Failsafe Monitor"
Vendorname "Compaq"
Modelname "Compaq FP7317 Flat Panel Monitor"
Horizsync 30.0-81.0
Vertrefresh 56.0-76.0
modeline "640x480@60" 25.2 640 656 752 800 480 490 492 525 -vsync -hsync
modeline "640x480@72" 31.5 640 664 704 832 480 489 491 520 -vsync -hsync
modeline "640x480@75" 31.5 640 656 720 840 480 481 484 500 -vsync -hsync
modeline "800x600@56" 36.0 800 824 896 1024 600 601 603 625 +hsync +vsync
modeline "800x600@72" 50.0 800 856 976 1040 600 637 643 666 +hsync +vsync
modeline "800x600@75" 49.5 800 816 896 1056 600 601 604 625 +hsync +vsync
modeline "800x600@60" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
modeline "832x624@75" 57.284 832 864 928 1152 624 625 628 667 -vsync -hsync
modeline "1024x768@75" 78.8 1024 1040 1136 1312 768 769 772 800 +hsync +vsync
modeline "1024x768@70" 75.0 1024 1048 1184 1328 768 771 777 806 -vsync -hsync
modeline "1024x768@60" 65.0 1024 1048 1184 1344 768 771 777 806 -vsync -hsync
modeline "1152x864@75" 108.0 1152 1216 1344 1600 864 865 868 900 +hsync +vsync
modeline "1280x1024@75" 135.0 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync
modeline "1280x960@60" 102.1 1280 1360 1496 1712 960 961 964 994 -hsync +vsync
modeline "1280x1024@60" 108.0 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync
modeline "1280x960@75" 129.86 1280 1368 1504 1728 960 961 964 1002 -hsync +vsync
modeline "1400x1050@60" 122.61 1400 1488 1640 1880 1050 1051 1054 1087 -hsync +vsync
modeline "1600x1200@65" 175.5 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
modeline "1600x1200@60" 162.0 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
Gamma 1.0
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Failsafe Device"
Monitor "Failsafe Monitor"
Defaultdepth 24
SubSection "Display"
Depth 24
Virtual 1600 1200
Modes "1280x1024@75" "1280x960@60" "1152x864@75" "1280x1024@60" "1024x768@60" "1280x960@75" "1024x768@70" "1400x1050@60" "1024x768@75" "1600x1200@65" "832x624@75" "1600x1200@60" "800x600@60" "800x600@75" "800x600@72" "800x600@56" "640x480@75" "640x480@72" "640x480@60"
EndSubSection
Option "AddARGBGLXVisuals" "True"
EndSection
Section "ServerLayout"
Identifier "Default Layout"
screen 0 "Default Screen" 0 0
Inputdevice "Generic Keyboard"
Inputdevice "Configured Mouse"
InputDevice "stylus" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
EndSection
Section "device" #
Identifier "device1"
Boardname "vesa"
Busid "PCI:1:0:0"
Driver "nvidia"
Screen 1
EndSection
Section "screen" #
Identifier "screen1"
Device "device1"
Defaultdepth 24
Monitor "monitor1"
SubSection "Display"
Depth 24
Modes "640x480@60" "640x480@72" "640x480@75" "800x600@56" "800x600@72" "800x600@75" "800x600@60" "832x624@75" "1024x768@75" "1024x768@70" "1024x768@60" "1152x864@75" "1280x1024@75" "1280x960@60" "1280x1024@60" "1280x960@75" "1400x1050@60" "1600x1200@65" "1600x1200@60"
EndSubSection
Option "AddARGBGLXVisuals" "True"
EndSection
Section "monitor" #
Identifier "monitor1"
Vendorname "Compaq"
Modelname "Compaq FP7317 Flat Panel Monitor"
Horizsync 30.0-81.0
Vertrefresh 56.0-76.0
modeline "640x480@60" 25.2 640 656 752 800 480 490 492 525 -vsync -hsync
modeline "640x480@72" 31.5 640 664 704 832 480 489 491 520 -vsync -hsync
modeline "640x480@75" 31.5 640 656 720 840 480 481 484 500 -vsync -hsync
modeline "800x600@56" 36.0 800 824 896 1024 600 601 603 625 +hsync +vsync
modeline "800x600@72" 50.0 800 856 976 1040 600 637 643 666 +hsync +vsync
modeline "800x600@75" 49.5 800 816 896 1056 600 601 604 625 +hsync +vsync
modeline "800x600@60" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
modeline "832x624@75" 57.284 832 864 928 1152 624 625 628 667 -vsync -hsync
modeline "1024x768@75" 78.8 1024 1040 1136 1312 768 769 772 800 +hsync +vsync
modeline "1024x768@70" 75.0 1024 1048 1184 1328 768 771 777 806 -vsync -hsync
modeline "1024x768@60" 65.0 1024 1048 1184 1344 768 771 777 806 -vsync -hsync
modeline "1152x864@75" 108.0 1152 1216 1344 1600 864 865 868 900 +hsync +vsync
modeline "1280x1024@75" 135.0 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync
modeline "1280x960@60" 102.1 1280 1360 1496 1712 960 961 964 994 -hsync +vsync
modeline "1280x1024@60" 108.0 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync
modeline "1280x960@75" 129.86 1280 1368 1504 1728 960 961 964 1002 -hsync +vsync
modeline "1400x1050@60" 122.61 1400 1488 1640 1880 1050 1051 1054 1087 -hsync +vsync
modeline "1600x1200@65" 175.5 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
modeline "1600x1200@60" 162.0 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
Gamma 1.0
EndSection
Section "ServerFlags"
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection
J'ai testé en gardant input device concernant ma souris, en le retirant. En modifiant le chemin vers la tablette (/dev/input/wacom comme sur la doc , ou /dev/input/event3 que je crois être l'event de ma tablette.)
Le problème c'est que je redémarre et là : il me dit qu'il ne reconnaît pas ma carte graphique et mon écran donc il démarre en mode basse résolution. Alors que je n'ai touché à strictement rien niveau écran/CG j'ai réessayé déjà plusieurs fois.
Dernière modification par Miku (Le 31/03/2008, à 19:48)
Hors ligne
#4 Le 31/03/2008, à 22:23
- Miku
Re : Installer ma Wacom Bamboo [Presque-Resolu]
Bon j'ai réussiiiii !!!
J'ai, sans même penser que ça marcherais, utilisé les lignes de ce xorg.conf qui parle de tablette. Et hop ça marche ! Par contre les expresskeys ne fonctionnent plus et j'arrive pas à configurer les boutons...
liens pour la solution : http://www.thinkwiki.org/wiki/Installing_Ubuntu_7.10_(Gutsy_Gibbon)_Tribe_on_a_ThinkPad_R61
Hors ligne
#5 Le 01/04/2008, à 14:40
- Cyman
Re : Installer ma Wacom Bamboo [Presque-Resolu]
Et ben voilà!! Contente pour toi!
C'est vrai que vue ton erreur, j'aurais dû penser à te demander ton xorg.conf pour vérifier que la tablette y figurait.:rolleyes:
Par contre, juste pour bien comprendre, dans le dernier copier/coller de ta version de xorg.conf je ne vois pas la section InputDevice qui correspond au "pad" alors que celles pour le stylus, l'eraser et le cursor y sont bien. Est-ce vraiment la version qui fonctionne chez toi ou as-tu une autre version avec la section correspondant au pad?
Si oui, ça peut être utile à ceux qui rencontreront le même souci que toi de la poster aussi.
A+, profite bien de ton nouveau jouet!!:D
Hors ligne
#6 Le 01/04/2008, à 15:08
- Miku
Re : Installer ma Wacom Bamboo [Presque-Resolu]
Bon j'ai réécrit ligne par ligne mon xorg.conf sur ce qui concerne le pad, c'est résolu totalement ! Je peux même éxecuter les xsetwacom !
Presque tout marche ! En effet la gomme sous Gimp me gomme les dessins en noir -_- ....
Merci en tout cas !
Je poste mon xorg.conf actuellement :
# xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by failsafeDexconf, using
# values from the debconf database and some overrides to use vesa mode.
#
# You should use dexconf or another such tool for creating a "real" xorg.conf
# For example:
# sudo dpkg-reconfigure -phigh xserver-xorg
Section "Files"
EndSection
Section "Module"
Load "glx"
Load "v4l"
Load "wacom"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "fr"
Option "XkbVariant" "oss"
Option "XkbOptions" "lv3:ralt_switch"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "stylus"
Option "Device" "/dev/input/wacom"
Option "Type" "stylus"
Option "ForceDevice" "ISDV4"
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "eraser"
Option "Device" "/dev/input/wacom"
Option "Type" "eraser"
Option "ForceDevice" "ISDV4"
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "cursor"
Option "Device" "/dev/input/wacom"
Option "Type" "cursor"
Option "ForceDevice" "ISDV4"
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "pad"
Option "Device" "/dev/input/wacom"
Option "Type" "pad"
Option "USB" "on"
EndSection
Section "Device"
Identifier "Failsafe Device"
Boardname "vesa"
Busid "PCI:1:0:0"
Driver "nvidia"
Screen 0
Option "AddARGBVisuals" "True"
Option "NoLogo" "True"
EndSection
Section "Monitor"
Identifier "Failsafe Monitor"
Vendorname "Compaq"
Modelname "Compaq FP7317 Flat Panel Monitor"
Horizsync 30.0-81.0
Vertrefresh 56.0-76.0
modeline "640x480@60" 25.2 640 656 752 800 480 490 492 525 -vsync -hsync
modeline "640x480@72" 31.5 640 664 704 832 480 489 491 520 -vsync -hsync
modeline "640x480@75" 31.5 640 656 720 840 480 481 484 500 -vsync -hsync
modeline "800x600@56" 36.0 800 824 896 1024 600 601 603 625 +hsync +vsync
modeline "800x600@72" 50.0 800 856 976 1040 600 637 643 666 +hsync +vsync
modeline "800x600@75" 49.5 800 816 896 1056 600 601 604 625 +hsync +vsync
modeline "800x600@60" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
modeline "832x624@75" 57.284 832 864 928 1152 624 625 628 667 -vsync -hsync
modeline "1024x768@75" 78.8 1024 1040 1136 1312 768 769 772 800 +hsync +vsync
modeline "1024x768@70" 75.0 1024 1048 1184 1328 768 771 777 806 -vsync -hsync
modeline "1024x768@60" 65.0 1024 1048 1184 1344 768 771 777 806 -vsync -hsync
modeline "1152x864@75" 108.0 1152 1216 1344 1600 864 865 868 900 +hsync +vsync
modeline "1280x1024@75" 135.0 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync
modeline "1280x960@60" 102.1 1280 1360 1496 1712 960 961 964 994 -hsync +vsync
modeline "1280x1024@60" 108.0 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync
modeline "1280x960@75" 129.86 1280 1368 1504 1728 960 961 964 1002 -hsync +vsync
modeline "1400x1050@60" 122.61 1400 1488 1640 1880 1050 1051 1054 1087 -hsync +vsync
modeline "1600x1200@65" 175.5 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
modeline "1600x1200@60" 162.0 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
Gamma 1.0
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Failsafe Device"
Monitor "Failsafe Monitor"
Defaultdepth 24
SubSection "Display"
Depth 24
Virtual 1600 1200
Modes "1280x1024@75" "1280x960@60" "1152x864@75" "1280x1024@60" "1024x768@60" "1280x960@75" "1024x768@70" "1400x1050@60" "1024x768@75" "1600x1200@65" "832x624@75" "1600x1200@60" "800x600@60" "800x600@75" "800x600@72" "800x600@56" "640x480@75" "640x480@72" "640x480@60"
EndSubSection
Option "AddARGBGLXVisuals" "True"
EndSection
Section "ServerLayout"
Identifier "Default Layout"
screen 0 "Default Screen" 0 0
Inputdevice "Generic Keyboard"
Inputdevice "Configured Mouse"
InputDevice "stylus" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
InputDevice "Pad"
EndSection
Section "device" #
Identifier "device1"
Boardname "vesa"
Busid "PCI:1:0:0"
Driver "nvidia"
Screen 1
EndSection
Section "screen" #
Identifier "screen1"
Device "device1"
Defaultdepth 24
Monitor "monitor1"
SubSection "Display"
Depth 24
Modes "640x480@60" "640x480@72" "640x480@75" "800x600@56" "800x600@72" "800x600@75" "800x600@60" "832x624@75" "1024x768@75" "1024x768@70" "1024x768@60" "1152x864@75" "1280x1024@75" "1280x960@60" "1280x1024@60" "1280x960@75" "1400x1050@60" "1600x1200@65" "1600x1200@60"
EndSubSection
Option "AddARGBGLXVisuals" "True"
EndSection
Section "monitor" #
Identifier "monitor1"
Vendorname "Compaq"
Modelname "Compaq FP7317 Flat Panel Monitor"
Horizsync 30.0-81.0
Vertrefresh 56.0-76.0
modeline "640x480@60" 25.2 640 656 752 800 480 490 492 525 -vsync -hsync
modeline "640x480@72" 31.5 640 664 704 832 480 489 491 520 -vsync -hsync
modeline "640x480@75" 31.5 640 656 720 840 480 481 484 500 -vsync -hsync
modeline "800x600@56" 36.0 800 824 896 1024 600 601 603 625 +hsync +vsync
modeline "800x600@72" 50.0 800 856 976 1040 600 637 643 666 +hsync +vsync
modeline "800x600@75" 49.5 800 816 896 1056 600 601 604 625 +hsync +vsync
modeline "800x600@60" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
modeline "832x624@75" 57.284 832 864 928 1152 624 625 628 667 -vsync -hsync
modeline "1024x768@75" 78.8 1024 1040 1136 1312 768 769 772 800 +hsync +vsync
modeline "1024x768@70" 75.0 1024 1048 1184 1328 768 771 777 806 -vsync -hsync
modeline "1024x768@60" 65.0 1024 1048 1184 1344 768 771 777 806 -vsync -hsync
modeline "1152x864@75" 108.0 1152 1216 1344 1600 864 865 868 900 +hsync +vsync
modeline "1280x1024@75" 135.0 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync
modeline "1280x960@60" 102.1 1280 1360 1496 1712 960 961 964 994 -hsync +vsync
modeline "1280x1024@60" 108.0 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync
modeline "1280x960@75" 129.86 1280 1368 1504 1728 960 961 964 1002 -hsync +vsync
modeline "1400x1050@60" 122.61 1400 1488 1640 1880 1050 1051 1054 1087 -hsync +vsync
modeline "1600x1200@65" 175.5 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
modeline "1600x1200@60" 162.0 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
Gamma 1.0
EndSection
Section "ServerFlags"
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection
Dernière modification par Miku (Le 01/04/2008, à 16:57)
Hors ligne
#7 Le 01/04/2008, à 18:13
- Cyman
Re : Installer ma Wacom Bamboo [Presque-Resolu]
Concernant le gommage en noir sous Gimp: c'est normal, en fait la gomme colorie avec la 2è couleur sélectionnée (en général la couleur du fond). Donc si tu veux "gommer" sur un fond blanc, il te faut choisir le blanc comme 2è couleur
Accessoirement, je trouve ça bien utile aussi, tu peux utiliser n'importe quel autre outil à la place de la gomme avec le bouton "eraser" de ton stylet.
Hors ligne
#8 Le 01/04/2008, à 18:53
- Miku
Re : Installer ma Wacom Bamboo [Presque-Resolu]
Exact ! ça marche ! Tu déchire, merci ^^
J'éspere que ça ne va pas changer
Hors ligne
#9 Le 01/04/2008, à 18:59
- Miku
Re : Installer ma Wacom Bamboo [Presque-Resolu]
Sinon j'ai remarqué dans The Gimp un décalage, il y a 2 pointeurs, et en fait parfois un sort de la fenetre donc j'ai toute une partie sur l'image où je ne peux rien faire avec le stylet.
Comment supprimer le décalage ? Re dimensionner la fenetre ? ... ??
Hors ligne
#10 Le 02/04/2008, à 01:36
- Cyman
Re : Installer ma Wacom Bamboo [Presque-Resolu]
2 pointeurs? Alors là...:|
Tout ce à quoi ça me fait penser c'est un souci que j'ai quand mon 2è écran est branché et utilisé: j'ai un décalage entre le pointeur souris et le pinceau Gimp. Tant et si bien que pour dessiner, je ne tiens plus compte que du pointeur Gimp (même si le pointeur souris est à l'extérieur de la feuille de dessin). Le seul moyen que j'ai trouvé pour ne pas avoir ce décalage: quand je travaille sous Gimp, je n'active pas le double écran. C'est pas une vraie solution mais ça marche et comme y'a pas besoin des deux écrans quand je dessine, c'est pas gênant. Probablement que les drivers Wacom ne sont pas prévus pour gérer le double écran ou le gèrent mal.
Hors ligne
#11 Le 02/04/2008, à 07:02
- Miku
Re : Installer ma Wacom Bamboo [Presque-Resolu]
c'est ça mon problème à moi aussi j'ai l'impression, j'ai un pointeur qui correspond au pinceau (ou à un autre outils choisit) et plus bas à droite : un curseur (une fleche de souris) O_o et quand ce dernier va toucher soit les icones de AWN soit sort de la fenetre : je ne peux plus dessiner !
J'essaie de faire un screen qui le montre bien.
Hors ligne
#12 Le 02/04/2008, à 11:35
- Cyman
Re : Installer ma Wacom Bamboo [Presque-Resolu]
Miku,
As-tu essayé de désactiver le double écran?
J'ai jeté un œil en détail à ton xorg: tu as deux écrans Compaq FP7317? Dans ton xorg sont définis un écran par défaut et un deuxième écran strictement identique. Pas que ce soit impossible mais ça me parait suspect...
L'écran par défaut:
Section "Device"
Identifier "Failsafe Device"
Boardname "vesa"
Busid "PCI:1:0:0"
Driver "nvidia"
Screen 0
Option "AddARGBVisuals" "True"
Option "NoLogo" "True"
EndSection
Section "Monitor"
Identifier "Failsafe Monitor"
Vendorname "Compaq"
Modelname "Compaq FP7317 Flat Panel Monitor"
Horizsync 30.0-81.0
Vertrefresh 56.0-76.0
modeline "640x480@60" 25.2 640 656 752 800 480 490 492 525 -vsync -hsync
modeline "640x480@72" 31.5 640 664 704 832 480 489 491 520 -vsync -hsync
modeline "640x480@75" 31.5 640 656 720 840 480 481 484 500 -vsync -hsync
modeline "800x600@56" 36.0 800 824 896 1024 600 601 603 625 +hsync +vsync
modeline "800x600@72" 50.0 800 856 976 1040 600 637 643 666 +hsync +vsync
modeline "800x600@75" 49.5 800 816 896 1056 600 601 604 625 +hsync +vsync
modeline "800x600@60" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
modeline "832x624@75" 57.284 832 864 928 1152 624 625 628 667 -vsync -hsync
modeline "1024x768@75" 78.8 1024 1040 1136 1312 768 769 772 800 +hsync +vsync
modeline "1024x768@70" 75.0 1024 1048 1184 1328 768 771 777 806 -vsync -hsync
modeline "1024x768@60" 65.0 1024 1048 1184 1344 768 771 777 806 -vsync -hsync
modeline "1152x864@75" 108.0 1152 1216 1344 1600 864 865 868 900 +hsync +vsync
modeline "1280x1024@75" 135.0 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync
modeline "1280x960@60" 102.1 1280 1360 1496 1712 960 961 964 994 -hsync +vsync
modeline "1280x1024@60" 108.0 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync
modeline "1280x960@75" 129.86 1280 1368 1504 1728 960 961 964 1002 -hsync +vsync
modeline "1400x1050@60" 122.61 1400 1488 1640 1880 1050 1051 1054 1087 -hsync +vsync
modeline "1600x1200@65" 175.5 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
modeline "1600x1200@60" 162.0 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
Gamma 1.0
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Failsafe Device"
Monitor "Failsafe Monitor"
Defaultdepth 24
SubSection "Display"
Depth 24
Virtual 1600 1200
Modes "1280x1024@75" "1280x960@60" "1152x864@75" "1280x1024@60" "1024x768@60" "1280x960@75" "1024x768@70" "1400x1050@60" "1024x768@75" "1600x1200@65" "832x624@75" "1600x1200@60" "800x600@60" "800x600@75" "800x600@72" "800x600@56" "640x480@75" "640x480@72" "640x480@60"
EndSubSection
Option "AddARGBGLXVisuals" "True"
EndSection
et le 2è écran:
Section "device" #
Identifier "device1"
Boardname "vesa"
Busid "PCI:1:0:0"
Driver "nvidia"
Screen 1
EndSection
Section "screen" #
Identifier "screen1"
Device "device1"
Defaultdepth 24
Monitor "monitor1"
SubSection "Display"
Depth 24
Modes "640x480@60" "640x480@72" "640x480@75" "800x600@56" "800x600@72" "800x600@75" "800x600@60" "832x624@75" "1024x768@75" "1024x768@70" "1024x768@60" "1152x864@75" "1280x1024@75" "1280x960@60" "1280x1024@60" "1280x960@75" "1400x1050@60" "1600x1200@65" "1600x1200@60"
EndSubSection
Option "AddARGBGLXVisuals" "True"
EndSection
Section "monitor" #
Identifier "monitor1"
Vendorname "Compaq"
Modelname "Compaq FP7317 Flat Panel Monitor"
Horizsync 30.0-81.0
Vertrefresh 56.0-76.0
modeline "640x480@60" 25.2 640 656 752 800 480 490 492 525 -vsync -hsync
modeline "640x480@72" 31.5 640 664 704 832 480 489 491 520 -vsync -hsync
modeline "640x480@75" 31.5 640 656 720 840 480 481 484 500 -vsync -hsync
modeline "800x600@56" 36.0 800 824 896 1024 600 601 603 625 +hsync +vsync
modeline "800x600@72" 50.0 800 856 976 1040 600 637 643 666 +hsync +vsync
modeline "800x600@75" 49.5 800 816 896 1056 600 601 604 625 +hsync +vsync
modeline "800x600@60" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
modeline "832x624@75" 57.284 832 864 928 1152 624 625 628 667 -vsync -hsync
modeline "1024x768@75" 78.8 1024 1040 1136 1312 768 769 772 800 +hsync +vsync
modeline "1024x768@70" 75.0 1024 1048 1184 1328 768 771 777 806 -vsync -hsync
modeline "1024x768@60" 65.0 1024 1048 1184 1344 768 771 777 806 -vsync -hsync
modeline "1152x864@75" 108.0 1152 1216 1344 1600 864 865 868 900 +hsync +vsync
modeline "1280x1024@75" 135.0 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync
modeline "1280x960@60" 102.1 1280 1360 1496 1712 960 961 964 994 -hsync +vsync
modeline "1280x1024@60" 108.0 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync
modeline "1280x960@75" 129.86 1280 1368 1504 1728 960 961 964 1002 -hsync +vsync
modeline "1400x1050@60" 122.61 1400 1488 1640 1880 1050 1051 1054 1087 -hsync +vsync
modeline "1600x1200@65" 175.5 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
modeline "1600x1200@60" 162.0 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
Gamma 1.0
EndSection
C'est d'autant plus bizarre que au final dans la section ServerLayout tu n'utilises qu'un seul de ces deux écrans:
Section "ServerLayout"
Identifier "Default Layout"
screen 0 "Default Screen" 0 0 #ICI, TU N'UTILISES QUE LE 1ER ECRAN
Inputdevice "Generic Keyboard"
Inputdevice "Configured Mouse"
InputDevice "stylus" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
InputDevice "Pad"
EndSection
Ce que je me demande du coup c'est si tu as vraiment deux écrans? Ou est-ce simplement qu'en paramétrant ton xorg tu as accidentellement défini un 2è écran qui n'existe pas? Ca peut être une piste pour ton problème de décalage de curseur sous Gimp. Si c'est ça, il te suffit de commenter les lignes qui concernent le deuxième écran.
Je t'ajoute un lien vers une vieille version de mon xorg pour que tu vois comment est géré le double écran chez moi:http://forum.kubuntu-fr.org/viewtopic.p … 3#p1236833
Note que dans cette version je n'avais pas encore de tablette graphique donc le paramétrage de ma wacom est commenté.
En espérant que ça t'aidera.:)
Dernière modification par Cyman (Le 02/04/2008, à 11:37)
Hors ligne
#13 Le 02/04/2008, à 16:08
- Miku
Re : Installer ma Wacom Bamboo [Presque-Resolu]
En fait j'avais essayé le dual screen, mais je ne l'utilise plus, l'autre écran n'était pas le même....
Du coup je n'ai pas retouché le xorg.conf car ça marchait très bien avec un seul écran de branché.
Quelles lignes exactement me conseille-tu de supprimer/modifier pour retirer le deuxieme écran inexistant ?
Merci
Hors ligne
#14 Le 03/04/2008, à 13:22
- Cyman
Re : Installer ma Wacom Bamboo [Presque-Resolu]
Celles correspondant au 2è écran? (cf mon post précédent)
Hors ligne
#15 Le 03/04/2008, à 16:34
- Miku
Re : Installer ma Wacom Bamboo [Presque-Resolu]
Je vais tester.
Hors ligne
#16 Le 03/04/2008, à 16:44
- Miku
Re : Installer ma Wacom Bamboo [Presque-Resolu]
Voilà, mais ça n'a pas résolu mon problème sur Gimp
Je poste mon xorg pour que vous voyez si il n'y a pas quelque chose qui clocherait, quelque chose que je pourrais supprimer/modifier.
Merci
# xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by failsafeDexconf, using
# values from the debconf database and some overrides to use vesa mode.
#
# You should use dexconf or another such tool for creating a "real" xorg.conf
# For example:
# sudo dpkg-reconfigure -phigh xserver-xorg
Section "Files"
EndSection
Section "Module"
Load "glx"
Load "v4l"
Load "wacom"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "fr"
Option "XkbVariant" "oss"
Option "XkbOptions" "lv3:ralt_switch"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "stylus"
Option "Device" "/dev/input/wacom"
Option "Type" "stylus"
Option "ForceDevice" "ISDV4"
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "eraser"
Option "Device" "/dev/input/wacom"
Option "Type" "eraser"
Option "ForceDevice" "ISDV4"
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "cursor"
Option "Device" "/dev/input/wacom"
Option "Type" "cursor"
Option "ForceDevice" "ISDV4"
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "pad"
Option "Device" "/dev/input/wacom"
Option "Type" "pad"
Option "USB" "on"
EndSection
Section "Device"
Identifier "Failsafe Device"
Boardname "vesa"
Busid "PCI:1:0:0"
Driver "nvidia"
Screen 0
Option "AddARGBVisuals" "True"
Option "NoLogo" "True"
EndSection
Section "Monitor"
Identifier "Failsafe Monitor"
Vendorname "Compaq"
Modelname "Compaq FP7317 Flat Panel Monitor"
Horizsync 30.0-81.0
Vertrefresh 56.0-76.0
modeline "640x480@60" 25.2 640 656 752 800 480 490 492 525 -vsync -hsync
modeline "640x480@72" 31.5 640 664 704 832 480 489 491 520 -vsync -hsync
modeline "640x480@75" 31.5 640 656 720 840 480 481 484 500 -vsync -hsync
modeline "800x600@56" 36.0 800 824 896 1024 600 601 603 625 +hsync +vsync
modeline "800x600@72" 50.0 800 856 976 1040 600 637 643 666 +hsync +vsync
modeline "800x600@75" 49.5 800 816 896 1056 600 601 604 625 +hsync +vsync
modeline "800x600@60" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
modeline "832x624@75" 57.284 832 864 928 1152 624 625 628 667 -vsync -hsync
modeline "1024x768@75" 78.8 1024 1040 1136 1312 768 769 772 800 +hsync +vsync
modeline "1024x768@70" 75.0 1024 1048 1184 1328 768 771 777 806 -vsync -hsync
modeline "1024x768@60" 65.0 1024 1048 1184 1344 768 771 777 806 -vsync -hsync
modeline "1152x864@75" 108.0 1152 1216 1344 1600 864 865 868 900 +hsync +vsync
modeline "1280x1024@75" 135.0 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync
modeline "1280x960@60" 102.1 1280 1360 1496 1712 960 961 964 994 -hsync +vsync
modeline "1280x1024@60" 108.0 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync
modeline "1280x960@75" 129.86 1280 1368 1504 1728 960 961 964 1002 -hsync +vsync
modeline "1400x1050@60" 122.61 1400 1488 1640 1880 1050 1051 1054 1087 -hsync +vsync
modeline "1600x1200@65" 175.5 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
modeline "1600x1200@60" 162.0 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
Gamma 1.0
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Failsafe Device"
Monitor "Failsafe Monitor"
Defaultdepth 24
SubSection "Display"
Depth 24
Virtual 1600 1200
Modes "1280x1024@75" "1280x960@60" "1152x864@75" "1280x1024@60" "1024x768@60" "1280x960@75" "1024x768@70" "1400x1050@60" "1024x768@75" "1600x1200@65" "832x624@75" "1600x1200@60" "800x600@60" "800x600@75" "800x600@72" "800x600@56" "640x480@75" "640x480@72" "640x480@60"
EndSubSection
Option "AddARGBGLXVisuals" "True"
EndSection
Section "ServerLayout"
Identifier "Default Layout"
screen 0 "Default Screen" 0 0
Inputdevice "Generic Keyboard"
Inputdevice "Configured Mouse"
InputDevice "stylus" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
InputDevice "Pad"
EndSection
Section "ServerFlags"
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection
Hors ligne
#17 Le 03/04/2008, à 21:18
- Cyman
Re : Installer ma Wacom Bamboo [Presque-Resolu]
Miku,
Je te poste mon xorg pour que tu puisses comparer les options de configuration de nos wacom respectives.
#
# 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 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.
#
# 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 "ServerLayout"
Identifier "Default Layout"
Screen 0 "Screen0" 0 0
Screen 1 "Screen1" RightOf "Screen0
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "stylus" "AlwaysCore"
InputDevice "cursor" "AlwaysCore"
InputDevice "eraser" "AlwaysCore"
InputDevice "pad"
EndSection
Section "Files"
# path to defoma fonts
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/share/fonts/X11/cyrillic"
FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/share/fonts/X11/75dpi"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection
Section "Module"
Load "glx"
Load "v4l"
Load "dbe"
Load "extmod"
Load "type1"
Load "freetype"
EndSection
Section "ServerFlags"
Option "Xinerama" "0"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "fr"
Option "XkbOptions" "lv3:ralt_switch"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "ButtonNumber" "12"
Option "Buttons" "12"
Option "Device" "/dev/input/mouse1"
Option "Protocol" "ExplorerPS/2"
Option "Emulate3Buttons" "false"
Option "Vendor" "Sysp"
Option "Resolution" "800"
Option "ZAxisMapping" "4 5"
Option "ButtonMapping" "1 2 3 6 7 8 9 10 11 12 13 14 15 16"
EndSection
Section "InputDevice"
Identifier "pad"
Driver "wacom"
Option "Device" "/dev/input/wacom"# Tablette USB
Option "ButtonsOnly" "on"
Option "Type" "pad"
Option "USB" "on"# Tablette USB
EndSection
Section "InputDevice"
Identifier "stylus"
Driver "wacom"
Option "Device" "/dev/input/wacom"# Change to
Option "Type" "stylus"
Option "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection
Section "InputDevice"
Identifier "eraser"
Driver "wacom"
Option "Device" "/dev/input/wacom"# Change to
Option "Type" "eraser"
Option "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection
Section "InputDevice"
Identifier "cursor"
Driver "wacom"
Option "Device" "/dev/input/wacom"# Change to
Option "Type" "cursor"
Option "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection
Section "Monitor"
Identifier "monitor1"
VendorName "Unknown"
ModelName "TV-0"
HorizSync 28.0 - 33.0
VertRefresh 43.0 - 72.0
Gamma 1
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "CRT-0"
HorizSync 30.0 - 82.0
VertRefresh 56.0 - 76.0
Gamma 1
ModeLine "800x600@56" 36.0 800 824 896 1024 600 601 603 625 +hsync +vsync
ModeLine "800x600@72" 50.0 800 856 976 1040 600 637 643 666 +hsync +vsync
ModeLine "800x600@75" 49.5 800 816 896 1056 600 601 604 625 +hsync +vsync
ModeLine "800x600@60" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
ModeLine "1280x768@60" 80.1 1280 1344 1480 1680 768 769 772 795 -hsync +vsync
ModeLine "1280x720@60" 74.5 1280 1336 1472 1664 720 721 724 746 -hsync +vsync
ModeLine "1280x800@75" 107.2 1280 1360 1496 1712 800 801 804 835 -hsync +vsync
ModeLine "1280x768@75" 103.0 1280 1360 1496 1712 768 769 772 802 -hsync +vsync
ModeLine "1280x800@60" 83.5 1280 1344 1480 1680 800 801 804 828 -hsync +vsync
ModeLine "1440x900@75" 136.5 1440 1536 1688 1936 900 901 904 940 -hsync +vsync
ModeLine "1440x900@60" 106.5 1440 1520 1672 1904 900 901 904 932 -hsync +vsync
ModeLine "1600x1024@60" 136.4 1600 1704 1872 2144 1024 1025 1028 1060 -hsync +vsync
ModeLine "1680x1050@60" 147.1 1680 1784 1968 2256 1050 1051 1054 1087 -hsync +vsync
ModeLine "1680x1050@75" 188.1 1680 1800 1984 2288 1050 1051 1054 1096 -hsync +vsync
ModeLine "1920x1200@60" 193.2 1920 2048 2256 2592 1200 1201 1204 1242 -hsync +vsync
EndSection
Section "Device"
Identifier "Videocard0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce FX 5200"
BusID "PCI:3:0:0"
Screen 0
EndSection
Section "Device"
Identifier "Videocard1"
Driver "nvidia"
VendorName "NVIDIA Corporation"
Option "TVOutFormat" "COMPOSITE"
BoardName "GeForce FX 5200"
BusID "PCI:3:0:0"
Screen 1
EndSection
Section "Screen"
#
# Removed Option "metamodes" "TV: 800x600 +0+0"
# Removed Option "metamodes" "TV: 640x480 +0+0"
Identifier "screen1"
Device "Videocard1"
Monitor "Monitor1"
DefaultDepth 24
Option "NoLogo" "1"
Option "TwinView" "0"
Option "metamodes" "TV: 800x600 +0+0"
SubSection "Display"
Depth 24
EndSubSection
EndSection
Section "Screen"
# Removed Option "metamodes" "CRT: 1440x900@75 +0+0; CRT: 1440x900@60 +0+0; CRT: 1280x800@60 +0+0; CRT: 1600x1024@60 +0+0; CRT: 1280x768@75 +0+0; CRT: 1680x1050@60 +0+0; CRT: 1280x800@75 +0+0; CRT: 1680x1050@75 +0+0; CRT: 1280x720@60 +0+0; CRT: 1920x1200@60 +0+0; CRT: 1280x768@60 +0+0; CRT: 800x600@60 +0+0; CRT: 800x600@75 +0+0; CRT: 800x600@72 +0+0; CRT: 800x600@56 +0+0"
# Removed Option "metamodes" "CRT: 1440x900_60 +0+0; CRT: nvidia-auto-select +0+0"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
Option "TwinView" "0"
Option "TwinViewXineramaInfoOrder" "CRT-0"
Option "metamodes" "CRT: 1440x900_75 +0+0; CRT: 1440x900_60 +0+0; CRT: nvidia-auto-select +0+0"
SubSection "Display"
Depth 24
EndSubSection
EndSection
La différence fondamentale que je vois c'est que dans la section ServerLayout, tu déclares tes périphériques wacom en "SendCoreEvents" là où moi j'ai "AlwaysCore". Je ne sais pas ce que ça change mais ça pourrais venir de là. Je crois qu'ils en parlent dans la doc ubuntu d'install des wacom. Ca vaut le coup de tenter.
Dernière modification par Cyman (Le 03/04/2008, à 21:22)
Hors ligne
#18 Le 03/04/2008, à 21:48
- Miku
Re : Installer ma Wacom Bamboo [Presque-Resolu]
http://doc.ubuntu-fr.org/wacom_bamboo
D'après la doc c'est marqué comme moi "SendCoreEvents" donc bon je ne pense pas que ce soit ça le soucis. Je vais bien chercher sur google...
[Edit]
Je viens de trouver une piste, enfin j'ai remarqué ça ce matin mais je n'y ai pas prêté attention. On est d'accords sur le fait que la tablette représente l'écran (coin haut-gauche représente en haut à gauche sur l'écran...). Sauf que la tablette n'as pas la proportion de mon écran, elle est rectangle alors que mon écran ressemble plus à un carré qu'à un rectangle. Du coup il une certaines zone à droite de la tablette ne sert à rien, quand je passe le stylet dessus : il a disparu de l'écran.
Et le décalage est à peu près le même que le décalage entre les 2 curseurs dans The Gimp : J'ai une forte impression que c'est à cause de ça...
Y-a-t-il moyen de le régler ça ?! Peut-être dans wacomcpl ?!
Merci
[Edit-2] J'ai changé Sendcoreevents en Alwayscore et ça n'a rien changé...
Dernière modification par Miku (Le 03/04/2008, à 21:57)
Hors ligne
#19 Le 04/04/2008, à 15:46
- Cyman
Re : Installer ma Wacom Bamboo [Presque-Resolu]
Bon...:|
Tu viens d'atteindre la limite de mes compétences sur le sujet Désolée mais là, je n'ai plus d'idées et je manque de temps pour faire des recherches plus poussées sur ton problème. Quelques dernières suggestions: tu peux peut-être regarder dans le forum de wacom? Il m'est arrivé d'y trouver des infos utiles.
Si j'ai un moment, je tenterais quelques recherches. Désolée de ne pas pouvoir en faire plus pour t'aider
Bon courage,
Cyman
Hors ligne
#20 Le 04/04/2008, à 17:33
- Miku
Re : Installer ma Wacom Bamboo [Presque-Resolu]
Je te remercie pour ton aide jusqu'à là, elle m'a été très utile.
Je vais chercher partout où je peux, exploiter chaque idée pour essayer de trouver une solution...
Je posterais quand j'aurais une réponse... ou une petite question sur mon newbisme à linux.
Encore merci,
Miku
Hors ligne
#21 Le 05/04/2008, à 17:46
- Ekinoks
Re : Installer ma Wacom Bamboo [Presque-Resolu]
Salut Miku,
J'ai le meme probleme que toi, je ne trouve pas le fichier "wacom.ko" :^/
Comment a tu fait finalement pour trouver ce fichier ?
Merci pour ton aide.
Hors ligne
#22 Le 06/04/2008, à 11:08
- Miku
Re : Installer ma Wacom Bamboo [Presque-Resolu]
Salut,
Tu as bien compilé le pilote ?
Hors ligne
#23 Le 06/04/2008, à 12:35
- Miku
Re : Installer ma Wacom Bamboo [Presque-Resolu]
Je viens de faire une réinstallation complète de mon Ubuntu 7.10, j'ai mis 5minutes montre en main à configurer la tablette ! En plus je viens de remarquer que je n'ai plus le problème dans The Gimp ! ça devait-être un problème d'écran ...
J'ai suivis lignes par lignes cette doc : http://doc.ubuntu-fr.org/wacom_bamboo
Merci à ceux qui l'on faites : elle est géniale ! Merci !
Hors ligne
#24 Le 06/04/2008, à 23:32
- Ekinoks
Re : Installer ma Wacom Bamboo [Presque-Resolu]
C'est bon ! J'ai trouvé d'où vient le problème !!!!
Si le fichier linuxwacom-*.tar.bz2 est décompressé dans un lien comportant des espace, le make ne marche pas et ne créé pas le fichier wacom.ko !
Hors ligne