-
-
Save DrSensor/651d527de63282f237029bfbc3438ee1 to your computer and use it in GitHub Desktop.
Travamento com vídeo Ubuntu 18.04: editar ou criar /etc/X11/xorg.conf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Section "ServerLayout" | |
Identifier "layout" | |
Screen 0 "nvidia" | |
Inactive "intel" | |
EndSection | |
Section "Device" | |
Identifier "nvidia" | |
Driver "nvidia" | |
BusID "PCI:1:0:0" | |
EndSection | |
Section "Screen" | |
Identifier "nvidia" | |
Device "nvidia" | |
VendorName "NVIDIA Corporation" | |
BoardName "GeForce 940MX" | |
Option "NvAGP" "1" | |
Option "AllowEmptyInitialConfiguration" | |
Option "metamodes" "nvidia-auto-select +0+0 { ForceFullCompositionPipeline = On }" | |
EndSection | |
Section "Device" | |
Identifier "intel" | |
Driver "modesetting" | |
BusID "PCI:0:2:0" | |
Option "AccelMethod" "none" | |
EndSection | |
Section "Screen" | |
Identifier "intel" | |
Device "intel" | |
EndSection |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment