Skip to content

Commit 33bb626

Browse files
committed
REAME.md: updates. Switching to jammy+
1 parent 5c90f5f commit 33bb626

1 file changed

Lines changed: 24 additions & 11 deletions

File tree

README.md

Lines changed: 24 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,23 @@
11
## linux kernel for 64bit (amd64) with latest amdgpu drivers.
22

33
![GitHub all releases](https://img.shields.io/github/downloads/Mr-Precise/linux-kernel-with-amdgpu-bin/total?color=%23477CE0&label=Total%20downloads%3A&style=flat-square)
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+
56
### 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.
811

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.
15+
Includes a large count of drivers (big kernel).
16+
Enabled ntfs (read/write support).
17+
Enabled Android modules (binder).
18+
Enabled some security settings.
19+
And other useful (probably) settings.
20+
It is also planned to create a repository.
1121

1222
### What works?
1323
Vulkan - ok
@@ -23,11 +33,13 @@ and here:
2333
https://gitlab.freedesktop.org/agd5f/linux/-/branches/active
2434

2535
#### PPAs:
26-
To get the best Vulkan performance recommended for use with *ubuntu PPA repo:
27-
#### *ubuntu jammy 22.04+:
36+
To get the best Vulkan / OpenGL performance recommended for use with *ubuntu PPA repo:
37+
38+
#### *ubuntu jammy 22.04+:
2839
- [Oibaf - graphics-drivers PPA](https://launchpad.net/~oibaf/+archive/ubuntu/graphics-drivers) `ppa:oibaf/graphics-drivers`
2940
- [kisak - SteamVR Experimental Graphics PPA](https://launchpad.net/~kisak/+archive/ubuntu/steamvr) `ppa:kisak/steamvr`
30-
#### *ubuntu focal 20.04+:
41+
#### *ubuntu focal 20.04+:
42+
(for kernel [6.11.0-rc6](https://github.com/Mr-Precise/linux-kernel-with-amdgpu-bin/releases/tag/v2024.8.25) and below)
3143
- [kisak - kisak-mesa fresh PPA](https://launchpad.net/~kisak/+archive/ubuntu/kisak-mesa) `ppa:kisak/kisak-mesa`
3244
- [kisak - kisak-mesa stable PPA](https://launchpad.net/~kisak/+archive/ubuntu/turtle) `ppa:kisak/turtle`
3345
- [Ernst Sjöstrand - Mesa Unstable PPA](https://launchpad.net/~ernstp/+archive/ubuntu/mesaaco) `ppa:ernstp/mesaaco`
@@ -50,11 +62,12 @@ Required 1 gigabyte of free disk space and additional space in `/boot`.
5062
### Warnings:
5163
This is an **very** experimental kernel, use at your own **risk**.
5264
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._
5467

5568
### How to install:
5669
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
5871
3. Also recommended to install non-free linux-firmware containing firmwares for amd video cards, etc...
5972
4. Run `sudo dpkg -i *.deb` in this directory.
60-
5. Reboot. Ok.
73+
5. Reboot. Ok.

0 commit comments

Comments
 (0)