Page 3 of 3 FirstFirst 123
Results 21 to 26 of 26

Thread: fjbtndrv on Fujitsu T5010 Tablet PC on 10.10 Maverick

  1. #21
    Join Date
    Oct 2010
    Beans
    72

    Re: fjbtndrv on Fujitsu T5010 Tablet PC on 10.10 Maverick

    I sent a message to khnz about the rotation issue and he sent me a diff for the code changes to limit the rotation to right or normal which is perfect! Anyway, thought someone might like the code:

    Code:
    diff --git a/src/rotation.c b/src/rotation.c
    index a9e9eb5..a78758a 100644
    --- a/src/rotation.c
    +++ b/src/rotation.c
    @@ -217,9 +217,7 @@ void rotate_display(Display *display,
    Rotation rr,
    int mode)
    
       sz = XRRConfigCurrentConfiguration(sc, &cr);
       if(!rr) {
    -        rr = (cr & 0x7) << 1;
    -        if(!rr)
    -            rr = RR_Rotate_0;
    +        rr = ((cr & 0xf) == RR_Rotate_0 ? RR_Rotate_270 :
    RR_Rotate_0);
       }
    
       if(rr != (cr & 0xf)) {
    It didn't work for me as a patch, but I can read what lines to remove and what to add from that so it wasn't hard. Also he said version 3 will have a GUI for easy configuration of these options.

  2. #22
    Join Date
    Oct 2010
    Beans
    72

    Re: fjbtndrv on Fujitsu T5010 Tablet PC on 10.10 Maverick

    I have one issue now that has been irritating me. When I initially boot my slate it comes up with the screen rotated to the right position, but the desktop is in the normal resolution, meaning the desktop covers half the screen. The digitizer I think is inverted or left. Interestingly enough if I pass "xrandr -o right" from a terminal after login it snaps the desktop to size and everything works. I tried setting this as a startup program and when set that way the digitizer stays in an inverted or left orientation while the dekstop properly takes the right orientation. Any way I cut this, if I press the rotate button everything aligns properly and I can go about my business, but I have to press the rotate button to get it. I realize this was a lot of jumble so I think my best way to put this is:

    On initial login, why does the screen come up rotated instead of at the normal orientation?
    Why doesn't the orientation of the digitizer and the desktop match on initial login?

  3. #23
    Join Date
    Nov 2010
    Beans
    2

    Re: fjbtndrv on Fujitsu T5010 Tablet PC on 10.10 Maverick

    hi ; same problem here (on a t3010 ; vga is 855gm)
    fjbtndrv is working fine ; rotates wacom with xrandr

    problem with screen mis-aligned in portrait orientation ; I can click on where the button should be, not where it appears


    is there a way to ajust screen position (tried xrandr -pos but no succes)
    thanks

  4. #24
    Join Date
    Oct 2010
    Beans
    72

    Re: fjbtndrv on Fujitsu T5010 Tablet PC on 10.10 Maverick

    Quote Originally Posted by hempytree View Post
    hi ; same problem here (on a t3010 ; vga is 855gm)
    fjbtndrv is working fine ; rotates wacom with xrandr

    problem with screen mis-aligned in portrait orientation ; I can click on where the button should be, not where it appears


    is there a way to ajust screen position (tried xrandr -pos but no succes)
    thanks
    Turn off window decorations

  5. #25
    Join Date
    Nov 2010
    Beans
    1

    Re: fjbtndrv on Fujitsu T5010 Tablet PC on 10.10 Maverick

    Quote Originally Posted by hempytree View Post
    hi ; same problem here (on a t3010 ; vga is 855gm)
    fjbtndrv is working fine ; rotates wacom with xrandr

    problem with screen mis-aligned in portrait orientation ; I can click on where the button should be, not where it appears


    is there a way to ajust screen position (tried xrandr -pos but no succes)
    thanks
    Have the same problem here (also with a t3010). However, if you use the rotation button besides the screen, it works perfectly. Give it a try.

    Turning window decorations off or on, doesn't change anything in my case.

  6. #26
    Join Date
    Nov 2010
    Beans
    2

    Re: fjbtndrv on Fujitsu T5010 Tablet PC on 10.10 Maverick

    turning visual effects worked for me ; thanks

Page 3 of 3 FirstFirst 123

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
  •