LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Distributions (https://www.linuxquestions.org/questions/linux-distributions-5/)
-   -   problem: v.card rx460 and tails os (https://www.linuxquestions.org/questions/linux-distributions-5/problem-v-card-rx460-and-tails-os-4175596539/)

Acton 12-31-2016 01:09 PM

problem: v.card rx460 and tails os
 
(Sorry for my English. It is not my native language)


I had until now Video card built on the motherboard (Intel4600). Yesterday I bought my new video card (Rx460). And it works great on windows.

I also use tails os 2.91 From my 16 gb usb flash drive. my problem is this that rx460 does not work well with tails. It works slowly and the video is clipped.

on intel4600 tails work great That's why I know this is a problem of the my new video card.

I think the problem is the drivers. How do I install video card drivers in tails?

Ztcoracat 12-31-2016 02:08 PM

Hi & Welcome to LQ-:)

Become 'root' use 'sudo'
CD to the directory where the driver is and use dpkg --install <name of driver>.

Here's an example:
https://www.reddit.com/r/tails/comme...stall_drivers/

Is this your new Rx460 GPU?
http://www.amd.com/en-us/products/gr.../radeon-rx-460

Here's the Proprietary Driver if you have an interest.
http://support.amd.com/en-us/downloa...e/linux-firemv

-:::-Keep in mind that whatever you install on a Live system will only stay in memory. A fresh reboot the software will have to be installed again. Not sure if that applies to drivers.-:::-

Acton 01-01-2017 01:16 PM

Quote:

Originally Posted by Ztcoracat (Post 5648658)
Hi & Welcome to LQ-:)

Become 'root' use 'sudo'
CD to the directory where the driver is and use dpkg --install <name of driver>.

Here's an example:
https://www.reddit.com/r/tails/comme...stall_drivers/

Is this your new Rx460 GPU?
http://www.amd.com/en-us/products/gr.../radeon-rx-460

Here's the Proprietary Driver if you have an interest.
http://support.amd.com/en-us/downloa...e/linux-firemv

-:::-Keep in mind that whatever you install on a Live system will only stay in memory. A fresh reboot the software will have to be installed again. Not sure if that applies to drivers.-:::-

Now that I'm trying to run tails that showing me this screen (https://postimg.org/image/6950zed9z/)

You know If it possible to Use two graphics card at the same time? In other words I installed the Rx460 And my old video card that built on to the motherboard (Intel4600) stopped working why? There is a possible to Choose in bios Which video card I want to use? Do you understand. what do I mean?

Acton 01-02-2017 07:54 AM

I can not do what you said Because tails will not up. Every time I try to run tails that showing me this screen (https://postimg.org/image/6950zed9z/). You have a solution to this problem?

Ztcoracat 01-02-2017 03:28 PM

I think you can choose which GPU that you want to use in the BIOS; you'll have to look.
IF not you will have to blacklist the onboard GPU.
Just open your /etc/modprobe.d/blacklist file and blacklist the onboard GPU by disabeling the driver for it.
Code:

blacklist driver-name
http://askubuntu.com/questions/11034...kernel-modules
https://wiki.debian.org/KernelModuleBlacklisting

This error that you are getting:
Code:

unexpectedly disconnected from boot status daemon
indicates one of 2 things. Either there is a problem with Plymouth or there is an issue having 2 different graphic cards.I do not have experience at manipulating Plymouth, sorry.
http://www.linuxquestions.org/questi...rk-4175523267/

This error message is a Bug-
https://lists.ubuntu.com/archives/fo...er/047951.html

This might help. I'm not sure if Grub is the problem. I'm thinking that there is more likely conflict between the 2 graphic cards.:)
http://santhisabbi.blogspot.com/2015...from-boot.html

What is the output of this?
Code:

lspci | grep -i VGA

Acton 01-02-2017 09:28 PM

Quote:

Originally Posted by Ztcoracat (Post 5649330)
I think you can choose which GPU that you want to use in the BIOS; you'll have to look.
IF not you will have to blacklist the onboard GPU.
Just open your /etc/modprobe.d/blacklist file and blacklist the onboard GPU by disabeling the driver for it.
Code:

blacklist driver-name
http://askubuntu.com/questions/11034...kernel-modules
https://wiki.debian.org/KernelModuleBlacklisting

This error that you are getting:
Code:

unexpectedly disconnected from boot status daemon
indicates one of 2 things. Either there is a problem with Plymouth or there is an issue having 2 different graphic cards.I do not have experience at manipulating Plymouth, sorry.
http://www.linuxquestions.org/questi...rk-4175523267/

This error message is a Bug-
https://lists.ubuntu.com/archives/fo...er/047951.html

This might help. I'm not sure if Grub is the problem. I'm thinking that there is more likely conflict between the 2 graphic cards.:)
http://santhisabbi.blogspot.com/2015...from-boot.html

What is the output of this?
Code:

lspci | grep -i VGA

thank you. it's very very helpful.

Ztcoracat 01-02-2017 09:30 PM

Quote:

Originally Posted by Acton (Post 5649446)
thank you. it's very very helpful.

You're Welcome.:)


All times are GMT -5. The time now is 11:52 PM.