Skip to content

Commit 343f524

Browse files
committed
oryp13: Overview & repairs
1 parent fd9239e commit 343f524

30 files changed

+473
-4
lines changed

src/SUMMARY.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@
5656
- [External Overview](models/nebula49-1/external-overview.md)
5757
- [Parts & Assembly](models/nebula49-1/assembly.md)
5858
- [Oryx Pro (oryp13)](models/oryp13/README.md)
59+
- [External Overview](models/oryp13/external-overview.md)
60+
- [Internal Overview](models/oryp13/internal-overview.md)
5961
- [Parts & Repairs](models/oryp13/repairs.md)
6062
- [Pangolin (pang15)](models/pang15/README.md)
6163
- [External Overview](models/pang15/external-overview.md)

src/models/oryp13/README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Oryx Pro (oryp13)
22

3+
- [External Overview](./external-overview.md)
4+
- [Internal Overview](./internal-overview.md)
35
- [Parts & Repairs](./repairs.md)
46

57
![Oryx Pro](./img/oryp13.webp)
@@ -41,6 +43,7 @@ The System76 Oryx Pro is a laptop with the following specifications:
4143
- Power
4244
- 180W DC-in port
4345
- Barrel size: 5.5mm (outer), 2.5mm (inner)
46+
- Included AC adapter: FSP FSP180-ACBU3
4447
- 80Wh 4-cell battery
4548
- Sound
4649
- Internal speakers & microphone
@@ -51,9 +54,9 @@ The System76 Oryx Pro is a laptop with the following specifications:
5154
- 1x M.2 (PCIe NVMe Gen 4 x2)
5255
- MicroSD card reader
5356
- USB
54-
- 2x USB Type-C with Thunderbolt 4
55-
- Supports DisplayPort over USB-C
56-
- Supports USB-C charging (USB-PD) for offline charging
57+
- 2x USB4 Type-C
58+
- Both ports support DisplayPort over USB-C
59+
- Back port supports USB-C charging (USB-PD) for offline charging
5760
- 1x USB 3.2 Gen 2 Type-C
5861
- 1x USB 3.2 Gen 1 Type-A
5962
- Dimensions
Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
# Oryx Pro (External Overview)
2+
3+
## Left side:
4+
5+
![Left Ports](./img/ports-left.webp)
6+
7+
## Right side:
8+
9+
![Right Ports](./img/ports-right.webp)
10+
11+
## Front side:
12+
13+
![Front Ports](./img/ports-front.webp)
14+
15+
## Back side:
16+
17+
![Back Ports](./img/ports-back.webp)
18+
19+
## Keyboard & touchpad:
20+
21+
![Keyboard & Touchpad](./img/keyboard-touchpad.webp)
22+
23+
## Lid:
24+
25+
![Lid](./img/lid.webp)
26+
27+
## Materials:
28+
29+
|Part |Material |Part Number |
30+
|----------------------------------|------------------------|---------------|
31+
|LCD back cover (lid) |Aluminum |6-39-V5601-012 |
32+
|LCD front cover (bezel) |Plastic |6-39-V5601-013 |
33+
|Top case (palm rests/port covers) |Plastic |6-39-V56K2-010 |
34+
|Bottom panel |Aluminum |6-39-V56K3-012 |
35+
36+
## LED indicators:
37+
38+
|Icon |Color |Description |
39+
|----------------------------------------|---------------|---------------------------------|
40+
|![Power LED](./img/led-power.png) |Orange |Powered off, DC power plugged in |
41+
| |Green |Powered on |
42+
| |Blinking green |Sleeping (suspended) |
43+
|![Battery LED](./img/led-battery.png) |Orange |Battery charging |
44+
| |Green |Battery fully charged |
45+
| |Blinking orange|Battery critically low |
46+
47+
## Keyboard shortcuts:
48+
49+
|Key |Shortcut|Action |
50+
|---------------------------|--------|---------------------------------|
51+
|![Fn-F1](./img/fn-f1.png) |Fn+F1 |Toggle trackpad |
52+
|![Fn-F2](./img/fn-f2.png) |Fn+F2 |Mute/unmute microphone |
53+
|![Fn-F3](./img/fn-f3.png) |Fn+F3 |Mute/unmute speakers |
54+
|![Fn-F5](./img/fn-f5.png) |Fn+F5 |Volume down |
55+
|![Fn-F6](./img/fn-f6.png) |Fn+F6 |Volume up |
56+
|![Fn-F7](./img/fn-f7.png) |Fn+F7 |Toggle displays |
57+
|![Fn-F8](./img/fn-f8.png) |Fn+F8 |Screen brightness down |
58+
|![Fn-F9](./img/fn-f9.png) |Fn+F9 |Screen brightness up |
59+
|![Fn-F10](./img/fn-f10.png)|Fn+F10 |Toggle webcam |
60+
|![Fn-F11](./img/fn-f11.png)|Fn+F11 |Toggle airplane mode |
61+
|![Fn-F12](./img/fn-f12.png)|Fn+F12 |Suspend |
62+
|![Fn-F12](./img/fn-dia.jpg)|Fn+` |Play/Pause |
63+
|![Fn-*](./img/fn-star.png) |Fn+* |Toggle keyboard backlight |
64+
|![Fn-/](./img/fn-slash.png)|Fn+/ |Cycle keyboard color |
65+
|![Fn--](./img/fn-minus.png)|Fn+- |Decrease keyboard brightness |
66+
|![Fn-+](./img/fn-plus.png) |Fn++ |Increase keyboard brightness |
67+
|1 |Fn+1 |Toggle fan between max/automatic |

src/models/oryp13/img/battery.webp

Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 3 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)