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:userspace:desktop_enviroment:lumina_desktop [2024/12/31 21:13]
cxd4 [Installation] Add potentially missing steps by user to install xenocara and driver
en:system:userspace:desktop_enviroment:lumina_desktop [2025/01/01 00:27] (current)
cxd4 [Invocation] Update spelling and grammar
Line 25: Line 25:
 ==== Configuration ==== ==== Configuration ====
  
-**configuration file** is installed in <color #620BB9/#EEDDFF>/etc/luminaDesktop.conf</color> . Lumina also has a bunch of own configuration **tools**.+The installed **configuration file** is <color #620BB9/#EEDDFF>/etc/luminaDesktop.conf</color>. Lumina also has a bunch of its own configuration **tools**.
  
 +Most users will need to give themselves device access rights to get working sound output, video acceleration and more. Don't miss out on configuring the fixes listed in our [[en:system:init_systems:openrc#groups|OpenRC groups]] section.
 +
 +For some more specific setup, such as to make devices like laptop trackpads more comfortable, the configuration files for Xenocara allow for a lot of low-level adaptability. One improvement over being reliant on D-Bus is that a lot of details of device initialization was, with D-Bus, hidden away from users and had less exposition of their configuration. To specifically control the setup of a laptop trackpad, a configuration section such as the below could be added to a new file created at
 +
 +''/usr/share/X11/xorg.conf.d/50-synaptics.conf'':
 +
 +<code>
 +Section "InputClass"
 +        Identifier "touchpad"
 +        Driver "synaptics"
 +        MatchIsTouchpad "on"
 +                Option "TapButton1" "1"
 +                Option "TapButton2" "2"
 +                Option "TapButton3" "3"
 +                Option "VertEdgeScroll" "on"
 +                Option "VertTwoFingerScroll" "on"
 +                Option "HorizEdgeScroll" "on"
 +                Option "HorizTwoFingerScroll" "on"
 +                Option "CircularScrolling" "on"
 +                Option "CircScrollTrigger" "2"
 +                Option "EmulateTwoFingerMinZ" "40"
 +                Option "EmulateTwoFingerMinW" "8"
 +                Option "CoastingSpeed" "0"
 +EndSection
 +</code>
 ==== Invocation ==== ==== Invocation ====
  
-Lumina provides its own replacement for [[https://wiki.gentoo.org/wiki/Xorg/Guide#Using_startx|startx]] to be started from console.+Lumina provides its own replacement command for [[https://wiki.gentoo.org/wiki/Xorg/Guide#Using_startx|startx]] to be started from the console.
  
 <code bash> <code bash>
Line 35: Line 60:
 </code> </code>
  
-Alternatively it can be added to the <color #620BB9/#EEDDFF>~./xinitrc</color> file for being started via [[https://wiki.gentoo.org/wiki/Xorg/Guide#Using_startx|startx]] or a [[en:system:userspace:display_manager|display manager]]+Alternativelyit can be added to the ''<color #620BB9/#EEDDFF>~./xinitrc</color>'' file for being started via [[https://wiki.gentoo.org/wiki/Xorg/Guide#Using_startx|startx]] or a [[en:system:userspace:display_manager|display manager]].
  
-Make sure to read this [[https://wiki.archlinux.org/index.php/X_resources#Adding_to_xinitrc|article]]for more information on managing startx on Arch GNU/Linux (the information applies to Hyperbolaas well). But relevant commands are bellow:+Make sure to read this [[https://wiki.archlinux.org/index.php/X_resources#Adding_to_xinitrc|article]] for more information on managing ''startx'' on Arch GNU/Linux(The information applies to Hyperbola as well.But the relevant commands are below:
  
 <code bash> <code bash>