Cannot use MultiDisplay (Laptop+Monitor) ArchLinux

Clash Royale CLAN TAG#URR8PPP
up vote
0
down vote
favorite
I will post my question here too ( I asked already in Arch Linux forums).
SO I am trying to use my external monitor next to the laptop one on my fresh ArchLinux setup. It does not work and I do not know why.
MY /ETC/X11/xorg.conf
Section "Screen"
Identifier "Screen0"
Device "intelgpu0"
Monitor "Monitor0"
DefaultDepth 24
Option "TwinView" "0"
SubSection "Display"
Depth 24
Modes "1920x1080_60.00"
EndSubSection
EndSection
Section "Screen"
Identifier "Screen1"
Device "intelgpu1"
Monitor "Monitor1"
DefaultDepth 24
Option "TwinView" "0"
SubSection "Display"
Depth 24
Modes "1920x1080_60.00"
EndSubSection
EndSection
Section "Monitor"
Identifier "Monitor0"
Option "Enable" "true"
EndSection
Section "Monitor"
Identifier "Monitor1"
Option "Enable" "true"
EndSection
Section "Device"
Identifier "intelgpu0"
Driver "intel"
Option "XvMC" "true"
Option "UseEvents" "true"
Option "AccelMethod" "UXA"
BusID "PCI:0:2:0"
EndSection
Section "Device"
Identifier "intelgpu1"
Driver "intel"
Option "XvMC" "true"
Option "UseEvents" "true"
Option "AccelMethod" "UXA"
BusID "PCI:0:2:0"
EndSection
Section "Device"
Identifier "nvidiagpu1"
Driver "nvidia"
BusID "PCI:01:00:0"
EndSection
I was following a guide on ArchWiki for using Bumblebee
ArchWiki Bumblebee MultiDisplay
I created the conf file according to that wiki, this did not work. The next part in that wiki I am not sure what to do, so I didnt try anything with that one yet.
XRANDR OUTPUT
$ xrandr
Screen 0: minimum 8 x 8, current 1920 x 1080, maximum 32767 x 32767
eDP1 connected 1920x1080+0+0 (normal left inverted right x axis y axis) 380mm x 210mm
1920x1080 60.00*+ 59.93 48.07
1680x1050 59.88
1400x1050 59.98
1600x900 60.00 59.95 59.82
1280x1024 60.02
1400x900 59.96 59.88
1280x960 60.00
1368x768 60.00 59.88 59.85
1280x800 59.81 59.91
1280x720 59.86 60.00 59.74
1024x768 60.00
1024x576 60.00 59.90 59.82
960x540 60.00 59.63 59.82
800x600 60.32 56.25
864x486 60.00 59.92 59.57
640x480 59.94
720x405 59.51 60.00 58.99
640x360 59.84 59.32 60.00
DP1 disconnected (normal left inverted right x axis y axis)
DP2 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)
VIRTUAL1 disconnected (normal left inverted right x axis y axis)
VIRTUAL2 disconnected (normal left inverted right x axis y axis)
LSPCI VGA
lspci | grep VGA
00:02.0 VGA compatible controller: Intel Corporation HD Graphics 530 (rev 06)
01:00.0 VGA compatible controller: NVIDIA Corporation GP104M [GeForce GTX 1070 Mobile] (rev a1)
arch-linux xrandr display bumblebee
add a comment |Â
up vote
0
down vote
favorite
I will post my question here too ( I asked already in Arch Linux forums).
SO I am trying to use my external monitor next to the laptop one on my fresh ArchLinux setup. It does not work and I do not know why.
MY /ETC/X11/xorg.conf
Section "Screen"
Identifier "Screen0"
Device "intelgpu0"
Monitor "Monitor0"
DefaultDepth 24
Option "TwinView" "0"
SubSection "Display"
Depth 24
Modes "1920x1080_60.00"
EndSubSection
EndSection
Section "Screen"
Identifier "Screen1"
Device "intelgpu1"
Monitor "Monitor1"
DefaultDepth 24
Option "TwinView" "0"
SubSection "Display"
Depth 24
Modes "1920x1080_60.00"
EndSubSection
EndSection
Section "Monitor"
Identifier "Monitor0"
Option "Enable" "true"
EndSection
Section "Monitor"
Identifier "Monitor1"
Option "Enable" "true"
EndSection
Section "Device"
Identifier "intelgpu0"
Driver "intel"
Option "XvMC" "true"
Option "UseEvents" "true"
Option "AccelMethod" "UXA"
BusID "PCI:0:2:0"
EndSection
Section "Device"
Identifier "intelgpu1"
Driver "intel"
Option "XvMC" "true"
Option "UseEvents" "true"
Option "AccelMethod" "UXA"
BusID "PCI:0:2:0"
EndSection
Section "Device"
Identifier "nvidiagpu1"
Driver "nvidia"
BusID "PCI:01:00:0"
EndSection
I was following a guide on ArchWiki for using Bumblebee
ArchWiki Bumblebee MultiDisplay
I created the conf file according to that wiki, this did not work. The next part in that wiki I am not sure what to do, so I didnt try anything with that one yet.
XRANDR OUTPUT
$ xrandr
Screen 0: minimum 8 x 8, current 1920 x 1080, maximum 32767 x 32767
eDP1 connected 1920x1080+0+0 (normal left inverted right x axis y axis) 380mm x 210mm
1920x1080 60.00*+ 59.93 48.07
1680x1050 59.88
1400x1050 59.98
1600x900 60.00 59.95 59.82
1280x1024 60.02
1400x900 59.96 59.88
1280x960 60.00
1368x768 60.00 59.88 59.85
1280x800 59.81 59.91
1280x720 59.86 60.00 59.74
1024x768 60.00
1024x576 60.00 59.90 59.82
960x540 60.00 59.63 59.82
800x600 60.32 56.25
864x486 60.00 59.92 59.57
640x480 59.94
720x405 59.51 60.00 58.99
640x360 59.84 59.32 60.00
DP1 disconnected (normal left inverted right x axis y axis)
DP2 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)
VIRTUAL1 disconnected (normal left inverted right x axis y axis)
VIRTUAL2 disconnected (normal left inverted right x axis y axis)
LSPCI VGA
lspci | grep VGA
00:02.0 VGA compatible controller: Intel Corporation HD Graphics 530 (rev 06)
01:00.0 VGA compatible controller: NVIDIA Corporation GP104M [GeForce GTX 1070 Mobile] (rev a1)
arch-linux xrandr display bumblebee
I've had the same situation a while back (never resolved it actually). I use GNOME that may give you a clue, although I refused to configure the monitors and all that stuff "by hand" â unless for tweaking. I didn't try Bumblebee, just the "plain"nvidiadrivers and the NVIDIA Optimus config/guide.
â x80486
Mar 26 at 17:52
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I will post my question here too ( I asked already in Arch Linux forums).
SO I am trying to use my external monitor next to the laptop one on my fresh ArchLinux setup. It does not work and I do not know why.
MY /ETC/X11/xorg.conf
Section "Screen"
Identifier "Screen0"
Device "intelgpu0"
Monitor "Monitor0"
DefaultDepth 24
Option "TwinView" "0"
SubSection "Display"
Depth 24
Modes "1920x1080_60.00"
EndSubSection
EndSection
Section "Screen"
Identifier "Screen1"
Device "intelgpu1"
Monitor "Monitor1"
DefaultDepth 24
Option "TwinView" "0"
SubSection "Display"
Depth 24
Modes "1920x1080_60.00"
EndSubSection
EndSection
Section "Monitor"
Identifier "Monitor0"
Option "Enable" "true"
EndSection
Section "Monitor"
Identifier "Monitor1"
Option "Enable" "true"
EndSection
Section "Device"
Identifier "intelgpu0"
Driver "intel"
Option "XvMC" "true"
Option "UseEvents" "true"
Option "AccelMethod" "UXA"
BusID "PCI:0:2:0"
EndSection
Section "Device"
Identifier "intelgpu1"
Driver "intel"
Option "XvMC" "true"
Option "UseEvents" "true"
Option "AccelMethod" "UXA"
BusID "PCI:0:2:0"
EndSection
Section "Device"
Identifier "nvidiagpu1"
Driver "nvidia"
BusID "PCI:01:00:0"
EndSection
I was following a guide on ArchWiki for using Bumblebee
ArchWiki Bumblebee MultiDisplay
I created the conf file according to that wiki, this did not work. The next part in that wiki I am not sure what to do, so I didnt try anything with that one yet.
XRANDR OUTPUT
$ xrandr
Screen 0: minimum 8 x 8, current 1920 x 1080, maximum 32767 x 32767
eDP1 connected 1920x1080+0+0 (normal left inverted right x axis y axis) 380mm x 210mm
1920x1080 60.00*+ 59.93 48.07
1680x1050 59.88
1400x1050 59.98
1600x900 60.00 59.95 59.82
1280x1024 60.02
1400x900 59.96 59.88
1280x960 60.00
1368x768 60.00 59.88 59.85
1280x800 59.81 59.91
1280x720 59.86 60.00 59.74
1024x768 60.00
1024x576 60.00 59.90 59.82
960x540 60.00 59.63 59.82
800x600 60.32 56.25
864x486 60.00 59.92 59.57
640x480 59.94
720x405 59.51 60.00 58.99
640x360 59.84 59.32 60.00
DP1 disconnected (normal left inverted right x axis y axis)
DP2 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)
VIRTUAL1 disconnected (normal left inverted right x axis y axis)
VIRTUAL2 disconnected (normal left inverted right x axis y axis)
LSPCI VGA
lspci | grep VGA
00:02.0 VGA compatible controller: Intel Corporation HD Graphics 530 (rev 06)
01:00.0 VGA compatible controller: NVIDIA Corporation GP104M [GeForce GTX 1070 Mobile] (rev a1)
arch-linux xrandr display bumblebee
I will post my question here too ( I asked already in Arch Linux forums).
SO I am trying to use my external monitor next to the laptop one on my fresh ArchLinux setup. It does not work and I do not know why.
MY /ETC/X11/xorg.conf
Section "Screen"
Identifier "Screen0"
Device "intelgpu0"
Monitor "Monitor0"
DefaultDepth 24
Option "TwinView" "0"
SubSection "Display"
Depth 24
Modes "1920x1080_60.00"
EndSubSection
EndSection
Section "Screen"
Identifier "Screen1"
Device "intelgpu1"
Monitor "Monitor1"
DefaultDepth 24
Option "TwinView" "0"
SubSection "Display"
Depth 24
Modes "1920x1080_60.00"
EndSubSection
EndSection
Section "Monitor"
Identifier "Monitor0"
Option "Enable" "true"
EndSection
Section "Monitor"
Identifier "Monitor1"
Option "Enable" "true"
EndSection
Section "Device"
Identifier "intelgpu0"
Driver "intel"
Option "XvMC" "true"
Option "UseEvents" "true"
Option "AccelMethod" "UXA"
BusID "PCI:0:2:0"
EndSection
Section "Device"
Identifier "intelgpu1"
Driver "intel"
Option "XvMC" "true"
Option "UseEvents" "true"
Option "AccelMethod" "UXA"
BusID "PCI:0:2:0"
EndSection
Section "Device"
Identifier "nvidiagpu1"
Driver "nvidia"
BusID "PCI:01:00:0"
EndSection
I was following a guide on ArchWiki for using Bumblebee
ArchWiki Bumblebee MultiDisplay
I created the conf file according to that wiki, this did not work. The next part in that wiki I am not sure what to do, so I didnt try anything with that one yet.
XRANDR OUTPUT
$ xrandr
Screen 0: minimum 8 x 8, current 1920 x 1080, maximum 32767 x 32767
eDP1 connected 1920x1080+0+0 (normal left inverted right x axis y axis) 380mm x 210mm
1920x1080 60.00*+ 59.93 48.07
1680x1050 59.88
1400x1050 59.98
1600x900 60.00 59.95 59.82
1280x1024 60.02
1400x900 59.96 59.88
1280x960 60.00
1368x768 60.00 59.88 59.85
1280x800 59.81 59.91
1280x720 59.86 60.00 59.74
1024x768 60.00
1024x576 60.00 59.90 59.82
960x540 60.00 59.63 59.82
800x600 60.32 56.25
864x486 60.00 59.92 59.57
640x480 59.94
720x405 59.51 60.00 58.99
640x360 59.84 59.32 60.00
DP1 disconnected (normal left inverted right x axis y axis)
DP2 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)
VIRTUAL1 disconnected (normal left inverted right x axis y axis)
VIRTUAL2 disconnected (normal left inverted right x axis y axis)
LSPCI VGA
lspci | grep VGA
00:02.0 VGA compatible controller: Intel Corporation HD Graphics 530 (rev 06)
01:00.0 VGA compatible controller: NVIDIA Corporation GP104M [GeForce GTX 1070 Mobile] (rev a1)
arch-linux xrandr display bumblebee
asked Mar 24 at 21:13
DevMe
111
111
I've had the same situation a while back (never resolved it actually). I use GNOME that may give you a clue, although I refused to configure the monitors and all that stuff "by hand" â unless for tweaking. I didn't try Bumblebee, just the "plain"nvidiadrivers and the NVIDIA Optimus config/guide.
â x80486
Mar 26 at 17:52
add a comment |Â
I've had the same situation a while back (never resolved it actually). I use GNOME that may give you a clue, although I refused to configure the monitors and all that stuff "by hand" â unless for tweaking. I didn't try Bumblebee, just the "plain"nvidiadrivers and the NVIDIA Optimus config/guide.
â x80486
Mar 26 at 17:52
I've had the same situation a while back (never resolved it actually). I use GNOME that may give you a clue, although I refused to configure the monitors and all that stuff "by hand" â unless for tweaking. I didn't try Bumblebee, just the "plain"
nvidia drivers and the NVIDIA Optimus config/guide.â x80486
Mar 26 at 17:52
I've had the same situation a while back (never resolved it actually). I use GNOME that may give you a clue, although I refused to configure the monitors and all that stuff "by hand" â unless for tweaking. I didn't try Bumblebee, just the "plain"
nvidia drivers and the NVIDIA Optimus config/guide.â x80486
Mar 26 at 17:52
add a comment |Â
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f433326%2fcannot-use-multidisplay-laptopmonitor-archlinux%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
I've had the same situation a while back (never resolved it actually). I use GNOME that may give you a clue, although I refused to configure the monitors and all that stuff "by hand" â unless for tweaking. I didn't try Bumblebee, just the "plain"
nvidiadrivers and the NVIDIA Optimus config/guide.â x80486
Mar 26 at 17:52