Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
USE="vulkan*" becomes default (ugh)
View unanswered posts
View posts from last 24 hours

Goto page Previous  1, 2  
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
figueroa
Advocate
Advocate


Joined: 14 Aug 2005
Posts: 3007
Location: Edge of marsh USA

PostPosted: Fri May 26, 2023 7:52 pm    Post subject: Reply with quote

Yes, it works now and you are attracting interest.
_________________
Andy Figueroa
hp pavilion hpe h8-1260t/2AB5; spinning rust x3
i7-2600 @ 3.40GHz; 16 gb; Radeon HD 7570
amd64/23.0/split-usr/desktop (stable), OpenRC, -systemd -pulseaudio -uefi
Back to top
View user's profile Send private message
tld
Veteran
Veteran


Joined: 09 Dec 2003
Posts: 1850

PostPosted: Fri Jun 02, 2023 4:32 pm    Post subject: Reply with quote

I just ran into the new default vulkan use flag today. There's a lot of talk here that seems to be linking this to the desktop profile which is NOT the case. That default got added for me and I'm using the default/linux/amd64/17.1 profile.

VERY annoying change in my view.

EDIT: Sorry. I was mistaken on that. On this machine that got pulled in due to other stuff that was enabled in mpv apparently, and not from any global change.

Tom
Back to top
View user's profile Send private message
sam_
Developer
Developer


Joined: 14 Aug 2020
Posts: 2090

PostPosted: Sat Jun 03, 2023 4:17 am    Post subject: Reply with quote

tld wrote:
I just ran into the new default vulkan use flag today. There's a lot of talk here that seems to be linking this to the desktop profile which is NOT the case. That default got added for me and I'm using the default/linux/amd64/17.1 profile.

VERY annoying change in my view.

EDIT: Sorry. I was mistaken on that. On this machine that got pulled in due to other stuff that was enabled in mpv apparently, and not from any global change.

Tom


fwiw, we definitely wouldn't do this on non-desktop profiles. Glad you're sorted now in any case!



Moderator note: I have split some posts after this post and moved them into "Gentoo Forums Feedback" Split from USE="vulkan*" becomes default (ugh)] -- pietinger
Back to top
View user's profile Send private message
GFCCAE6xF
Apprentice
Apprentice


Joined: 06 Aug 2012
Posts: 295

PostPosted: Tue Jun 06, 2023 2:39 pm    Post subject: Reply with quote

figueroa wrote:
With regard to my main desktop, that does not run a DE, or play games, I don't need or want vulkan.

I think this has been addressed (I skipped most of this thread after here because it's hard to follow random noise but it is used for more than just DE/Games - my web browser and media player both use it and it performs very well.
Back to top
View user's profile Send private message
dmpogo
Advocate
Advocate


Joined: 02 Sep 2004
Posts: 3465
Location: Canada

PostPosted: Sat Jun 10, 2023 1:06 am    Post subject: Reply with quote

GFCCAE6xF wrote:
figueroa wrote:
With regard to my main desktop, that does not run a DE, or play games, I don't need or want vulkan.

I think this has been addressed (I skipped most of this thread after here because it's hard to follow random noise but it is used for more than just DE/Games - my web browser and media player both use it and it performs very well.


How do you check that your browser uses it ?
Back to top
View user's profile Send private message
GFCCAE6xF
Apprentice
Apprentice


Joined: 06 Aug 2012
Posts: 295

PostPosted: Sat Jun 10, 2023 11:27 am    Post subject: Reply with quote

dmpogo wrote:
GFCCAE6xF wrote:
figueroa wrote:
With regard to my main desktop, that does not run a DE, or play games, I don't need or want vulkan.

I think this has been addressed (I skipped most of this thread after here because it's hard to follow random noise but it is used for more than just DE/Games - my web browser and media player both use it and it performs very well.


How do you check that your browser uses it ?


It's reported as Enabled in chrome://gpu/.
Back to top
View user's profile Send private message
mv
Watchman
Watchman


Joined: 20 Apr 2005
Posts: 6780

PostPosted: Sat Jun 10, 2023 1:12 pm    Post subject: Reply with quote

GFCCAE6xF wrote:
dmpogo wrote:
[How do you check that your browser uses it ?


It's reported as Enabled in chrome://gpu/.

What a disappointment for me: I get it report as disabled, although everything (except wine-vanilla) is (re)compiled with USE=vulkan, and
cat /proc/cpuinfo wrote:
vendor_id : GenuineIntel
cpu family : 6
model : 158
model name : Intel(R) Core(TM) i3-8350K CPU @ 4.00GHz
that is (IIUC) I have an intel skylake cpu which should fully support vulkan 1.2 according to wikipedia. Do I have to activate something in the kernel?
Back to top
View user's profile Send private message
figueroa
Advocate
Advocate


Joined: 14 Aug 2005
Posts: 3007
Location: Edge of marsh USA

PostPosted: Sat Jun 10, 2023 5:57 pm    Post subject: Reply with quote

My four binary chromium-based browsers all report vulkan as disabled. These are:
Code:
chromium-bin
ungoogled-chromium (AppImage)
Vivaldi
Brave (brave overlay)

Best I can tell, not supported by my gpu;
Code:
VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Turks PRO [Radeon HD 7570]

_________________
Andy Figueroa
hp pavilion hpe h8-1260t/2AB5; spinning rust x3
i7-2600 @ 3.40GHz; 16 gb; Radeon HD 7570
amd64/23.0/split-usr/desktop (stable), OpenRC, -systemd -pulseaudio -uefi
Back to top
View user's profile Send private message
logrusx
Advocate
Advocate


Joined: 22 Feb 2018
Posts: 2622

PostPosted: Sat Jun 10, 2023 8:13 pm    Post subject: Reply with quote

I think this is chromium related. I've noticed vulkan being disabled for a while now and I have clear memories I could enable it some time ago.

Best Regards,
Georgi
Back to top
View user's profile Send private message
dmpogo
Advocate
Advocate


Joined: 02 Sep 2004
Posts: 3465
Location: Canada

PostPosted: Sat Jun 10, 2023 8:46 pm    Post subject: Reply with quote

mv wrote:
GFCCAE6xF wrote:
dmpogo wrote:
[How do you check that your browser uses it ?


It's reported as Enabled in chrome://gpu/.

What a disappointment for me: I get it report as disabled, although everything (except wine-vanilla) is (re)compiled with USE=vulkan, and
cat /proc/cpuinfo wrote:
vendor_id : GenuineIntel
cpu family : 6
model : 158
model name : Intel(R) Core(TM) i3-8350K CPU @ 4.00GHz
that is (IIUC) I have an intel skylake cpu which should fully support vulkan 1.2 according to wikipedia. Do I have to activate something in the kernel?


Same here, my CPU is kabylake, GPU is intel HD620, also supposed to support Vulkan 1.2
Back to top
View user's profile Send private message
dmpogo
Advocate
Advocate


Joined: 02 Sep 2004
Posts: 3465
Location: Canada

PostPosted: Sat Jun 10, 2023 8:56 pm    Post subject: Reply with quote

logrusx wrote:
I think this is chromium related. I've noticed vulkan being disabled for a while now and I have clear memories I could enable it some time ago.

Best Regards,
Georgi


Indeed, if one goes to chrome://flags/ one can find vulkan flag and enable it. BTW, it is useful to install vulkan-tools, to see what is supported on your setup
Back to top
View user's profile Send private message
logrusx
Advocate
Advocate


Joined: 22 Feb 2018
Posts: 2622

PostPosted: Sun Jun 11, 2023 4:59 am    Post subject: Reply with quote

dmpogo wrote:
logrusx wrote:
I think this is chromium related. I've noticed vulkan being disabled for a while now and I have clear memories I could enable it some time ago.

Best Regards,
Georgi


Indeed, if one goes to chrome://flags/ one can find vulkan flag and enable it. BTW, it is useful to install vulkan-tools, to see what is supported on your setup


Oh. For some time it wasn't there. I searched for it and didn't find it. Maybe there was some migration or something and they hid it for a while.

Best Regards,
Georgi
Back to top
View user's profile Send private message
mv
Watchman
Watchman


Joined: 20 Apr 2005
Posts: 6780

PostPosted: Sun Jun 11, 2023 5:34 am    Post subject: Reply with quote

dmpogo wrote:
Indeed, if one goes to chrome://flags/ one can find vulkan flag and enable it. BTW, it is useful to install vulkan-tools, to see what is supported on your setup

chrome://flags shows it as enabled, but nevertheless chrome://gpu shows that it is disabled. (I use only google-chrome-stable.)
I had also vulkan-tools installed and see no reasons with them why vulkan should not be supported at all. On another machine, they display a warning that on Broadwell it is only partially supported (indeed, according to Wikipedia only v1.1 is supported there), but as mentioned, this is another machine.

Edit: It works now if I start chrome in X11-mode (and I explicitly switch vulkan in chrome://flags from default to enabled - a combination which I apparently did not try before).

That's a pity: It seems that vulkan is not supported in wayland, at least in chrome.
Back to top
View user's profile Send private message
logrusx
Advocate
Advocate


Joined: 22 Feb 2018
Posts: 2622

PostPosted: Sun Jun 11, 2023 6:58 am    Post subject: Reply with quote

mv wrote:
dmpogo wrote:
Indeed, if one goes to chrome://flags/ one can find vulkan flag and enable it. BTW, it is useful to install vulkan-tools, to see what is supported on your setup

chrome://flags shows it as enabled, but nevertheless chrome://gpu shows that it is disabled. (I use only google-chrome-stable.)
I had also vulkan-tools installed and see no reasons with them why vulkan should not be supported at all. On another machine, they display a warning that on Broadwell it is only partially supported (indeed, according to Wikipedia only v1.1 is supported there), but as mentioned, this is another machine.

Edit: It works now if I start chrome in X11-mode (and I explicitly switch vulkan in chrome://flags from default to enabled - a combination which I apparently did not try before).

That's a pity: It seems that vulkan is not supported in wayland, at least in chrome.


For a while now I'm using ungoogled-chromium which should be no different than original chromium in that part, in Wayland mode with gtk4 enabled. It's supported in 113, but it has glitches and in the same time since it's a replacement for opengl, there should be no tangible difference in performance as opengl is enabled by default.

Best Regards,
Georgi
Back to top
View user's profile Send private message
dmpogo
Advocate
Advocate


Joined: 02 Sep 2004
Posts: 3465
Location: Canada

PostPosted: Wed Jul 26, 2023 5:14 am    Post subject: Re: USE="vulkan*" becomes default (ugh) Reply with quote

figueroa wrote:
Noted that on my primary desktop that virtualbox depends on media-libs/vulkan-loader and media-libs/vulkan-loader depends on dev-util/vulkan-headers, but do not require USE="vulkan"


Just noted this as well, virtualbox pulls vulkan if USE=opengl flag is enabled. I wonder now what virtualbox 7.x.x now does with opengl on hardware that does not support vulkan (but supports opengl) ?
Back to top
View user's profile Send private message
figueroa
Advocate
Advocate


Joined: 14 Aug 2005
Posts: 3007
Location: Edge of marsh USA

PostPosted: Wed Jul 26, 2023 6:11 pm    Post subject: Reply with quote

dmpogo - Thanks for that. It was easy. Added USE= -opengl for virtualbox, rebuild, then depclean away vulkan-loader and vulkan-tools.

VirtualBox still appears to work the same.
_________________
Andy Figueroa
hp pavilion hpe h8-1260t/2AB5; spinning rust x3
i7-2600 @ 3.40GHz; 16 gb; Radeon HD 7570
amd64/23.0/split-usr/desktop (stable), OpenRC, -systemd -pulseaudio -uefi
Back to top
View user's profile Send private message
dmpogo
Advocate
Advocate


Joined: 02 Sep 2004
Posts: 3465
Location: Canada

PostPosted: Thu Jul 27, 2023 11:09 pm    Post subject: Reply with quote

figueroa wrote:
dmpogo - Thanks for that. It was easy. Added USE= -opengl for virtualbox, rebuild, then depclean away vulkan-loader and vulkan-tools.

VirtualBox still appears to work the same.


You should also be able to clean away vulkan-headers :)
Back to top
View user's profile Send private message
figueroa
Advocate
Advocate


Joined: 14 Aug 2005
Posts: 3007
Location: Edge of marsh USA

PostPosted: Fri Jul 28, 2023 3:33 am    Post subject: Reply with quote

dmpogo wrote:
You should also be able to clean away vulkan-headers :)

Yes, I did. I think, maybe, that I didn't have vulkan-tools. Sometimes I type the strangest things.
_________________
Andy Figueroa
hp pavilion hpe h8-1260t/2AB5; spinning rust x3
i7-2600 @ 3.40GHz; 16 gb; Radeon HD 7570
amd64/23.0/split-usr/desktop (stable), OpenRC, -systemd -pulseaudio -uefi
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming All times are GMT
Goto page Previous  1, 2
Page 2 of 2

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum