More > JRiver Media Center 28 for Linux
Quick Start Guide for Installing JRiver Mediacenter 28 on an rPi4 2-4-8GB
Wheaten:
removed
GrahamG:
Thanks for instructions.
For info, I had trouble connecting with VNC when I disconnected the monitor.
x11vnc was failing on boot up.
I used putty to go into raspi-config
Then went into the display option and set it to 1920x1020
Rebooted, then VNC would connect without a monitor.
GrahamG:
Also, to get sound out of HDMI I had to edit config.txt as described here...
https://www.raspberrypi.org/documentation/configuration/audio-config.md
Wheaten:
Good to hear that you resolved it.
You did perform these steps? As this should resolve the HDMI screen issue.
--- Code: ---$ cd /boot && sudo nano config.txt
--- End code ---
This will show you the file config.txt in the text editor nano. You'll see a lot of information in the config file already, scroll down to the bottom of the file using the direction keys on your keyboard and enter the following two lines exactly as shown:
--- Code: ---framebuffer_width=1400
framebuffer_height=800
--- End code ---
GrahamG:
--- Quote from: Wheaten on July 03, 2021, 03:14:06 am ---Good to hear that you resolved it.
You did perform these steps? As this should resolve the HDMI screen issue.
--- Code: ---$ cd /boot && sudo nano config.txt
--- End code ---
This will show you the file config.txt in the text editor nano. You'll see a lot of information in the config file already, scroll down to the bottom of the file using the direction keys on your keyboard and enter the following two lines exactly as shown:
--- Code: ---framebuffer_width=1400
framebuffer_height=800
--- End code ---
--- End quote ---
Yes I did do that, and I checked the file.
Navigation
[0] Message Index
[#] Next page
Go to full version