From: Bagas Sanjaya <bagasdotme@gmail.com>
To: Gert Vanhaerents <gert.vanhaerents@hotmail.com>,
Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
Linux DRI Development <dri-devel@lists.freedesktop.org>,
Linux Nouveau <nouveau@lists.freedesktop.org>
Cc: Karol Herbst <kherbst@redhat.com>, Lyude Paul <lyude@redhat.com>,
Danilo Krummrich <dakr@redhat.com>
Subject: Re: Kernel problem with multiseat on one card
Date: Sat, 2 Dec 2023 20:18:02 +0700 [thread overview]
Message-ID: <ZWsuiq7zrYS-pDli@archie.me> (raw)
In-Reply-To: <AM7PR10MB3923E07D6024434077E95EBA8E82A@AM7PR10MB3923.EURPRD10.PROD.OUTLOOK.COM>
[-- Attachment #1: Type: text/plain, Size: 2668 bytes --]
On Thu, Nov 30, 2023 at 11:48:24AM +0100, Gert Vanhaerents wrote:
> Hi Kernel list,
> I'm the IT person of a school, earlier we used multiseatcomputers for the
> school, i have maded with a XGL implementation and it works fine but not so
> fantastic. The school wants that i build new computers but the XGL project
> is too outdated so i can't use it anymore.
>
> How can i make a multiseatcomputer with more then one user on one card with
> systemd? I have asked already to the makers of systemd but they said it's a
> kernel problem.
>
> With Systemd loginctl and the nouveau drivers you have this:
>
> ─/sys/devices/pci0000:00/0000:00:03.1/0000:08:00.0/drm/card0
> │ [MASTER] drm:card0
> │
> ├─/sys/devices/pci0000:00/0000:00:03.1/0000:08:00.0/drm/card0/card0-DVI-D-1
> │ │ [MASTER] drm:card0-DVI-D-1
> │
> ├─/sys/devices/pci0000:00/0000:00:03.1/0000:08:00.0/drm/card0/card0-HDMI-A-1
> │ │ [MASTER] drm:card0-HDMI-A-1
> │
> └─/sys/devices/pci0000:00/0000:00:03.1/0000:08:00.0/drm/card0/card0-VGA-1
> │ [MASTER] drm:card0-VGA-1
> ├─/sys/devices/pci0000:00/0000:00:03.1/0000:08:00.0/drm/renderD128
> │ drm:renderD128
> ├─/sys/devices/pci0000:00/0000:00:03.1/0000:08:00.0/graphics/fb0
> │ graphics:fb0 "nouveaudrmfb"
>
> So it will be:
>
> loginctl attach seat1 /sys/devices/pci0000:00/0000:00:03.1/0000:08:00.0/drm/card0/card0-VGA-1
>
> For the seat1 (the VGA d-sub output for seat1 and the other HDMI output for
> seat0) and of course the mouse and keyboard.
>
> When you do this, all the graphics outputs are on the second seat (seat1)
> and not anymore on the first seat. So i need to move only the VGA output to
> seat1 and not all the outputs.
Do you expect that GUI output is on both seats?
>
>
> When i install the proprietary Nvidia drivers, i have the following:
>
> [MASTER] pci:0000:08:00.0
> │ ├─/sys/devices/pci0000:00/0000:00:03.1/0000:08:00.0/drm/card0
> │ │ [MASTER] drm:card0
> │
> └─/sys/devices/pci0000:00/0000:00:03.1/0000:08:00.0/drm/renderD128
> │ drm:renderD128
>
> ─/sys/devices/platform/efi-framebuffer.0/graphics/fb0
> │ graphics:fb0 "EFI VGA"
>
> So no VGA, DVI or HDMI items.
Then report to the GitHub tracker [1].
Thanks.
[1]: https://github.com/NVIDIA/open-gpu-kernel-modules/issues
--
An old man doll... just what I always wanted! - Clara
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]
next prev parent reply other threads:[~2023-12-02 13:20 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <AM7PR10MB39235DD53D163910E88FDB938E82A@AM7PR10MB3923.EURPRD10.PROD.OUTLOOK.COM>
2023-11-30 10:48 ` Gert Vanhaerents
2023-12-02 9:47 ` Gert Vanhaerents
2023-12-02 13:18 ` Bagas Sanjaya [this message]
2023-12-02 15:28 ` [Nouveau] " Timur Tabi
2023-12-03 2:47 ` Bagas Sanjaya
[not found] ` <AM7PR10MB39235076485E2E3905F422508E86A@AM7PR10MB3923.EURPRD10.PROD.OUTLOOK.COM>
[not found] ` <d8dd837f-0d40-42a8-a580-29532fb1519a@hotmail.com>
2023-12-04 10:34 ` Gert Vanhaerents
2023-12-04 14:11 ` Timur Tabi
2023-12-15 9:59 ` [Nouveau] Kernel problem with multiseat on one card - Wil be more than one window manager " Gert Vanhaerents
2024-05-21 11:30 ` Gert Vanhaerents
2024-12-28 12:06 ` Kernel problem with multiseat on one card - more than 1 user simultaneously on 1 video card Gert Vanhaerents
2024-12-28 12:38 ` Gert Vanhaerents
2023-12-04 9:10 ` Kernel problem with multiseat on one card Gert Vanhaerents
2023-12-04 10:25 ` Gert Vanhaerents
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=ZWsuiq7zrYS-pDli@archie.me \
--to=bagasdotme@gmail.com \
--cc=dakr@redhat.com \
--cc=dri-devel@lists.freedesktop.org \
--cc=gert.vanhaerents@hotmail.com \
--cc=kherbst@redhat.com \
--cc=linux-kernel@vger.kernel.org \
--cc=lyude@redhat.com \
--cc=nouveau@lists.freedesktop.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
all inboxes | Powered by JetHome®