diff options
author | mms <michal@sapka.me> | 2024-04-10 23:02:15 +0200 |
---|---|---|
committer | mms <michal@sapka.me> | 2024-04-10 23:02:15 +0200 |
commit | c522fe86983e79fe5a56a33cf539655b4d544126 (patch) | |
tree | 3a229eade6b8e98e643ed7d3c184661f3770c732 /content/bsd | |
parent | e5134b83df32104a1422624559bd92806d4bdb96 (diff) |
feat: thinkpad to subpage:
Diffstat (limited to 'content/bsd')
6 files changed, 64 insertions, 20 deletions
diff --git a/content/bsd/thinkpad/_index.md b/content/bsd/thinkpad/_index.md new file mode 100644 index 0000000..d82e438 --- /dev/null +++ b/content/bsd/thinkpad/_index.md @@ -0,0 +1,49 @@ ++++ +title = "FreeBSD on Thinkpad X1 Extreme G2" +author = ["Michał Sapka"] +date = 2024-04-10T22:42:00+02:00 +categories = ["bsd"] +draft = false +weight = 2001 +abstract = "My my laptop on FreeBSD" +[menu] + [menu.bsd] + weight = 2001 + identifier = "freebsd-on-thinkpad-x1-extreme-g2" + parent = "freebsd" + name = "Thinkpad X1 Extreme G2 support" ++++ + +This is my personal machine, where I run FreeBSD-release daily. + + +## Current status of components: {#current-status-of-components} + +| Name | Comment | Status | +|--------------------|--------------------------|--------------------------| +| Audio | | works | +| Bluetooth | never tried | unsupported | +| Camera | | works | +| Ethernet | | works | +| Fingerprint sensor | | tested | +| Fn Keys | | works | +| HDMI | | works | +| Hibernate | works is done to address | unsupported | +| SD card reader | | not tested | +| Suspend | | works | +| Touchpad | | works | +| Trackpoint | | works | +| USB-C | | works | +| USB | | works | +| WiFi | a lot of problems | technically works[^fn:1] | + + +## Articles {#articles} + +Some articles I've written about trying to get it to a usable state: + +{{< menu "bsd-thinkpad" >}} +History of BSD +{{< /menu >}} + +[^fn:1]: I have replaced my WiFi card diff --git a/content/bsd/thinkpad/fixing-resume-on-thinkpad-x1-extreme-g2-on-freebsd.md b/content/bsd/thinkpad/fixing-resume-on-thinkpad-x1-extreme-g2-on-freebsd.md index 2787173..f98f684 100644 --- a/content/bsd/thinkpad/fixing-resume-on-thinkpad-x1-extreme-g2-on-freebsd.md +++ b/content/bsd/thinkpad/fixing-resume-on-thinkpad-x1-extreme-g2-on-freebsd.md @@ -4,13 +4,12 @@ author = ["Michał Sapka"] date = 2023-03-16T23:02:00+01:00 categories = ["bsd"] draft = false -weight = 2004 +weight = 2005 abstract = "you need to load the driver" [menu] - [menu.bsd] - weight = 2004 + [menu.bsd-thinkpad] + weight = 2005 identifier = "freebsd-fixing-resume-on-thinkpad-x1-extreme-g2-due-to-integrated-graphic-card" - parent = "tp" name = "Fixing resume due to Intel driver" +++ diff --git a/content/bsd/thinkpad/fixing-thinkpad-x1-wifi-on-freebsd.md b/content/bsd/thinkpad/fixing-thinkpad-x1-wifi-on-freebsd.md index 015b5cb..8b0f955 100644 --- a/content/bsd/thinkpad/fixing-thinkpad-x1-wifi-on-freebsd.md +++ b/content/bsd/thinkpad/fixing-thinkpad-x1-wifi-on-freebsd.md @@ -4,13 +4,12 @@ author = ["Michał Sapka"] date = 2023-08-03T21:40:00+02:00 categories = ["bsd"] draft = false -weight = 2002 +weight = 2003 abstract = "replacing a wificard fixes everything" [menu] - [menu.bsd] - weight = 2002 + [menu.bsd-thinkpad] + weight = 2003 identifier = "freebsd-fixing-thinkpad-x1-wifi" - parent = "tp" name = "Fixing WiFi for good" +++ diff --git a/content/bsd/thinkpad/freebsd-configuring-nvidia-and-xorg-on-thinkpad-x1-extreme-g2.md b/content/bsd/thinkpad/freebsd-configuring-nvidia-and-xorg-on-thinkpad-x1-extreme-g2.md index 58fedc4..761f7be 100644 --- a/content/bsd/thinkpad/freebsd-configuring-nvidia-and-xorg-on-thinkpad-x1-extreme-g2.md +++ b/content/bsd/thinkpad/freebsd-configuring-nvidia-and-xorg-on-thinkpad-x1-extreme-g2.md @@ -4,13 +4,12 @@ author = ["Michał Sapka"] date = 2023-03-16T23:02:00+01:00 categories = ["bsd"] draft = false -weight = 2005 +weight = 2006 abstract = "A tutorial on making Nvidia work" [menu] - [menu.bsd] - weight = 2005 + [menu.bsd-thinkpad] + weight = 2006 identifier = "freebsd-configuring-nvidia-and-xorg" - parent = "tp" name = "Setting up Nvidia" +++ diff --git a/content/bsd/thinkpad/freebsd-on-thinkpad-x1-extreme-g2.md b/content/bsd/thinkpad/freebsd-on-thinkpad-x1-extreme-g2.md index 15b24b8..3c0efe5 100644 --- a/content/bsd/thinkpad/freebsd-on-thinkpad-x1-extreme-g2.md +++ b/content/bsd/thinkpad/freebsd-on-thinkpad-x1-extreme-g2.md @@ -4,13 +4,12 @@ author = ["Michał Sapka"] date = 2023-02-25T22:30:00+01:00 categories = ["bsd"] draft = false -weight = 2001 +weight = 2002 abstract = "it works, but there are drawbacks" [menu] - [menu.bsd] - weight = 2001 + [menu.bsd-thinkpad] + weight = 2002 identifier = "freebsd-review-of-thinkpad-extreme-g2" - parent = "tp" name = "Impressions, Instalation and problems" +++ diff --git a/content/bsd/thinkpad/switching-between-speakers-and-headphones-on-freebsd.md b/content/bsd/thinkpad/switching-between-speakers-and-headphones-on-freebsd.md index 081385b..bf10b05 100644 --- a/content/bsd/thinkpad/switching-between-speakers-and-headphones-on-freebsd.md +++ b/content/bsd/thinkpad/switching-between-speakers-and-headphones-on-freebsd.md @@ -4,13 +4,12 @@ author = ["Michał Sapka"] date = 2023-03-16T23:02:00+01:00 categories = ["bsd"] draft = false -weight = 2003 +weight = 2004 abstract = "How to change the audio sevices?" [menu] - [menu.bsd] - weight = 2003 + [menu.bsd-thinkpad] + weight = 2004 identifier = "freebsd-switching-between-speakers-and-headphones" - parent = "tp" name = "Switching beteen headphnes and speakers" +++ |