This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Requirements:- | |
| 1. Ubuntu 22.04 | |
| 2. 7900XT or 7900XTX | |
| Pre-requests before making any installation. | |
| Follow step 1-3 if you installed amdgpu. | |
| 1. If you already installed redeon graphic card driver from AMD using amdgpu-install. Completely remove the driver | |
| and connect your HDMI to motherboard. Then restart your PC |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Note : Proxmox 6.1 | |
| VI : /etc/apt/sources.list | |
| # security updates | |
| deb http://security.debian.org jessie/updates main contrib | |
| # PVE pve-no-subscription repository provided by proxmox.com, | |
| # NOT recommended for production use | |
| deb http://download.proxmox.com/debian jessie pve-no-subscription |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Unit CountLoadedRefs; | |
| Var | |
| giTemporaryCount: Integer; | |
| giPersistentCount: Integer; | |
| giPluginTemporaryCount: Integer; | |
| giPluginPersistentCount: Integer; | |
| Const | |
| gtPersistent = 8; |