LinuxQuestions.org
Visit Jeremy's Blog.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions
User Name
Password
Linux - Distributions This forum is for Distribution specific questions.
Red Hat, Slackware, Debian, Novell, LFS, Mandriva, Ubuntu, Fedora - the list goes on and on... Note: An (*) indicates there is no official participation from that distribution here at LQ.

Notices


Reply
  Search this Thread
Old 12-31-2016, 01:09 PM   #1
Acton
LQ Newbie
 
Registered: Dec 2016
Posts: 13

Rep: Reputation: Disabled
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?

Last edited by Acton; 12-31-2016 at 01:10 PM.
 
Old 12-31-2016, 02:08 PM   #2
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, Debian 12, Devuan & MX Linux
Posts: 9,528
Blog Entries: 15

Rep: Reputation: 1178Reputation: 1178Reputation: 1178Reputation: 1178Reputation: 1178Reputation: 1178Reputation: 1178Reputation: 1178Reputation: 1178
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.-:::-
 
Old 01-01-2017, 01:16 PM   #3
Acton
LQ Newbie
 
Registered: Dec 2016
Posts: 13

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by Ztcoracat View Post
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?
 
Old 01-02-2017, 07:54 AM   #4
Acton
LQ Newbie
 
Registered: Dec 2016
Posts: 13

Original Poster
Rep: Reputation: Disabled
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?
 
Old 01-02-2017, 03:28 PM   #5
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, Debian 12, Devuan & MX Linux
Posts: 9,528
Blog Entries: 15

Rep: Reputation: 1178Reputation: 1178Reputation: 1178Reputation: 1178Reputation: 1178Reputation: 1178Reputation: 1178Reputation: 1178Reputation: 1178
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
 
1 members found this post helpful.
Old 01-02-2017, 09:28 PM   #6
Acton
LQ Newbie
 
Registered: Dec 2016
Posts: 13

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by Ztcoracat View Post
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.
 
1 members found this post helpful.
Old 01-02-2017, 09:30 PM   #7
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, Debian 12, Devuan & MX Linux
Posts: 9,528
Blog Entries: 15

Rep: Reputation: 1178Reputation: 1178Reputation: 1178Reputation: 1178Reputation: 1178Reputation: 1178Reputation: 1178Reputation: 1178Reputation: 1178
Quote:
Originally Posted by Acton View Post
thank you. it's very very helpful.
You're Welcome.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Tails Site is 'Port Scanning' Computers that download 'Tails.iso' !!! ??? SethJ Incognito 10 08-24-2024 12:26 AM
LXer: Tails 2.3 Anonymous Live CD Gets Tor Browser 5.5.5, Tails 2.4 Coming June 7 LXer Syndicated Linux News 0 04-27-2016 05:12 AM
Tails help? armyranger516862006 Incognito 1 12-25-2014 02:24 PM
Help Verify Tails actinide Linux - Newbie 3 03-05-2014 09:19 AM
LXer: The Tails Project's The Amnesic Incognito Live System (Tails) LXer Syndicated Linux News 0 09-17-2011 01:51 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions

All times are GMT -5. The time now is 11:58 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration