xserver-xorg-input-elographics: Upgrading from ubuntu 7.10 to 8.04 causes y-coordinates problems

Bug #224032 reported by Matthew Darwin
4
Affects Status Importance Assigned to Milestone
xserver-xorg-input-elographics (Ubuntu)
New
Undecided
Unassigned

Bug Description

Package: xserver-xorg-input-elographics
Version: 1:1.1.0-3
Severity: normal

When I touch the screen, what ever I touch in the Y direction is mirrored in the Y direction opposite. ie, touching
at the top of the screen moves the input to the bottom and vice-versa.

Reversing the MinY and MaxY, cause the mouse pointer to always be located at the bottom of the screen.

My xorg.conf:

Section "InputDevice"
        Identifier "ELO touchscreen"
        Driver "elographics"
        Option "Device" "/dev/ttyS0"
        Option "MinX" "370"
        Option "MaxX" "3730"
        Option "MinY" "475"
        Option "MaxY" "3740"
        Option "UntouchDelay" "10"
        Option "ReportDelay" "10"
        Option "SendCoreEvents" "yes"
EndSection

-- Package-specific info:
/var/lib/x11/X.roster does not exist.

/var/lib/x11/X.md5sum does not exist.

X server symlink status:
lrwxrwxrwx 1 root root 13 2007-09-02 13:53 /etc/X11/X -> /usr/bin/Xorg
-rwxr-xr-x 1 root root 1876608 2008-04-15 13:56 /usr/bin/Xorg

Contents of /var/lib/x11/xorg.conf.roster:
xserver-xorg

VGA-compatible devices on PCI bus:
01:00.0 VGA compatible controller: VIA Technologies, Inc. Chrome9 HC IGP (rev 01)

/etc/X11/xorg.conf does not match checksum in /var/lib/x11/xorg.conf.md5sum.

Xorg X server configuration file status:
-rw-r--r-- 1 root root 3866 2008-04-26 14:24 /etc/X11/xorg.conf

Contents of /etc/X11/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 xorg.conf(5) 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 "Files"
        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"
        # 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 "vbe"
EndSection

Section "InputDevice"
        Identifier "ELO touchscreen"
        Driver "elographics"
        Option "Device" "/dev/ttyS0"
        Option "MinX" "370"
        Option "MaxX" "3730"
        Option "MinY" "475"
        Option "MaxY" "3740"
        Option "UntouchDelay" "10"
        Option "ReportDelay" "10"
        Option "SendCoreEvents" "yes"
EndSection

Section "InputDevice"
        Identifier "Generic Keyboard"
        Driver "kbd"
        Option "CoreKeyboard"
        Option "XkbRules" "xorg"
        Option "XkbModel" "pc105"
        Option "XkbLayout" "us"
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" # Tablet PC ONLY
EndSection

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

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

Section "Device"
        Identifier "Generic Video Card"
        Driver "vesa"
        BusID "PCI:1:0:0"
EndSection

Section "Monitor"
        Identifier "ELO ET1524L-"
        Option "DPMS"
EndSection

Section "Screen"
        Identifier "Default Screen"
        Device "Generic Video Card"
        Monitor "ELO ET1524L-"
        DefaultDepth 24
        SubSection "Display"
                Depth 1
                Modes "1024x768" "832x624" "800x600" "720x400" "640x480"
        EndSubSection
        SubSection "Display"
                Depth 4
                Modes "1024x768" "832x624" "800x600" "720x400" "640x480"
        EndSubSection
        SubSection "Display"
                Depth 8
                Modes "1024x768" "832x624" "800x600" "720x400" "640x480"
        EndSubSection
        SubSection "Display"
                Depth 15
                Modes "1024x768" "832x624" "800x600" "720x400" "640x480"
        EndSubSection
        SubSection "Display"
                Depth 16
                Modes "1024x768" "832x624" "800x600" "720x400" "640x480"
        EndSubSection
        SubSection "Display"
                Depth 24
                Modes "1024x768" "832x624" "800x600" "720x400" "640x480"
        EndSubSection
EndSection

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

Section "DRI"
        Mode 0666
EndSection

-- System Information:
Debian Release: lenny/sid
  APT prefers hardy-updates
  APT policy: (500, 'hardy-updates'), (500, 'hardy-security'), (500, 'hardy')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.24-16-generic (SMP w/2 CPU cores)
Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages xserver-xorg-input-elographics depends on:
ii libc6 2.7-10ubuntu3 GNU C Library: Shared libraries
ii xserver-xor 2:1.4.1~git20080131-1ubuntu9 Xorg X server - core server

xserver-xorg-input-elographics recommends no packages.

-- no debconf information

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.