Skip to content

Commit a3ef9eb

Browse files
authored
Create Fedora41-13thGen.md
13th Gen Intel® Core™ Fedora 41
1 parent cb1d254 commit a3ef9eb

File tree

1 file changed

+75
-0
lines changed

1 file changed

+75
-0
lines changed

framework13/Fedora41-13thGen.md

+75
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,75 @@
1+
# This is for 13th Gen Intel® Core™ Framework Laptop 13 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+
- Enabling brightness keys.
9+
10+
 
11+
 
12+
 
13+
14+
15+
### Step 1 Updating your software packages
16+
17+
- Browse to the horizontal line in the upper left corner, click to open it.
18+
- Type out the word terminal, click to open it.
19+
- Copy the code below in the gray box, right click/paste it into the terminal window.
20+
- Then press the enter key, user password, enter key, **reboot.**
21+
22+
23+
```
24+
sudo dnf upgrade
25+
```
26+
> **TIP:** You can use the little clipboard icon to the right of the code to copy to your clipboard.
27+
28+
29+
**Reboot**
30+
31+
 
32+
 
33+
 
34+
35+
### Step 2 - If you want to enable fractional scaling on Wayland:
36+
37+
- Type out the word Displays.
38+
- Look for scale you want and select it, click Apply.
39+
40+
 
41+
 
42+
 
43+
44+
### Step 3 - If you want to enable "tap-to-click" on the touchpad:
45+
46+
- Browse to the horizontal line in the upper left corner, click to open it.
47+
- Type out the word mouse, look for Mouse and Touchpad, click to open it.
48+
- Click the touchpad option at the top.
49+
- Under "Clicking", select Tap to Click and enable it.
50+
51+
 
52+
 
53+
 
54+
### Bonus Step (for former Mac users) Reduce Font Scaling to Match Your Needs
55+
56+
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.
57+
58+
- Goto Displays, set scaling to 200%. This will look too large, so let's fix the fonts.
59+
- Install with:
60+
61+
```
62+
sudo dnf install gnome-tweaks -y
63+
```
64+
65+
- Open Tweaks by using the "Super" or Windows key, search tweaks, and enter.
66+
67+
- 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.
68+
69+
Note: This is for the displays for the laptop only. This will look super odd on external displays and likely too large even still.
70+
71+
72+
73+
 
74+
 
75+
 

0 commit comments

Comments
 (0)