VNC - Arch - Gnome; I can't type in the password on the login screen because it is cleared every second The 2019 Stack Overflow Developer Survey Results Are InChanging screen resolution/geometry of a vncserver without randr in LinuxArch: Awesome Window Manager won't startConnection to tigervnc gets closed immediatelyGetting Tightvnc Server Working on Debian 8 (with KDE)Flashing cursor artifact in CentOS 7tigervnc on centos - black screenLaunching Xvnc server with xinetd, wrapped with vglrungnome-session dies with VNC and Centos 7vncserver blank display — debian 9 guest VM w/ubuntu 16 hostMaximized window bigger than display on CentOS 7.5 with vncserver
What does "rabbited" mean/imply in this sentence?
Extreme, unacceptable situation and I can't attend work tomorrow morning
How was Skylab's orbit inclination chosen?
Monty Hall variation
Why Did Howard Stark Use All The Vibranium They Had On A Prototype Shield?
Idiomatic way to prevent slicing?
"Riffle" two strings
Limit the amount of RAM Mathematica may access?
Can I write a for loop that iterates over both collections and arrays?
What does "sndry explns" mean in one of the Hitchhiker's guide books?
What is this 4-propeller plane?
Is flight data recorder erased after every flight?
How to answer pointed "are you quitting" questioning when I don't want them to suspect
Lethal sonic weapons
Falsification in Math vs Science
Why do UK politicians seemingly ignore opinion polls on Brexit?
Time travel alters history but people keep saying nothing's changed
If a poisoned arrow's piercing damage is reduced to 0, do you still get poisoned?
Dual Citizen. Exited the US on Italian passport recently
"To split hairs" vs "To be pedantic"
Is bread bad for ducks?
Output the Arecibo Message
Spanish for "widget"
The difference between dialogue marks
VNC - Arch - Gnome; I can't type in the password on the login screen because it is cleared every second
The 2019 Stack Overflow Developer Survey Results Are InChanging screen resolution/geometry of a vncserver without randr in LinuxArch: Awesome Window Manager won't startConnection to tigervnc gets closed immediatelyGetting Tightvnc Server Working on Debian 8 (with KDE)Flashing cursor artifact in CentOS 7tigervnc on centos - black screenLaunching Xvnc server with xinetd, wrapped with vglrungnome-session dies with VNC and Centos 7vncserver blank display — debian 9 guest VM w/ubuntu 16 hostMaximized window bigger than display on CentOS 7.5 with vncserver
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I have an Arch linux box that is almost running perfectly but when i connect to the vncserver and the sreensaver turns the screen black, i am forced to reenter the password on the loginscreen of gnome but! and here is the problem,
this screen is constantly refreshed so i can't type more than two letters.
I keep every package updated with pacman -Syu.
I use tigervnc in version 1.3.1.1.
The connection is running over SSH.
Gdm in version 3.12.0-1.
Can anyone help here?
~/.vnc/xstartup:
#!/bin/sh
export XKL_XMODMAP_DISABLE=1
exec gnome-session
arch-linux gnome vnc
add a comment |
I have an Arch linux box that is almost running perfectly but when i connect to the vncserver and the sreensaver turns the screen black, i am forced to reenter the password on the loginscreen of gnome but! and here is the problem,
this screen is constantly refreshed so i can't type more than two letters.
I keep every package updated with pacman -Syu.
I use tigervnc in version 1.3.1.1.
The connection is running over SSH.
Gdm in version 3.12.0-1.
Can anyone help here?
~/.vnc/xstartup:
#!/bin/sh
export XKL_XMODMAP_DISABLE=1
exec gnome-session
arch-linux gnome vnc
How are you running vnc server? Did you exported flagexport XKL_XMODMAP_DISABLE=1for example?
– IBr
Apr 15 '14 at 10:47
Yes. I have already exported it.
– simonides
Apr 15 '14 at 11:15
Then I don't know, I used tigervnc only for new sessions (ie. remote machine without running real xserver). When I needed to have a desktop shared with gdm I used x11vnc with gdm's Xauthority passed as argument and that worked like a charm. What else could be wrong with tigervnc I have no idea.
– IBr
Apr 16 '14 at 7:00
add a comment |
I have an Arch linux box that is almost running perfectly but when i connect to the vncserver and the sreensaver turns the screen black, i am forced to reenter the password on the loginscreen of gnome but! and here is the problem,
this screen is constantly refreshed so i can't type more than two letters.
I keep every package updated with pacman -Syu.
I use tigervnc in version 1.3.1.1.
The connection is running over SSH.
Gdm in version 3.12.0-1.
Can anyone help here?
~/.vnc/xstartup:
#!/bin/sh
export XKL_XMODMAP_DISABLE=1
exec gnome-session
arch-linux gnome vnc
I have an Arch linux box that is almost running perfectly but when i connect to the vncserver and the sreensaver turns the screen black, i am forced to reenter the password on the loginscreen of gnome but! and here is the problem,
this screen is constantly refreshed so i can't type more than two letters.
I keep every package updated with pacman -Syu.
I use tigervnc in version 1.3.1.1.
The connection is running over SSH.
Gdm in version 3.12.0-1.
Can anyone help here?
~/.vnc/xstartup:
#!/bin/sh
export XKL_XMODMAP_DISABLE=1
exec gnome-session
arch-linux gnome vnc
arch-linux gnome vnc
edited Apr 15 '14 at 11:15
simonides
asked Apr 15 '14 at 7:53
simonidessimonides
1113
1113
How are you running vnc server? Did you exported flagexport XKL_XMODMAP_DISABLE=1for example?
– IBr
Apr 15 '14 at 10:47
Yes. I have already exported it.
– simonides
Apr 15 '14 at 11:15
Then I don't know, I used tigervnc only for new sessions (ie. remote machine without running real xserver). When I needed to have a desktop shared with gdm I used x11vnc with gdm's Xauthority passed as argument and that worked like a charm. What else could be wrong with tigervnc I have no idea.
– IBr
Apr 16 '14 at 7:00
add a comment |
How are you running vnc server? Did you exported flagexport XKL_XMODMAP_DISABLE=1for example?
– IBr
Apr 15 '14 at 10:47
Yes. I have already exported it.
– simonides
Apr 15 '14 at 11:15
Then I don't know, I used tigervnc only for new sessions (ie. remote machine without running real xserver). When I needed to have a desktop shared with gdm I used x11vnc with gdm's Xauthority passed as argument and that worked like a charm. What else could be wrong with tigervnc I have no idea.
– IBr
Apr 16 '14 at 7:00
How are you running vnc server? Did you exported flag
export XKL_XMODMAP_DISABLE=1for example?– IBr
Apr 15 '14 at 10:47
How are you running vnc server? Did you exported flag
export XKL_XMODMAP_DISABLE=1for example?– IBr
Apr 15 '14 at 10:47
Yes. I have already exported it.
– simonides
Apr 15 '14 at 11:15
Yes. I have already exported it.
– simonides
Apr 15 '14 at 11:15
Then I don't know, I used tigervnc only for new sessions (ie. remote machine without running real xserver). When I needed to have a desktop shared with gdm I used x11vnc with gdm's Xauthority passed as argument and that worked like a charm. What else could be wrong with tigervnc I have no idea.
– IBr
Apr 16 '14 at 7:00
Then I don't know, I used tigervnc only for new sessions (ie. remote machine without running real xserver). When I needed to have a desktop shared with gdm I used x11vnc with gdm's Xauthority passed as argument and that worked like a charm. What else could be wrong with tigervnc I have no idea.
– IBr
Apr 16 '14 at 7:00
add a comment |
2 Answers
2
active
oldest
votes
Even I searched a lot, but could not find a satisfactory answer on web. Here are possible workaround if you are unable to enter a password in vnc-client:-
- Press any Key to reach password field
- Use the Keyboard mouse to drag the locked screen from bottom to top direction
well this question is some years old now. the problem wasn't that the password field was not there, the screwn was reloaded so fast the password field always got cleared before I could finish typing.
– simonides
Feb 16 at 9:11
add a comment |
I just started having this problem a week ago on ubuntu 18.04 (I use vnc on a daily basis), and haven't found a good answer for why it has suddenly started. Especially given that I didn't perform any updates and have auto updates turned off.
However, I seem to have found a workaround: if I start a second instance of vnc I can connect to it and the login screen behaves normally. The login screen continues to work normally on the second vnc instance after killing the 1st. I changed nothing in the 'xstartup' between the two instances. I have no idea why it works, but it does...
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "106"
;
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: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
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%2funix.stackexchange.com%2fquestions%2f124847%2fvnc-arch-gnome-i-cant-type-in-the-password-on-the-login-screen-because-it%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
Even I searched a lot, but could not find a satisfactory answer on web. Here are possible workaround if you are unable to enter a password in vnc-client:-
- Press any Key to reach password field
- Use the Keyboard mouse to drag the locked screen from bottom to top direction
well this question is some years old now. the problem wasn't that the password field was not there, the screwn was reloaded so fast the password field always got cleared before I could finish typing.
– simonides
Feb 16 at 9:11
add a comment |
Even I searched a lot, but could not find a satisfactory answer on web. Here are possible workaround if you are unable to enter a password in vnc-client:-
- Press any Key to reach password field
- Use the Keyboard mouse to drag the locked screen from bottom to top direction
well this question is some years old now. the problem wasn't that the password field was not there, the screwn was reloaded so fast the password field always got cleared before I could finish typing.
– simonides
Feb 16 at 9:11
add a comment |
Even I searched a lot, but could not find a satisfactory answer on web. Here are possible workaround if you are unable to enter a password in vnc-client:-
- Press any Key to reach password field
- Use the Keyboard mouse to drag the locked screen from bottom to top direction
Even I searched a lot, but could not find a satisfactory answer on web. Here are possible workaround if you are unable to enter a password in vnc-client:-
- Press any Key to reach password field
- Use the Keyboard mouse to drag the locked screen from bottom to top direction
answered Feb 15 at 8:32
KishoreKishore
1
1
well this question is some years old now. the problem wasn't that the password field was not there, the screwn was reloaded so fast the password field always got cleared before I could finish typing.
– simonides
Feb 16 at 9:11
add a comment |
well this question is some years old now. the problem wasn't that the password field was not there, the screwn was reloaded so fast the password field always got cleared before I could finish typing.
– simonides
Feb 16 at 9:11
well this question is some years old now. the problem wasn't that the password field was not there, the screwn was reloaded so fast the password field always got cleared before I could finish typing.
– simonides
Feb 16 at 9:11
well this question is some years old now. the problem wasn't that the password field was not there, the screwn was reloaded so fast the password field always got cleared before I could finish typing.
– simonides
Feb 16 at 9:11
add a comment |
I just started having this problem a week ago on ubuntu 18.04 (I use vnc on a daily basis), and haven't found a good answer for why it has suddenly started. Especially given that I didn't perform any updates and have auto updates turned off.
However, I seem to have found a workaround: if I start a second instance of vnc I can connect to it and the login screen behaves normally. The login screen continues to work normally on the second vnc instance after killing the 1st. I changed nothing in the 'xstartup' between the two instances. I have no idea why it works, but it does...
add a comment |
I just started having this problem a week ago on ubuntu 18.04 (I use vnc on a daily basis), and haven't found a good answer for why it has suddenly started. Especially given that I didn't perform any updates and have auto updates turned off.
However, I seem to have found a workaround: if I start a second instance of vnc I can connect to it and the login screen behaves normally. The login screen continues to work normally on the second vnc instance after killing the 1st. I changed nothing in the 'xstartup' between the two instances. I have no idea why it works, but it does...
add a comment |
I just started having this problem a week ago on ubuntu 18.04 (I use vnc on a daily basis), and haven't found a good answer for why it has suddenly started. Especially given that I didn't perform any updates and have auto updates turned off.
However, I seem to have found a workaround: if I start a second instance of vnc I can connect to it and the login screen behaves normally. The login screen continues to work normally on the second vnc instance after killing the 1st. I changed nothing in the 'xstartup' between the two instances. I have no idea why it works, but it does...
I just started having this problem a week ago on ubuntu 18.04 (I use vnc on a daily basis), and haven't found a good answer for why it has suddenly started. Especially given that I didn't perform any updates and have auto updates turned off.
However, I seem to have found a workaround: if I start a second instance of vnc I can connect to it and the login screen behaves normally. The login screen continues to work normally on the second vnc instance after killing the 1st. I changed nothing in the 'xstartup' between the two instances. I have no idea why it works, but it does...
answered Mar 2 at 23:44
dcookdcook
1
1
add a comment |
add a comment |
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- 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%2funix.stackexchange.com%2fquestions%2f124847%2fvnc-arch-gnome-i-cant-type-in-the-password-on-the-login-screen-because-it%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
How are you running vnc server? Did you exported flag
export XKL_XMODMAP_DISABLE=1for example?– IBr
Apr 15 '14 at 10:47
Yes. I have already exported it.
– simonides
Apr 15 '14 at 11:15
Then I don't know, I used tigervnc only for new sessions (ie. remote machine without running real xserver). When I needed to have a desktop shared with gdm I used x11vnc with gdm's Xauthority passed as argument and that worked like a charm. What else could be wrong with tigervnc I have no idea.
– IBr
Apr 16 '14 at 7:00