Magnus Vigerlöf <[EMAIL PROTECTED]> wrote:

> On Tuesday 10 April 2007 07:21, Olivier Lecarme wrote:
[...]
> I didn't react to the last six lines in the log you sent before:
> > (**) Option "BottomX" "25400"
> > (**) Option "BottomX" "25400"
> > (**) Option "BottomX" "25400"
> > (**) Option "BottomY" "20320"
> > (**) Option "BottomY" "20320"
> > (**) Option "BottomY" "20320"
> 
> But now I wonder if you have the same lines when you just have started linux? 
> If so that would mean that there is some script that is executed when you 
> start up that hard-code these values for your tablet and mess up you 
> settings. Did you still have 25400 as BottomX even when you set 1680 in the 
> config file?

I just remembered I had used before (when I had a 4x5 tablet) some tool
(probably wacomcpl) which inserted calls to xsetwacom into a start
script. And in fact, my ~/.xinitrc file contains these calls... but they
are all commented out! And this is the only place where xsetwacom is
mentioned in my initialisation scripts.

> If someone has been playing around on the account with an Intous 3 4x5 tablet 
> and used 'wacomcpl' it is fully possible that it has written commands to 
> ~/.xinitrc that does the above, even if it seems that it should take one 
> input device at a time and not one axis at a time. Anyway, could you check 
> this to rule it out?

Here is this .xinitrc file:

# xsetwacom set stylus mode Absolute
# xsetwacom set eraser mode Absolute
# xsetwacom set stylus SpeedLevel 6
# xsetwacom set eraser SpeedLevel 6
# xsetwacom set stylus ClickForce 6
# xsetwacom set eraser ClickForce 6
# xsetwacom set stylus Accel 1
# xsetwacom set eraser Accel 1
# xsetwacom set stylus PressCurve 0 0 100 100
# xsetwacom set eraser PressCurve 0 0 100 100
# xsetwacom set stylus TPCButton off
# xsetwacom set stylus Button1 1
# xsetwacom set stylus Button2 2
# xsetwacom set stylus Button3 3
# xsetwacom set eraser Button1 1
# xsetwacom set cursor mode Relative
# xsetwacom set cursor SpeedLevel 6
# xsetwacom set cursor ClickForce 6
# xsetwacom set cursor Accel 1
# xsetwacom set cursor Button1 1
# xsetwacom set cursor Button2 2
# xsetwacom set cursor Button3 3
# xsetwacom set cursor Button4 4
# xsetwacom set cursor Button5 5
# xsetwacom set stylus TopX 0
# xsetwacom set cursor TopX 0
# xsetwacom set eraser TopX 0
# xsetwacom set stylus TopY 0
# xsetwacom set cursor TopY 0
# xsetwacom set eraser TopY 0
# xsetwacom set stylus BottomX 25400
# xsetwacom set cursor BottomX 25400
# xsetwacom set eraser BottomX 25400
# xsetwacom set stylus BottomY 20320
# xsetwacom set cursor BottomY 20320
# xsetwacom set eraser BottomY 20320
# expresskeys pad stylus -d
#!/bin/sh
# $Xorg: xinitrc.cpp,v 1.3 2000/08/17 19:54:30 cpqbld Exp $

userresources=$HOME/.Xresources
usermodmap=$HOME/.Xmodmap
sysresources=/usr/X11R6/lib/X11/xinit/.Xresources
sysmodmap=/usr/X11R6/lib/X11/xinit/.Xmodmap

# merge in defaults and keymaps

if [ -f $sysresources ]; then
    xrdb -merge $sysresources
fi

if [ -f $sysmodmap ]; then
    xmodmap $sysmodmap
fi

if [ -f $userresources ]; then
    xrdb -merge $userresources
fi

if [ -f $usermodmap ]; then
    xmodmap $usermodmap
fi

# source /usr/local/3delight-3.0.1/.3delight_bash
# export PATH=$PATH:/home/src/j2re1.4.2_06/bin:$DELIGHT/bin

# xset fp+ /usr/lib/X11/fonts/freefont
# xset fp+ /usr/lib/X11/fonts/sharefont
# xset fp+ /usr/lib/X11/fonts/TrueType
# xset fp+ /usr/lib/X11/fonts/TTF
# xset fp+ /usr/lib/X11/fonts/URW
# xset fp+ /usr/lib/X11/fonts/util

# start some nice programs

# twm &
fvwm2 
# xclock -geometry 50x50-1+1 &
# xterm -geometry 80x50+494+51 &
# xterm -geometry 80x20+494-0 &
# exec xterm -geometry 80x66+0+0 -name login
# rm -f $HOME/.zshenv
# export PATH=/reserve/garnome/bin:$PATH
# exec /home/ol/bin/garnome-session
# exec /home/ol/bin/garnome3-session
exec /usr/bin/gnome-session
# fvwm-themes
# exec startkde


I will try your other ideas to-morrow. Thanks for your interest!

-- 


                        Olivier Lecarme

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Linuxwacom-discuss mailing list
Linuxwacom-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linuxwacom-discuss

Reply via email to