Quantcast
Channel: MX Linux Forum
Viewing all articles
Browse latest Browse all 4157

Hardware /Configuration • Re: MX Linux doesn't recognize second monitor.

$
0
0
k, so it recognized that a display had been plugged in... progress!

Lets try forcing monitors and displays to the two controllers and see what happens ...

Please replace your xorg.conf with the following and reboot. :crossfingers:

Code:

# xconfig created by CharlesV to debug second monitor not showingSection "ServerLayout"Identifier     "X.org Configured"Screen      0  "Screen0" 0 0Screen      1  "Screen1" RightOf "Screen0"EndSectionSection "Module"Load  "glx"EndSectionSection "Monitor"Identifier   "Monitor0"VendorName   "Monitor Vendor"ModelName    "Monitor Model"EndSectionSection "Monitor"Identifier   "Monitor1"VendorName   "Monitor Vendor"ModelName    "Monitor Model"EndSectionSection "Device"    Identifier "Device0"    Driver "intel"    VendorName "Intel UHD Graphics"    BusID "PCI:00:02:0"    Option "NoLogo" "true"    Option "UseEDID" "true"    Option "ConnectedMonitor" "DFP"EndSectionSection "Device"    Identifier "Device1"    Driver "nvidia"    VendorName "NVIDIA Corporation"    BusID "PCI:01:00:0"    Option "NoLogo" "true"    Option "UseEDID" "true"    Option "ConnectedMonitor" "DFP"EndSection Section "Screen"Identifier "Screen0"Device     "Device0"Monitor    "Monitor0"SubSection "Display"Viewport   0 0Depth     1EndSubSectionSubSection "Display"Viewport   0 0Depth     4EndSubSectionSubSection "Display"Viewport   0 0Depth     8EndSubSectionSubSection "Display"Viewport   0 0Depth     15EndSubSectionSubSection "Display"Viewport   0 0Depth     16EndSubSectionSubSection "Display"Viewport   0 0Depth     24EndSubSectionEndSectionSection "Screen"Identifier "Screen1"Device     "Device1"Monitor    "Monitor1"SubSection "Display"Viewport   0 0Depth     1EndSubSectionSubSection "Display"Viewport   0 0Depth     4EndSubSectionSubSection "Display"Viewport   0 0Depth     8EndSubSectionSubSection "Display"Viewport   0 0Depth     15EndSubSectionSubSection "Display"Viewport   0 0Depth     16EndSubSectionSubSection "Display"Viewport   0 0Depth     24EndSubSectionEndSection

Statistics: Posted by CharlesV — Thu Feb 06, 2025 10:55 am



Viewing all articles
Browse latest Browse all 4157

Trending Articles