17.10 - ASUS T103 with ASUS Pen rotated input by 90 degrees
I install and Ubuntu 17.10 and later 18.04 on a ASUS Transformer mini T103. From the beginning the boot screen is rotated by 90 degrees ccw off like it is described in this post.
The login screen has than the correct orientation, but the behaviour of the ASUS Pen is the same as it is still rotated. If I tip on the upper left corner using the pen, the pointer shows up in the upper right. If I move than down, the pointer moves left. If I touch on the screen with the finger all goes right.
It seem as if there a transformation issue. How shall I continue?
Regards
Alex
asus input-devices display-rotation 18.04
add a comment |
I install and Ubuntu 17.10 and later 18.04 on a ASUS Transformer mini T103. From the beginning the boot screen is rotated by 90 degrees ccw off like it is described in this post.
The login screen has than the correct orientation, but the behaviour of the ASUS Pen is the same as it is still rotated. If I tip on the upper left corner using the pen, the pointer shows up in the upper right. If I move than down, the pointer moves left. If I touch on the screen with the finger all goes right.
It seem as if there a transformation issue. How shall I continue?
Regards
Alex
asus input-devices display-rotation 18.04
add a comment |
I install and Ubuntu 17.10 and later 18.04 on a ASUS Transformer mini T103. From the beginning the boot screen is rotated by 90 degrees ccw off like it is described in this post.
The login screen has than the correct orientation, but the behaviour of the ASUS Pen is the same as it is still rotated. If I tip on the upper left corner using the pen, the pointer shows up in the upper right. If I move than down, the pointer moves left. If I touch on the screen with the finger all goes right.
It seem as if there a transformation issue. How shall I continue?
Regards
Alex
asus input-devices display-rotation 18.04
I install and Ubuntu 17.10 and later 18.04 on a ASUS Transformer mini T103. From the beginning the boot screen is rotated by 90 degrees ccw off like it is described in this post.
The login screen has than the correct orientation, but the behaviour of the ASUS Pen is the same as it is still rotated. If I tip on the upper left corner using the pen, the pointer shows up in the upper right. If I move than down, the pointer moves left. If I touch on the screen with the finger all goes right.
It seem as if there a transformation issue. How shall I continue?
Regards
Alex
asus input-devices display-rotation 18.04
asus input-devices display-rotation 18.04
asked Mar 7 '18 at 9:47
Alex44Alex44
1167
1167
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
rotate touch screen
xinput set-prop 14 --type=float 154 0 1 0 -1 0 1 0 0 1
rotate pen input
xinput set-prop 21 --type=float 154 0 1 0 -1 0 1 0 0 1
I'm sorry but I can't remember what the strings for props 14 and 21 are.
usexinput list
to find input devices and there ID's.
– Vijay
Jan 4 at 17:34
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1012660%2f17-10-asus-t103-with-asus-pen-rotated-input-by-90-degrees%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
rotate touch screen
xinput set-prop 14 --type=float 154 0 1 0 -1 0 1 0 0 1
rotate pen input
xinput set-prop 21 --type=float 154 0 1 0 -1 0 1 0 0 1
I'm sorry but I can't remember what the strings for props 14 and 21 are.
usexinput list
to find input devices and there ID's.
– Vijay
Jan 4 at 17:34
add a comment |
rotate touch screen
xinput set-prop 14 --type=float 154 0 1 0 -1 0 1 0 0 1
rotate pen input
xinput set-prop 21 --type=float 154 0 1 0 -1 0 1 0 0 1
I'm sorry but I can't remember what the strings for props 14 and 21 are.
usexinput list
to find input devices and there ID's.
– Vijay
Jan 4 at 17:34
add a comment |
rotate touch screen
xinput set-prop 14 --type=float 154 0 1 0 -1 0 1 0 0 1
rotate pen input
xinput set-prop 21 --type=float 154 0 1 0 -1 0 1 0 0 1
I'm sorry but I can't remember what the strings for props 14 and 21 are.
rotate touch screen
xinput set-prop 14 --type=float 154 0 1 0 -1 0 1 0 0 1
rotate pen input
xinput set-prop 21 --type=float 154 0 1 0 -1 0 1 0 0 1
I'm sorry but I can't remember what the strings for props 14 and 21 are.
answered Jan 4 at 10:58
themariususthemariusus
1
1
usexinput list
to find input devices and there ID's.
– Vijay
Jan 4 at 17:34
add a comment |
usexinput list
to find input devices and there ID's.
– Vijay
Jan 4 at 17:34
use
xinput list
to find input devices and there ID's.– Vijay
Jan 4 at 17:34
use
xinput list
to find input devices and there ID's.– Vijay
Jan 4 at 17:34
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1012660%2f17-10-asus-t103-with-asus-pen-rotated-input-by-90-degrees%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown