see attachment.
i would glad for a solution.
https://postimg.org/image/4dsrejq4l/
Re: vnc viewer shows a small screen
If your RPi is not connected to any TV or monitor, try this solution:
Then modify these lines:
The new resolution will be 1024x768.
Code: Select all
sudo /boot/config.txt /boot/config.txt.bak
sudo nano /boot/config.txt
Code: Select all
...
# uncomment if hdmi display is not detected and composite is being output
hdmi_force_hotplug=1
# uncomment to force a specific HDMI mode (this will force VGA)
hdmi_group=2
hdmi_mode=16
...
Re: vnc viewer shows a small screen
i afraid to do these changes because i don't know how to backup in case of a failure.
i was thinking it is much more simple.
i don't know why this happens
i was thinking it is much more simple.
i don't know why this happens
Re: vnc viewer shows a small screen
You need to learn a little, just a little, which is what the Pi is about.Fght wrote:i afraid to do these changes because i don't know how to backup in case of a failure.
i was thinking it is much more simple.
i don't know why this happens
If you don't have a HDMI monitor plugged in, the Pi cannot ask the monitor what sized screen it is. Instead you need to give the Pi the HDMI details in the config.txt file.
Use the "cd" command to move to the boot directory:
Code: Select all
cd /boot
Code: Select all
sudo cp config.txt config.txt.save
Then edit the file with nano as described above.
The last line
Code: Select all
hdmi_mode=58
https://www.raspberrypi.org/documentati ... fig-txt.md
See the table a long way down starting with "These values are valid if hdmi_group=2 (DMT):" Choose a value from that table for the mode.
Last edited by jahboater on Tue Oct 04, 2016 6:02 pm, edited 1 time in total.
- FTrevorGowen
- Forum Moderator
- Posts: 7158
- Joined: Mon Mar 04, 2013 6:12 pm
- Location: Bristol, U.K.
Re: vnc viewer shows a small screen
It happens becauseFght wrote:i afraid to do these changes because i don't know how to backup in case of a failure.
i was thinking it is much more simple.
i don't know why this happens
1) Without any HDMI connection the Pi defaults to composite video (RCA) mode ie. SDTV resolution/screensize instead of the "larger" HDTV resolution screensize.
2) and the RealVNC server's default mode is to use the "connected" monitor's (or the unconnected default) screensize. (See also @sconemad's comment in this thread: viewtopic.php?f=91&t=161441 )
Trev.
Begining to test Bullseye on some older Pi's (an A, B1, 2xB2, B+, P2B, 3xP0, P0W, 2xP3A+, P3B, B+, and a A+) and Pi's with cameras with Buster on the P3B+, some P4B's & P400. See: https://www.cpmspectrepi.uk/raspberry_pi/raspiidx.htm
- davidcoton
- Posts: 7005
- Joined: Mon Sep 01, 2014 2:37 pm
- Location: Cambridge, UK
Re: vnc viewer shows a small screen
Good point. Especially when the post above yours tried to make a backup (to make it easy to undo changes when it went wrong), but there is a typo so there will be no backup.Fght wrote:i afraid to do these changes because i don't know how to backup in case of a failure.



Corrected version (I hope!):
And to undo any edits:lmarmisa wrote: sudo cp /boot/config.txt /boot/config.txt.bak
sudo nano /boot/config.txt
Code: Select all
sudo cp /boot/config.txt.bak /boot/config.txt
Location: 345th cell on the right of the 210th row of L2 cache
- DougieLawson
- Posts: 42483
- Joined: Sun Jun 16, 2013 11:19 pm
- Location: A small cave in deepest darkest Basingstoke, UK
Re: vnc viewer shows a small screen
Have you looked at the script that starts vncserver. /usr/bin/vncserver is a perl program (plain text script). In there the screen dimensions are defined (can be overriden with a parameter).
If you've switched to RealVNC you'll need to do your own investigation.
Code: Select all
#
# Global variables. You may want to configure some of these for your site.
#
$geometry = "1024x768";
$depth = 24;
Languages using left-hand whitespace for syntax are ridiculous
DMs sent on https://twitter.com/DougieLawson or LinkedIn will be answered next month.
Fake doctors - are all on my foes list.
The use of crystal balls and mind reading is prohibited.
DMs sent on https://twitter.com/DougieLawson or LinkedIn will be answered next month.
Fake doctors - are all on my foes list.
The use of crystal balls and mind reading is prohibited.
Re: vnc viewer shows a small screen
I will try to make the backup as you detailed later on...
I was trying to learn it once but it still made a failure to the system...
I appreciate your effort and hope to tell you that I had succeeded later on..

I was trying to learn it once but it still made a failure to the system...
I appreciate your effort and hope to tell you that I had succeeded later on..

-
- Posts: 3
- Joined: Wed Oct 05, 2016 12:19 pm
Re: vnc viewer shows a small screen
I had the same issue, solved following the instructions at http://elinux.org/RPi_VNC_Server, specifically the line vncserver :0 -geometry 1920x1080 -depth 24
Re: vnc viewer shows a small screen
So.
I did followed your instruction (for a change).
But I have the same results
check it out...
1: the edited file
2: the small vnc
3: i also can't connect to raspbian often. only after rebooting once again. Putty works just fine by the way.
https://s22.postimg.org/ebm430zdd/Capture1.png
https://s22.postimg.org/tyddged5d/Capture3.png
https://s22.postimg.org/gewjaoz69/Capture.png
I did followed your instruction (for a change).
But I have the same results

check it out...
1: the edited file
2: the small vnc
3: i also can't connect to raspbian often. only after rebooting once again. Putty works just fine by the way.
https://s22.postimg.org/ebm430zdd/Capture1.png
https://s22.postimg.org/tyddged5d/Capture3.png
https://s22.postimg.org/gewjaoz69/Capture.png
Re: vnc viewer shows a small screen
Looks like you missed this bit?
Code: Select all
hdmi_force_hotplug=1
Re: vnc viewer shows a small screen
I thought this is not mandatory and doesn't required.
let me try:
works nice!
what about 3? (when i get this error once in two tries)
i mean the vnc connection error
let me try:
works nice!
what about 3? (when i get this error once in two tries)
i mean the vnc connection error
- FTrevorGowen
- Forum Moderator
- Posts: 7158
- Joined: Mon Mar 04, 2013 6:12 pm
- Location: Bristol, U.K.
Re: vnc viewer shows a small screen
jahboater wrote:Looks like you missed this bit?Code: Select all
hdmi_force_hotplug=1
That setting makes a Pi think that an HDMI cable/device is physically connected. It's sometimes also needed with (older) HDMI-to-VGA converters which fail to provide the (electrical) signal. (AFAIK, most, if not all, HDMI/DVI T.V.'s/Monitors do provide such, but the equivalent VGA signal (via DDC "data") isn't always "passed through" especially some basic VGA switches: https://www.cpmspectrepi.uk/raspberry_p ... tches.html )Fght wrote:I thought this is not mandatory and doesn't required.
let me try:
works nice!
...
Begining to test Bullseye on some older Pi's (an A, B1, 2xB2, B+, P2B, 3xP0, P0W, 2xP3A+, P3B, B+, and a A+) and Pi's with cameras with Buster on the P3B+, some P4B's & P400. See: https://www.cpmspectrepi.uk/raspberry_pi/raspiidx.htm
Re: vnc viewer shows a small screen
im glad that you explained it.
i would appreciate assistant with the other issue also

i would appreciate assistant with the other issue also

Re: vnc viewer shows a small screen
I found this to be my solution. https://youtu.be/LlXx9yVfQ0k
Again, as above, the solution is a modification to /boot/config.txt
Again, as above, the solution is a modification to /boot/config.txt