Announcement

Collapse
No announcement yet.

Tablet PC and Kubuntu

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Tablet PC and Kubuntu

    Hello everyone new Kubuntu user here. I have been running kubuntu for about a week now and have everything running well except for the tablet functionality. I have a Gateway M275 Tablet PC. I was wondering if anyone could tell me how to get it working. Thanks

    #2
    Re: Tablet PC and Kubuntu

    What release of Kubuntu are you running?
    Using Kubuntu Linux since March 23, 2007
    "It is a capital mistake to theorize before one has data." - Sherlock Holmes

    Comment


      #3
      Re: Tablet PC and Kubuntu

      Im running 7.10

      Comment


        #4
        Re: Tablet PC and Kubuntu

        You may want to verify that wacom-tools is installed (K Menu | Systems | Adept Manager).
        Using Kubuntu Linux since March 23, 2007
        "It is a capital mistake to theorize before one has data." - Sherlock Holmes

        Comment


          #5
          Re: Tablet PC and Kubuntu

          It is

          Comment


            #6
            Re: Tablet PC and Kubuntu

            What "isn't" working?
            Using Kubuntu Linux since March 23, 2007
            "It is a capital mistake to theorize before one has data." - Sherlock Holmes

            Comment


              #7
              Re: Tablet PC and Kubuntu

              When I try to use my pen to write on the screen the cursor dosent move

              Comment


                #8
                Re: Tablet PC and Kubuntu

                Does your /etc/X11/xorg.conf contain these lines:
                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
                and are these lines uncommented:
                # Uncomment if you have a wacom tablet
                # InputDevice "stylus" "SendCoreEvents"
                # InputDevice "cursor" "SendCoreEvents"
                # InputDevice "eraser" "SendCoreEvents"
                InputDevice "Synaptics Touchpad"
                EndSection
                Using Kubuntu Linux since March 23, 2007
                "It is a capital mistake to theorize before one has data." - Sherlock Holmes

                Comment


                  #9
                  Re: Tablet PC and Kubuntu

                  Heres what the file looks like. I uncommented the lines that you said, I resaved the file and now I am going to reboot and see what happens

                  # 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 "Files"
                  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"
                  Identifier "Synaptics Touchpad"
                  Driver "synaptics"
                  Option "SendCoreEvents" "true"
                  Option "Device" "/dev/psaux"
                  Option "Protocol" "auto-dev"
                  Option "HorizEdgeScroll" "0"
                  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 "Intel Corporation 82852/855GM Integrated Graphics Device"
                  Driver "intel"
                  BusID "PCI:0:2:0"
                  EndSection

                  Section "Monitor"
                  Identifier "Generic Monitor"
                  Option "DPMS"
                  HorizSync 30-70
                  VertRefresh 50-160
                  EndSection

                  Section "Screen"
                  Identifier "Default Screen"
                  Device "Intel Corporation 82852/855GM Integrated Graphics Device"
                  Monitor "Generic Monitor"
                  DefaultDepth 24
                  EndSection

                  Section "ServerLayout"
                  Identifier "Default Layout"
                  Screen "Default Screen"
                  InputDevice "Generic Keyboard"
                  InputDevice "Configured Mouse"

                  # Uncomment if you have a wacom tablet
                  InputDevice "stylus" "SendCoreEvents"
                  InputDevice "cursor" "SendCoreEvents"
                  InputDevice "eraser" "SendCoreEvents"
                  InputDevice "Synaptics Touchpad"
                  EndSection

                  Comment


                    #10
                    Re: Tablet PC and Kubuntu

                    That got. Thanks allot I appreciate the help. I got one more thing, well actually two things. There is a button on my screen that is used to change the screen orientation would you know of any way that I could get that working? Also do you know of any software utility to allow me to calibrate the pen? Again thank you for the help. I'm that much closer to having a complete system and that much farther from the scourge that is microsoft.

                    Comment


                      #11
                      Re: Tablet PC and Kubuntu

                      Glad to have been able to assist.

                      I don't have any experience with tablet PCs, so I'm afraid I can't assist you with your other two issues. I'm sure there are others in the Forum however, who do, and who will add their thoughts to this thread. In the mean time, do some searching in this Forum and with Google (Google is an excellent tool - don't forget to use it).

                      And, welcome to the Forum!
                      Using Kubuntu Linux since March 23, 2007
                      "It is a capital mistake to theorize before one has data." - Sherlock Holmes

                      Comment


                        #12
                        Re: Tablet PC and Kubuntu

                        okay thanks again

                        Comment

                        Working...
                        X