Skip to content

Commit 597100e

Browse files
authored
Create Fedora42.md
# This is for Framework Laptop 12 ONLY
1 parent 8a9399f commit 597100e

File tree

1 file changed

+74
-0
lines changed

1 file changed

+74
-0
lines changed

framework12/Fedora42.md

Lines changed: 74 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,74 @@
1+
# This is for Framework Laptop 12 ONLY
2+
3+
## This will:
4+
5+
- Getting your laptop fully updated.
6+
- Enable improved fractional scaling support Fedora's GNOME environment using Wayland.
7+
- Enabling tap to click on the touchpad.
8+
9+
 
10+
 
11+
 
12+
13+
14+
### Step 1 Updating your software packages
15+
16+
- Browse to the horizontal line in the upper left corner, click to open it.
17+
- Type out the word terminal, click to open it.
18+
- Copy the code below in the gray box, right click/paste it into the terminal window.
19+
- Then press the enter key, user password, enter key, **reboot.**
20+
21+
22+
```
23+
sudo dnf upgrade
24+
```
25+
> **TIP:** You can use the little clipboard icon to the right of the code to copy to your clipboard.
26+
27+
28+
**Reboot**
29+
30+
 
31+
 
32+
 
33+
34+
### Step 2 - If you want to enable fractional scaling on Wayland:
35+
36+
- Type out the word Displays.
37+
- Look for scale you want and select it, click Apply.
38+
39+
 
40+
 
41+
 
42+
43+
### Step 3 - If you want to enable "tap-to-click" on the touchpad:
44+
45+
- Browse to the horizontal line in the upper left corner, click to open it.
46+
- Type out the word mouse, look for Mouse and Touchpad, click to open it.
47+
- Click the touchpad option at the top.
48+
- Under "Clicking", select Tap to Click and enable it.
49+
50+
 
51+
 
52+
 
53+
### Bonus Step (for former Mac users) Reduce Font Scaling to Match Your Needs
54+
55+
We received feedback that for users coming from OS X, installing GNOME Tweaks, browsing to Fonts, and reducing the font size from 1.00 to 0.80 may be preferred.
56+
57+
- Goto Displays, set scaling to 200%. This will look too large, so let's fix the fonts.
58+
- Install with:
59+
60+
```
61+
sudo dnf install gnome-tweaks -y
62+
```
63+
64+
- Open Tweaks by using the "Super" or Windows key, search tweaks, and enter.
65+
66+
- At the top, select fonts. Now in that panel, scroll all the way down. Look for Size. Change from 1.00 to 0.80. Close Tweaks. This will vary depending on what you are using for fractional scaling under Displays.
67+
68+
Note: This is for the displays for the laptop only. This will look super odd on external displays and likely too large even still.
69+
70+
71+
72+
 
73+
 
74+
 

0 commit comments

Comments
 (0)