This python code show how to do it:
>>> import gtk >>> dgd=gtk.gdk.display_get_default() >>> gsd=dgd.get_default_screen() >>> height=gsd.get_height() >>> width=gsd.get_width() >>> print "height=",height,"width=",width height= 1024 width= 1280
Quite simply ...

Nice to find a fellow Romanian python-er. heck, I am just a humble "newby".
ReplyDeleteRegards,
Victor
Thank you for your good thoughts.
ReplyDeleteRegards.