Tagged Questions
1
vote
1answer
410 views
Laptop falls-back to Vesa video-driver
I own Dell Inspiron 15R SE (7520) and I have installed Arch Linux on it. It seems that I have two video-cards so I have installed both drivers + Vesa driver (pardon me if that's wrong).
dagrevis@haze ...
2
votes
0answers
792 views
WiFi not working - wlan0 FAILED
My Arch (3.6.5-1) is exhibiting a rather peculiar problem: when wifi is set up, all logs indicate that the setup was successful and that the interface is up and functional. However, when attempting to ...
3
votes
1answer
177 views
Issue with laptop screen when opening lid
I use Archlinux, with acpid to configure the laptop lid behavior rather than systemd.
Currently, I have it set so vbetool sets dpms off when the lid is closed, and reopening the lid sets it back on. ...
9
votes
1answer
5k views
How to disable auto suspend when I close laptop lid?
I'm using archlinux. It never auto-suspend before a recent system upgrade(maybe I updated the kernel?).
I think it is related to laptop-mode or acpid, so I stop them:
/etc/rc.d/laptop-mode stop
...