Ubuntu 18 - Remote Connecting from Windows Remote DesktopGetting grey hash screen when using RDP into my serverError/problem connecting (Windows 10 RDP into XRDP)Access XRDP workspace from serverLocal Ubuntu desktop cannot login after opened Xrdp sessionUbuntu 18.04.03 with xvnc or xrdp connection problem
Replace many strings by another string
How to end the conversation quickly with head hunter?
What type of glass fuse is this and what does the spring do?
Who is the narrator of Star Wars?
What if I take Necrotic damage more than my hit point total?
Why is Brownian motion useful in finance?
How can conflict be conducted between nations when warfare is never an option?
Is my ESTA still valid though I've mislaid it?
How did William the Conqueror consolidate his military victory?
Why did they design new connectors for USB?
Can I leave my car sitting outside for about 5 years?
Site is accessible by domain in all browsers but Chrome
1 horizontal and 1 vertical line needs to be a different color in my table
Wiegand 26-Bit Calculator - Transforming a decimal number into an 26-Bit binary number
Roll for Initiative!
Why are Amex fees allowed in the European Union?
Sci-fi novel from 1980s(?) about colony on Mars
Why can't I use zsh?
How can I unscrew the faucet nuts in the tight space behind my sink basin?
What is a good step resolution in tuning and transmitting?
Functions that simply call another function, bad design choice?
Largest smallest gap
If sp_ExecuteSql creates a new session, how come I can access a local temp table created (prior to it's execution) outside of the dynamic SQL?
Smallest dot/dot indent for Prusa MK3S using PLA
Ubuntu 18 - Remote Connecting from Windows Remote Desktop
Getting grey hash screen when using RDP into my serverError/problem connecting (Windows 10 RDP into XRDP)Access XRDP workspace from serverLocal Ubuntu desktop cannot login after opened Xrdp sessionUbuntu 18.04.03 with xvnc or xrdp connection problem
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty
margin-bottom:0;
enter image description hereI believe I have now installed xRDP and activated it properly and I know the name and IP address of my remote Ubuntu. When I do get a connection through Windows RDP I am presented with a log-in screen and a choice of servers. I choose Xorg and X11RDP, and neither accepts my credentials. I am logged off the Ubuntu because I have read being logged in might be a problem. Should I be setting up xorg on the Ubuntu? Should I be providing same credentials remotely and I do when I access Ubuntu locally?
Thanks
Farzad
xorg windows-8 xrdp
add a comment
|
enter image description hereI believe I have now installed xRDP and activated it properly and I know the name and IP address of my remote Ubuntu. When I do get a connection through Windows RDP I am presented with a log-in screen and a choice of servers. I choose Xorg and X11RDP, and neither accepts my credentials. I am logged off the Ubuntu because I have read being logged in might be a problem. Should I be setting up xorg on the Ubuntu? Should I be providing same credentials remotely and I do when I access Ubuntu locally?
Thanks
Farzad
xorg windows-8 xrdp
add a comment
|
enter image description hereI believe I have now installed xRDP and activated it properly and I know the name and IP address of my remote Ubuntu. When I do get a connection through Windows RDP I am presented with a log-in screen and a choice of servers. I choose Xorg and X11RDP, and neither accepts my credentials. I am logged off the Ubuntu because I have read being logged in might be a problem. Should I be setting up xorg on the Ubuntu? Should I be providing same credentials remotely and I do when I access Ubuntu locally?
Thanks
Farzad
xorg windows-8 xrdp
enter image description hereI believe I have now installed xRDP and activated it properly and I know the name and IP address of my remote Ubuntu. When I do get a connection through Windows RDP I am presented with a log-in screen and a choice of servers. I choose Xorg and X11RDP, and neither accepts my credentials. I am logged off the Ubuntu because I have read being logged in might be a problem. Should I be setting up xorg on the Ubuntu? Should I be providing same credentials remotely and I do when I access Ubuntu locally?
Thanks
Farzad
xorg windows-8 xrdp
xorg windows-8 xrdp
asked Jun 30 at 17:52
Farzad_KFarzad_K
615 bronze badges
615 bronze badges
add a comment
|
add a comment
|
1 Answer
1
active
oldest
votes
when posting question, please always specify complete version of the Ubuntu Operating system. if you are using Ubuntu 18.04.3 (you can check this by typing the following command in a terminal console (lsb_release -sd), this might be a known issue....
Ubuntu 18.04.2 and 18.04.3 are using a new xorg-xserver-xorg-hwe* packages that prevent the installation of the xorgxrdp components of xrdp package.....
Best option - Install the new xorgxrdp-hwe-18.04 package
Install the new xorgxrdp package by issuing the following command
sudo apt-get install xorgxrdp-hwe-18.04
This should fix your issue
Dirty fix - Downgrade to previous xorg-xserver-xorg packages
We assume that you have already installed xRDP package and you want to fix it
sudo apt-get install xserver-xorg-core
sudo apt-get -y install xserver-xorg-input-all
More info on http://c-nergy.be/blog/?p=13390
Other option - use one of the xrdp installer script
Note : To use this option, please remove the xrdp package you have installed
You can automate the xrdp installation and have it working nicely with Ubuntu Default Desktop using one of the following scripts
To use Ubuntu repository packages, read instructions and download the
script at http://c-nergy.be/blog/?p=13933
To compile from source (easy way), read instructions and download the
script at
http://c-nergy.be/blog/?p=13663 Hope this help Till next time See ya
Hope this help
Till next time
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/4.0/"u003ecc by-sa 4.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%2f1155053%2fubuntu-18-remote-connecting-from-windows-remote-desktop%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
when posting question, please always specify complete version of the Ubuntu Operating system. if you are using Ubuntu 18.04.3 (you can check this by typing the following command in a terminal console (lsb_release -sd), this might be a known issue....
Ubuntu 18.04.2 and 18.04.3 are using a new xorg-xserver-xorg-hwe* packages that prevent the installation of the xorgxrdp components of xrdp package.....
Best option - Install the new xorgxrdp-hwe-18.04 package
Install the new xorgxrdp package by issuing the following command
sudo apt-get install xorgxrdp-hwe-18.04
This should fix your issue
Dirty fix - Downgrade to previous xorg-xserver-xorg packages
We assume that you have already installed xRDP package and you want to fix it
sudo apt-get install xserver-xorg-core
sudo apt-get -y install xserver-xorg-input-all
More info on http://c-nergy.be/blog/?p=13390
Other option - use one of the xrdp installer script
Note : To use this option, please remove the xrdp package you have installed
You can automate the xrdp installation and have it working nicely with Ubuntu Default Desktop using one of the following scripts
To use Ubuntu repository packages, read instructions and download the
script at http://c-nergy.be/blog/?p=13933
To compile from source (easy way), read instructions and download the
script at
http://c-nergy.be/blog/?p=13663 Hope this help Till next time See ya
Hope this help
Till next time
add a comment
|
when posting question, please always specify complete version of the Ubuntu Operating system. if you are using Ubuntu 18.04.3 (you can check this by typing the following command in a terminal console (lsb_release -sd), this might be a known issue....
Ubuntu 18.04.2 and 18.04.3 are using a new xorg-xserver-xorg-hwe* packages that prevent the installation of the xorgxrdp components of xrdp package.....
Best option - Install the new xorgxrdp-hwe-18.04 package
Install the new xorgxrdp package by issuing the following command
sudo apt-get install xorgxrdp-hwe-18.04
This should fix your issue
Dirty fix - Downgrade to previous xorg-xserver-xorg packages
We assume that you have already installed xRDP package and you want to fix it
sudo apt-get install xserver-xorg-core
sudo apt-get -y install xserver-xorg-input-all
More info on http://c-nergy.be/blog/?p=13390
Other option - use one of the xrdp installer script
Note : To use this option, please remove the xrdp package you have installed
You can automate the xrdp installation and have it working nicely with Ubuntu Default Desktop using one of the following scripts
To use Ubuntu repository packages, read instructions and download the
script at http://c-nergy.be/blog/?p=13933
To compile from source (easy way), read instructions and download the
script at
http://c-nergy.be/blog/?p=13663 Hope this help Till next time See ya
Hope this help
Till next time
add a comment
|
when posting question, please always specify complete version of the Ubuntu Operating system. if you are using Ubuntu 18.04.3 (you can check this by typing the following command in a terminal console (lsb_release -sd), this might be a known issue....
Ubuntu 18.04.2 and 18.04.3 are using a new xorg-xserver-xorg-hwe* packages that prevent the installation of the xorgxrdp components of xrdp package.....
Best option - Install the new xorgxrdp-hwe-18.04 package
Install the new xorgxrdp package by issuing the following command
sudo apt-get install xorgxrdp-hwe-18.04
This should fix your issue
Dirty fix - Downgrade to previous xorg-xserver-xorg packages
We assume that you have already installed xRDP package and you want to fix it
sudo apt-get install xserver-xorg-core
sudo apt-get -y install xserver-xorg-input-all
More info on http://c-nergy.be/blog/?p=13390
Other option - use one of the xrdp installer script
Note : To use this option, please remove the xrdp package you have installed
You can automate the xrdp installation and have it working nicely with Ubuntu Default Desktop using one of the following scripts
To use Ubuntu repository packages, read instructions and download the
script at http://c-nergy.be/blog/?p=13933
To compile from source (easy way), read instructions and download the
script at
http://c-nergy.be/blog/?p=13663 Hope this help Till next time See ya
Hope this help
Till next time
when posting question, please always specify complete version of the Ubuntu Operating system. if you are using Ubuntu 18.04.3 (you can check this by typing the following command in a terminal console (lsb_release -sd), this might be a known issue....
Ubuntu 18.04.2 and 18.04.3 are using a new xorg-xserver-xorg-hwe* packages that prevent the installation of the xorgxrdp components of xrdp package.....
Best option - Install the new xorgxrdp-hwe-18.04 package
Install the new xorgxrdp package by issuing the following command
sudo apt-get install xorgxrdp-hwe-18.04
This should fix your issue
Dirty fix - Downgrade to previous xorg-xserver-xorg packages
We assume that you have already installed xRDP package and you want to fix it
sudo apt-get install xserver-xorg-core
sudo apt-get -y install xserver-xorg-input-all
More info on http://c-nergy.be/blog/?p=13390
Other option - use one of the xrdp installer script
Note : To use this option, please remove the xrdp package you have installed
You can automate the xrdp installation and have it working nicely with Ubuntu Default Desktop using one of the following scripts
To use Ubuntu repository packages, read instructions and download the
script at http://c-nergy.be/blog/?p=13933
To compile from source (easy way), read instructions and download the
script at
http://c-nergy.be/blog/?p=13663 Hope this help Till next time See ya
Hope this help
Till next time
edited Sep 29 at 11:53
answered Sep 28 at 17:53
GriffonGriffon
8747 silver badges13 bronze badges
8747 silver badges13 bronze badges
add a comment
|
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%2f1155053%2fubuntu-18-remote-connecting-from-windows-remote-desktop%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