Announcement
Collapse
No announcement yet.
Announcement
Collapse
No announcement yet.
Ubuntu 14.04 and 15.04 on MK808b Plus
Collapse
X
-
No. On the Monitor Preferences window, the only option is 'Laptop' and that resolution is fixed at 1280x720 @60Hz.
It seems like this is a configuration setting somewhere since the OpenELEC implementation (http://freaktab.com/forum/tv-player-...mk808b-and-mxq) displays 1080p just fine.
Comment
-
Originally posted by Hampden View PostNo. On the Monitor Preferences window, the only option is 'Laptop' and that resolution is fixed at 1280x720 @60Hz.
It seems like this is a configuration setting somewhere since the OpenELEC implementation (http://freaktab.com/forum/tv-player-...mk808b-and-mxq) displays 1080p just fine.
Comment
-
To get 1080p resolution working place the following in /etc/rc.local:
Code:echo "1080p" > /sys/class/display/mode /bin/fbset -fb /dev/fb0 -g 1920 1080 1920 2160 32 echo 0 > /sys/class/graphics/fb0/free_scale echo 1 > /sys/class/graphics/fb0/freescale_mode echo "0 0 1919 1079" > /sys/class/graphics/fb0/free_scale_axis echo "0 0 1919 1079" > /sys/class/graphics/fb0/window_axis echo 0x10001 > /sys/class/graphics/fb0/free_scale
The last number in fbset command defines the bpp (bits per pixel). Use 32 to get kodi and gles to work, use 24 to get good looking LibreOffice.
Tested on MK808B PLUS.
Comment
-
Originally posted by loboris View PostTo get 1080p resolution working place the following in /etc/rc.local:
Code:echo "1080p" > /sys/class/display/mode /bin/fbset -fb /dev/fb0 -g 1920 1080 1920 2160 32 echo 0 > /sys/class/graphics/fb0/free_scale echo 1 > /sys/class/graphics/fb0/freescale_mode echo "0 0 1919 1079" > /sys/class/graphics/fb0/free_scale_axis echo "0 0 1919 1079" > /sys/class/graphics/fb0/window_axis echo 0x10001 > /sys/class/graphics/fb0/free_scale
The last number in fbset command defines the bpp (bits per pixel). Use 32 to get kodi and gles to work, use 24 to get good looking LibreOffice.
Tested on MK808B PLUS.
So, MK808b Plus has Ubuntu, Openelec, Android working fully now
Comment
-
@Fredhosi , sorry I don't have mxq.
Some more fixes/tips (tested on MK808+):
If you don't have hdmi sound, do the following:
in /etc/asound.conf replace pcm "hw:1,0" with pcm "hw:0,1"
in /etc/pulse/default.pa replace (uncomment)
#load-module module-alsa-sink with load-module module-alsa-sink
and
#load-module module-alsa-source device=hw:1,0 with load-module module-alsa-source device=hw:0,1
To get rid of Odroid repository gpg key error, run:
Code:sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 5360FB9DAB19BAC9
Code:CHROMIUM_FLAGS=" --use-gl=egl --ignore-gpu-blacklist --disable-accelerated-2d-canvas --num-raster-threads=2"
- Enable compositing for better desktop experience ( disable when running Kodi ! )
- Install smplayer
- smtube from Ubuntu Vivid does not work, but from Wily repository works, download deb and install with gdebi.Last edited by loboris; 27 September 2015, 01:11.
Comment
What's Going On
Collapse
There are currently 1414 users online. 1 members and 1413 guests.
Most users ever online was 63,956 at 18:56 on 20 March 2025.
Comment