• 0 Posts
  • 11 Comments
Joined 2 years ago
cake
Cake day: June 14th, 2023

help-circle
  • My monitors.xml has two <configuration> blocks, with the only real difference being that one has <layoutmode>physical</layoutmode> and the second has <layoutmode>logical</layoutmode>. I don’t really think that’d be the issue here though, because if the dummy plug is listed as disabled it shouldn’t be trying to use it anyway…?

    I think you’re right in reporting it to the GDM repo, at a minimum someone there will know where to point you towards figuring this out. Maybe the GNOME Mutter repo might be a related stop for this too, seeing that’s the part generating the monitors.xml…

    The things that are supposed to be simple are always the bits that suck the most!


  • Yeah, seems like it should just be working…

    You’ve probably already got this covered, but when you created your user monitors.xml config, did you have the dummy plug connected and disabled?

    Maybe the config:

    • has it included as a monitor and enabled as part of the screen layout
    • or possibly doesn’t include it at all, and then GDM just assumes it can/should use it as a new option?



  • What I feel would be acceptable:

    If you’re proud of your Framework laptop and want to brag about it, we’ll give you some swag for free that you can show off with when you’re out and about!

    What this looked like to me:

    If you’re attending a conference we’d be paid to attend, but can’t go to, will you show off your Framework laptop to attendees in an effort to convince them to buy one from us too, and we’ll send you some stickers?

    The issue isn’t even what they’re asking for, but how their asking it.


  • and a Nvidia 2080ti

    Do you know which Nvidia driver you’re using currently?

    There’s an established open-source Nouveau driver that Ubuntu & Mint probably defaulted to, a bleeding-edge open-source NVK driver that is still very early in it’s development, and a proprietary Nvidia driver that Nobara probably tried, as it’s kinda what you’d want for gaming.

    The other question would be if you’re using Wayland or X11 underneath your desktop environment?

    It should be listed in Settings > System > System Details, under the heading “Windowing System” if you’re using GNOME.

    Wayland has better multi-monitor support than X11, but the proprietary Nvidia driver has a few teething problems with Wayland at the moment - a new 555 beta driver update should be coming this week with proper fixes for the sync/screen-tearing issues people have been experiencing.




    1. You can start applications from windows command line. Depending on the program you might need to provide the full path to the executable though. Eg: Start chrome.exe
    2. Windows has a (preinstalled in Window 11, optional in Windows 10) software called WinGet that will update all recognized applications via command line. Covers stuff from Windows Store, and most popular software installers. Basically acts as a Windows package manager.
    3. batch files, software like autohotkey… automation can definitely be done in Windows too.
    4. You mean shortcuts?
    5. Pretty certain you can defer updates until the time suits, but Windows is definitely more forceful in pushing updates than Linux. There are ways of turning off updates too, but probably not without third party software or digging in regedit blindly.
    6. Rainmeter could provide something similar.
    7. Do you mean Command Prompt, or Windows Terminal? Terminal is actually pretty nice, and very customizable, both in terms of theme and functionality.

    I run Arch Linux (btw) and have a very neglected Windows 11 partition.

    I have a command set up in linux using ddcutil that allows me to tell my second monitor to swap source from HDMI (Chromecast) to DisplayPort (PC) and back as desired. No clue how I’d do that in Windows.