Files
Main/2 Personal/Home Lab/Devices/Dell Studio 1558.md
Obsidian-MBPM4 de7f95c96c vault backup: 2025-10-17 22:39:11
Affected files:
2 Personal/Home Lab/Devices/Dell Studio 1558.md
2025-10-17 22:39:11 +02:00

25 lines
692 B
Markdown

---
title: Dell Studio 1558
created_date: 2025-10-17
updated_date: 2025-10-17
aliases:
tags:
---
# Dell Studio 1558
Running Debian Trixie (13)
## Configuration Changes
### Lid Switch doesn't Trigger shutdown
```bash
sudo sed -i '/^HandleLidSwitch/d;/^HandleLidSwitchDocked/d' /etc/systemd/logind.conf && echo -e "[Login]\nHandleLidSwitch=ignore\nHandleLidSwitchDocked=ignore" | sudo tee -a /etc/systemd/logind.conf
sudo systemctl restart systemd-logind
```
### Display always off
## Chat GPT
[ChatGPT - Lid close behavior Debian](https://chatgpt.com/share/68f2a6ea-b6c4-8010-996a-5dec66517a06)
[ChatGPT - Dell Studio 1558](https://chatgpt.com/share/68f2a706-a1b4-8010-894a-acd574abafac)