From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E5DD515806E for ; Mon, 22 May 2023 08:20:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8BC0AE0A9F; Mon, 22 May 2023 08:20:44 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3F1B3E0A97 for ; Mon, 22 May 2023 08:20:44 +0000 (UTC) Message-ID: <4fadca2d6f978432b7fa5fe19a4f10a541afdfff.camel@gentoo.org> Subject: [gentoo-dev] Re: [PATCH] profiles/targets/desktop: enable USE=vulkan by default From: David Seifert To: Sam James , gentoo-dev@lists.gentoo.org Cc: gnome@gentoo.org, ionen@gentoo.org, kde@gentoo.org, games@gentoo.org, x11@gentoo.org, sarnex@gentoo.org Date: Mon, 22 May 2023 10:20:38 +0200 In-Reply-To: <20230521214850.1659618-1-sam@gentoo.org> References: <20230521214850.1659618-1-sam@gentoo.org> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.48.1 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 X-Archives-Salt: 686139fe-8071-4879-a1cf-a5fe9f503e39 X-Archives-Hash: 755a08541ce8db1201ea9df25b3383b4 On Sun, 2023-05-21 at 22:48 +0100, Sam James wrote: > Ionen pointed this out again today and it made me look back at it; > there's > no reason to not have vulkan on by default for desktop profiles. >=20 > In particular, Steam expects it for plenty of games to work, but at > this point, > it's becoming jarring for users to _not_ have it as it's considered a > fundamental part > of the modern desktop. >=20 > Signed-off-by: Sam James > --- > =C2=A0profiles/targets/desktop/make.defaults | 4 ++-- > =C2=A01 file changed, 2 insertions(+), 2 deletions(-) >=20 > diff --git a/profiles/targets/desktop/make.defaults > b/profiles/targets/desktop/make.defaults > index 46a8c5d3911e8..caccdbdd22a3e 100644 > --- a/profiles/targets/desktop/make.defaults > +++ b/profiles/targets/desktop/make.defaults > @@ -1,4 +1,4 @@ > -# Copyright 1999-2022 Gentoo Authors > +# Copyright 1999-2023 Gentoo Authors > =C2=A0# Distributed under the terms of the GNU General Public License v2 > =C2=A0 > -USE=3D"a52 aac acpi alsa bluetooth branding cairo cdda cdr cups dbus > dri dts dvd dvdr elogind encode exif flac gif gpm gtk gui icu jpeg > lcms libnotify mad mng mp3 mp4 mpeg ogg opengl pango pdf png policykit > ppds qt5 sdl sound spell startup-notification svg tiff truetype vorbis > udev udisks unicode upower usb wxwidgets X xcb xft x264 xml xv xvid" > +USE=3D"a52 aac acpi alsa bluetooth branding cairo cdda cdr cups dbus > dri dts dvd dvdr elogind encode exif flac gif gpm gtk gui icu jpeg > lcms libnotify mad mng mp3 mp4 mpeg ogg opengl pango pdf png policykit > ppds qt5 sdl sound spell startup-notification svg tiff truetype vorbis > udev udisks unicode upower usb vulkan wxwidgets X xcb xft x264 xml xv > xvid" Agreed, vulkan is absolutely needed on a modern desktop.