You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+24-11Lines changed: 24 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,23 @@
1
1
## linux kernel for 64bit (amd64) with latest amdgpu drivers.
2
2
3
3

4
-
This linux kernel also helps to run the latest AMD GPUs with the open source amdgpu kernel driver.
4
+
This linux kernel also helps to run the latest AMD GPUs with the open source amdgpu kernel driver.
5
+
5
6
### What for?
6
-
This is my attempt to get an outdated video card to work well with good results :)
7
-
Driver work checked on AMD Radeon HD 77XX (Cape Verde PRO, GCN 1.0), Tobago PRO (GCN 2.0), but will probably work on others.
7
+
This is my attempt to get an outdated video card to work well with good results.
8
+
Driver work checked on AMD Radeon HD 77XX (Cape Verde PRO, GCN 1.0), Tobago PRO (GCN 2.0), but will probably work on others.
9
+
10
+
This linux kernel compiled on Linux Ubuntu 22.04 (jammy), but will probably run on Linux Mint 21.3+ and other debian-based.
8
11
9
-
This linux kernel compiled on Linux Ubuntu 20.04, but will probably run on Linux Mint, Debian and others debian-based.
10
-
I will sometimes also do experimental builds with the **clang** compiler (Currently: kernel 6.6+, clang 17+).
12
+
### Features
13
+
Currently preferred for **AMD** platforms, also Nvidia/Intel compatible.
14
+
Used custom experimental config with support for different hardware.
@@ -50,11 +62,12 @@ Required 1 gigabyte of free disk space and additional space in `/boot`.
50
62
### Warnings:
51
63
This is an **very** experimental kernel, use at your own **risk**.
52
64
If something goes wrong, delete/downgrade them.
53
-
Don't forget to remove old kernels, but keep at least 2 latest working ones just in case.
65
+
Don't forget to remove old kernels, but keep at least 2 latest working ones just in case.
66
+
_Due to the configuration features of this kernel, the boot screen (log) may not be displayed. This does not affect functionality._
54
67
55
68
### How to install:
56
69
1. Create a folder in a place convenient for you (for example: `~/kernel`)
57
-
2. Download latest .deb only packages from [release](https://github.com/Mr-Precise/linux-kernel-with-amdgpu-bin/releases): linux-libc-dev, linux-headers and linux-image
70
+
2. Download .deb only packages from [latest release](https://github.com/Mr-Precise/linux-kernel-with-amdgpu-bin/releases): linux-libc-dev, linux-headers and linux-image
58
71
3. Also recommended to install non-free linux-firmware containing firmwares for amd video cards, etc...
0 commit comments