You are not logged in.

#1 2018-04-25 16:24:37

shiddo
Member
Registered: 2018-04-24
Posts: 20

[Solved] Dualscreen - out of range

Hello everyone,

I'm running KDE, with a GPU Nvidia GTX1050. It works perfectly except one thing.

When i'm logged, the resolution is correct, the DVI screen (the main) is to the left, the mouse block to the left edge of the screen. The hdmi screen is to the right. I want an extend screen configuration, it works well.

Except : When i'm booting / login in, the right screen is considered as the main screen. The cursor blocks to the left edge of this one, but he should do the translation with the left one. That not a "real" problem, but still...

The real problem is : when i'm login in, i have one chance to have the DVI screen with a black wallpaper. The right click don't work too. He is considered as the main screen, The taskbar appears, i can clic on it, it works, but nothing else on that screen. The HDMI screen works perfectly. If I logout / loggin, the black screen enter in OutOfRange mode. The problem appears not every time. 1/3 chances i would say.

I saw this https://wiki.archlinux.org/index.php/Mu … ing_xrandr but i don't know, as i said, when i'm login in, it works. Except the black screen, who not appears everytime.

I really need advices on this. As the xrandr said : the screen 0 resolution is correct (2*1980 = 3840 x 1080)

Thanks !

xrandr
Screen 0: minimum 8 x 8, current 3840 x 1080, maximum 32767 x 32767
DVI-D-0 connected primary 1920x1080+0+0 (normal left inverted right x axis y axis) 509mm x 286mm
   1920x1080     60.00*+
   1680x1050     59.95  
   1440x900      59.89  
   1280x1024     75.02    60.02  
   1280x960      60.00  
   1280x720      60.00  
   1152x864      75.00  
   1024x768      75.03    70.07    60.00  
   800x600       75.00    72.19    60.32    56.25  
   640x480       75.00    72.81    59.94  
HDMI-0 connected 1920x1080+1920+0 (normal left inverted right x axis y axis) 510mm x 287mm
   1920x1080     60.00*+  59.94    50.00  
   1680x1050     59.95  
   1600x900      60.00  
   1440x900      59.89  
   1280x1024     75.02    60.02  
   1280x800      59.81  
   1280x720      60.00    59.94    50.00  
   1152x864      75.00  
   1024x768      75.03    70.07    60.00  
   800x600       75.00    72.19    60.32    56.25  
   720x576       50.00  
   720x480       59.94  
   640x480       75.00    72.81    59.94  

Last edited by shiddo (2018-04-27 09:05:48)

Offline

#2 2018-04-25 19:13:36

cirrus
Member
From: Glasgow Scotland
Registered: 2012-08-24
Posts: 340
Website

Re: [Solved] Dualscreen - out of range

Hi Shiddo,

  VDU settings can be found in /etc/X11/xorg.conf if you have issues you could try using arandar it's a GUI frontend for xrandar which will allow you to to configure your desired VDU settings, once set to your liking have arandar export a shell script of your config, just have the shell script run at login (autostart) or edit /etc/X11/xorg.conf using the xrandar settings from that shell script.
Good Luck.

Offline

#3 2018-04-26 14:57:14

shiddo
Member
Registered: 2018-04-24
Posts: 20

Re: [Solved] Dualscreen - out of range

Hi cirrus,

VDU settings can be found in /etc/X11/xorg.conf if you have issues

I have an empty folder in /ect/X11/xorg.conf.d (exept 00-keyboard). I'll try to use arandar later. Is it better to force configs settings by editing a new file 10-monitor.conf ? Maybe it's the reason why I have sometimes undetected resolution (OutOfRange)
Like this ?

Section "Monitor"
    Identifier  "VGA1"
    Option      "Primary" "true"
EndSection

Section "Monitor"
    Identifier  "HDMI1"
    Option      "LeftOf" "VGA1"
EndSection

Offline

#4 2018-04-26 20:35:13

cirrus
Member
From: Glasgow Scotland
Registered: 2012-08-24
Posts: 340
Website

Re: [Solved] Dualscreen - out of range

here is my /etc/X11/xorg.conf  it be somewhat similar to yours as we use same resoloutions but different identifiers. I see yours is missing both

    Option      "Position" "0 0"

and

    Option      "Position" "1920 0"

If all else fails you could also try deleting your /etc/X11/xorg.conf as its not always needed

Last edited by cirrus (2018-04-26 20:38:46)

Offline

#5 2018-04-27 09:03:28

shiddo
Member
Registered: 2018-04-24
Posts: 20

Re: [Solved] Dualscreen - out of range

i add this file and reboot. Seems to solve the out of range problem. Thanks !

10-monitor.conf 
Section "Monitor"
        Identifier    "DVI-D-0"
        ModelName     "Asus VC239"
        Option        "Primary" "true"
        Option        "PreferredMode" "1920x1080"
        Option        "Position" "0 0"
EndSection

Section "Monitor"
        Identifier    "HDMI-0"
        ModelName     "Samsung S23B350"
        Option        "RightOf" "DVI-D-0"
        Option        "PreferredMode" "1920x1080"
        Option        "Position" "1920 0"
EndSection

Offline

Board footer

Powered by FluxBB