You are not logged in.

#1 2013-07-16 01:21:04

graysky
Wiki Maintainer
From: :wq
Registered: 2008-12-01
Posts: 10,734
Website

Any Archer with 2560x1440 monitors out there?

Started using a new 27" Asus PB278Q this evening @ 2560x1440.  Gotta say, it's a pretty big jump from my old 24" 1920x1080.  I'm finding it tough to acclimate to the higher resolution and am wondering if I need to create a custom /etc/X11/xorg.conf.d/90-monitor.conf or something to make it look less far away.  Do these numbers look right? 

% xdpyinfo | grep -B2 resolution
screen #0:
  dimensions:    2560x1440 pixels (677x381 millimeters)
  resolution:    96x96 dots per inch
% xrandr --query | grep 2560
Screen 0: minimum 320 x 200, current 2560 x 1440, maximum 32767 x 32767
DP2 connected 2560x1440+0+0 (normal left inverted right x axis y axis) 597mm x 336mm
   2560x1440      60.0*+

Last edited by graysky (2013-07-16 16:25:04)

Offline

#2 2013-07-16 04:50:56

x33a
Forum Fellow
Registered: 2009-08-15
Posts: 4,587

Re: Any Archer with 2560x1440 monitors out there?

I am no expert, but perhaps you can try increasing the dpi.

Last edited by x33a (2013-07-16 05:21:01)

Offline

#3 2013-07-16 15:06:20

graysky
Wiki Maintainer
From: :wq
Registered: 2008-12-01
Posts: 10,734
Website

Re: Any Archer with 2560x1440 monitors out there?

@x33a - I'd like to but the using the following as my /etc/X11/xorg.conf.d/90-monitor.conf has no effect on the dpi:

Section "Monitor"
  Identifier "Monitor0"
  Option  "DPI" "100x100"
EndSection

After restarting X:

% xdpyinfo | grep -B1 dot
  dimensions:    2560x1440 pixels (677x381 millimeters)
  resolution:    96x96 dots per inch

Last edited by graysky (2013-07-16 15:40:43)

Offline

#4 2013-07-16 15:29:24

SidK
Member
Registered: 2011-03-03
Posts: 116

Re: Any Archer with 2560x1440 monitors out there?

I have 2560x1440 too (and also a 1080x1920, yes vertical). I also use have 96x96 dots per inch and for me it's lovely. However it could be that I'd prefer a different amount of DPI, I never thought to experiment. I'm happy with this level of DPI and won't experiment yet at least. However you're of course free to configure your system as you like.

Offline

#5 2013-07-16 15:39:02

graysky
Wiki Maintainer
From: :wq
Registered: 2008-12-01
Posts: 10,734
Website

Re: Any Archer with 2560x1440 monitors out there?

@SidK - Would be nice to try, but from what I'm finding on our own wiki, it isn't possible.  Seems as though X is set to 96x96 with no overrides.

https://wiki.archlinux.org/index.php/Xo … ze_and_DPI

See my post #3 above wherein I attempted to modify the dpi per the next section in the wiki but to no avail.

Offline

#6 2013-07-16 16:21:09

x33a
Forum Fellow
Registered: 2009-08-15
Posts: 4,587

Re: Any Archer with 2560x1440 monitors out there?

I read somewhere that you can pass the dpi option to startx. Try something like:

startx /usr/bin/<WM> -- :1 -dpi 100

Note: This will start another X server so you can experiment around.

Offline

#7 2013-07-16 16:24:12

graysky
Wiki Maintainer
From: :wq
Registered: 2008-12-01
Posts: 10,734
Website

Re: Any Archer with 2560x1440 monitors out there?

Thanks, I actually just now discovered:

% xrandr --dpi 100x100

Logout/backin and now

% xdpyinfo | grep -B1 dot
  dimensions:    2560x1440 pixels (677x381 millimeters)
  resolution:    100x100 dots per inch

Dunno how to make it permanent ... 100x100 looks really bad smile

Offline

#8 2013-07-16 16:46:35

cybertorture
Member
Registered: 2010-05-05
Posts: 339

Re: Any Archer with 2560x1440 monitors out there?

2560x1440@27=108.79 PPI

source


O' rly ? Ya rly Oo

Offline

#9 2013-07-16 16:49:32

graysky
Wiki Maintainer
From: :wq
Registered: 2008-12-01
Posts: 10,734
Website

Re: Any Archer with 2560x1440 monitors out there?

cybertorture wrote:

2560x1440@27=108.79 PPI

source

Correct... does that mean that I need to manually adjust the output to 109x109 dpi?  Is a PPI = DPI?

Offline

#10 2013-07-16 16:51:03

cybertorture
Member
Registered: 2010-05-05
Posts: 339

Re: Any Archer with 2560x1440 monitors out there?

@graysky yes in theory, in practice find what suits you most wink

P.P. Point per inch and dot per inch is the same yes

Last edited by cybertorture (2013-07-16 16:51:33)


O' rly ? Ya rly Oo

Offline

#11 2013-07-16 16:54:04

graysky
Wiki Maintainer
From: :wq
Registered: 2008-12-01
Posts: 10,734
Website

Re: Any Archer with 2560x1440 monitors out there?

Since I am running xfce4, I found that Settings>Appearance>Fonts allows me a custom DPI setting which seems to be 'permanent' compared to the `xrandr --dpi 109x109` but 109 DPI looks pretty darn odd!

Offline

#12 2013-07-16 16:56:35

x33a
Forum Fellow
Registered: 2009-08-15
Posts: 4,587

Re: Any Archer with 2560x1440 monitors out there?

Keep experimenting around until you find what really suits you.

Offline

#13 2013-07-16 23:10:49

tekstryder
Member
Registered: 2013-02-14
Posts: 584

Re: Any Archer with 2560x1440 monitors out there?

graysky wrote:

Since I am running xfce4, I found that Settings>Appearance>Fonts allows me a custom DPI setting which seems to be 'permanent' compared to the `xrandr --dpi 109x109` but 109 DPI looks pretty darn odd!

2560x1440 here on my debian system with XFCE and I use the Settings>Appearance>Fonts DPI at 109. I always like to match PPI=DPI, then adjust the font & point size. You might as well let the all the actual pixels fire to form your fonts. Looks a lot sharper in my opinion.

Another benefit is that applications with physical distance measurements, (i.e. gimp, libreoffice), display exactly spacially. Just hold up an 8.5" x 11" sheet of paper to Libreoffice Writer at 100% zoom when PPI=DPI, and you'll see it's 1:1

On my Arch laptop with i3wm, I add to my ~/.xinitrc:

xrandr --dpi 140

as it's 1440x900 and 12.1". I typically use 6pt and 7pt fonts on that system. As others have said, whatever looks good to you is what matters.

Offline

#14 2013-07-17 01:17:21

boast
Member
Registered: 2010-09-28
Posts: 219

Re: Any Archer with 2560x1440 monitors out there?

I found it best to set the display size in xorg and let it automatically set the DPI.


Asus M4A785TD-V ;; Phenom II X4 @ 3.9GHz ;; Ripjaws 12GB DDR3-1600 ;; 128GB Samsung 830 ;; MSI GTX460 v2 w/ blob ;; Arch Linux + KDE 4.x

Offline

#15 2013-07-18 19:13:54

graysky
Wiki Maintainer
From: :wq
Registered: 2008-12-01
Posts: 10,734
Website

Re: Any Archer with 2560x1440 monitors out there?

Thanks for the replies all.  Using the native setting of 108 set in Settings>Appearance>Fonts.  Guess it'll take some time.
@boast - Xorg will default to 96x96 for everything according to the wiki I linked above.

Offline

Board footer

Powered by FluxBB