Talk:Using X without a Display Manager: Difference between revisions

From NixOS Wiki
Latest comment: 28 January 2019 by Zarelit
imported>Samueldr
No edit summary
imported>Zarelit
No edit summary
Line 12: Line 12:
:You're right, this page is a WIP by a user, I'll add a note describing how it isn't using best-practices with NixOS.
:You're right, this page is a WIP by a user, I'll add a note describing how it isn't using best-practices with NixOS.
:--[[User:Samueldr|samueldr]] ([[User talk:Samueldr|talk]]) 15:26, 7 June 2018 (UTC)
:--[[User:Samueldr|samueldr]] ([[User talk:Samueldr|talk]]) 15:26, 7 June 2018 (UTC)
Now that https://github.com/NixOS/nixpkgs/pull/47773 (displayManager.startx option) is implemented I would replace this whole page with the instructions of the issue, what do you think?
--[[User:Zarelit|Zarel]] ([[User talk:Zarelit|talk]]) 08:54, 28 January 2019 (UTC)

Revision as of 08:54, 28 January 2019

The following excerpt from this script doesn't seem like the best practice. It's modifying the nix-store directly:

  1. make the intel backlight helper setuid if it isn't already

xf86videointel_path=$(get_pkg_path xorg.xf86videointel) backlight_helper_path="${xf86_video_intel_path}/libexec/xf86-video-intel-backlight-helper" if [ -e "$backlight_helper_path" -a ! -u "$backlight_helper_path" ]; then sudo chmod +s ${xf86_video_intel_path}/libexec/xf86-video-intel-backlight-helper fi

-- User:Redfish64

You're right, this page is a WIP by a user, I'll add a note describing how it isn't using best-practices with NixOS.
--samueldr (talk) 15:26, 7 June 2018 (UTC)Reply

Now that https://github.com/NixOS/nixpkgs/pull/47773 (displayManager.startx option) is implemented I would replace this whole page with the instructions of the issue, what do you think?

--Zarel (talk) 08:54, 28 January 2019 (UTC)Reply