Linux - Desktop This forum is for the discussion of all Linux Software used in a desktop context. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
|
01-17-2022, 04:04 PM
|
#16
|
LQ Guru
Registered: Aug 2016
Location: SE USA
Distribution: openSUSE & OS/2 24/7; Debian, Knoppix, Mageia, Fedora, others
Posts: 6,565
|
Quote:
Originally Posted by makem
Code:
Option "metamodes" "DP-0: 1920x1080_144 +0+0, HDMI-0: 1920x1080_60 +1920+0"
|
See if this works:
Code:
# /etc/X11/xorg.conf
Section "Device"
Identifier "nvGPU"
Option "Monitor-DP-0" "priDP"
Option "Monitor-HDMI-0" "secHDMI"
EndSection
Section "Monitor"
Identifier "priDP"
Option "Primary" "true"
EndSection
Section "Monitor"
Identifier "secHDMI
Option "right-of" "priDP"
EndSection
Section "Screen"
Identifier "ScreenLeft"
Device "nvGPU"
Monitor "priDP"
EndSection
Section "Screen"
Identifier "ScreenRight"
Device "nvGPU"
Monitor "secHDMI"
EndSection
|
|
|
01-17-2022, 04:11 PM
|
#17
|
Member
Registered: Nov 2013
Posts: 209
Original Poster
Rep: 
|
Quote:
Originally Posted by mrmazda
See if this works:
Code:
# /etc/X11/xorg.conf
Section "Device"
Identifier "nvGPU"
Option "Monitor-DP-0" "priDP"
Option "Monitor-HDMI-0" "secHDMI"
EndSection
Section "Monitor"
Identifier "priDP"
Option "Primary" "true"
EndSection
Section "Monitor"
Identifier "secHDMI
Option "right-of" "priDP"
EndSection
Section "Screen"
Identifier "ScreenLeft"
Device "nvGPU"
Monitor "priDP"
EndSection
Section "Screen"
Identifier "ScreenRight"
Device "nvGPU"
Monitor "secHDMI"
EndSection
|
Do you mean, enter that alone in xorg.conf or merge it?
Edit:
I thought rather than wait I would try entering that code into xorg.conf just as it was. After a reboot the secondary monitor had the sign-in, not the primary, ie. as it has always been, no change.
I still feel xorg.conf has no bearing on anything, blank, self edited or prepared by nvidia.
Last edited by makem; 01-17-2022 at 04:20 PM.
|
|
|
01-17-2022, 04:51 PM
|
#18
|
LQ Guru
Registered: Aug 2016
Location: SE USA
Distribution: openSUSE & OS/2 24/7; Debian, Knoppix, Mageia, Fedora, others
Posts: 6,565
|
You could uninstall NVidia's drivers. If that fixes it, even if an xorg.conf similar to those I provided here is necessary, you know who/what to blame. If it doesn't, report a bug to LightDM developers. Installing SDDM could be another option, as might be other distros, tested via their live media, which may point to Ubuntu rather than LightDM itself.
|
|
|
01-18-2022, 05:54 AM
|
#19
|
Member
Registered: Nov 2013
Posts: 209
Original Poster
Rep: 
|
Quote:
Originally Posted by mrmazda
You could uninstall NVidia's drivers. If that fixes it, even if an xorg.conf similar to those I provided here is necessary, you know who/what to blame. If it doesn't, report a bug to LightDM developers. Installing SDDM could be another option, as might be other distros, tested via their live media, which may point to Ubuntu rather than LightDM itself.
|
As I said earlier GDM gets it right so imo it's LightDM where the problem lies so I will maybe raise a bug.
Thank you for your input.
|
|
|
All times are GMT -5. The time now is 12:58 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|