unofficial mirror of help-guix@gnu.org 
 help / color / mirror / Atom feed
From: Tobias Geerinckx-Rice <me@tobias.gr>
To: 白い熊 <help-guix_gnu.org@sumou.com>
Cc: help-guix@gnu.org
Subject: Re: Rotate GDM login screen
Date: Wed, 25 May 2022 20:17:45 +0200	[thread overview]
Message-ID: <87y1yp79i1@nckx> (raw)
In-Reply-To: <6a592349b60e172c559d26541c9c75e4@sumou.com>

[-- Attachment #1: Type: text/plain, Size: 1370 bytes --]

Hi 白い熊,

白い熊 写道:
> file root to specify this config in an (extra-special-file 
> statement,
> so that it'd be picked up on login and GDM would be properly 
> rotated?

*Must* it use extra-special-file?  If so, why?  You can try it 
 (untested):

  (extra-special-file "/etc/X11/xorg.conf.d/01-monitor.conf"
                      "Section \"Monitor\" blah blah blah")

and see if Guix's Xorg looks in /etc/X11/xorg.conf.d at all.

Instead, what I'd use is (untested):

(services […]
          (set-xorg-configuration
            (xorg-configuration
              ;; You might have a keyboard-layout
              ;; here already, for example.
              […]
              (extra-config "
Section \"Monitor\"
    Identifier \"DSI-1\"
    Option \"Rotate\" \"right\"
EndSection")))
          …)

> As a side note - and might be associated with this - can a small
> resolution be specified for just the GDM login screen - because 
> on
> this computer the screen is tiny, the resolution big and thus 
> the GDM
> login screen is with super tiny font everywhere.

That I don't know, but it's a similar ‘just create a file in 
/usr!’ mess, according to several pages like 
<https://misperious.wordpress.com/2019/11/23/gdm-hidpi-scaling/>.

I don't know how to Guixify *that*.

Kind regards,

T G-R

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]

  reply	other threads:[~2022-05-25 18:28 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-25 17:47 Rotate GDM login screen 白い熊
2022-05-25 18:17 ` Tobias Geerinckx-Rice [this message]
2022-05-25 18:54   ` 白い熊
2022-05-25 18:59     ` Tobias Geerinckx-Rice
2022-05-25 19:04       ` 白い熊
2022-05-25 19:21         ` 白い熊
2022-05-25 20:21           ` 白い熊

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=87y1yp79i1@nckx \
    --to=me@tobias.gr \
    --cc=help-guix@gnu.org \
    --cc=help-guix_gnu.org@sumou.com \
    /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).