Announcement

Collapse
No announcement yet.

Wacom Screen rotation problem

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

    Wacom Screen rotation problem

    Hey all

    I'm new to kubuntu, and I have a question.

    I looked through the previous questions, but didn't find one quite like mine..

    I have a lenovo X60 tablet, and I installed Kubuntu on it.
    I've had decent luck figuring things out so far, but now I'm stuck.

    I can't figure out how to reactivate the Auto-screen rotation.

    Assistance?

    Thanks much.
    -Alex

    #2
    Re: Wacom Screen rotation problem

    This is my xorg.conf

    Thanks again

    Code:
    Section "InputDevice"
    Driver "wacom"
    Identifier "stylus"
    Option "Device" "/dev/ttyS0"
    Option "Type" "stylus"
    Option "ForceDevice" "ISDV4"
    EndSection
    
    Section "InputDevice"
    Driver "wacom"
    Identifier "eraser"
    Option "Device" "/dev/ttyS0"
    Option "Type" "eraser"
    Option "ForceDevice" "ISDV4"
    EndSection
    
    Section "InputDevice"
    Driver "wacom"
    Identifier "cursor"
    Option "Device" "/dev/ttyS0"
    Option "Type" "cursor"
    Option "ForceDevice" "ISDV4"
    EndSection
    
    Section "InputDevice"
     Driver    "wacom"
     Identifier  "pad"
     Option    "Device"    "/dev/ttyS0"
     Option    "Type"     "touch"
     Option    "ForceDevice"  "ISDV4"
    
    EndSection
    
    Section "InputDevice"
        Identifier   "Generic Keyboard"
        Driver     "kbd"
        Option     "XkbRules"   "xorg"
        Option     "XkbModel"   "pc105"
        Option     "XkbLayout"   "us"
    EndSection
    
    Section "InputDevice"
        Identifier   "Configured Mouse"
        Driver     "mouse"
        Option     "CorePointer"
    EndSection
    
    Section "InputDevice"
        Identifier   "Synaptics Touchpad"
        Driver     "synaptics"
        Option     "SendCoreEvents"    "true"
        Option     "Device"        "/dev/psaux"
        Option     "Protocol"       "auto-dev"
        Option     "HorizEdgeScroll"    "0"
    EndSection
    
    Section "Device"
        Identifier   "Configured Video Device"
    EndSection
    
    Section "Monitor"
        Identifier   "Configured Monitor"
    EndSection
    
    Section "Screen"
        Identifier   "Default Screen"
        Monitor     "Configured Monitor"
        Device     "Configured Video Device"
    EndSection
    
    Section "ServerLayout"
        Identifier   "Default Layout"
        Screen     "Default Screen"
        InputDevice   "Synaptics Touchpad"
        InputDevice   "stylus"    "SendCoreEvents"
        InputDevice   "cursor"    "SendCoreEvents"
        InputDevice   "eraser"    "SendCoreEvents"
    
    EndSection

    Comment


      #3
      Re: Wacom Screen rotation problem

      Which Kubuntu are you using? is it 8.04? and if so is it the x86 or the 64-bit version? and what Graphics card are you using? :P

      Comment


        #4
        Re: Wacom Screen rotation problem

        Yeah, it's 8.04.
        It's x86
        Here is the appropriate section of my lspci:
        Code:
        00:02.1 Display controller: Intel Corporation Mobile 945GM/GMS/GME, 943/940GML Express Integrated Graphics Controller (rev 03)

        Comment

        Working...
        X