Remote desktop connection color not properHow to connect to Windows Server 2008 Remote Desktop with Network...
1970s scifi/horror novel where protagonist is used by a crablike creature to feed its larvae, goes mad, and is defeated by retraumatising him
3.5% Interest Student Loan or use all of my savings on Tuition?
Relationship between the symmetry number of a molecule as used in rotational spectroscopy and point group
Where is the fallacy here?
Quitting employee has privileged access to critical information
Is there a frame of reference in which I was born before I was conceived?
Inconsistent behaviour between dict.values() and dict.keys() equality in Python 3.x and Python 2.7
Can a Trickery Domain cleric cast a spell through the Invoke Duplicity clone while inside a Forcecage?
How to disable or uninstall iTunes under High Sierra without disabling SIP
Why are banks allowed to resell mortgages?
Should I use HTTPS on a domain that will only be used for redirection?
PTIJ: What’s wrong with eating meat and couscous?
“I had a flat in the centre of town, but I didn’t like living there, so …”
How does signal strength relate to bandwidth?
Is there a math equivalent to the conditional ternary operator?
Can we carry rice to Japan?
When was drinking water recognized as crucial in marathon running?
Using Non-Negative Matrix Factorization (NNMF)
How can I handle a player who pre-plans arguments about my rulings on RAW?
Practical reasons to have both a large police force and bounty hunting network?
What could be a means to defeat a childrens’ nightmare?
Correct physics behind the colors on CD (compact disc)?
GPL code private and stolen
If nine coins are tossed, what is the probability that the number of heads is even?
Remote desktop connection color not proper
How to connect to Windows Server 2008 Remote Desktop with Network Level Authentication RequiredHow to save Remote Desktop Connection (vinagre) names for Ubuntu?Remote desktop from Windows to LubuntuConnecting to Ubuntu using Remote Desktop Connection on Windows 7Access Windows 2008 Server through Remote DesktopUbuntu not display the remote desktop properly?Ubuntu 14.04 & remote desktopUnable to implement remote desktop connection from Windows 7 to Ubuntu 14.04Why can I not connect to a remote desktop? [Slolved]remote Desktop connection from Mac to Ubuntu
I am using lubutu 13.10.I have installed remima in it.When i connect to remote connection which is windows server 2008 the display is not proper.It has different colour some weird colours.I have updated video drivers.
remote-desktop remote
add a comment |
I am using lubutu 13.10.I have installed remima in it.When i connect to remote connection which is windows server 2008 the display is not proper.It has different colour some weird colours.I have updated video drivers.
remote-desktop remote
add a comment |
I am using lubutu 13.10.I have installed remima in it.When i connect to remote connection which is windows server 2008 the display is not proper.It has different colour some weird colours.I have updated video drivers.
remote-desktop remote
I am using lubutu 13.10.I have installed remima in it.When i connect to remote connection which is windows server 2008 the display is not proper.It has different colour some weird colours.I have updated video drivers.
remote-desktop remote
remote-desktop remote
asked Jan 17 '14 at 10:25
user236809user236809
26112
26112
add a comment |
add a comment |
3 Answers
3
active
oldest
votes
Launch Remmina , right click your connection and click edit. In the remote desktop preference window, change the color depth to true color (32bpp) and save the settings. Reconnect and you are done.
Never heard of remmina before, but glad I did today. Finally can see proper mouse cursor and colors with a remote desktop application. Thanks.
– srcspider
May 3 '16 at 11:06
There's no connection, I just type the host into the box. I tried to open preferences under the main menu, but it doesn't show color depth anywhere...
– Michael
Sep 4 '18 at 19:10
If you right-click Remmina instead of opening it then Create a New Connection Profile you'll find the Color depth option in there
– flerb
Sep 6 '18 at 3:44
Thank you so much! 2 years using Remmina like a assho&*!
– Genarito
Sep 24 '18 at 15:40
add a comment |
I get the same problem due to 32 bit screen on Linux and 24 bit on Windows server 2008 r2.
$ rdesktop hostname
WARNING: Remote desktop does not support colour depth 24; falling back to 16
If I instead run
rdesktop -a 32 hostname
I get no such warning.
Also when using remote desktop to Windows the aero style gets disabled by default which will make it look slightly different.
– Neil Wightman
Jan 17 '14 at 11:48
add a comment |
just a quick related note. I'd not seen the 'color depth' setting on the profile for my connection, and I realised after reading this that the profile box scrolls; the color depth option was there, but hidden. The scroll isn't obvious when using a high DPI screen.
New contributor
Cody M is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
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%2f406815%2fremote-desktop-connection-color-not-proper%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
Launch Remmina , right click your connection and click edit. In the remote desktop preference window, change the color depth to true color (32bpp) and save the settings. Reconnect and you are done.
Never heard of remmina before, but glad I did today. Finally can see proper mouse cursor and colors with a remote desktop application. Thanks.
– srcspider
May 3 '16 at 11:06
There's no connection, I just type the host into the box. I tried to open preferences under the main menu, but it doesn't show color depth anywhere...
– Michael
Sep 4 '18 at 19:10
If you right-click Remmina instead of opening it then Create a New Connection Profile you'll find the Color depth option in there
– flerb
Sep 6 '18 at 3:44
Thank you so much! 2 years using Remmina like a assho&*!
– Genarito
Sep 24 '18 at 15:40
add a comment |
Launch Remmina , right click your connection and click edit. In the remote desktop preference window, change the color depth to true color (32bpp) and save the settings. Reconnect and you are done.
Never heard of remmina before, but glad I did today. Finally can see proper mouse cursor and colors with a remote desktop application. Thanks.
– srcspider
May 3 '16 at 11:06
There's no connection, I just type the host into the box. I tried to open preferences under the main menu, but it doesn't show color depth anywhere...
– Michael
Sep 4 '18 at 19:10
If you right-click Remmina instead of opening it then Create a New Connection Profile you'll find the Color depth option in there
– flerb
Sep 6 '18 at 3:44
Thank you so much! 2 years using Remmina like a assho&*!
– Genarito
Sep 24 '18 at 15:40
add a comment |
Launch Remmina , right click your connection and click edit. In the remote desktop preference window, change the color depth to true color (32bpp) and save the settings. Reconnect and you are done.
Launch Remmina , right click your connection and click edit. In the remote desktop preference window, change the color depth to true color (32bpp) and save the settings. Reconnect and you are done.
answered Jan 17 '14 at 13:44
FELDAPFELDAP
1713
1713
Never heard of remmina before, but glad I did today. Finally can see proper mouse cursor and colors with a remote desktop application. Thanks.
– srcspider
May 3 '16 at 11:06
There's no connection, I just type the host into the box. I tried to open preferences under the main menu, but it doesn't show color depth anywhere...
– Michael
Sep 4 '18 at 19:10
If you right-click Remmina instead of opening it then Create a New Connection Profile you'll find the Color depth option in there
– flerb
Sep 6 '18 at 3:44
Thank you so much! 2 years using Remmina like a assho&*!
– Genarito
Sep 24 '18 at 15:40
add a comment |
Never heard of remmina before, but glad I did today. Finally can see proper mouse cursor and colors with a remote desktop application. Thanks.
– srcspider
May 3 '16 at 11:06
There's no connection, I just type the host into the box. I tried to open preferences under the main menu, but it doesn't show color depth anywhere...
– Michael
Sep 4 '18 at 19:10
If you right-click Remmina instead of opening it then Create a New Connection Profile you'll find the Color depth option in there
– flerb
Sep 6 '18 at 3:44
Thank you so much! 2 years using Remmina like a assho&*!
– Genarito
Sep 24 '18 at 15:40
Never heard of remmina before, but glad I did today. Finally can see proper mouse cursor and colors with a remote desktop application. Thanks.
– srcspider
May 3 '16 at 11:06
Never heard of remmina before, but glad I did today. Finally can see proper mouse cursor and colors with a remote desktop application. Thanks.
– srcspider
May 3 '16 at 11:06
There's no connection, I just type the host into the box. I tried to open preferences under the main menu, but it doesn't show color depth anywhere...
– Michael
Sep 4 '18 at 19:10
There's no connection, I just type the host into the box. I tried to open preferences under the main menu, but it doesn't show color depth anywhere...
– Michael
Sep 4 '18 at 19:10
If you right-click Remmina instead of opening it then Create a New Connection Profile you'll find the Color depth option in there
– flerb
Sep 6 '18 at 3:44
If you right-click Remmina instead of opening it then Create a New Connection Profile you'll find the Color depth option in there
– flerb
Sep 6 '18 at 3:44
Thank you so much! 2 years using Remmina like a assho&*!
– Genarito
Sep 24 '18 at 15:40
Thank you so much! 2 years using Remmina like a assho&*!
– Genarito
Sep 24 '18 at 15:40
add a comment |
I get the same problem due to 32 bit screen on Linux and 24 bit on Windows server 2008 r2.
$ rdesktop hostname
WARNING: Remote desktop does not support colour depth 24; falling back to 16
If I instead run
rdesktop -a 32 hostname
I get no such warning.
Also when using remote desktop to Windows the aero style gets disabled by default which will make it look slightly different.
– Neil Wightman
Jan 17 '14 at 11:48
add a comment |
I get the same problem due to 32 bit screen on Linux and 24 bit on Windows server 2008 r2.
$ rdesktop hostname
WARNING: Remote desktop does not support colour depth 24; falling back to 16
If I instead run
rdesktop -a 32 hostname
I get no such warning.
Also when using remote desktop to Windows the aero style gets disabled by default which will make it look slightly different.
– Neil Wightman
Jan 17 '14 at 11:48
add a comment |
I get the same problem due to 32 bit screen on Linux and 24 bit on Windows server 2008 r2.
$ rdesktop hostname
WARNING: Remote desktop does not support colour depth 24; falling back to 16
If I instead run
rdesktop -a 32 hostname
I get no such warning.
I get the same problem due to 32 bit screen on Linux and 24 bit on Windows server 2008 r2.
$ rdesktop hostname
WARNING: Remote desktop does not support colour depth 24; falling back to 16
If I instead run
rdesktop -a 32 hostname
I get no such warning.
edited Jan 17 '14 at 12:08
Eric Carvalho
42k17115147
42k17115147
answered Jan 17 '14 at 11:47
Neil WightmanNeil Wightman
1413
1413
Also when using remote desktop to Windows the aero style gets disabled by default which will make it look slightly different.
– Neil Wightman
Jan 17 '14 at 11:48
add a comment |
Also when using remote desktop to Windows the aero style gets disabled by default which will make it look slightly different.
– Neil Wightman
Jan 17 '14 at 11:48
Also when using remote desktop to Windows the aero style gets disabled by default which will make it look slightly different.
– Neil Wightman
Jan 17 '14 at 11:48
Also when using remote desktop to Windows the aero style gets disabled by default which will make it look slightly different.
– Neil Wightman
Jan 17 '14 at 11:48
add a comment |
just a quick related note. I'd not seen the 'color depth' setting on the profile for my connection, and I realised after reading this that the profile box scrolls; the color depth option was there, but hidden. The scroll isn't obvious when using a high DPI screen.
New contributor
Cody M is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
just a quick related note. I'd not seen the 'color depth' setting on the profile for my connection, and I realised after reading this that the profile box scrolls; the color depth option was there, but hidden. The scroll isn't obvious when using a high DPI screen.
New contributor
Cody M is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
just a quick related note. I'd not seen the 'color depth' setting on the profile for my connection, and I realised after reading this that the profile box scrolls; the color depth option was there, but hidden. The scroll isn't obvious when using a high DPI screen.
New contributor
Cody M is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
just a quick related note. I'd not seen the 'color depth' setting on the profile for my connection, and I realised after reading this that the profile box scrolls; the color depth option was there, but hidden. The scroll isn't obvious when using a high DPI screen.
New contributor
Cody M is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Cody M is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
answered 26 mins ago
Cody MCody M
1
1
New contributor
Cody M is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Cody M is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Cody M is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
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%2f406815%2fremote-desktop-connection-color-not-proper%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