You are not logged in.
via the "settings manager" applet i don't see an option to choose which video card to assign.
maybe there is another applet for that and i'm just not seeing it. ?
this fedora 20 xfce virtual machine has two video cards to choose from, the vmware vga adapter or a ati radeon. i'd like to ensure its the radeon
Offline
Isn't that controlled by Vmware?
Offline
It can also be a problem on an install.
I have a AAO 722 which--bless its little heart--has double (includes HDMI) audio and video chips onboard. I was able to solve the sound choice system-wide by putting a small script (.asoundrc) in /home/username/ that I found posted somewhere.
But for the video doublet, some applications (e.g., MiniTube) won't work b/c they lack a built-in choice (like VLC has, for instance).
Last edited by Jerry3904 (2014-01-25 16:39:12)
MX-23 (based on Debian Stable) with our flagship Xfce 4.18.
Offline
Isn't that controlled by Vmware?
the passthru function yes.
there's an applet on my linuxmint that lets one choose a video card for the particular display.
i didn't see such an applet on my fedora xfce virtual machine
i see via 'dmesg | grep -i vga" that both video cards, the VMware SVGA and the ATI passthru card are detected, just not sure which is actually used as primary.
its sort of hit-or-miss with passthru at times as you know
Offline
It can also be a problem on an install.
I have a AAO 722 which--bless its little heart--has double (includes HDMI) audio and video chips onboard. I was able to solve the sound choice system-wide by putting a small script (.asoundrc) in /home/username/ that I found posted somewhere.
But for the video doublet, some applications (e.g., MiniTube) won't work b/c they lack a built-in choice (like VLC has, for instance).
both of my ATI cards i'm passing thru have audio built in too.
looks like that script you mention is part of the ALSA config framework? may be something i want to check into.
i'll check over at vmware forum to see how to ensure the pass thru card is used as primary.
thx
Offline
Here is the procedure for the soundcard (took it from the Arch Wiki, I think):
--find card numbers with:
$ cat /proc/asound/cards
--create a file in home directory
.asoundrc
--open new file and paste in
pcm.!default { type hw card 1 } ctl.!default { type hw card 1 }
--use the card number that you want to be default
--reboot
I am hoping to find a similar file to force the non-hdmi card.
MX-23 (based on Debian Stable) with our flagship Xfce 4.18.
Offline
ozjd wrote:Isn't that controlled by Vmware?
the passthru function yes.
there's an applet on my linuxmint that lets one choose a video card for the particular display.
i didn't see such an applet on my fedora xfce virtual machine
It would appear that the simple solution, then, would be to use Mint.
Regards,
MDM
Offline
[ Generated in 0.009 seconds, 7 queries executed - Memory usage: 542.1 KiB (Peak: 543.38 KiB) ]