xorg two screen sessions after update
Clash Royale CLAN TAG#URR8PPP
up vote
0
down vote
favorite
I recently (automatically) updated my tumbleweed opensuse installation, and this where things went awry.
My setup: Two displays connected through graphics adapter 1 (ATI Radeon HD 5450) via DVI. One display (the TV via AV-receiver) connected through HDMI on graphics adapter 2 (ATI Radeon HD 5450).
Previously, I had one large X screen (1920x1200, 1920x1200, 1920x1080), but now I get two screens (1920x1200+1920x1200 as :0.0 and 1920x1080 as :0.1)
Section "ServerLayout"
Identifier "X.org Configured"
InputDevice "Mouse0" "CorePointer"
Screen 0 "Screen0" 0 0
Screen 1 "Screen1" RightOf "Screen0"
Screen 1 "Screen2" RightOf "Screen1"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section
Section "Module"
Load "glx"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbLayout" "de"
Option "XkbModel" "pc105"
Option "XkbOptions" "terminate:ctrl_alt_bksp"
EndSection
Section "Monitor"
Identifier "DVI-0"
VendorName "Asus"
ModelName "Left"
Option "Primary" "true"
EndSection
Section "Monitor"
Identifier "DVI-1"
VendorName "Asus"
ModelName "Right"
Option "RightOf" "DVI-0"
EndSection
Section "Monitor"
Identifier "HDMI-0"
VendorName "Pioneer"
ModelName "AV Receiver"
Option "RightOf" "DVI-1"
EndSection
Section "Device"
Identifier "Card0"
Driver "radeon"
BusID "PCI:1:0:0"
Option "Monitor-DVI-0" "DVI-0"
Option "Monitor-DVI-1" "DVI-1"
EndSection
Section "Device"
Option "TearFree"
Identifier "Card1"
Driver "radeon"
BusID "PCI:2:0:0"
Option "Monitor-HDMI-0" "HDMI-0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "DVI-0"
EndSection
Section "Screen"
Identifier "Screen1"
Device "Card0"
Monitor "DVI-1"
EndSection
I would like to return to the previous setup. The Xorg.0.log file is a bit larger, but can be found here: Xorg.0.log
x11 xorg graphics
add a comment |Â
up vote
0
down vote
favorite
I recently (automatically) updated my tumbleweed opensuse installation, and this where things went awry.
My setup: Two displays connected through graphics adapter 1 (ATI Radeon HD 5450) via DVI. One display (the TV via AV-receiver) connected through HDMI on graphics adapter 2 (ATI Radeon HD 5450).
Previously, I had one large X screen (1920x1200, 1920x1200, 1920x1080), but now I get two screens (1920x1200+1920x1200 as :0.0 and 1920x1080 as :0.1)
Section "ServerLayout"
Identifier "X.org Configured"
InputDevice "Mouse0" "CorePointer"
Screen 0 "Screen0" 0 0
Screen 1 "Screen1" RightOf "Screen0"
Screen 1 "Screen2" RightOf "Screen1"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section
Section "Module"
Load "glx"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbLayout" "de"
Option "XkbModel" "pc105"
Option "XkbOptions" "terminate:ctrl_alt_bksp"
EndSection
Section "Monitor"
Identifier "DVI-0"
VendorName "Asus"
ModelName "Left"
Option "Primary" "true"
EndSection
Section "Monitor"
Identifier "DVI-1"
VendorName "Asus"
ModelName "Right"
Option "RightOf" "DVI-0"
EndSection
Section "Monitor"
Identifier "HDMI-0"
VendorName "Pioneer"
ModelName "AV Receiver"
Option "RightOf" "DVI-1"
EndSection
Section "Device"
Identifier "Card0"
Driver "radeon"
BusID "PCI:1:0:0"
Option "Monitor-DVI-0" "DVI-0"
Option "Monitor-DVI-1" "DVI-1"
EndSection
Section "Device"
Option "TearFree"
Identifier "Card1"
Driver "radeon"
BusID "PCI:2:0:0"
Option "Monitor-HDMI-0" "HDMI-0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "DVI-0"
EndSection
Section "Screen"
Identifier "Screen1"
Device "Card0"
Monitor "DVI-1"
EndSection
I would like to return to the previous setup. The Xorg.0.log file is a bit larger, but can be found here: Xorg.0.log
x11 xorg graphics
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I recently (automatically) updated my tumbleweed opensuse installation, and this where things went awry.
My setup: Two displays connected through graphics adapter 1 (ATI Radeon HD 5450) via DVI. One display (the TV via AV-receiver) connected through HDMI on graphics adapter 2 (ATI Radeon HD 5450).
Previously, I had one large X screen (1920x1200, 1920x1200, 1920x1080), but now I get two screens (1920x1200+1920x1200 as :0.0 and 1920x1080 as :0.1)
Section "ServerLayout"
Identifier "X.org Configured"
InputDevice "Mouse0" "CorePointer"
Screen 0 "Screen0" 0 0
Screen 1 "Screen1" RightOf "Screen0"
Screen 1 "Screen2" RightOf "Screen1"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section
Section "Module"
Load "glx"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbLayout" "de"
Option "XkbModel" "pc105"
Option "XkbOptions" "terminate:ctrl_alt_bksp"
EndSection
Section "Monitor"
Identifier "DVI-0"
VendorName "Asus"
ModelName "Left"
Option "Primary" "true"
EndSection
Section "Monitor"
Identifier "DVI-1"
VendorName "Asus"
ModelName "Right"
Option "RightOf" "DVI-0"
EndSection
Section "Monitor"
Identifier "HDMI-0"
VendorName "Pioneer"
ModelName "AV Receiver"
Option "RightOf" "DVI-1"
EndSection
Section "Device"
Identifier "Card0"
Driver "radeon"
BusID "PCI:1:0:0"
Option "Monitor-DVI-0" "DVI-0"
Option "Monitor-DVI-1" "DVI-1"
EndSection
Section "Device"
Option "TearFree"
Identifier "Card1"
Driver "radeon"
BusID "PCI:2:0:0"
Option "Monitor-HDMI-0" "HDMI-0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "DVI-0"
EndSection
Section "Screen"
Identifier "Screen1"
Device "Card0"
Monitor "DVI-1"
EndSection
I would like to return to the previous setup. The Xorg.0.log file is a bit larger, but can be found here: Xorg.0.log
x11 xorg graphics
I recently (automatically) updated my tumbleweed opensuse installation, and this where things went awry.
My setup: Two displays connected through graphics adapter 1 (ATI Radeon HD 5450) via DVI. One display (the TV via AV-receiver) connected through HDMI on graphics adapter 2 (ATI Radeon HD 5450).
Previously, I had one large X screen (1920x1200, 1920x1200, 1920x1080), but now I get two screens (1920x1200+1920x1200 as :0.0 and 1920x1080 as :0.1)
Section "ServerLayout"
Identifier "X.org Configured"
InputDevice "Mouse0" "CorePointer"
Screen 0 "Screen0" 0 0
Screen 1 "Screen1" RightOf "Screen0"
Screen 1 "Screen2" RightOf "Screen1"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section
Section "Module"
Load "glx"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbLayout" "de"
Option "XkbModel" "pc105"
Option "XkbOptions" "terminate:ctrl_alt_bksp"
EndSection
Section "Monitor"
Identifier "DVI-0"
VendorName "Asus"
ModelName "Left"
Option "Primary" "true"
EndSection
Section "Monitor"
Identifier "DVI-1"
VendorName "Asus"
ModelName "Right"
Option "RightOf" "DVI-0"
EndSection
Section "Monitor"
Identifier "HDMI-0"
VendorName "Pioneer"
ModelName "AV Receiver"
Option "RightOf" "DVI-1"
EndSection
Section "Device"
Identifier "Card0"
Driver "radeon"
BusID "PCI:1:0:0"
Option "Monitor-DVI-0" "DVI-0"
Option "Monitor-DVI-1" "DVI-1"
EndSection
Section "Device"
Option "TearFree"
Identifier "Card1"
Driver "radeon"
BusID "PCI:2:0:0"
Option "Monitor-HDMI-0" "HDMI-0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "DVI-0"
EndSection
Section "Screen"
Identifier "Screen1"
Device "Card0"
Monitor "DVI-1"
EndSection
I would like to return to the previous setup. The Xorg.0.log file is a bit larger, but can be found here: Xorg.0.log
x11 xorg graphics
asked Oct 20 '17 at 18:54
Ro-ee
1264
1264
add a comment |Â
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%2f399411%2fxorg-two-screen-sessions-after-update%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