Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #
- # Kiindulási állapot:
- # xorg.conf -> https://pastebin.com/ABD5tc5z
- # X.org.0.log -> https://pastebin.com/Zn9BJ8fA
- # X.org.0.log szűrve -> https://pastebin.com/8xJN0UQJ
- #
- Section "ServerLayout"
- Identifier "X.org Configured"
- Screen 0 "Screen0" 0 0
- Screen 1 "Screen1" RightOf "Screen0"
- InputDevice "Mouse0" "CorePointer"
- InputDevice "Keyboard0" "CoreKeyboard"
- EndSection
- Section "InputDevice"
- Identifier "Keyboard0"
- Driver "kbd"
- EndSection
- Section "InputDevice"
- Identifier "Mouse0"
- Driver "mouse"
- Option "Protocol" "auto"
- Option "Device" "/dev/input/mice"
- Option "ZAxisMapping" "4 5 6 7"
- EndSection
- Section "Monitor"
- Identifier "Monitor0"
- VendorName "BOE"
- ModelName "1734"
- EndSection
- Section "Monitor"
- Identifier "Monitor1"
- VendorName "UMC SHARP"
- ModelName "0"
- # Option "RightOf" "Monitor0"
- EndSection
- Section "Device"
- Identifier "Card0"
- Driver "intel"
- BusID "PCI:0:2:0"
- Option "Monitor-eDP1" "Monitor0"
- # Option "Monitor-VIRTUAL1" "Monitor1"
- EndSection
- Section "Device"
- Identifier "Card1"
- Driver "nouveau"
- BusID "PCI:1:0:0"
- Option "Monitor-HDMI1" "Monitor1"
- EndSection
- Section "Screen"
- Identifier "Screen0"
- Device "Card0"
- Monitor "Monitor0"
- EndSection
- Section "Screen"
- Identifier "Screen1"
- Device "Card1"
- Monitor "Monitor1"
- EndSection
- #
- # A fenti konfigurációs fájl naplója: https://pastebin.com/L53BkTfB
- #
Add Comment
Please, Sign In to add comment