xserver/website/faq.html

108 lines
4.5 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="en" data-bs-theme="dark">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/styles.css">
<link rel="icon" href="img/XLibre-Logo.svg">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.7/dist/js/bootstrap.bundle.min.js"
integrity="sha384-ndDqU0Gzau9qJ1lfW4pNLlhNTkCfHzAVBReH9diLvGRem5+R9g2FzA8ZGN954O5Q"
crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.7/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-LN+7fdVzj6u52u30Kp6M/trliBMCMKTyK833zpbD+pXdCLuTusPj697FH4R/5mcr" crossorigin="anonymous">
<title>Xlibre - FAQ & Privacy </title>
</head>
<body>
<header>
<nav class="navbar navbar-expand-lg bg-body-tertiary">
<div class="container-fluid">
<img src="img/XLibre-Logo.svg" alt="Bootstrap" width="90" height="90">
<a class="navbar-brand" href="index.html">X11Libre X Server</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="drivers.html">Drivers</a>
</li>
<li class="nav-item">
<a class="nav-link" href="about.html">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="download.html">Download</a>
</li>
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="faq.html">FAQ & Privacy</a>
</li>
<li class="nav-item">
<a class="nav-link" href="wiki.html">Wiki</a>
</li>
</ul>
</div>
</div>
</nav>
</header>
<main>
<section id="FAQ">
<hr>
<h2>FAQ</h2>
<p><strong>Q:</strong> What is Xlibre?</p>
<p><strong>A:</strong> Xlibre is a freshly created fork of the Xorg X11
server, initiated by Enrico Weigelt, aiming to provide a more actively
maintained and modernized alternative to the aging X11 system.</p>
<p><strong>Q:</strong> Why was it forked?</p>
<p><strong>A:</strong> Xorg has been stifled by “toxic elements” and
“BigTech moles” blocking significant contributions. A classic “embrace,
extend, extinguish” pattern. Xlibre is presented as a pushback to
revitalize the codebase.</p>
<p><strong>Q:</strong> Whos behind Xlibre?</p>
<p><strong>A:</strong> The fork is led by Enrico Weigelt (<a href="https://github.com/metux">@metux</a>), previously a
prolific contributor to Xorg.</p>
<p><strong>Q:</strong> What features or enhancements does Xlibre
bring?</p>
<p><strong>A:</strong> Code cleanups and modernization aimed at improved
maintainability and performance. Support for Xnamespace (greater
isolation) and updating nested Xnest to use libxcb.</p>
<p><strong>Q:</strong> What about Nvidia compatibility?</p>
<p><strong>A:</strong> We keep binary compatibility to proprietary Nvidia
driver (Ver. 570 and newer).</p>
</section>
<section id="privacy">
<hr>
<h2>Privacy</h2>
<p><strong>You</strong> can check your cookies - if you want. You will
not find any set by this page.</p>
<p><strong>This</strong> page does not collect any data and neither does
the underlying webserver. This page is only about Xlibre, not your
data.</p>
</section>
</main>
<footer>
<div id="content-right">
<div id="nav-sidebar" class="nav-border">
<h3>Contact</h3>
<ul>
<li><a href="https://www.freelists.org/list/xlibre">Mailing list</a></li>
<li><a href="https://t.me/x11dev">Telegram channel</a></li>
<li><a href="https://matrix.to/#/%23xlibre:matrix.org">Matrix room (mirror of tg group)</a></li>
</ul>
<h3>Contribute</h3>
<ul>
<li><a href="https://github.com/X11Libre/xserver">Github</a></li>
</ul>
</div>
</div>
</footer>
</body>
</html>