Firefly Open Source Community

   Login   |   Register   |
New_Topic
Print Previous Topic Next Topic

Possible to activate 24/32 bit color support in Lubuntu?

59

Credits

10

Prestige

12

Contribution

registered members

Rank: 2

Credits
59
Posted at 2/27/2015 10:19:38      1#

Re: Possible to activate 24/32 bit color support in Lubuntu?

Hi dewet

you can do as followings

  1. cat << EOF > /etc/init/fbset.conf
  2. # fbset - run fbset to set truecolor fbmo
  3. dedescription "run fbset ASAP"
  4. start on startup and started udev or starting lightdm
  5. task
  6. script
  7. [ -x /bin/fbset ] && /bin/fbset -a -nonstd 1 -depth 32 -rgba "8/0,8/8,8/16,8/24"
  8. end script
  9. EOF
Copy the code
  1. cat << EOF > /etc/X11/xorg.conf
  2. Section "Screen"
  3. Identifier "Default Screen"
  4. DefaultDepth 24
  5. EndSection
  6. EOF
Copy the code

then you should Add the following to /etc/rc.local

  1. service lightdm stop
  2. fbset -a -nonstd 1 -depth 32 -rgba 8/0,8/8,8/16,8/24
  3. service lightdm start
Copy the code


Reply

Use props Report

You need to log in before you can reply Login | Register

This forum Credits Rules

Quick Reply Back to top Back to list