Milenco schreef op maandag 11 juli 2016 @ 18:19:
Sinds vorige week ook een NUC6i3 aangeschaft. Na wat stabiliteitsproblemen met Windows (en wat andere kleinere redenen) de overstap naar Ubuntu 16.04 gemaakt.
Helaas krijg ik geen 3840x2160 resolutie aan de praat op 60hz in Ubuntu. In Windows werkt het prima (heb een Club3D adapter voor DP -> HDMI 2.0), in Ubuntu blijft de refresh rate echter steken op 30hz.
Andere mensen met hetzelfde probleem? Blijkbaar wordt de laatste Intel graphics drivers voor Linux al meegeleverd met Ubuntu 16.04. Handmatig een refresh rate van 60hz forceren levert helaas zwart beeld op.
Edit: Inmiddels opgelost met de volgende commando's
code:
1
2
3
| xrandr --newmode "3840x2160_60" 594.000 3840 4016 4104 4400 2160 2168 2178 2250 +hsync +vsync
xrandr --addmode DP1 "3840x2160_60"
xrandr --output DP1 --mode 3840x2160_60 |
Ik draai Openelec en heb dit wel voor elkaar.
Wat ik heb gedaan:
For a perfect setup do the following:
Create autostart.sh in the configfiles folder (via SAMBA) and add the following line in there:
xrandr –output DP1 –set “Broadcast RGB” “Full”
The above sets the color spectrum to full RGB range (removes banding and raises black levels). Make sure you have you TV also set to Full range otherwise it won’t work.
Then:
Before adding the resolution by typing: xrandr –newmode “3840x2160_60” 594.000 3840 4016 4104 4400 2160 2168 2178 2250 +hsync +vsync
You need to set SSH to the right display:
export DISPLAY=:0.0
I also suggest following the EDID guide.
http://wiki.openelec.tv/i...ustom_xorg.conf#tab=Intel
Basically enter via ssh:
ls /sys/class/drm
cat /sys/class/drm/card0-DP-1/status
mkdir -p /storage/.config/firmware/edid
cat /sys/class/drm/card0-HDMI-A-1/edid > /storage/.config/firmware/edid/edid.bin
cd ~
mkdir -p cpio/lib/firmware/edid
cp .config/firmware/edid/edid.bin cpio/lib/firmware/edid/
cd cpio/
find . -print | cpio -ov -H newc > ../edid.cpio
mount -o remount,rw /flash
mv ../edid.cpio /flash/
Lastly, edit the kernel boot parameters to load the cpio archive and the edid data:
nano -w /flash/extlinux.conf
Add to the end of the APPEND line:
initrd=/edid.cpio drm_kms_helper.edid_firmware=HDMI-A-1:edid/edid.bin
Then reboot!
They call her... c*ck juggeling Thunderc*nt!