verser-git / probe_screen_v2

40 stars 34 forks source link

unable to force 1024x768 mode #7

Closed dbrown2k closed 4 years ago

dbrown2k commented 4 years ago

I have laptop with 1280x800 screen and the probe tab is cut off in AXIS GUI, how do i force probe_screen to use the 1024x768 resolution icons?

dbrown2k commented 4 years ago

I solved this by replacing in the ini file the following EMBED_TAB_COMMAND=halcmd loadusr -Wn gladevcp gladevcp -c gladevcp -x {XID} -u python/probe_screen.py -H probe_icons/probe_screen.hal probe_icons/probe_screen.glade

with

EMBED_TAB_COMMAND=halcmd loadusr -Wn gladevcp gladevcp -c gladevcp -x {XID} -u python/probe_screen.py -H probe_icons_1024x768/probe_screen.hal probe_icons_1024x768/probe_screen.glade

verser-git commented 4 years ago

Thank you.