From: Sergey V Turchin <zerg@altlinux.org> To: Distributions development <devel-distro@lists.altlinux.org> Subject: Re: [devel-distro] nvidia vs nouveau в установленной системе Date: Tue, 08 Sep 2020 15:06:35 +0300 Message-ID: <4080152.5fSG56mABF@zerg.malta.altlinux.ru> (raw) In-Reply-To: <584d469a-680c-1d1d-e39c-999b191731cf@ya.ru> [-- Attachment #1: Type: text/plain, Size: 949 bytes --] On Tuesday, 8 September 2020 14:56:33 MSK Антон Мидюков wrote: [...] > > Без этого "фиг вам, а не nouveau в инсталляторе" конкретно у меня. > > Скорее всего у всех. Мне самому патч оформить? Как хочешь. У меня это 649eb04c9ee7d23f53e713ecbe95c7bb96c26439 . > И всё-таки, не соображу. В kworkstation в инсталляторе nouveau значит > используется, а в live и установленной проприетарный NVIDIA? Да. > Если так, то не пойму как в инсталляторе может быть nouveau, а в live > nvidia? Они же в STAGE1_PACKAGES должны быть тогда оба? Нет. У меня mixin/kworkstation-install-opts: @$(call add,STAGE2_KMODULES,drm-nouveau) Еще раз прикладываю. -- Regards, Sergey. [-- Attachment #2: nvidia.patch --] [-- Type: text/x-patch, Size: 1431 bytes --] --- /dev/null +++ b/conf.d/kworkstation.mk +mixin/kworkstation-common-opts: + @$(call add,CLEANUP_PACKAGES,'^kernel-modules-drm-nouveau.*') + +mixin/kworkstation-install-opts: + @$(call add,STAGE2_KMODULES,drm-nouveau) --- a/features.in/plymouth/config.mk +++ b/features.in/plymouth/config.mk @@ -41,7 +41,7 @@ ifeq (distro,$(IMAGE_CLASS)) @$(call add,INSTALL2_PACKAGES,installer-feature-setup-plymouth) endif @$(call add,BASE_PACKAGES_REGEXP,make-initrd-plymouth cpio) - @$(call add,BASE_KMODULES_REGEXP,drm.*) + @$(call add,BASE_KMODULES,drm drm-radeon) @$(call add,THE_BRANDING,bootsplash) @$(call add,THE_PACKAGES,make-initrd-plymouth) --- a/features.in/stage2/config.mk +++ b/features.in/stage2/config.mk @@ -22,7 +22,7 @@ endif @: use/stage2/kms: use/stage2/drm - @$(call add,STAGE1_KMODULES_REGEXP,drm.*) + @$(call add,STAGE1_KMODULES,drm drm-radeon) # install mount.cifs to stage1 # NB: there's builtin nfsmount there, no reason for nfs-utils --- a/features.in/x11/config.mk +++ b/features.in/x11/config.mk @@ -16,7 +16,7 @@ use/x11/xorg:: use/x11 use/x11/armsoc; @: # x86: free drivers for various hardware (might lack acceleration) ifeq (,$(filter-out i586 x86_64 aarch64,$(ARCH))) -use/x11/xorg:: use/x11/intel use/x11/nouveau use/x11/radeon use/x11/amdgpu \ +use/x11/xorg:: use/x11/intel use/x11/radeon use/x11/amdgpu \ use/x11/armsoc @$(call add,THE_LISTS,$(call tags,desktop xorg)) endif
next prev parent reply other threads:[~2020-09-08 12:06 UTC|newest] Thread overview: 92+ messages / expand[flat|nested] mbox.gz Atom feed top 2020-08-17 14:59 [devel-distro] mkimage-profiles 1.4.0-alt1 Антон Мидюков 2020-08-17 15:00 ` Michael Shigorin 2020-08-17 15:29 ` Alexey Gladkov 2020-08-17 15:34 ` Ivan A. Melnikov 2020-08-17 15:40 ` Антон Мидюков 2020-08-17 15:51 ` Антон Мидюков 2020-08-17 16:14 ` Michael Shigorin 2020-08-17 16:22 ` Антон Мидюков 2020-08-17 16:17 ` Michael Shigorin 2020-08-17 16:33 ` Антон Мидюков 2020-08-17 16:08 ` Michael Shigorin 2020-08-17 22:41 ` Leonid Krivoshein 2020-08-18 10:26 ` Alexey Gladkov 2020-08-18 4:20 ` Andrey Cherepanov 2020-08-18 4:29 ` Антон Мидюков 2020-08-18 5:16 ` Andrey Cherepanov 2020-08-31 12:34 ` [devel-distro] пропало меню grub Sergey V Turchin 2020-08-31 12:40 ` Sergey V Turchin 2020-08-31 12:51 ` Антон Мидюков 2020-08-31 15:10 ` Sergey V Turchin 2020-08-31 15:44 ` Антон Мидюков 2020-09-02 7:25 ` Sergey V Turchin 2020-09-02 7:32 ` Антон Мидюков 2020-09-02 7:40 ` Sergey V Turchin 2020-09-02 7:51 ` Антон Мидюков 2020-09-02 8:42 ` Sergey V Turchin 2020-09-02 11:46 ` Sergey V Turchin 2020-09-03 3:40 ` Антон Мидюков 2020-09-03 7:11 ` Sergey V Turchin 2020-09-03 14:41 ` Michael Shigorin 2020-09-03 14:57 ` Sergey V Turchin 2020-09-03 15:04 ` Michael Shigorin 2020-09-03 15:15 ` Sergey V Turchin 2020-09-03 15:23 ` Michael Shigorin 2020-09-04 7:10 ` Sergey V Turchin 2020-09-04 7:32 ` Антон Мидюков 2020-09-04 7:42 ` Sergey V Turchin 2020-09-04 11:55 ` Антон Мидюков 2020-09-04 12:52 ` Sergey V Turchin 2020-09-04 16:04 ` Антон Мидюков 2020-09-04 20:42 ` [devel-distro] коммиты для kworkstation (was: пропало меню grub) Michael Shigorin 2020-09-07 8:23 ` Sergey V Turchin 2020-09-07 13:56 ` [devel-distro] переводы, списки, форки (was: коммиты для kworkstation) Michael Shigorin 2020-09-07 14:36 ` Sergey V Turchin 2020-09-07 15:10 ` Michael Shigorin 2020-09-08 7:21 ` Sergey V Turchin 2020-09-08 9:25 ` [devel-distro] переводы, списки, форки; education/slinux Michael Shigorin 2020-09-08 11:04 ` Sergey V Turchin 2020-09-08 19:26 ` Michael Shigorin 2020-09-09 7:25 ` Sergey V Turchin 2020-09-09 8:49 ` Michael Shigorin 2020-09-09 8:56 ` Sergey V Turchin 2020-09-09 9:19 ` Michael Shigorin 2020-09-09 9:05 ` [devel-distro] отфильтровать общий список Sergey V Turchin 2020-09-09 9:18 ` [devel-distro] переводы, списки, форки (was: коммиты для kworkstation) Sergey V Turchin 2020-09-07 8:09 ` [devel-distro] пропало меню grub Sergey V Turchin 2020-09-07 8:22 ` Антон Мидюков 2020-09-07 8:29 ` Антон Мидюков 2020-09-07 8:46 ` Sergey V Turchin 2020-09-07 8:53 ` Антон Мидюков 2020-09-07 9:16 ` Sergey V Turchin 2020-09-07 9:26 ` Антон Мидюков 2020-09-07 9:31 ` Sergey V Turchin 2020-09-07 14:02 ` [devel-distro] nvidia vs nouveau в установленной системе Michael Shigorin 2020-09-07 14:10 ` Антон Мидюков 2020-09-07 15:08 ` Michael Shigorin 2020-09-07 15:55 ` Антон Мидюков 2020-09-07 16:33 ` Michael Shigorin 2020-09-07 16:48 ` Антон Мидюков 2020-09-07 16:52 ` Michael Shigorin 2020-09-07 16:55 ` Антон Мидюков 2020-09-08 7:08 ` Sergey V Turchin 2020-09-08 8:46 ` Michael Shigorin 2020-09-08 9:46 ` Антон Мидюков 2020-09-08 9:50 ` Антон Мидюков 2020-09-08 10:52 ` Sergey V Turchin 2020-09-08 11:07 ` Антон Мидюков 2020-09-08 11:12 ` Sergey V Turchin 2020-09-08 11:56 ` Антон Мидюков 2020-09-08 12:06 ` Sergey V Turchin [this message] 2020-09-08 12:21 ` Konstantin Lepikhov 2020-09-08 13:48 ` Sergey V Turchin 2020-09-07 8:36 ` [devel-distro] пропало меню grub Sergey V Turchin 2020-09-07 8:44 ` Konstantin Lepikhov 2020-09-07 9:20 ` Sergey V Turchin 2020-09-07 9:51 ` Konstantin Lepikhov 2020-09-07 10:20 ` Sergey V Turchin 2020-09-07 10:28 ` Konstantin Lepikhov 2020-09-07 10:40 ` Sergey V Turchin 2020-09-07 14:07 ` [devel-distro] [JT] документирование коммитов Michael Shigorin 2020-09-07 14:40 ` Sergey V Turchin 2020-09-07 15:10 ` Michael Shigorin
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=4080152.5fSG56mABF@zerg.malta.altlinux.ru \ --to=zerg@altlinux.org \ --cc=devel-distro@lists.altlinux.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
ALT Linux Distributions development This inbox may be cloned and mirrored by anyone: git clone --mirror http://lore.altlinux.org/devel-distro/0 devel-distro/git/0.git # If you have public-inbox 1.1+ installed, you may # initialize and index your mirror using the following commands: public-inbox-init -V2 devel-distro devel-distro/ http://lore.altlinux.org/devel-distro \ devel-distro@lists.altlinux.org devel-distro@lists.altlinux.ru devel-distro@lists.altlinux.com public-inbox-index devel-distro Example config snippet for mirrors. Newsgroup available over NNTP: nntp://lore.altlinux.org/org.altlinux.lists.devel-distro AGPL code for this site: git clone https://public-inbox.org/public-inbox.git