Questions tagged [laptop]

for questions about running Linux on laptops.

430 questions
165
votes
2 answers

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 /etc/rc.d/acpid stop I also edit…
heiz
  • 1,803
  • 2
  • 12
  • 7
49
votes
7 answers

Can a laptop battery explode while using Linux?

I have a 2013 Retina MacBook Pro, and I really want to install Debian on it. I have the know-how and have had at least three Debian systems before this. I am very knowledgable with the command-line and Linux's inner workings, and partitioning isn't…
Alexis Dumas
  • 653
  • 1
  • 5
  • 11
42
votes
5 answers

GNOME: disable sleep on lid close

Is it possible to stop my laptop going to sleep when I close the lid? GNOME 3.20, Fedora 24. My laptop does not reliably wake from sleep. (It happens to be a hardware issue... I think I basically killed it while trying to replace a wifi card. But…
sourcejedi
  • 48,311
  • 17
  • 143
  • 296
38
votes
10 answers

Which laptop is most compatible with Linux?

I've always been unlucky with regards to choosing a laptop that I can install Linux on. If it's not the wireless card that's not working out of the box, it's the video card. Also, I'm still not able to hibernate my computer, close the lid and resume…
Louis Salin
  • 1,433
  • 14
  • 18
35
votes
3 answers

Debian 8 (Jessie) - Laptop stops working after closing the laptop lid

I have a HP15 r007TX laptop with Debian 8 (Jessie) installed. Whenever I close the lid and then reopen, the laptop stops working. It get's stuck showing a blank screen. From there nothing happens and I have to hard reboot it. I even changed the…
Anupam Basak
  • 951
  • 1
  • 7
  • 11
30
votes
4 answers

How to check if my battery is healthy?

My Lenovo ThinkPad T61 is rather old, and a couple of years ago I had to replace the battery as the old one was dead. Now the replacement battery seems like dying a slow death, but I get conflicting data from xfce4-power-manager. So I'm wondering if…
landroni
  • 10,288
  • 12
  • 30
  • 48
22
votes
1 answer

Why is laptop screen called eDP1?

In my new laptop, using i915 and the intel driver of Xorg, the laptop screen is called eDP1 in Randr $ xrandr eDP1 connected 1024x768+0+0 (normal left inverted right x axis y axis) 277mm x 156mm 1366x768 60.14 + 40.09 1360x768 …
Martin Monperrus
  • 1,221
  • 3
  • 12
  • 20
22
votes
4 answers

Writing a systemd service to be executed at resume

my Dell laptop is subject to this bug with kernel 3.14. As a workaround I wrote a simple script /usr/bin/brightness-fix: #!/bin/bash echo 0 > /sys/class/backlight/intel_backlight/brightnes (and made executable: chmod +x…
lviggiani
  • 3,549
  • 7
  • 35
  • 67
20
votes
2 answers

What is the Linux equivalent of the Windows registry?

I have a DVD+-RW drive that has quit working. Apparently many users of this laptop model experience the same problem under windows and are required to edit the registry to correct the problem. So where should I look to make a similar edit?
ixtmixilix
  • 13,040
  • 27
  • 82
  • 118
17
votes
4 answers

Ideal Hardware for GNU/Linux Laptop

What's the best way to find a laptop with hardware that is amenable to installing and running GNU/Linux? I'm looking for something that will ideally work with GPL'd drivers and/or firmware. I took a quick look at linux-on-laptops.com, but they don't…
andrew-e
  • 397
  • 2
  • 10
17
votes
4 answers

Debian laptop installation fails due to debootstrap error "Failed to determine the codename for the release" at "Install the base system"

So I'm trying to install Debian 9.0 to my laptop (UEFI) via DVD and everything worked fine except that the mousepad doesn't work (yet?) and that I'm getting this error: Debootstrap error Failed to determine the codename for the release. at the…
mYnDstrEAm
  • 4,008
  • 13
  • 49
  • 108
16
votes
3 answers

Lenovo T440s battery status unknown, but charging?

I'm trying to configure my Lenovo on arch linux. The last thing I need to do is get the battery 100% working. Right now it appears that the main battery's state is unknown: > acpi -V Battery 0: Unknown, 97% Battery 0:…
Aqyr
  • 161
  • 1
  • 3
16
votes
2 answers

Determine status of laptop lid

I have a weird problem where my laptop will wake when it's closed, generating a lot of heat and causing much frustration. Is there a way that I can tell if the laptop's lid is closed so that I can automatically suspend the computer (via a cron…
Naftuli Kay
  • 38,686
  • 85
  • 220
  • 311
15
votes
3 answers

How to use three monitors on a laptop?

I have a laptop running Ubuntu 9.04 with a dual-head setup: laptop panel + external monitor. I'd like to add another monitor but the laptop has a single VGA port, so my question is: what are my options for setting up a triple-head system on a Linux…
Joril
  • 568
  • 7
  • 17
13
votes
1 answer

Is disabling barriers for ext4 safe on a laptop with battery?

The manual page says about the barrier option for ext4: Write barriers enforce proper on-disk ordering of journal commits, making volatile disk write caches safe to use, at some performance penalty. If your disks are battery-backed in one way or…
imz -- Ivan Zakharyaschev
  • 15,113
  • 15
  • 61
  • 123
1
2 3
28 29