Minimum screen resolution & aspect ratio?
19 May 2019 13:33 #134270
by vmihalca
Minimum screen resolution & aspect ratio? was created by vmihalca
Hi guys,
Planning to buy an elo touch 1366x768px display, 16:9, 15”
Can anyone tell me if pathpilot can scale to this resolution and aspect ratio?
I saw tormach sells 17” displays with 5:4 aspect ratio.
Planning to buy an elo touch 1366x768px display, 16:9, 15”
Can anyone tell me if pathpilot can scale to this resolution and aspect ratio?
I saw tormach sells 17” displays with 5:4 aspect ratio.
Please Log in or Create an account to join the conversation.
19 May 2019 13:48 #134272
by pl7i92
Replied by pl7i92 on topic Minimum screen resolution & aspect ratio?
you may take a look at the new linuxcnc qtvcp GUI
there you can put your system together as you like
Pathpilot got a initation file where you can set screenwidt on aspect i cand say depending on what plugins you load it may not fit 16:9
there you can put your system together as you like
Pathpilot got a initation file where you can set screenwidt on aspect i cand say depending on what plugins you load it may not fit 16:9
Please Log in or Create an account to join the conversation.
19 Jun 2019 01:53 #137261
by jwatte
Replied by jwatte on topic Minimum screen resolution & aspect ratio?
The PathPilot installation sets the resolution to a fixed value (I think 1024x768) and then the screen has to deal.
I'm using a 16:9 screen, and the PathPilot interface is stretched a bit -- round toolpaths looks slightly oval (stretched sideways) because of this.
I would expect the 5:4 aspect ratio (1280x1024) to also be stretched, unless there's some secret magic I don't know about to change the aspect/resolution.
From early on in pathpilotmanager.py:
I'm using a 16:9 screen, and the PathPilot interface is stretched a bit -- round toolpaths looks slightly oval (stretched sideways) because of this.
I would expect the 5:4 aspect ratio (1280x1024) to also be stretched, unless there's some secret magic I don't know about to change the aspect/resolution.
From early on in pathpilotmanager.py:
if mgr.set_monitor_resolution(1024, 768) is True:
# we just changed monitor resolution
# we have to restart pathpilotmanager.py so that GTK gets the proper monitor
# resolution so its screen centering math is correct.
sys.exit(const.EXITCODE_RESOLUTIONCHANGE)
Please Log in or Create an account to join the conversation.
02 Jul 2019 23:57 #138467
by smgvbest
Replied by smgvbest on topic Minimum screen resolution & aspect ratio?
ALL Pathpilot images are fixed graphics designed for the 1024x768 screen (a 15" monitor) everything is going to stretch if you don't maintain the aspect ratio which of course means it a 5:4 screen on a 16:9 monitor. all the PP code does is insure it fits in the screen correctly (ie centered)
if you look at the ~/tmc/python/images (i think) directly you can see all the images.
if you look at the ~/tmc/python/images (i think) directly you can see all the images.
Please Log in or Create an account to join the conversation.
04 May 2020 18:38 #166654
by Dorro1971
Replied by Dorro1971 on topic Minimum screen resolution & aspect ratio?
Hi guys...
I have installed pp 2.4 on an asus et1621 works great,
The only caveat is the image sizes, the pc screen resolution is 1366x768 but the tormach screens are indeed 1024x768 and there are unused borders around the edges of the screen.
I have used ADMIN DISPLAY and changed that to 1366x768 so now the touchscreen works properly, but is there anyway the tormach screens can be "stretched" to fill my screen?..i realise they will be a little out of shaped due to the aspect ratio but I do lt know where to adjust the screen sizes that pathpilot uses.
I would be glad if you could tell me how you did it..
cheers
I have installed pp 2.4 on an asus et1621 works great,
The only caveat is the image sizes, the pc screen resolution is 1366x768 but the tormach screens are indeed 1024x768 and there are unused borders around the edges of the screen.
I have used ADMIN DISPLAY and changed that to 1366x768 so now the touchscreen works properly, but is there anyway the tormach screens can be "stretched" to fill my screen?..i realise they will be a little out of shaped due to the aspect ratio but I do lt know where to adjust the screen sizes that pathpilot uses.
I would be glad if you could tell me how you did it..
cheers
Please Log in or Create an account to join the conversation.
Moderators: cncbasher
Time to create page: 0.076 seconds