on a 4k TV with 2160p, photos look terrible. i have tried many photos too. photos look rough or jagged, not smooth.
text and MATE gui looks fine. any idea how to improve picture quality?
Search found 10 matches
- Fri Apr 20, 2018 5:56 pm
- Forum: General Discussion
- Topic: dietpi display looks jagged? photos look bad
- Replies: 0
- Views: 2430
- Sun Apr 15, 2018 4:49 am
- Forum: Troubleshooting
- Topic: 4k TV shows black screen with odroid c2 on boot
- Replies: 0
- Views: 839
4k TV shows black screen with odroid c2 on boot
order of operation: 1. TV on first 2. power odroid c2 via usb 3. TV shows nothing but a black screen. i dont even see lines of codes scrolling through and onto the MATE desktop BUT then 4. i turn TV off and back on, then i can see desktop and icons. no more black screen. boot.ini has: setenv hpd &qu...
- Sun Apr 15, 2018 4:40 am
- Forum: Troubleshooting
- Topic: installation of libcec???
- Replies: 1
- Views: 879
Re: installation of libcec???
i found this command:
but then
gives error:
autodetect FAILED
any idea?
please help
Code: Select all
apt-get install cec-utils
Code: Select all
echo scan | cec-client -s -d 1
autodetect FAILED
any idea?
please help
- Sat Apr 14, 2018 3:26 pm
- Forum: Troubleshooting
- Topic: installation of libcec???
- Replies: 1
- Views: 879
installation of libcec???
so it looks like CEC is already enabled by default because my 4k TV can recognize the odroid c2 connected. HomeAssistant cant control the TV without libcec. how to install it properly? would these codes found here work? can i copy verbatim into dietpi terminal? https://www.raspberrypi.org/forums/vie...
- Sat Apr 14, 2018 2:43 pm
- Forum: Community Tutorials
- Topic: odroid C2, 4K TV picture frame.
- Replies: 5
- Views: 2986
Re: odroid C2, 4K TV picture frame.
tried ubuntu and it gave me pretty much same problem. went back to dietpi clean install. chose Mate, and autostart in desktop mode with autologin. created my script and made it executable. then add it to the autostart application on the top menu and now it works like a charm! hope this helps someone...
- Wed Apr 11, 2018 4:15 pm
- Forum: Community Tutorials
- Topic: odroid C2, 4K TV picture frame.
- Replies: 5
- Views: 2986
Re: odroid C2, 4K TV picture frame.
well, it was a good try. i even read this http://dietpi.com/phpbb/viewtopic.php?f=11&t=811&start=0 when reading the error log file, i see my feh_start.sh file failed because of: xset: unable to open display feh error: you have no home, cannot read themes strange that i can manually sh feh_st...
- Tue Apr 10, 2018 9:29 pm
- Forum: Community Tutorials
- Topic: odroid C2, 4K TV picture frame.
- Replies: 5
- Views: 2986
Re: odroid C2, 4K TV picture frame.
i finally figured out FEH only works in the desktop GUI. so how do i run this simple feh_start.sh containing these commands? xset s off xset -dpms xset s noblank feh --quiet --fullscreen --borderless --hide-pointer --randomize --slideshow-delay 30 /media/usb/ after searching, i found this https://ww...
- Tue Apr 10, 2018 5:52 pm
- Forum: Community Tutorials
- Topic: odroid C2, 4K TV picture frame.
- Replies: 5
- Views: 2986
Re: odroid C2, 4K TV picture frame.
the Odroid C2 just arrived yesterday. i was able to get it to boot into desktop GUI. i got feh installed and it opened photos on USB drive fine. BUT this does not work on the C2 obviously: sudo nano /home/pi/.config/lxsession/LXDE/autostart i set up the custom.sh autostart and filled in these: @xset...
- Fri Apr 06, 2018 2:15 pm
- Forum: Community Tutorials
- Topic: odroid C2, 4K TV picture frame.
- Replies: 5
- Views: 2986
Re: odroid C2, 4K TV picture frame.
this is the full code i got working for the raspberry pi. it will play whatever is on the USB drive continuously. havent tried with the PIR motion sensor yet. just ordered the TV and odroid C2. waiting for arrival. same codes should work on C2 right? sudo apt-get update sudo apt-get upgrade sudo apt...
- Thu Apr 05, 2018 8:51 pm
- Forum: Community Tutorials
- Topic: odroid C2, 4K TV picture frame.
- Replies: 5
- Views: 2986
odroid C2, 4K TV picture frame.
4K TVs are so cheap now, i just bought a 55 inch TV from walmart for $280 with tax. has anyone tried DietPi with C2 on a 4K TV, with a PIR motion detector, as a picture frame? ideally, the PIR motion detector will turn on TV via HDMI CEC when motion is detected. TV stays on for 10mins. if no motion ...