Skip to content

Commit 5cf4fd6

Browse files
authored
Update about-hackeros.html
1 parent 44e1b90 commit 5cf4fd6

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

about-hackeros.html

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@
315315
document.querySelector('footer p').textContent = '© 2025 HackerOS. All rights reserved.';
316316
document.querySelector('.commands-section h2').textContent = 'HackerOS Commands';
317317
document.querySelector('.hacker-mode h2').textContent = 'Hacker Mode';
318-
document.querySelector('.hacker-mode p').textContent = 'Gaming session launched via i3 (BETA)';
318+
document.querySelector('.hacker-mode p').textContent = 'Gaming session launched via gamescope';
319319
document.querySelector('.features h2').textContent = 'What does HackerOS include?';
320320
const featureItems = document.querySelectorAll('.features li');
321321
featureItems[0].textContent = 'Xanmod LTS kernel';
@@ -332,10 +332,12 @@
332332
editionTitles[0].textContent = 'Official Edition';
333333
editionTitles[1].textContent = 'Hydra Edition';
334334
editionTitles[2].textContent = 'Cybersecurity Edition';
335+
editionTitles[3].textContent = 'Nvidia Edition';
335336
const editionPs = document.querySelectorAll('.editions p');
336337
editionPs[0].textContent = 'The Official Edition is a standard edition for users, gamers, and programmers, suitable for practically everyone.';
337338
editionPs[1].textContent = 'The Hydra Edition is a copy of the HackerOS edition but with a different look (Garuda-like).';
338339
editionPs[2].textContent = 'The Cybersecurity Edition has no visual modifications and is a copy of the Official Edition but designed for cybersecurity enthusiasts (this version includes penetration testing tools, cybersecurity tools, and runs on the Xen kernel known from Qubes OS).';
340+
editionPs[3].textContent = 'The Nvidia Edition includes everything from the Official Edition but comes with preinstalled Nvidia drivers and the Xanmod LTS kernel for better compatibility with Nvidia hardware.';
339341
document.querySelector('.games-section h2').textContent = 'HackerOS Games';
340342
const gameTitles = document.querySelectorAll('.game h3');
341343
gameTitles[0].textContent = 'The Racer';
@@ -348,7 +350,7 @@
348350
document.querySelector('.gaming-section h2').textContent = 'Gaming on HackerOS';
349351
const gamingPs = document.querySelectorAll('.gaming-section p:not(.gaming-tools p)');
350352
gamingPs[0].innerHTML = 'Gaming on Windows games on HackerOS is possible thanks to a tool called Proton (90% of games work). Unfortunately, some online games, e.g., Fortnite, are blocked on Linux HackerOS. You can find more information on: <a href="https://www.protondb.com" target="_blank" class="protondb">ProtonDB</a>, <a href="https://areweanticheatyet.com" target="_blank" class="anticheat">Are We Anti-Cheat Yet?</a>.';
351-
gamingPs[1].textContent = 'By default, it uses the XanMod kernel, and if you set up the system with the setup-nvidia command for NVIDIA graphics cards, you will have the XanMod LTS kernel and NVIDIA drivers.';
353+
gamingPs[1].textContent = 'By default, it uses the XanMod kernel.';
352354
gamingPs[2].innerHTML = 'You can see how HackerOS handles games: <a href="https://www.youtube.com/channel/UCwYT5jqUhZHoRhNKOrjKTrQ" target="_blank" class="youtube">YouTube</a>.';
353355
}
354356
const copyButtons = document.querySelectorAll('.copy-button');
@@ -404,7 +406,7 @@ <h2>Komendy HackerOS</h2>
404406
</div>
405407
<div class="hacker-mode">
406408
<h2>Hacker Mode</h2>
407-
<p>Sesja do gier uruchamiana przez i3 (BETA)</p>
409+
<p>Sesja do uruchamiania gier przez gamescope</p>
408410
<img src="hacker-mode.png" alt="Hacker Mode">
409411
</div>
410412
<div class="features">
@@ -430,8 +432,9 @@ <h3>Edycja Hydra</h3>
430432
<img src="hydra-edition.png" alt="Hydra Edition">
431433
<p>Edycja Hydra to kopia edycji HackerOS, ale z innym wyglądem (Garuda-like).</p>
432434
<h3>Edycja Cybersecurity</h3>
433-
<img src="cybersecurity-edition.png" alt="Cybersecurity Edition">
434435
<p>Edycja Cybersecurity nie posiada modyfikacji wyglądu, jest to też kopia wersji oficjalnej, ale przeznaczona dla entuzjastów cyberbezpieczeństwa (wersja Cybersecurity posiada narzędzia do testów penetracyjnych, narzędzia do cyberbezpieczeństwa, pod jądro Xen znane z systemu Qubes OS).</p>
436+
<h3>Edycja Nvidia</h3>
437+
<p>Edycja Nvidia posiada wszystko co Official, ale ma preinstalowane sterowniki Nvidia i jądra Xanmod LTS (dla lepszej kompatybilności ze sterownikami).</p>
435438
</div>
436439
</section>
437440
<section class="games-section">
@@ -459,7 +462,7 @@ <h3>Bit Jump</h3>
459462
<h2>Granie na HackerOS</h2>
460463
<img src="windows.png" alt="Windows Logo">
461464
<p>Granie w gry Windows na HackerOS jest możliwe dzięki narzędziu Proton (90% gier działa). Niestety, niektóre gry online, np. Fortnite, są zablokowane na Linuxie HackerOS. Więcej informacji znajdziesz na: <a href="https://www.protondb.com" target="_blank" class="protondb">ProtonDB</a>, <a href="https://areweanticheatyet.com" target="_blank" class="anticheat">Are We Anti-Cheat Yet?</a>.</p>
462-
<p>Domyślnie używane jest jądro XanMod, a po skonfigurowaniu systemu komendą <span style="font-family: 'Courier New', Courier, monospace;">setup-nvidia</span> dla kart graficznych NVIDIA, otrzymasz jądro XanMod LTS oraz sterowniki NVIDIA.</p>
465+
<p>Domyślnie używane jest jądro XanMod.</p>
463466
<p>Sprawdź, jak HackerOS radzi sobie z grami: <a href="https://www.youtube.com/channel/UCwYT5jqUhZHoRhNKOrjKTrQ" target="_blank" class="youtube">YouTube</a>.</p>
464467
<p>Narzędzia do uruchamiania gier Windows:</p>
465468
<div class="gaming-tools">

0 commit comments

Comments
 (0)