By webmast552
running LXDE… just wanted to change bit depth to 16 bit (now it shows 24 when type in /xwininfo -root | grep Depth:/), cause it’s 512mb ram, and while it runs perfectly seems like sometimes stick, and afaik difference between 16 and 24 enough to resolve it, as I do on old hi-loaded desktops. but this is VPS and it have no monitor itself, adding xorg.conf doesn’t matter at all - so would you help me))
and else question, as I running it in 256 color client mode (well even it takes 100mb/hour of quite expensive traffic on 1-3 mbps gate anyway not able to go 16-bit), does it have matter at all? but I’d like to try, cause suspect it anyway compute 24 bit before convert it to 256 color, which may cause even more cpu and other overload. and if you know how to change it even not 16 bit but 256 color itself should be even better solve.
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Hello,
Just un update on this question
To change the bit depth of your LXDE session to 16-bit, you’ll need to modify your Xorg configuration. Here’s how you can do it:
sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf.bak
sudo nano /etc/X11/xorg.conf
DefaultDepth 16
SubSection "Display"
Depth 16
EndSubSection
Save and close the file.
Restart your Xorg server by running the following command:
sudo service lightdm restart
This should change the bit depth of your LXDE session to 16-bit. If you’re still experiencing performance issues, you might want to consider increasing the amount of RAM allocated to your Droplet.
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.