Raspberry Pi Ham Clock Full Screen

  Рет қаралды 6,586

K2PMD - Paul

K2PMD - Paul

8 ай бұрын

I was looking for a video on how to get the Ham Clock display to truly be full-screen. After trying for hours to figure it out, I finally got it. Now, you can learn how to do it in about ten minutes. Leave your questions or comments below.
Here is the website for the Ham Clock software: www.clearskyinstitute.com/ham...
The PuTTY software can be downloaded here: www.putty.org/
When you SSH into your Pi, you will copy and paste this code into your terminal: xrandr --output HDMI-1 --scale-from 800x480 --display :0

Пікірлер: 28
@12polizei24wegvonhier
@12polizei24wegvonhier 5 ай бұрын
I installed HamClock before and was disappointed with exactly this resolution issue. This video fixed it for me and now I'll put my recycled laptop display in a nice frame for my wall. This is also a great gift to pass on. Thx K2PMD and Happy New Year!
@noboromirno671
@noboromirno671 3 ай бұрын
This is PERFECT. I bought a cheap AliExpress screen to have an always on HamClock and could not get the resolution right and this was the fix. Thank you for sharing this
@dave5137
@dave5137 4 ай бұрын
This works perfect... you can adjust it to any custom size... just play with the resolution numbers till it fits the screen ya want. I use ubuntu with a xfce4 desktop and put the line of code in the startup apps as a command and everytime it boots it runs that code to set the resolution. I'm using a pi zero2 and an old laptop screen.... it"s only for running hamclock so I don't care about other app windows looking or fitting the screen. Thanks Paul K2PMD I really struggled with this for awhile. Dave K0DLP
@K2PMD
@K2PMD 4 ай бұрын
Awesome Dave. I use a dedicated Pi and Monitor just for Ham Clock as well. It really is a great tool to have up when operating at your station. I am glad the video was helpful. I will be putting in that code line as well so that I don't have to repeat the SSH steps every time I turn on my Pi.
@johnkemas7344
@johnkemas7344 8 ай бұрын
Well done Presentation Paul! W#BUW
@mainetomass99
@mainetomass99 3 ай бұрын
Has anyone solved the "warning: output HDMI-1 not found; ignoring" error? Everything worked fine on the Pi Zero 2W. But, now that I've upgraded to the Pi4B, I'm getting this error. Strange. I've tried changing the HDMI # on the entry and tried the other HDMI port on the Pi with no success. Thanks in advance.
@tekspeditionplanet9109
@tekspeditionplanet9109 5 ай бұрын
Thanks for the walk-through. Do you have to modify the line remotely via SSH, or can you just open up the line editor in the Raspberry Pi and make the change?
@K2PMD
@K2PMD 5 ай бұрын
Hello, please see the response from Richard Wright below. I haven't tried it yet, but I will give it a try this weekend. Let us know if it works for you. I only know how to do it via SSH.
@pvdk
@pvdk 6 ай бұрын
Thanks for this video. I run the PI4B on a 4K OLED screen. I have the resolution on HD (1920x1080) but full screen I needed to go for a strange resolution of 1690x1010 (so no longer 16:9) but it seems to work. Is there by any change a place (I read the manual) where to set other windows on the screen (like cluster spotting etc) Thanks, Phil ON4VP
@K2PMD
@K2PMD 6 ай бұрын
Hey Phil, I am not really sure since I haven't ever tried it. I suspect you have to choose the existing "windows" within the hamclock and choose what you want to display (much like I chose the POTA window.)
@valmiroliveira5804
@valmiroliveira5804 4 ай бұрын
Hi Paul a little help, I am using Raspberry PI for hamclock, I unzipped it but then open another window showing me ArduinoLib and WS Server? Any help I appreciate. Thanks
@K2PMD
@K2PMD 4 ай бұрын
Hello, the instructions for downloading direct to your Raspberry Pi are under the Desktop Tab at www.clearskyinstitute.com/ham/HamClock/. Here is the code to copy and paste into your terminal: cd curl -O www.clearskyinstitute.com/ham/HamClock/install-hc-rpi chmod u+x install-hc-rpi ./install-hc-rpi
@Richard-je4lt
@Richard-je4lt 5 ай бұрын
Yes this works BUT when you reboot you have to go through it all again , it reverts back to small screen on reboot , tried a reinstall and set size to 12300x9600 but i still get small screen ?..Need some way to make permanent ..
@K2PMD
@K2PMD 5 ай бұрын
Yes, that is the case. I leave my Pi on and turn off my screen after I leave the shack. Hopefully, someone with better coding skills than me can figure out how to put the code in the actual program.
@billygamer3941
@billygamer3941 3 ай бұрын
MNI TNX
@12polizei24wegvonhier
@12polizei24wegvonhier 5 ай бұрын
Hi K2PMD, do you know how I can force this command: xrandr --output HDMI-1 --scale-from 800x480 --display :0 during reboot? Now I need to SSH every time when power comes off, which is not ideal. Tried adding the command in the config.txt boot file but it didn't work and probably did it not correctly. Thx K2PMD for any additional insights.
@K2PMD
@K2PMD 5 ай бұрын
Hi Arthur, check out Richard's response above. It seems like he figured it out.
@timlincoln2246
@timlincoln2246 7 ай бұрын
Hi Paul, W2TIM here. I have a Raspberry Pi 4b, hamclock is loaded and running fine, but I also have the same issue. I have a 10.1" touchscreen as a HDMI monitor, resolution is 1280x800. I tried running the xrandr command but get an error: "warning: output HDMI-1 not found; ignoring". the Raspberry install is a new install, nothign else is loaded or running, it is pretty standard. Any help in getting this resolved woudl be greatly appreciated.
@K2PMD
@K2PMD 7 ай бұрын
Hey Tim, what resolution are you using in the xrandr command? If the one you are using is not working try 800x480. Also, please forgive me if this is something you already did, but have you tried the other HDMI port on the Pi4?
@RichardWright142
@RichardWright142 5 ай бұрын
In FAQ 12 on the HamClock webpage it shows how to save the resolution. Use a text editor (I used nano) and run this: nano ~/.xsessionrc Then enter the resolution that works for you. In my case 800x480 filled the screen (no black bars around it) so my line in the file was this: xrandr --output HDMI-1 --scale-from 800x480 --display :0 Save the file and when I rebooted it filled the screen. I also have my raspberry pi automatically launch HamClock when it starts up by running these commands (found on the desktop tab, item 10.): cd ~/ESPHamClock mkdir -p ~/.config/autostart cp hamclock.desktop ~/.config/autostart
@K2PMD
@K2PMD 5 ай бұрын
Thanks, Richard. I will definitely give this a try. It certainly answers the number 1 question asked about this video.
@alb.7180
@alb.7180 6 ай бұрын
Got this working on my pi zero 2w ...thanks for the video! I am using 1600x960 in the command for my 1920x1080 monitor, & I have to perform the same steps every time I boot up though. Any way to make this permanent on start-up?
@K2PMD
@K2PMD 6 ай бұрын
Hey Al, I really don't know. I leave mine running all the time.
@alb.7180
@alb.7180 6 ай бұрын
I'll have to do that, and just re-do it after a power outage...thanks again!
@K2PMD
@K2PMD 5 ай бұрын
@@alb.7180 Check out Richard's response above. It seems like he figured it out.
@waynerobertson8407
@waynerobertson8407 5 ай бұрын
Crap video if your new to pi-star. Downloaded the software as shown. Then you left out how to extract the file to place the Hamclock icon on the desktop. Like most videos on youtube there never complete and they forget about anyone for the first time
@mikestokes235
@mikestokes235 6 ай бұрын
Thank you for the video, but unfortunately I get an error.... warning: output HDMI-1 not found; ignoring What am I doing wrong?
@dennimulyawan6544
@dennimulyawan6544 6 ай бұрын
same here, also by replacing to HDMI-0, HDMI-1 with no luck
Top 5 Raspberry Pi Projects for Ham Radio
10:34
KM4ACK
Рет қаралды 29 М.
Они убрались очень быстро!
00:40
Аришнев
Рет қаралды 1,9 МЛН
Why You Should Always Help Others ❤️
00:40
Alan Chikin Chow
Рет қаралды 68 МЛН
1 класс vs 11 класс (неаккуратность)
01:00
How to bring sweets anywhere 😋🍰🍫
00:32
TooTool
Рет қаралды 19 МЛН
How to install Ham Clock and get the most use out of the 7" Raspberry Pi Touch Screen
25:04
Temporarily Offline Ham Radio
Рет қаралды 33 М.
FLDigi Config Setup
9:46
KO4CEQ
Рет қаралды 10 М.
My favourite Linux Desktop. Raspberry Pi 5 KDE Plasma
15:16
leepspvideo
Рет қаралды 33 М.
OpenWebRX Plus - The ULTIMATE Web SDR Application
15:45
Tech Minds
Рет қаралды 75 М.
When Did Raspberry Pi become the villain?
21:54
Jeff Geerling
Рет қаралды 1,4 МЛН
What can you do with a Raspberry Pi?
0:59
Mark Smart
Рет қаралды 103 М.
FT8, JS8Call, and FLDigi on the new Raspberry Pi 5!
15:21
KM6LYW Radio
Рет қаралды 6 М.
Yagya Video 2024 05 26 28
0:36
vedbhawan
Рет қаралды 862
This Is The Fastest Ryzen SBC We've Ever Gotten Our Hands On!
11:20
Main filter..
0:15
CikoYt
Рет қаралды 1,7 МЛН
Индуктивность и дроссель.
1:00
Hi Dev! – Электроника
Рет қаралды 1,7 МЛН
ВСЕ МОИ ТЕЛЕФОНЫ
14:31
DimaViper Live
Рет қаралды 22 М.
keren sih #iphone #apple
0:16
Muhammad Arsyad
Рет қаралды 713 М.
Выложил СВОЙ АЙФОН НА АВИТО #shorts
0:42
Дмитрий Левандовский
Рет қаралды 2 МЛН