On Tuesday 17 October 2017 04:29:56 Chris Albertson wrote:

> The first thing to try is "Applications Menu --> Settings --> Display"
>  then you set resolution to something smaller than your monitor.
>
> On Tue, Oct 17, 2017 at 12:19 AM, John Dammeyer
> <jo...@autoartisans.com>
>
> wrote:
> > I have one more question which possibly relates to this motherboard
> > and the Live LinuxCNC:
> > linuxcnc-2.7-wheezy.iso
> >
> > Is it just the on board video or is it a general problem with Debian
> > LXDE desktop?  I've seen complaints on the Pi Forums from a year ago
> > on desktop size.  There are lots of other hits where people are
> > complaining but not much in the way of solutions.
> >
> > An example is here:
> > http://www.autoartisans.com/cnc/LXDE_BigDesktop.jpg

I've not seen that on my pi, but in case your monitor isn't properly 
reporting its size to the x server, you can specify it in 
your /boot/config.txt by these two lines, which work well for a new aoc 
1920x1024 monitor.

# uncomment to force a console size. By default it will be display's size 
minus
# overscan.
#framebuffer_width=1280
#framebuffer_height=720

# 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=82

# uncomment to force a HDMI mode rather than DVI. This can make audio 
# work in
# DMT (computer monitor) modes
#hdmi_drive=2

# uncomment to increase signal to HDMI, if you have interference, 
blanking, or
# no display
config_hdmi_boost=4

Working nicely on my Sheldon lathes pi 3b.
I've forgotten where its at, but there is a list that will let you match 
the hdmi_group and hdmi_mode lines to your monitor.
 
Cheers, Gene Heskett
-- 
"There are four boxes to be used in defense of liberty:
 soap, ballot, jury, and ammo. Please use in that order."
-Ed Howdershelt (Author)
Genes Web page <http://geneslinuxbox.net:6309/gene>

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users

Reply via email to