Re: [Bug 291787] Re: intrepid: tablet pc screen stylus stopped working

2008-11-07 Thread khul
 Hallo Bryce,

The basic problem seemed to be the same as for

 

which seems to me to be caused by some incorrect handling at upgrade of
my (perhaps incorrect) xorg.conf which worked with hardy (I just sent
you the lspci output and my old xorg.conf in response to your email
about that).

The only remaining issue here is that I needed to patch libgnomecanvas
as I explained (Also, I would like to figure out how to avoid mapping
the stylus input to the full virtual screen when I'm in double-screen
mode. As it is, the cursor does not appear at the tip of the stylus, so
I have to go into single-screen mode to use xournal.)

But I'm basically quite happy now, and I do appreciate your getting back
to me. Sorry to have submitted two bug reports instead of one.

 Thanks!

   Klas

On Fri, 2008-11-07 at 09:08 +, Bryce Harrington wrote:
> Hi klas-hultqvist,
> 
> 
> Please attach the output of `lspci -vvnn`, and attach your 
> /var/log/Xorg.0.log file from after reproducing this issue.  If you've made 
> any customizations to your /etc/X11/xorg.conf please attach that as well.
> 
> 
> ** Changed in: xorg (Ubuntu)
>Status: New => Incomplete
>

-- 
intrepid: tablet pc screen stylus stopped working
https://bugs.launchpad.net/bugs/291787
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 291787] Re: intrepid: tablet pc screen stylus stopped working

2008-11-07 Thread Bryce Harrington
Hi klas-hultqvist,


Please attach the output of `lspci -vvnn`, and attach your /var/log/Xorg.0.log 
file from after reproducing this issue.  If you've made any customizations to 
your /etc/X11/xorg.conf please attach that as well.


** Changed in: xorg (Ubuntu)
   Status: New => Incomplete

-- 
intrepid: tablet pc screen stylus stopped working
https://bugs.launchpad.net/bugs/291787
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 291787] Re: intrepid: tablet pc screen stylus stopped working

2008-11-03 Thread khul
The xournal problems went away when I installed the patch mentioned in
the description of bug #272316.

-- 
intrepid: tablet pc screen stylus stopped working
https://bugs.launchpad.net/bugs/291787
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 291787] Re: intrepid: tablet pc screen stylus stopped working

2008-11-03 Thread khul
Things improved after

sudo apt-get --reinstall install xserver-xorg-video-all
sudo dpkg-reconfigure -phigh xserver-xorg

I no longer get the "(EE) no devices detected" error.

Appending wacom sections to generated xorg.conf made stylus work. This
is my current xorg.conf:

# 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  "Default Screen"
Monitor "Configured Monitor"
Device  "Configured Video Device"
#   SubSection "Display"
#   Virtual 1600 1968
#   EndSubSection
EndSection

Section "Device"
Identifier  "Configured Video Device"
EndSection

# commented out by update-manager, HAL is now used
Section "InputDevice"
Driver  "wacom"
Identifier  "stylus"
Option  "Device""/dev/input/wacom"
Option  "Type"  "stylus"
Option  "Button 2" "3" 
Option  "ForceDevice"   "ISDV4" # Tablet PC ONLY
Option  "ScreenNo" "0"
EndSection

# commented out by update-manager, HAL is now used
Section "InputDevice"
Driver  "wacom"
Identifier  "eraser"
Option  "Device""/dev/input/wacom"
Option  "Type"  "eraser"
Option  "ForceDevice"   "ISDV4" # Tablet PC ONLY
Option  "ScreenNo" "0"
EndSection

# commented out by update-manager, HAL is now used
Section "InputDevice"
Driver  "wacom"
Identifier  "cursor"
Option  "Device""/dev/input/wacom"
Option  "Type"  "cursor"
Option  "ForceDevice"   "ISDV4" # Tablet PC ONLY
Option  "ScreenNo" "0"
EndSection

Section "ServerLayout"
Identifier  "Default Layout"
Screen  0 "Default Screen"
#   Screen  1 "External screen" Above "Laptop screen"
# commented out by update-manager, HAL is now used
#   InputDevice "Generic Keyboard"
# commented out by update-manager, HAL is now used
#   InputDevice "Configured Mouse"
# commented out by update-manager, HAL is now used
InputDevice "stylus""SendCoreEvents"
# commented out by update-manager, HAL is now used
InputDevice "cursor""SendCoreEvents"
# commented out by update-manager, HAL is now used
InputDevice "eraser""SendCoreEvents"
# commented out by update-manager, HAL is now used
#   InputDevice "Synaptics Touchpad"
EndSection

Section "DRI"
Mode0666
EndSection

There are still problems with xournal, however. It seems to buffer some
input for a long time and loose some input.

-- 
intrepid: tablet pc screen stylus stopped working
https://bugs.launchpad.net/bugs/291787
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs