unofficial mirror of help-guix@gnu.org 
 help / color / mirror / Atom feed
From: Bone Baboon <bone.baboon@disroot.org>
To: Gary Johnson <lambdatronic@disroot.org>
Cc: help-guix@gnu.org
Subject: Re: Start Xorg server using xinit manually
Date: Fri, 26 Mar 2021 16:41:33 -0400	[thread overview]
Message-ID: <87czvltzpe.fsf@disroot.org> (raw)
In-Reply-To: <87h7l17m2r.fsf@disroot.org>


Gary Johnson writes:

> Hmm...that's odd. %desktop-services contains both the gdm-service and
> the elogind-service, which should bring X along for the ride. It sounds
> like something in your configuration is preventing these services from
> presenting you with a graphical login screen.
>
> Could you share your operating-system declaration?

Here is my operating-system declaration:

```
(operating-system

 (locale "en_US.utf8")
 (timezone "America/City")

 (keyboard-layout (keyboard-layout "us" "dvp"))

 (host-name "user")

 (users (cons* (user-account
                (name "user")
                (group "users")
                (home-directory "/home/user")
                (supplementary-groups
                 '("wheel" "netdev" "audio" "video")))
               %base-user-accounts))

 (packages
  (append
   (list

    ;shell
    dash
    
    ;networking
    ath9k-htc-firmware
    wpa-supplicant
    nss-certs
    openvpn
    openssh-sans-x
    netcat
    curl
    wget
    speedtest-cli

    ;compression
    unzip
    
    ;encryption
    gnupg
      
    ;version control
    git
      
    ;spelling
    hunspell
    hunspell-dict-en-us
      
    ;x11 stuff
    eudev
    xorg-server
    xf86-video-ati
    xf86-video-fbdev
    xf86-video-vesa
    xinit
    xdotool
    xbanish
    xev
    sxhkd
    setxkbmap
    xrandr

    ;emacs
    emacs
    emacs-exwm
      
    ;mail
    mu
    offlineimap
    msmtp
      
    ;graphical web browsers
    surf
    nyxt
      
    ;communictations
    toxic
    qtox
    jami
    mumble)

   %base-packages))

 (services (append (list
 		    (service lxqt-desktop-service-type))
		   %desktop-services))

 (bootloader
  (bootloader-configuration
   (bootloader grub-efi-bootloader)
   (target "/boot/efi")
   (keyboard-layout keyboard-layout)))

 (kernel-arguments '("nomodeset"))

 (mapped-devices
  (list (mapped-device
         (source
          (uuid "db155150-4229-4526-a67c-a3036e048c58"))
         (target "cryptroot")
         (type luks-device-mapping))))

 (file-systems
  (cons* (file-system
          (mount-point "/boot/efi")
          (device (uuid "318D-D6A7" 'fat32))
          (type "vfat"))
         (file-system
          (mount-point "/")
          (device "/dev/mapper/cryptroot")
          (type "ext4")
          (dependencies mapped-devices))
         %base-file-systems))

 (swap-devices (list "/swapfile")))
```

> Have you set up any custom X configuration files somewhere that might
> be interfering with the X launching process?

The only X related configuration files that I am aware of are:

.xinitrc with the contents "exec emacs".

.xsession with the contents "exwm".

.Xauthority is an empty file.

.Xdefaults has the contents:
```
XTerm*utf8: always
XTerm*metaSendsEscape: true

```

.exwm that contains my EXWM configuration.

If there are other relevant configuration files I can share there
contents as well.

> Is your graphics card supported with Guix and the X server?

CPU: AMD Ryzen 5 3500U with Radeon Vega Mobile Gfx
GPU: AMD ATI 05:00.0 Picasso 

The graphics card works with the X server.  When I had Void installed on
the computer I was able to start X using `startx` with no problems.
Void uses a vanilla Linux kernel that has not been deblobbed like
Linux-libre.

I do not know if the graphics card is supported by Guix?


  reply	other threads:[~2021-03-26 20:59 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-21 22:05 Start Xorg server using xinit manually Bone Baboon
2021-03-21 23:05 ` jbranso
2021-03-21 23:21   ` nylxs
2021-03-22 17:14     ` Leo Famulari
     [not found]       ` <a03873e7-122d-fa50-21df-295112a5ede5@optonline.net>
2021-03-23  2:39         ` Leo Famulari
2021-03-21 23:58   ` Bone Baboon
2021-03-22  2:55     ` Joshua Branson
2021-03-22 16:49       ` Gary Johnson
2021-03-22 18:34         ` Vincent Legoll
2021-03-22 18:42           ` Leo Famulari
2021-03-23  3:22         ` Bone Baboon
2021-03-23  8:02           ` Sergiu Ivanov
2021-03-24 21:42             ` Bone Baboon
2021-03-23 18:37           ` Gary Johnson
2021-03-26 20:41             ` Bone Baboon [this message]
2021-03-28 17:30               ` Gary Johnson
2021-03-24 21:48       ` Bone Baboon
2021-03-22  3:29 ` Vladimir Sedach
2021-03-24 22:18   ` Bone Baboon
2021-03-25 15:20     ` Gary Johnson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87czvltzpe.fsf@disroot.org \
    --to=bone.baboon@disroot.org \
    --cc=help-guix@gnu.org \
    --cc=lambdatronic@disroot.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).