this post was submitted on 29 Jun 2025
1 points (100.0% liked)

Pop!_OS (Linux)

5602 readers
3 users here now

Pop!_OS is an operating system developed by System76 for STEM and creative professionals who use their computer as a tool to discover and create. Unleash your potential on secure, reliable open source software. Based on your exceptional curiosity, we sense you have a lot of it.

Unleash your potential

Whether this is your first experience with Linux, or your latest adventure, all are welcome to discuss and ask questions about Pop!_OS and COSMIC. Keep the discussions friendly though, and remember to assume good intentions whenever you reply. We're all here because we have a shared love for Linux and open source software.

System76 Logo

Support us by buying System76 hardware for you or your company! Or by donating on the Pop!_OS website through the "Support Pop" button. Pop!_OS and COSMIC are fully funded by System76 hardware sales. All systems are assembled in the USA. With your support, we'll work to push the Linux desktop forward with COSMIC.

Links

Guides

Hardware

Recommended

Community Rules

Follow the Code of Conduct

All posts on pop_os must adhere to the Pop!_OS community Code of Conduct. https://github.com/pop-os/code-of-conduct

Be helpful

Posts to pop_os must be helpful. When responding to a user asking for help, do not provide tongue-in-cheek responses like "RTM" or links to LMGTFY. Linking to direct sources that answer the asker's question is fine, but it's advised to provide some explanation as to how you got to that source.

Critique should be constructive

We within the Pop!_OS community welcome helpful criticism or ideas on ways to improve. However, basic "It's bad" or other simple negative comments don't help anyone fix anything. When voicing a complaint about something, try to point out ways the complaint could be improved or worked around, so that we can make a better product for it.

This rule applies to both Pop!_OS and its projects as well as other products available from third-parties.

Don't post malicious "advice"

It can be funny to joke about malicious commands, however this is not the venue for it. Do not advise users to run commands which will lock up their systems, steal their data, or erase their drive. Examples of this include (but are not limited to) fork bombs, rm, etc.

Posts violating this rule will be removed, even if the post is clearly in jest. Repeated offences may lead to a ban. You may understand that the command isn't serious, but a new user might not.

No personal attacks

Posts making a personal attack on any user will not be tolerated.

No hate speech

Hate speech of any kind will not be tolerated. Any violations will be removed, and are grounds for a ban.

founded 2 years ago
MODERATORS
 

I've just switched from Win11 to Pop!_OS. The only issue that I have and can't seem to resolve is the behaviour of external monitor with closed lid. I'm running 22.04 LTS Pop!_OS with nVidia GTX 3050. What I've tried so far to make it work:

  1. Simply closing the lid - external monitor remains on and displays DE, I can move cursor there but the computer remains unresponsive to any keyboard/mouse input.

  2. Using Single display through Display option in settings with lid open. Same result as in 1. System remains unresponsive to any input, closing and reopening lid allows me to regain control.

  3. Changes in the configuration file. I've changed value of following parameters to ignore:

HandleLidSwitch HandleLidSwitchExternalPower

Then, I tried doing same thing as in 1. and 2. but I got the same negative results.

Is it possible to get the monitor set that I want to work? If not, would other newb friendly distros handle this issue better? Thanks for any advice.

top 2 comments
sorted by: hot top controversial new old
[โ€“] [email protected] 0 points 4 days ago (1 children)

In #1 when you say the monitor displays the DE, is the Dock visible? If not, it could be that you're trying to interact with the DE but the dock and application launcher is on the laptop display.

I didn't have to change any config values and it works. The only other thing I can think of is that I have Gnome Tweaks installed and the 'Suspend when laptop lid is closed' is disabled in the 'General' tab.

Another thing to try is to see what Pop!_OS outputs in the /var/log/syslog file when this happens. What I would suggest you do is:

  1. open the terminal app
  2. type sudo /var/log/syslog -f (this will start writing all sorts of messages to the screen)
  3. do your step #1 (when it becomes unresponsive)
  4. open the lid again so the system becomes reponsive
  5. press Ctrl + c to stop outputting the contents of the systog file.

Scroll up and see if there's any error, warning or something to that affect in the log related to power management, displays or the desktop environment.

And one more thing which is probably obvious: make sure your system is up do date (both the operating system and the BIOS).

[โ€“] [email protected] 0 points 2 days ago

Thanks for the answer. I looked kind of like you described in the first paragraph. Fortunately, the issue resolved itself, probably after system components were updated. Initially I didn't notice that they are updated separately from the system itself