2

please help me changing the color depth in Ubuntu 12.04!

(Any idea why it is not part of "System Setting" in GUI?)

I need 16bpp to get xrdp running in Ubuntu on virtualBox.

Instruchtions basesd on TTY and
sudo service xdm stop or sudo service gdm stop
result in unrecognised service.

Avinash Raj
  • 78,556
UeT
  • 21
  • 1
  • 3

1 Answers1

1

A quick way would be to change the screen section in xorg.conf

/etc/X11/xorg.conf

In the screen section you will find Depth and/or DefaultDepth, make these 24 and you will have 16bpp colors upon restart.

If you do not have a xorg.conf yet, you can find here how to make one.

Requist
  • 2,389
  • 2
  • 22
  • 32