Results 1 to 10 of 646

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

Threaded View

  1. #28
    Join Date
    Mar 2009
    Beans
    66

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

    Quote Originally Posted by Favux View Post
    Hi knipp21,

    Well whatever, it doesn't look right. I removed the wacom entries that apply to an external graphics tablet and commented the others out. Notice touch isn't in there like it is in the TX2000 xorg.conf you downloaded.

    Hopefully things aren't too different and the "RandRRotation" won't break anything.

    Code:
    Section "ServerFlags"
    	Option "DontZap" "False"
    EndSection
    
    #Section "InputDevice"
    #Driver "wacom"
    #Identifier "stylus"
    #Option "Device" "/dev/input/wacom" # USB ONLY?
    #Option "Type" "stylus"
    #Option "USB" "on" # USB ONLY
    #EndSection
    
    #Section "InputDevice"
    #Driver "wacom"
    #Identifier "eraser"
    #Option "Device" "/dev/input/wacom" # USB ONLY?
    #Option "Type" "eraser"
    #Option "USB" "on" # USB ONLY
    #EndSection
    
    Section "Device"
    	Identifier "Configured Video Device"
    	Driver		"nvidia"
    	Option		"RandRRotation"  "on"
    EndSection
    
    Section "Screen"
    	Identifier	"Configured Screen Device"
    	DefaultDepth	24
    EndSection
    
    Section "ServerLayout"
    	Identifier	"Default Layout"
    #	InputDevice	"stylus"	"SendCoreEvents"
    #	InputDevice	"eraser"	"SendCoreEvents"
    EndSection
    This is more what things should look like. Minus the touch entries which I didn't add since you are using HAL/.fdi. This one you can copy and paste in.
    ok but before i do so..i copy this over everything right?

    and why are there no touch entries? will touch still work?
    Last edited by knipp21; July 3rd, 2009 at 06:20 AM.

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
  •