AMD Graphics Driver + Printer Drivers +Video downloaders.

4 risposte [Ultimo contenuto]
john.rook
Offline
Iscritto: 04/08/2018

AMD Graphics Driver + Printer Drivers.

I recently installed Trisquel on an Acer Aspire 1, with intel graphics – thanks for everyone's help/input. I'm beginning to realise that there'll be several other issues to navigate as I progress.

Friend who suggested Trisquel said it wouldn't work on my main computer as it has an AMD radeon graphics driver (it doesn't work well & computer runs extremely hot). However, after delving into his complex mind of information without annoying him too much, he did say that it might possibly work with a different kernel (not 100% sure what this entails exactly). So:

1. Has anyone here had success with an AMD graphics driver computer after installing a new 'kernel'? If there are places I can go to find this out, just point me in the right direction as I don't want to waste everyone's time with subjects already covered on the forum.

2. Where is the best place to go to find printer drivers? I can't use my mono laser printer with Trisquel at the moment.

3. Recommendations for a video downloader, so I can download a video from You- Tube without 'signing in' (not everything is on BitChute & D-Tube yet).

Lastly, if I can't get my AMD computer to run with Trisquel, any recommendations for a simple, not too compromised non-free linux system that may work? (If this is inappropriate/contentious on this forum, let me know & I'll post this separately on the other Trisquel related forum).

Thanks everyone.

chaosmonk

I am a member!

I am a translator!

Offline
Iscritto: 07/07/2017

> 1. Has anyone here had success with an AMD graphics driver computer
> after installing a new 'kernel'? If there are places I can go to
> find this out, just point me in the right direction as I don't want
> to waste everyone's time with subjects already covered on the
> forum.

I don't know if this will solve your problem, but you can get the newest linux-libre kernel from jxself's repo. https://jxself.org/linux-libre/

> 2. Where is the best place to go to find printer drivers? I can't
> use my mono laser printer with Trisquel at the moment.

Try running 'sudo apt install printer-driver-all' and see if your printer starts working.

> 3. Recommendations for a video downloader, so I can download a
> video from You- Tube without 'signing in' (not everything is on
> BitChute & D-Tube yet).

For just downloading, youtube-dl is a good command line tool in the repo. avideo does the same thing, but avoids running non-free javascript in the background. It isn't in the repo, but you can build it from here: https://notabug.org/GPast/avideo

For browsing and streaming from YouTube, I recommend youtube-viewer. It includes bothe the command line tool youtube-viewer and the graphical tool gtk-youtube-viewer. https://github.com/trizen/youtube-viewer

You can install it from a PPA

$ sudo add-apt-repository ppa:nilarimogard/webupd8
$ sudo apt update
$ sudo apt install youtube-viewer

Note that unlike installing from the Trisquel repo, when you install from a PPA you'll need to check the license yourself to know that the software is free.

> Lastly, if I can't get my AMD computer to run with Trisquel, any
> recommendations for a simple, not too compromised non-free linux
> system that may work? (If this is inappropriate/contentious on this
> forum, let me know & I'll post this separately on the other
> Trisquel related forum).

You should certainly be able to get Trisquel to "run," but it indeed possible that not all hardware will work without non-free firmware. The most common hardware to require non-free firmware is the WiFi card. This is the case with my computer, so instead I use a USB wireless adapter for which there is free firmware. https://www.thinkpenguin.com/gnu-linux/penguin-wireless-n-usb-adapter-gnu-linux-tpe-n150usb

I don't know whether there is a free driver for your GPU, but it is worth trying the latest kernel. It would be against community guidelines to help you install proprietary software, but Trisquel imposes no restrictions on what you can or can't install on your machine, free or proprietary.

Magic Banana

I am a member!

I am a translator!

Online
Iscritto: 07/24/2010

Just three additions to mason's excellent reply:

  • If your computer has Intel graphics integrated to the processor, you can use that instead of the video card; it would work much better (but AMD video cards usually come with AMD processors...);
  • You can install the driver for the printer (and youtube-viewer) in the live session to test whether that is working; no need to install Trisquel to test it;
  • There are other solution to download/play videos from YouTube and more: https://trisquel.info/en/wiki/play-videos-without-using-flash (I personally use ViewTube and ViewTube+).
john.rook
Offline
Iscritto: 04/08/2018

Thank you Magic Banana - again very cool bananas - I'll follow this all up & see how I go.

john.rook
Offline
Iscritto: 04/08/2018

Sorry, I meant thank you Mason & Magic Banana - again very cool bananas - I'll follow this all up & see how I go