LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 06-09-2020, 01:00 AM   #1
borishguy
LQ Newbie
 
Registered: Jun 2020
Posts: 4

Rep: Reputation: Disabled
How did I get Ubuntu VGA driver on debian system?


Hi there, linux newby here.

As you could probably guess, my vga isn't working properly.

lspci commands this:

03:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Picasso (rev c1)

Picasso is a vga compatible controller for mint and ubuntu. I have linux kali.

Any keying in does not render on the VGA card at all. Neither does scrolling. At times the VGA card will not render the whole screen.

Any suggestions, general direction, or even commands for how to properly remove this driver or forcibly write on top of this driver?????

Mind you, the AMD driver site indicates no debian driver or plug ins. Am I going to have to write the plug ins and driver on a Debian system?

Last edited by borishguy; 06-09-2020 at 01:01 AM. Reason: More information than what was needed.
 
Old 06-09-2020, 02:12 AM   #2
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
Quote:
Originally Posted by borishguy View Post
Picasso is a vga compatible controller for mint and ubuntu.
Nonsense. Picasso is the name of the device, has nothing to do with operating system.
What Debian version is Kali based on? It seems Picasso GPUs came out 2019, Linux generally needs a year to catch up with new hardware, Debian stable needs 2 years.
 
Old 06-09-2020, 02:19 AM   #3
mrmazda
LQ Guru
 
Registered: Aug 2016
Location: SE USA
Distribution: openSUSE 24/7; Debian, Knoppix, Mageia, Fedora, others
Posts: 5,823
Blog Entries: 1

Rep: Reputation: 2068Reputation: 2068Reputation: 2068Reputation: 2068Reputation: 2068Reputation: 2068Reputation: 2068Reputation: 2068Reputation: 2068Reputation: 2068Reputation: 2068
Upstream the name of the correct X driver package for your APU/GPU is xf86-video-amdgpu, and its name is amdgpu. Likely Kali uses the Debian/Ubuntu name xserver-xorg-video-amdgpu. If output of 'cat /proc/cmdline' reports nomodeset or radeon.modeset=0 use of this driver and the kernel driver of same name is blocked, leaving your GPU running on a crude fallback driver, either FBDEV or VESA, that doesn't work competently with a Ryzen. We need more information to be of more help. Start by pasting in here output from
Code:
inxi -SGxx
pastebinit /var/log/Xorg.0.log
 
1 members found this post helpful.
Old 06-09-2020, 07:29 AM   #4
borishguy
LQ Newbie
 
Registered: Jun 2020
Posts: 4

Original Poster
Rep: Reputation: Disabled
Neither commands were found. There is a 20.10 release on AMDs website for Linux GNU Ubuntu 18.04. I tried to install individual packages but it could not access the file or directory. I don't think it would work even if i got that to work simply because the fork that Kali has with Ubuntu. I am not sure what Debian stable it has either. All i know is that its a Radeon Vega 10 (I think). It will take some time for Debian to catch up. I made a copy of the sources.list file as a backup and update some of the experimental packages from Debian. Sometimes the root user password shows when accessing it through terminal. I was wondering if there was a more recent amdgpu driver on debian i could get it through that repository.
 
Old 06-09-2020, 09:21 AM   #5
mrmazda
LQ Guru
 
Registered: Aug 2016
Location: SE USA
Distribution: openSUSE 24/7; Debian, Knoppix, Mageia, Fedora, others
Posts: 5,823
Blog Entries: 1

Rep: Reputation: 2068Reputation: 2068Reputation: 2068Reputation: 2068Reputation: 2068Reputation: 2068Reputation: 2068Reputation: 2068Reputation: 2068Reputation: 2068Reputation: 2068
If Kali repo configuration cannot provide inxi, get it directly from its source. It's just an information gathering and presentation script. If pastebinit cannot be used, you can use a web browser to upload /var/log/Xorg.0.log to any number of hosting sites designed for such purposes, such as https://pastebin.com/. I don't use Kali, so cannot be more specific about any quirks or weaknesses that present obstacles to getting help when needed. If you're new to Linux, Kali is a poor choice for a first distro. If your hardware is newer than a few months after your distro is released, you're made an unfortunate distro choice. With recently introduced hardware, a very recent, or rolling release, or development version of a distro should be your choice, such as Debian Sid or Bullseye, or Fedora Rawhide, or openSUSE Tumbleweed.
 
Old 06-09-2020, 09:41 AM   #6
shruggy
Senior Member
 
Registered: Mar 2020
Posts: 3,670

Rep: Reputation: Disabled
Kali repos provide inxi and pastebinit.

@OP. If you cannot install the packages above from Kali repos then you haven't configured your system to do so. From the Kali docs:
Quote:
Default Off-line Install Values

During the Kali setup process, if you don’t have access to a network connection to reach a repository, you will perform an off-line installation of Kali. You will be limited to the packages & the version which is on the medium you installed Kali from. This will then configure Kali to continue to use this medium to install packages from, even after Kali has been installed. ​ This means you will not get any updates to packages, or any new additional tools, which can be frustrating.
+1 to choose another distro.

Last edited by shruggy; 06-09-2020 at 09:44 AM.
 
Old 06-12-2020, 03:16 AM   #7
borishguy
LQ Newbie
 
Registered: Jun 2020
Posts: 4

Original Poster
Rep: Reputation: Disabled
I reinstalled Linux from the same flash disk

It doesn't pixelate anymore after re-installing the operating system. I don't know what changed.
 
  


Reply



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
[SOLVED] Black screen, works on VGA to monitor but not on VGA to TV junkjunk Ubuntu 14 07-07-2009 05:32 AM
onboard VGA adapter Vs VGA Card mrpc_cambodia Linux - Hardware 6 12-31-2004 07:29 AM
if i get an nforce mobo with built-in VGA... will the built in vga work in linux? kublador Linux - Hardware 2 11-10-2003 08:26 PM
VGA to VGA cards Stephanie Linux - General 3 02-07-2003 08:46 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 12:40 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