nice!
Well the fps lag is expected…it wont get any better 23-25 is the most stable setting i’ve used.
I just realized what you meant about the putty thing…Yeah, if you run the server manually that session is occupied. You’ll have to start a new session or use screen to detach/reattach to a session. (How To Use Linux Screen)
What screen does is basically setting something to run in the background with a handle…and you can detach from it and then reattach to it whenever you want.
Now that the server autoloads on boot, you dont have to worry about the cpu usage, because whenever you are not using vnc the server is kinda in an idle state…so it wont eat up your resources.
If you want to monitor your cpu/ram usage, via putty type : sudo apt-get install htop then press Y to install it.
Then type htop on the prompt and you’ll see a table with stats about all the processes running. Press F10 to exit.
If you are using a wifi stick with the pi you can also install wavemon sudo apt-get install wavemon. The same thing, execute it with : wavemon, and F10 to exit…It will give you info about your connection with your router. I use it when i am trying to find the ‘Goldilocks zone’ for better wifi reception.
I didn’t do the “Screen resolution / Headless operation” part of the guide of patrikolausson/dispmanx_vnc because I thought that the automode was enouth to me.
However, now I would like to use Config Conditional Filters to setup two different TVs as said in Conditional Filters for Config.txt, and I also think that may have some relationship with the issues I experience sometimes when trying to connect via VNC. Maybe, hdmi_force_hotplug=1 fix that. I think that also may solve a weird splash I see when booting when one of the TVs.
How does modifying the /boot/config.txt affects the OSMC? How is it related to the GUI’s “Config Options”? Is it safe to apply these kind of Conditional Filters with OSMC?
Edit: If the following block is in /boot/config.txt, how the auto fetch of the HDMI will continue working? Will the HDMI keep as the bock says even though connected to TV?
# This enables HDMI resolutions when HDMI is not connected
hdmi_force_hotplug=1
# Group
# 1=CEA, used for connecting to consumer TV sets
# 2=DMT, used for connecting to a computer monitor
hdmi_group=1
# CEA Modes
# 4 = 720p 60Hz
# 19 = 720p 50Hz
# 16 = 1080p 60Hz
# 31 = 1080p 50Hz
# DMT Modes
# 39 = 1360x768 60Hz
# 82 = 1920x1080 60Hz
hdmi_mode=31
If the tv isnt on and you log in from vnc (after a reboot), then yeah the resolutions would be all messed up.
I use conditional filters as well to have the resolution on the pi on fixed values. I use:
This way, even if the TV is off, the resolution on of the pi will be fixed to my preset values
Edit: ps…i just corrupted my sd card…dont edit config.txt while the pi is active
Edit2 : the card is totally destroyed…just ordered a new one…i currently hate my pi