| Next: UPS / SLES 10 question |
| Author |
Message |
Steven Woody External

Since: Apr 16, 2007 Posts: 33
|
Posted: Sun Oct 11, 2009 8:08 am Post subject: What's my current Screen Resolution? Archived from groups: alt>os>linux>slackware (more info?) |
|
|
Hi,
My screen resolution is set by xorg and it is fine. But how do I get
know what is exactly the resolution I am using? I am about to download
some suitable wallpapers for myself.
Thanks.
-
narke |
|
| Back to top |
|
 |
Steven Woody External

Since: Apr 16, 2007 Posts: 33
|
Posted: Sun Oct 11, 2009 8:52 am Post subject: Re: What's my current Screen Resolution? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?) |
|
|
On Oct 11, 11:31 pm, "Rinaldi J. Montessi" <rina....TakeThisOut@notaserver.com>
wrote:
> Steven Woody wrote:
> > Hi,
>
> > My screen resolution is set by xorg and it is fine. But how do I get
> > know what is exactly the resolution I am using? I am about to download
> > some suitable wallpapers for myself.
>
> Don't know why it should make a difference, but try:
>
> $ grep \#0: /var/log/Xorg.0.log
Don't find \#0:, but I found a line "(II) RADEONHD(0): Output PANEL
using initial mode 1280x800", I think this is what I need. Thanks!
>
> That should give you your primary display info. Then maybe not...
> Might depend on the display drivers and adapters. |
|
| Back to top |
|
 |
Rinaldi J. Montessi External

Since: Oct 11, 2009 Posts: 1
|
Posted: Sun Oct 11, 2009 10:31 am Post subject: Re: What's my current Screen Resolution? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?) |
|
|
Steven Woody wrote:
> Hi,
>
> My screen resolution is set by xorg and it is fine. But how do I get
> know what is exactly the resolution I am using? I am about to download
> some suitable wallpapers for myself.
Don't know why it should make a difference, but try:
$ grep \#0: /var/log/Xorg.0.log
That should give you your primary display info. Then maybe not...
Might depend on the display drivers and adapters. |
|
| Back to top |
|
 |
Hans External

Since: Oct 11, 2009 Posts: 2
|
Posted: Sun Oct 11, 2009 12:10 pm Post subject: Re: What's my current Screen Resolution? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?) |
|
|
Steven Woody wrote:
> Hi,
>
> My screen resolution is set by xorg and it is fine. But how do I get
> know what is exactly the resolution I am using? I am about to download
> some suitable wallpapers for myself.
>
> Thanks.
>
> -
> narke
c:\xrandr
--
Hans |
|
| Back to top |
|
 |
Thomas Overgaard External

Since: Jul 04, 2004 Posts: 544
|
Posted: Sun Oct 11, 2009 12:10 pm Post subject: Re: What's my current Screen Resolution? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?) |
|
|
Steven Woody wrote :
> But how do I get know what is exactly the resolution I am using?
$ xdpyinfo | grep 'dimensions:'
--
Thomas O.
This area is designed to become quite warm during normal operation. |
|
| Back to top |
|
 |
Franklin External

Since: Oct 11, 2009 Posts: 1
|
Posted: Sun Oct 11, 2009 1:13 pm Post subject: Re: What's my current Screen Resolution? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?) |
|
|
On Sun, 11 Oct 2009 17:47:32 +0200, Thomas Overgaard spewed forth:
>
> Steven Woody wrote :
>
>> But how do I get know what is exactly the resolution I am using?
>
> $ xdpyinfo | grep 'dimensions:'
Or $ xdpyinfo | grep resolution
The output of both is shown below:
steve@overseer:~$ xdpyinfo | grep 'dimensions:'
dimensions: 1440x900 pixels (333x207 millimeters)
steve@overseer:~$ xdpyinfo | grep resolution
resolution: 110x110 dots per inch |
|
| Back to top |
|
 |
Aaron W. Hsu External

Since: Aug 10, 2009 Posts: 15
|
Posted: Sun Oct 11, 2009 2:35 pm Post subject: Re: What's my current Screen Resolution? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?) |
|
|
On Sun, 11 Oct 2009 11:08:44 -0400, Steven Woody <narkewoody.RemoveThis@gmail.com>
wrote:
> My screen resolution is set by xorg and it is fine. But how do I get
> know what is exactly the resolution I am using? I am about to download
> some suitable wallpapers for myself.
Since everyone has given command line solutions right now, there are also
two programs that allow you to do this packaged with KDE. The System
Settings program ('systemsettings') will allow you to see the display
configuration. Additionall, the Information Center ('kinfocenter') will
let you see all your X related information.
Aaron W. Hsu
--
Of all tyrannies, a tyranny sincerely exercised for the good of its
victims may be the most oppressive. -- C. S. Lewis |
|
| Back to top |
|
 |
Dan C External

Since: Nov 26, 2006 Posts: 657
|
Posted: Sun Oct 11, 2009 3:10 pm Post subject: Re: What's my current Screen Resolution? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?) |
|
|
On Sun, 11 Oct 2009 17:47:32 +0200, Thomas Overgaard wrote:
> Steven Woody wrote :
>
>> But how do I get know what is exactly the resolution I am using?
>
> $ xdpyinfo | grep 'dimensions:'
Cool. I'd not heard of that nifty little utility. Thanks.
--
"Ubuntu" -- an African word, meaning "Slackware is too hard for me".
"Bother!" said Pooh, as he garotted another passing Liberal.
Usenet Improvement Project: http://twovoyagers.com/improve-usenet.org/ |
|
| Back to top |
|
 |
Thomas Overgaard External

Since: Jul 04, 2004 Posts: 544
|
Posted: Sun Oct 11, 2009 4:10 pm Post subject: Re: What's my current Screen Resolution? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?) |
|
|
franklin.RemoveThis@marshotel.invalid wrote :
> steve@overseer:~$ xdpyinfo | grep resolution
> resolution: 110x110 dots per inch
Wont help you much at deciding what size wallpaper to download.
--
Thomas O.
This area is designed to become quite warm during normal operation. |
|
| Back to top |
|
 |
|