Re: how to find out HorizSync, VertRefresh and resolution used by X

2020-08-10 Thread Long Wind
 Thank 007 and Dan!
 lxrandr seems better than others .
On Tuesday, August 11, 2020, 3:55:30 AM GMT+8, Dan Ritter 
 wrote:  
 
 0...@caiway.net wrote: 
> On Mon, 10 Aug 2020 19:25:39 + (UTC)
> Long Wind  wrote:
> 
> >  is there some gui tool that can change screen resolution and refresh
> > rate? i use twm 
> 
> gvidm is the one I use, very usefull. I use it with fluxbox.

arandr, lxrandr, autorandr are all similar.

-dsr-

  

Re: how to find out HorizSync, VertRefresh and resolution used by X

2020-08-10 Thread Dan Ritter
0...@caiway.net wrote: 
> On Mon, 10 Aug 2020 19:25:39 + (UTC)
> Long Wind  wrote:
> 
> >  is there some gui tool that can change screen resolution and refresh
> > rate? i use twm 
> 
> gvidm is the one I use, very usefull. I use it with fluxbox.

arandr, lxrandr, autorandr are all similar.

-dsr-



Re: how to find out HorizSync, VertRefresh and resolution used by X

2020-08-10 Thread 0...@caiway.net
On Mon, 10 Aug 2020 19:25:39 + (UTC)
Long Wind  wrote:

>  is there some gui tool that can change screen resolution and refresh
> rate? i use twm 

gvidm is the one I use, very usefull. I use it with fluxbox.

description:

Running gvidm will pop up a list of available modes and allows the user
to select one if desired. This makes it perfect for running from an
application menu or a hotkey, so you don't have to use ram for an applet
constantly running. If you are running dual or multi-head displays, it
will give you a list of screens so you can select the appropriate one.



Re: how to find out HorizSync, VertRefresh and resolution used by X

2020-08-10 Thread Dan Ritter
Long Wind wrote: 
> which command can showHorizSync, VertRefresh and screen resolution 


It will be in your xorg.0.log, which is either in
~/.local/share/xorg or
/var/log/

If you just want the refresh rate and resolution, xrandr will
tell you.

-dsr-



Re: how to find out HorizSync, VertRefresh and resolution used by X

2020-08-09 Thread David
On Mon, 10 Aug 2020 at 08:10, Long Wind  wrote:

> which command can show
> HorizSync, VertRefresh and screen resolution
> used by X Window?

Hi, maybe

xrandr --verbose | grep -A 2 \*current



how to find out HorizSync, VertRefresh and resolution used by X

2020-08-09 Thread Long Wind
which command can showHorizSync, VertRefresh and screen resolution 
used by X Window?
Thanks!