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
Next revision Both sides next revision
en:system:display_servers:xenocara [2022/03/28 02:33]
i3_relativism [xinit]
en:system:display_servers:xenocara [2023/12/04 18:57]
throgh [Using .conf files]
Line 49: Line 49:
 {| 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" |Brand
-! style="background-color:#eaecf0" |Driver 
 ! style="background-color:#eaecf0" |OpenGL ! style="background-color:#eaecf0" |OpenGL
-! style="background-color:#eaecf0" |OpenGL (multilib)+! style="background-color:#eaecf0" |Driver
 |- |-
 ! rowspan="3" style="background-color:#eaecf0" |AMD/ATI ! rowspan="3" style="background-color:#eaecf0" |AMD/ATI
 |- |-
-| [[https://www.hyperbola.info/packages/?name=xorg-video-amdgpu|xorg-video-amdgpu]] 
 | rowspan="4" | [[https://www.hyperbola.info/packages/?name=mesa|mesa]] | rowspan="4" | [[https://www.hyperbola.info/packages/?name=mesa|mesa]]
-| rowspan="4" | [[https://www.hyperbola.info/packages/?name=lib32-mesa|lib32-mesa]] 
 |- |-
 | [[https://www.hyperbola.info/packages/?name=xenocara-video-ati|xenocara-video-ati]] | [[https://www.hyperbola.info/packages/?name=xenocara-video-ati|xenocara-video-ati]]
 |- |-
 ! style="background-color:#eaecf0" | Intel ! style="background-color:#eaecf0" | Intel
-| [[https://www.hyperbola.info/packages/?name=xorg-video-intel|xorg-video-intel]]+| [[https://www.hyperbola.info/packages/?name=xenocara-video-intel|xenocara-video-intel]]
 |- |-
 ! style="background-color:#eaecf0" | NVIDIA ! style="background-color:#eaecf0" | NVIDIA
Line 68: Line 65:
 |} |}
  
-<note tip> Fourth generation Intel GPUs users (GMA 3000 from 2006 and newer) may want to use the default Xenocara driver, rather than installing [[https://www.hyperbola.info/packages/?name=xorg-video-intel|xorg-video-intel]] driver package. For more information, see [[https://man.openbsd.org/OpenBSD-6.5/modesetting.4|modesetting(4)]].</note>+<note tip> Fourth generation Intel GPUs users (GMA 3000 from 2006 and newer) may want to use the default Xenocara driver, rather than installing [[https://www.hyperbola.info/packages/?name=xenocara-video-intel|xenocara-video-intel]] driver package. For more information, see [[https://man.openbsd.org/OpenBSD-6.5/modesetting.4|modesetting(4)]].</note>
  
 <note tip> For NVIDIA GPUs users, may find their respective card's [[https://nouveau.freedesktop.org/wiki/CodeNames/|code name]] (a more detailed list is available on [[https://en.wikipedia.org/wiki/Comparison_of_Nvidia_Graphics_Processing_Units|Wikipedia]]), and compare it with the [[https://nouveau.freedesktop.org/wiki/FeatureMatrix/|feature matrix]] for supported features.</note> <note tip> For NVIDIA GPUs users, may find their respective card's [[https://nouveau.freedesktop.org/wiki/CodeNames/|code name]] (a more detailed list is available on [[https://en.wikipedia.org/wiki/Comparison_of_Nvidia_Graphics_Processing_Units|Wikipedia]]), and compare it with the [[https://nouveau.freedesktop.org/wiki/FeatureMatrix/|feature matrix]] for supported features.</note>
  
-<note warning> AMD GPUs users (GCN third generation from 2014 and newer) must to use the [[https://www.hyperbola.info/packages/?name=xorg-video-amdgpu|xorg-video-amdgpu]] driver package, rather than installing [[https://www.hyperbola.info/packages/?name=xenocara-video-ati|xenocara-video-ati]] driver package that is dedicated for old AMD and ATI GPUs.</note>+<note warning> AMD GPUs users (GCN third generation from 2014 and newer) should not install [[https://www.hyperbola.info/packages/?name=xenocara-video-ati|xenocara-video-ati]] driver package that is dedicated for old AMD and ATI GPUs. Please note that AMD GPUs are mostly not running free, libre driver implementations therefore and cannot make usage of full OpenGL.</note>
  
 Other video drivers can be found in the [[https://www.hyperbola.info/groups/x86_64/xenocara-drivers/|xenocara-drivers]] group. Other video drivers can be found in the [[https://www.hyperbola.info/groups/x86_64/xenocara-drivers/|xenocara-drivers]] group.
  
-Xenocara should run smoothly with fully free software drivers. The exceptions to this rule are recent GPUs (especially NVIDIA 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)]]).
  
 ===== Running ===== ===== Running =====
Line 141: Line 138:
  
 The /etc/X11/xorg.conf.d/ directory stores host-specific configuration. You are free to add configuration files there, but they must have a .conf suffix: the files are read in ASCII order, and by convention their names start with XX- (two digits and a hyphen, so that for example 10 is read before 20). These files are parsed by the X server upon startup and are treated like part of the traditional xorg.conf configuration file. Note that on conflicting configuration, the file read last will be processed. For that reason the most generic configuration files should be ordered first by name. The configuration entries in the xorg.conf file are processed at the end. The /etc/X11/xorg.conf.d/ directory stores host-specific configuration. You are free to add configuration files there, but they must have a .conf suffix: the files are read in ASCII order, and by convention their names start with XX- (two digits and a hyphen, so that for example 10 is read before 20). These files are parsed by the X server upon startup and are treated like part of the traditional xorg.conf configuration file. Note that on conflicting configuration, the file read last will be processed. For that reason the most generic configuration files should be ordered first by name. The configuration entries in the xorg.conf file are processed at the end.
- 
-For option examples to set, see also the [[https://fedoraproject.org/wiki/Input_device_configuration#xorg.conf.d|Fedora wiki]]. 
  
 ==== Using xorg.conf ==== ==== Using xorg.conf ====