(04-20-2016, 06:47 AM)rahlquist Wrote:(04-20-2016, 06:24 AM)tkaiser Wrote: These are relative paths, most likely relative to /sys/class (don't know -- booted the Pine64 a few weeks ago the last time). You might succeed doing a 'find /sys -type d -name fb0' to know the prefix needed to chdir to or create absolute paths.
Yes sorry that should have been
Code:
xxd /sys/class/hdmi/hdmi/attr/edid
cat /sys/class/graphics/fb0/modes
(04-20-2016, 06:47 AM)rahlquist Wrote: Decided to get a bit more info using another method. I hooked my pi to the monitor and pulled EDID info.
Code:root@raspberrypioldpi:~# tvservice -s
state 0x120006 [DVI DMT (57) RGB full 16:10], 1680x1050 @ 60.00Hz, progressive
So why is your RPi not use 1080p @60.00Hz? This is the only physical resolution currently supported with my images.
(04-20-2016, 06:47 AM)rahlquist Wrote: [code]root@raspberrypioldpi:~# tvservice -d edid.dat
Written 256 bytes to edid.dat
root@raspberrypioldpi:~# edidparser edid.dat > edid.txt
So, from the edid data your monitor does not support 1080p @ 60Hz and thus does not work.
See http://paste.ubuntu.com/15954272/ as example for a TV which works without any issue (Toshiba).