Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
en:system:display_servers:xenocara [2023/12/04 19:04]
throgh [Driver installation]
en:system:display_servers:xenocara [2023/12/05 10:06] (current)
throgh [Driver installation]
Line 3: Line 3:
 [[https://www.xenocara.org/|Xenocara]] provides a framework to host OpenBSD modifications and to automate the build of the modular X.Org components, including 3rd party packages and some software maintained by OpenBSD developers. [[https://www.xenocara.org/|Xenocara]] provides a framework to host OpenBSD modifications and to automate the build of the modular X.Org components, including 3rd party packages and some software maintained by OpenBSD developers.
  
-It includes a customised X.Org X server that utilises a **dedicated _x11 user by default to drop privileges and perform privilege separation** in accordance to OpenBSD's least privilege policy. Furthermore, Xenocara includes several other projects, such as [[https://www.hyperbola.info/packages/?name=xenocara-cwm|cwm]], **a stacking window manager for the X Window System**.+It includes a customised X.Org X server that utilises a **dedicated _x11 user by default to drop privileges and perform privilege separation** in accordance to OpenBSD's least privilege policy. Furthermore, Xenocara includes several other projects, such as [[https://www.hyperbola.info/packages/?name=xenocara-twm|twm]], **a tabbed window manager for the X Window System**.
  
 <note warning> <note warning>
Line 21: Line 21:
 Finally, an [[https://www.hyperbola.info/groups/x86_64/xenocara/|xenocara]] group is also available, which includes Xenocara server packages, packages from the [[https://www.hyperbola.info/groups/x86_64/xenocara-apps/|xenocara-apps]] group and fonts. Finally, an [[https://www.hyperbola.info/groups/x86_64/xenocara/|xenocara]] group is also available, which includes Xenocara server packages, packages from the [[https://www.hyperbola.info/groups/x86_64/xenocara-apps/|xenocara-apps]] group and fonts.
  
-<note tip>You will typically seek to install a [[en:system:userspace:application:window_managers|window manager]] or a [[en:system:userspace:application:desktop_environments|desktop environment]] to supplement Xenocara.</note>+<note tip>You will typically seek to install a [[en:system:userspace:window_manager|window manager]] or a [[en:system:userspace:desktop_enviroment|desktop environment]] to supplement Xenocara.</note>
  
 ==== Driver installation ==== ==== Driver installation ====
Line 48: Line 48:
  
 {| border="1" style="sortable; text-align: center; width: 100%; border-collapse:collapse; color:#262627; background-color:#f8f9fa;" {| border="1" style="sortable; text-align: center; width: 100%; border-collapse:collapse; color:#262627; background-color:#f8f9fa;"
-! style="background-color:#eaecf0" |Brand+! style="background-color:#eaecf0" |Graphicscard
 ! style="background-color:#eaecf0" |OpenGL ! style="background-color:#eaecf0" |OpenGL
 ! style="background-color:#eaecf0" |Driver ! style="background-color:#eaecf0" |Driver
Line 75: Line 75:
 Xenocara should run smoothly with fully free software drivers. The exceptions to this rule are recent GPUs (especially NVIDIA and AMD GPUs), that are not supported. If it is the case, use the default Xenocara driver which includes GLAMOR acceleration (see [[https://man.openbsd.org/OpenBSD-6.5/modesetting.4|modesetting(4)]]). Xenocara should run smoothly with fully free software drivers. The exceptions to this rule are recent GPUs (especially NVIDIA and AMD GPUs), that are not supported. If it is the case, use the default Xenocara driver which includes GLAMOR acceleration (see [[https://man.openbsd.org/OpenBSD-6.5/modesetting.4|modesetting(4)]]).
  
-<note important>Please not that **Hyperbola is not supporting Vulkan** for the moment and only implements the OpenGL-standard. The reasoning is a minimalist approach as Vulkan needs wide more dependencies.</note>+<note important>Please note that **Hyperbola is not supporting Vulkan** and only implements the OpenGL-standard. The reasoning is a minimalist approach as Vulkan needs wide more dependencies.</note>
 ===== Running ===== ===== Running =====
  
Line 106: Line 106:
 This default xinitrc will start a basic environment with [[https://www.hyperbola.info/packages/?name=xenocara-twm|xenocara-twm]], [[https://www.hyperbola.info/packages/?name=xenocara-xclock|xenocara-xclock]] and [[https://www.hyperbola.info/packages/?name=xterm|xterm]] (assuming that the necessary packages are installed). This default xinitrc will start a basic environment with [[https://www.hyperbola.info/packages/?name=xenocara-twm|xenocara-twm]], [[https://www.hyperbola.info/packages/?name=xenocara-xclock|xenocara-xclock]] and [[https://www.hyperbola.info/packages/?name=xterm|xterm]] (assuming that the necessary packages are installed).
  
-Therefore, to start a different [[en:system:userspace:application:window_managers|window manager]] or [[en:system:userspace:application:desktop_environments|desktop environment]], first create a copy of the default xinitrc in your home directory:+ 
 + 
 +Therefore, to start a different [[en:system:userspace:window_manager|window manager]] or [[en:system:userspace:desktop_enviroment|desktop environment]], first create a copy of the default xinitrc in your home directory:
  
 <code bash> <code bash>