Page 12 of 65 FirstFirst ... 210111213142262 ... LastLast
Results 111 to 120 of 646

Thread: How to Rotate the Screen for a TX2000 Tablet PC

  1. #111
    Join Date
    Dec 2008
    Location
    Budapest, Hungary
    Beans
    42
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Re: How to Rotate the Screen for a TX2000 Tablet PC

    Dear All,

    I'm quite new to Ubuntu, but I was brave, and bought a TX2z, and try to run Ubuntu on it. First test was Jaunty - for the sake of ext4 - but with that kernel the activation of wacom was impossible.
    Now I'm back to Intrepid 8.10.
    With the help of
    http://ubuntuforums.org/showthread.p...12#post6546012
    I was able to activate stylus. (many THX!)
    FGLRX up and running, Compiz effects turned off. Use Mayerhoffer patched package and a the xorg.conf of Favux. (as far as I remember.)

    All is fine in normal mode, stylus is ok and calibrated, button works.

    Tried the rotation script, and there came the problem.
    If I rotate the screen, the stylus gets crazy, as far as I can tell in portraz mode top right movement becomes something like bottom left or bottom right direction, so it's a pain.

    Tried to change CV to CCV in the script, no joy.
    Tried to edit xorg.conf to add topx topy bottomx bottomy to stylus, but the only effect was that the default state became also worse.

    I'm getting lost in messing around, and I don't want to destroy the the results - even they were hard to get for me...

    Please, if You can, give me some direction!

    THX!

  2. #112
    Join Date
    Dec 2008
    Location
    Budapest, Hungary
    Beans
    42
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Re: How to Rotate the Screen for a TX2000 Tablet PC

    oh!

    Forgot to post my xorg.conf... sorry.

    Here it goes:

    Section "ServerLayout"
    Identifier "Default Layout"
    Screen "Default Screen"
    InputDevice "Trackpad"
    InputDevice "stylus"
    # I've commented out the eraser because it either doesn't exist or doesn't work
    # InputDevice "eraser" # "SendCoreEvents"
    InputDevice "touch"
    EndSection

    Section "Monitor"
    Identifier "Configured Monitor"
    EndSection

    Section "Screen"
    Identifier "Default Screen"
    Monitor "Configured Monitor"
    Device "Configured Video Device"
    DefaultDepth 24
    EndSection

    Section "Module"
    Load "glx"
    Load "dri"
    EndSection

    Section "Device"
    Identifier "Configured Video Device"
    Driver "fglrx"
    EndSection

    Section "InputDevice"
    Identifier "Trackpad"
    Driver "synaptics"
    Option "Device" "/dev/input/by-path/platform-i8042-serio-1-event-mouse"
    EndSection

    Section "InputDevice"
    Driver "wacom"
    Option "Mode" "Absolute"
    Identifier "touch"
    Option "Touch" "on"
    Option "Type" "touch"
    Option "ForceDevice" "ISDV4"
    Option "Device" "/dev/input/by-path/pci-0000:00:14.5-usb-0:2:1.0-event-mouse"
    # Option "USB" "on"
    Option "TopX" "225"
    Option "TopY" "225"
    Option "BottomX" "26300"
    Option "BottomY" "16375"
    Option "DebugLevel" "8"
    Option "Button1" "1"
    Option "Button10" "1"
    EndSection

    Section "InputDevice"
    Driver "wacom"
    Identifier "stylus"
    Option "Mode" "Absolute"
    Option "Type" "stylus"
    Option "ForceDevice" "ISDV4"
    Option "Device" "/dev/input/by-path/pci-0000:00:14.5-usb-0:2:1.0-event-mouse"
    Option "TPCButton" "on"
    Option "USB" "on"
    Option "Button2" "3"
    # Option "Button3" "core key alt F2"
    # Option "TopX" "225"
    # Option "TopY" "225"
    # Option "BottomX" "26300"
    # Option "BottomY" "16375"

    EndSection

    Section "InputDevice"
    Driver "wacom"
    Identifier "eraser"
    Option "Mode" "Absolute"
    Option "Type" "eraser"
    Option "ForceDevice" "ISDV4"
    Option "Device" "/dev/input/by-path/pci-0000:00:14.5-usb-0:2:1.0-event-mouse"
    Option "TPCButton" "on"
    Option "USB" "on"
    Option "Button1" "2"
    EndSection

  3. #113
    Join Date
    Nov 2008
    Beans
    9,635
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: How to Rotate the Screen for a TX2000 Tablet PC

    Hi Midnight_Sun,

    Did you do the "aticonfig" command from appendix 1 on the HOW TO up front?

  4. #114
    Join Date
    Jan 2009
    Location
    Tucson, AZ
    Beans
    94
    Distro
    Xubuntu 10.04 Lucid Lynx

    Re: How to Rotate the Screen for a TX2000 Tablet PC

    Quote Originally Posted by MisteR2 View Post
    The way it worked for me was with hp-wmi.c in the same directory as the makefile. For me it was /home/*username*/hp-wmi that I did my work in.

    The .fdi file should go in /usr/share/hal/fdi/policy/20thirdparty or something along those lines. The /usr/share/hal i'm positive about.

    By the way, I should be able to devote some more time to this now that I've graduated from SMU. (WooHoo!)

    Lat.
    Thanks. Got the module, but its still in not working (x event viewer sees nothing). Is there a specific name I have to give the .fdi? ALso, how would I go about using input-utils to figure out the correct device or whatever.

    Thanks.

  5. #115
    Join Date
    Dec 2008
    Location
    Budapest, Hungary
    Beans
    42
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Re: How to Rotate the Screen for a TX2000 Tablet PC

    Yes I did.

    Besides I've tried out Method 3 with the Tom Jaeger deb installed. Still no joy...

  6. #116
    Join Date
    Nov 2008
    Beans
    9,635
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: How to Rotate the Screen for a TX2000 Tablet PC

    Hi Midnight_Sun,

    Try commenting out:
    Code:
    #Section "Module"
    #Load "glx"
    #Load "dri"
    #EndSection
    And see if it behaves on a reboot. I hope you don't need "dri". Otherwise what does:
    Code:
    xsetwacom list
    and
    Code:
    xinput --list
    look like.

  7. #117
    Join Date
    Dec 2008
    Location
    Budapest, Hungary
    Beans
    42
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Re: How to Rotate the Screen for a TX2000 Tablet PC

    thx, givin a try.

    xinput --list
    Code:
    "Virtual core keyboard"	id=0	[XKeyboard]
    	Num_keys is 248
    	Min_keycode is 8
    	Max_keycode is 255
    "Virtual core pointer"	id=1	[XPointer]
    	Num_buttons is 32
    	Num_axes is 2
    	Mode is Relative
    	Motion_buffer is 256
    	Axis 0 :
    		Min_value is 0
    		Max_value is -1
    		Resolution is 0
    	Axis 1 :
    		Min_value is 0
    		Max_value is -1
    		Resolution is 0
    "Trackpad"	id=2	[XExtensionPointer]
    	Num_buttons is 12
    	Num_axes is 2
    	Mode is Relative
    	Motion_buffer is 256
    	Axis 0 :
    		Min_value is 0
    		Max_value is -1
    		Resolution is 1
    	Axis 1 :
    		Min_value is 0
    		Max_value is -1
    		Resolution is 1
    "stylus"	id=3	[XExtensionKeyboard]
    	Num_keys is 248
    	Min_keycode is 8
    	Max_keycode is 255
    	Num_buttons is 11
    	Num_axes is 6
    	Mode is Absolute
    	Motion_buffer is 256
    	Axis 0 :
    		Min_value is 0
    		Max_value is 9600
    		Resolution is 1016
    	Axis 1 :
    		Min_value is 0
    		Max_value is 7200
    		Resolution is 1016
    	Axis 2 :
    		Min_value is 0
    		Max_value is 256
    		Resolution is 1
    	Axis 3 :
    		Min_value is -64
    		Max_value is 63
    		Resolution is 1
    	Axis 4 :
    		Min_value is -64
    		Max_value is 63
    		Resolution is 1
    	Axis 5 :
    		Min_value is 0
    		Max_value is 1023
    		Resolution is 1
    "touch"	id=4	[XExtensionKeyboard]
    	Num_keys is 248
    	Min_keycode is 8
    	Max_keycode is 255
    	Num_buttons is 11
    	Num_axes is 6
    	Mode is Absolute
    	Motion_buffer is 256
    	Axis 0 :
    		Min_value is 225
    		Max_value is 26300
    		Resolution is 0
    	Axis 1 :
    		Min_value is 225
    		Max_value is 16375
    		Resolution is 0
    	Axis 2 :
    		Min_value is 0
    		Max_value is 256
    		Resolution is 1
    	Axis 3 :
    		Min_value is -64
    		Max_value is 63
    		Resolution is 1
    	Axis 4 :
    		Min_value is -64
    		Max_value is 63
    		Resolution is 1
    	Axis 5 :
    		Min_value is 0
    		Max_value is 1023
    		Resolution is 1
    "Macintosh mouse button emulation"	id=5	[XExtensionPointer]
    	Num_buttons is 32
    	Num_axes is 2
    	Mode is Relative
    	Motion_buffer is 256
    	Axis 0 :
    		Min_value is -1
    		Max_value is -1
    		Resolution is 1
    	Axis 1 :
    		Min_value is -1
    		Max_value is -1
    		Resolution is 1
    "SynPS/2 Synaptics TouchPad"	id=6	[XExtensionPointer]
    	Num_buttons is 12
    	Num_axes is 2
    	Mode is Relative
    	Motion_buffer is 256
    	Axis 0 :
    		Min_value is 0
    		Max_value is -1
    		Resolution is 1
    	Axis 1 :
    		Min_value is 0
    		Max_value is -1
    		Resolution is 1
    "AT Translated Set 2 keyboard"	id=7	[XExtensionKeyboard]
    	Num_keys is 248
    	Min_keycode is 8
    	Max_keycode is 255
    "HID 1b96:0001"	id=8	[XExtensionKeyboard]
    	Num_keys is 248
    	Min_keycode is 8
    	Max_keycode is 255
    	Num_buttons is 11
    	Num_axes is 6
    	Mode is Absolute
    	Motion_buffer is 256
    	Axis 0 :
    		Min_value is 0
    		Max_value is 9600
    		Resolution is 1016
    	Axis 1 :
    		Min_value is 0
    		Max_value is 7200
    		Resolution is 1016
    	Axis 2 :
    		Min_value is 0
    		Max_value is 256
    		Resolution is 1
    	Axis 3 :
    		Min_value is -64
    		Max_value is 63
    		Resolution is 1
    	Axis 4 :
    		Min_value is -64
    		Max_value is 63
    		Resolution is 1
    	Axis 5 :
    		Min_value is 0
    		Max_value is 1023
    		Resolution is 1
    "Video Bus"	id=9	[XExtensionKeyboard]
    	Num_keys is 248
    	Min_keycode is 8
    	Max_keycode is 255
    xsetwacom is not yet installed. Gee! Missed something?

  8. #118
    Join Date
    Dec 2008
    Location
    Budapest, Hungary
    Beans
    42
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Re: How to Rotate the Screen for a TX2000 Tablet PC

    Commented out. No change.

    Try to install wacomtools.

  9. #119
    Join Date
    Dec 2008
    Location
    Budapest, Hungary
    Beans
    42
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Re: How to Rotate the Screen for a TX2000 Tablet PC

    Oh My! What an as* I am!

    Installed wacomtools and works like a charm!

    Thanks a lot Favux! Life saver!

  10. #120
    Join Date
    Nov 2008
    Beans
    9,635
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: How to Rotate the Screen for a TX2000 Tablet PC

    Hi Midnight_Sun,

    Excellent! Nice work.

    Say would you be interested in optimizing your xorg.conf? So far no TX2z user has stuck with it more than one test or so. I think we may be able to improve it some.

Page 12 of 65 FirstFirst ... 210111213142262 ... LastLast

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •