Announcement

Collapse
No announcement yet.

Assistance with my x60??

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

    Assistance with my x60??

    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 Hardy Haron 8.04 (x86) on it.
    I've had decent luck figuring things out so far, but now I'm stuck.

    I can't figure out how to activate the Auto-screen rotation/orientation.

    Assistance?

    Code:
    00:02.1 Display controller: Intel Corporation Mobile 945GM/GMS/GME, 943/940GML Express Integrated Graphics Controller (rev 03)
    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
    Thanks much.
    -Alex

    #2
    Re: Assistance with my x60??

    It looks like other people have the same problem and there is no answer yet. See http://ubuntuforums.org/showthread.php?p=5309411
    "A problem well stated is a problem half solved." --Charles F. Kettering
    "Sometimes the questions are complicated and the answers are simple."--Dr. Seuss

    Comment

    Working...
    X