You are not logged in.

#1 2017-08-15 14:27:55

gearski
Member
Registered: 2017-08-15
Posts: 5

xrandr help

xrandr shows my maximum refresh rate as 144.01 (I've been using 144 in windows with no problem) but when I try to do xrandr -s 1920x1080 -r 144 (or 144.01) i get size not allowed, if I do the longer version xrandr --auto --output DVI-D-2 --mode 1920x1080 --rate 144 my screen just goes black and I have to type xrandr -s 1920x1080 -r 100 to get it to come back, any ideas?

specs: i5 2500k, r390

Offline

#2 2017-08-15 14:35:13

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 19,772

Re: xrandr help

Welcome to Arch Linux. 

For starters, what are the output of xrandr  with no command line parameters?


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way

Offline

#3 2017-08-15 14:36:19

gearski
Member
Registered: 2017-08-15
Posts: 5

Re: xrandr help

Thanks for the welcome. xrandr output is as follows:

Screen 0: minimum 320 x 200, current 1920 x 1080, maximum 16384 x 16384
DP-4 disconnected (normal left inverted right x axis y axis)
HDMI-4 disconnected (normal left inverted right x axis y axis)
DVI-D-1 disconnected (normal left inverted right x axis y axis)
DVI-D-2 connected primary 1920x1080+0+0 (normal left inverted right x axis y axis) 597mm x 336mm
   1920x1080    144.01 + 100.00*   60.00 
   1680x1050    100.01    59.88 
   1400x1050     74.76    59.98 
   1600x900     100.04    60.00 
   1280x1024     99.97    85.02    75.02    60.02 
   1280x960      85.00    60.00 
   1152x864      75.00 
   1024x768      85.00    75.05    60.04    99.97    85.00    75.03    70.07    60.00 
   1024x768i     86.96 
   960x720       85.00    75.00    60.00 
   928x696       75.00    60.05 
   896x672       75.05    60.01 
   832x624       74.55 
   800x600       85.00    75.00    70.00    65.00    60.00    99.99    85.14    72.19    75.00    60.32    56.25 
   700x525       74.76    59.98 
   640x512       85.02    75.02    60.02 
   640x480       85.09    60.00    85.01    75.00    72.81    75.00    59.94 
   720x400       85.04    70.08 
   640x400       85.08 
   576x432       75.00 
   640x350       85.08 
   512x384       85.00    75.03    70.07    60.00 
   512x384i      87.06 
   416x312       74.66 
   400x300       85.27    72.19    75.12    60.32    56.34 
   320x240       85.18    72.81    75.00    60.05 
   360x200       85.04 
   320x200       85.27 
   320x175       85.27 
DP1 disconnected (normal left inverted right x axis y axis)
DP2 disconnected (normal left inverted right x axis y axis)
DP3 disconnected (normal left inverted right x axis y axis)
HDMI1 disconnected (normal left inverted right x axis y axis)
HDMI2 disconnected (normal left inverted right x axis y axis)
HDMI3 disconnected (normal left inverted right x axis y axis)
VGA1 disconnected (normal left inverted right x axis y axis)
VIRTUAL1 disconnected (normal left inverted right x axis y axis)

Offline

#4 2017-08-15 14:46:07

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 19,772

Re: xrandr help

That looks rational to me.  Based on that, I'd have expected it to work.   
My system does not have DVI outputs, so I'll leave this to someone who does.

BTW, please use BBCode code tags around program output and file dumps; your readers will appreciate you.
That link is also available under all of the message post boxes on the forums.


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way

Offline

#5 2017-08-15 15:33:19

seth
Member
Registered: 2012-09-03
Posts: 51,033

Re: xrandr help

xrandr --auto --output DVI-D-2 --mode 1920x1080 --rate 144

Why would you mix auto with a specific mode?

First try

xrandr --output DVI-D-2 --auto

1920x1080@144Hz should actually be the automatic choice (indicated by the "+")

Next: does the  monitor just get dark or does it actually indicate a signal loss (and enter suspend mode or so)?

Online

#6 2017-08-15 16:35:21

gearski
Member
Registered: 2017-08-15
Posts: 5

Re: xrandr help

xrandr --output DVI-D-2 --auto

puts my monitor into suspend mode, and yeah turns off, not just dark screen.

Offline

#7 2017-08-15 19:24:30

seth
Member
Registered: 2012-09-03
Posts: 51,033

Re: xrandr help

Seems like the monitor doesn't like the generated signal.
Please paste the xorg log and the exact monitor model (bonus point if you can provide a tech sheet ;-)

Online

#8 2017-08-16 00:32:19

gearski
Member
Registered: 2017-08-15
Posts: 5

Re: xrandr help

Sorry pretty new, where can I find the xorg log? Monitor is a cheap korean one I got off ebay a few years ago, never had any problems with it under windows: http://www.ebay.com/itm/X-star-DP2414LE … SwgQ9Vn4lZ

Last edited by gearski (2017-08-16 00:34:30)

Offline

#9 2017-08-16 05:47:17

gearski
Member
Registered: 2017-08-15
Posts: 5

Re: xrandr help

update: problem solved by installed amdgpu-pro drivers

Offline

Board footer

Powered by FluxBB