How to check Puppy's screen resolution?

Using applications, configuring, problems
Post Reply
Message
Author
User avatar
divisionmd
Posts: 606
Joined: Sat 14 Jul 2007, 20:42

How to check Puppy's screen resolution?

#1 Post by divisionmd »

Hello,

Is there a command i can use to check what "resoulution" i am using right now in puppy?

A command to check the resolution without looking in the /etc/X11/xorg.conf file.

In the file xorg.conf i have set the resolution 1280x720 but i suspect it´s not actualy that resoultion im viewing right now.

Thanks for help,

Best regards,
Johan

User avatar
MU
Posts: 13649
Joined: Wed 24 Aug 2005, 16:52
Location: Karlsruhe, Germany
Contact:

#2 Post by MU »

Code: Select all

puppybasic -e "a=xwin_screensize():b=a[0]:c=a[1]:print b,c"
Mark

User avatar
divisionmd
Posts: 606
Joined: Sat 14 Jul 2007, 20:42

Excellent!

#3 Post by divisionmd »

Thanks Mu!

Post Reply