diff options
author | Michał M. Sapka <michal@sapka.me> | 2023-02-27 10:40:34 +0100 |
---|---|---|
committer | Michał M. Sapka <michal@sapka.me> | 2023-02-27 10:40:34 +0100 |
commit | 9b6e33c4aaf3a3ffee62ada15955e5be47a1f148 (patch) | |
tree | 823d8bd8b7795fa0a9ec37ff7f82dae2c894fd25 /content/2023/freebsd-on-thinkpad-x1-extreme-g2.md | |
parent | abd78ea893488d8d7a4d5e4979c33f2d49023ae3 (diff) |
feat: article for 20-23-02-27
Diffstat (limited to 'content/2023/freebsd-on-thinkpad-x1-extreme-g2.md')
-rw-r--r-- | content/2023/freebsd-on-thinkpad-x1-extreme-g2.md | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/content/2023/freebsd-on-thinkpad-x1-extreme-g2.md b/content/2023/freebsd-on-thinkpad-x1-extreme-g2.md index 0e60dbb5..0d213f0d 100644 --- a/content/2023/freebsd-on-thinkpad-x1-extreme-g2.md +++ b/content/2023/freebsd-on-thinkpad-x1-extreme-g2.md @@ -39,7 +39,7 @@ This is one of the few instances when I am rethinking my life choices, and I wou USB devices are detected automatically and mostly work. However, my monitor (Dell P2723QE) has an integrated 1000Base-T ethernet connection, but on FreeBSD, only 100Base-T worked. -Another problem is Suspend/Resume. I can easily [suspend](https://wiki.freebsd.org/SuspendResume) the device, but after resuming it, the screen is still black. This seems to be a known problem across different OSes for this laptop and has some [known warkarounds](https://www.thinkwiki.org/wiki/Problem_with_display_remaining_black_after_resume#Solution_for_ThinkPads_with_Intel_Extreme_Graphics_2) for Linux, but I have no idea how to apply them to BSD. +Another problem is Suspend/Resume. I can easily [suspend](https://wiki.freebsd.org/SuspendResume) the device, but after resuming it, the screen is still black. This seems to be a known problem across different OSes for this laptop and has some [known warkarounds](https://www.thinkwiki.org/wiki/Problem_with_display_remaining_black_after_resume#Solution_for_ThinkPads_with_Intel_Extreme_Graphics_2) for Linux, but I have no idea how to apply them to BSD. (*[update: there is a fix working](#updates)*) The biggest problem here is battery drain. I have `power` enabled, but `acpinfo` reports about over 1% per minute. I was getting about the same drain on Arch Linux, but Manajaro acted much better. @@ -54,3 +54,7 @@ It seems that for a desktop computer everything would work. I'm falling in love with the system and its simplicity and logic. So even if I fail at fixing the above, I'll try to stick with it. And even if I get fed up with the state of hardware support, I'll keep FreeBSD as a secondary system. For personal servers, however, I see no way of abandoning BSD. + +### Updates + +- 2023-02-27: [Fixing resume](/2023/fixing-resume-on-thinkpad-x1-extreme-g2-on-freebsd/) |