Firefly Open Source Community
Title: Possible to activate 24/32 bit color support in Lubuntu? [Print This Page]
Author: dewet Time: 2/14/2015 02:50
Title: Possible to activate 24/32 bit color support in Lubuntu?
Hi
Is it possible to increase the color to 24 or 32 bit in Lubuntu.
I read somewhere some time ago, you need to compile a new kernel.
Any help or link to the post would be appreciated.
Author: dewet Time: 2/14/2015 13:51
Title: Re: Possible to activate 24/32 bit color support in Lubuntu?
I fixed my own problem, so no need for anyone to reply by following Radxa wiki pages.
Author: busybee Time: 2/26/2015 14:32
Title: Re: Possible to activate 24/32 bit color support in Lubuntu?
This is the wiki link: http://radxa.com/Rock/display
Author: dewet Time: 2/26/2015 23:10
Title: Re: Possible to activate 24/32 bit color support in Lubuntu?
Unfortunately it only give me a black screen after following the Radxa wiki page.
I think the problem is because there is no framebuffer driver.
Maybe someone else can also test the solution and see if it works for them.
Author: lin_jc Time: 2/27/2015 10:19
Title: Re: Possible to activate 24/32 bit color support in Lubuntu?
Hi dewet
you can do as followings
- cat << EOF > /etc/init/fbset.conf
- # fbset - run fbset to set truecolor fbmo
- dedescription "run fbset ASAP"
- start on startup and started udev or starting lightdm
- task
- script
- [ -x /bin/fbset ] && /bin/fbset -a -nonstd 1 -depth 32 -rgba "8/0,8/8,8/16,8/24"
- end script
- EOF
Copy the code- cat << EOF > /etc/X11/xorg.conf
- Section "Screen"
- Identifier "Default Screen"
- DefaultDepth 24
- EndSection
- EOF
Copy the code
then you should Add the following to /etc/rc.local
- service lightdm stop
- fbset -a -nonstd 1 -depth 32 -rgba 8/0,8/8,8/16,8/24
- service lightdm start
Copy the code
Welcome Firefly Open Source Community (https://bbs.t-firefly.com/) |
Powered by Discuz! X3.1 |