- Code: Select all
vctt@vctt:~$ lspci -v | egrep -i --color 'vga|3d|2d'
00:02.0 VGA compatible controller: Intel Corporation UHD Graphics 630 (Mobile) (prog-if 00 [VGA controller])
01:00.0 VGA compatible controller: NVIDIA Corporation GP107M [GeForce GTX 1050 3 GB Max-Q] (rev a1) (prog-if 00 [VGA controller])
I am using the nvidia-driver 440.100:
- Code: Select all
vctt@vctt:~$ grep "X Driver" /var/log/Xorg.0.log
[ 7.060] (II) NVIDIA dlloader X Driver 440.100 Fri May 29 08:21:27 UTC 2020
I also have a monitor model AOC 27G2G4, which works fine with my laptop (although I cant use both the laptop screen and the monitor)
This is my xorg.conf:
- Code: Select all
# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings: version 440.64
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "LaptopScreen" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
Inactive "IntelCard"
Option "Xinerama" "0"
EndSection
Section "Files"
EndSection
Section "InputDevice"
# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
# generated from default
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "Monitor"
# HorizSync source: edid, VertRefresh source: edid
Identifier "Monitor0"
VendorName "Unknown"
ModelName "AOC 27G2G4"
HorizSync 30.0 - 160.0
VertRefresh 48.0 - 144.0
Option "DPMS"
EndSection
Section "Monitor"
Identifier "LaptopMonitor"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
EndSection
Section "Device"
Identifier "IntelCard"
Driver "intel"
BusID "PCI:0:2:0"
Driver "modesetting"
EndSection
Section "Device"
Identifier "NvidiaCard"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce GTX 1050"
BusID "PCI:1:0:0"
Option "AllowEmptyInitialConfiguration"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
Option "Stereo" "0"
Option "nvidiaXineramaInfoOrder" "DFP-4"
Option "metamodes" "1920x1080_144 +0+0"
Option "SLI" "Off"
Option "MultiGPU" "Off"
Option "BaseMosaic" "off"
SubSection "Display"
Depth 24
EndSubSection
EndSection
Section "Screen"
Identifier "LaptopScreen"
Device "NvidiaCard"
Monitor "LaptopMonitor"
EndSection
The problem is: Everytime I want to use my laptop without the monitor, its screen does not work, unless I manually change my xorg.conf to use intel drivers and I can't use the nvidia-driver on the laptop screen, I have no ideai why, so any help would be appreciated.
Thanks