LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook
User Name
Password
Linux - Laptop and Netbook Having a problem installing or configuring Linux on your laptop? Need help running Linux on your netbook? This forum is for you. This forum is for any topics relating to Linux and either traditional laptops or netbooks (such as the Asus EEE PC, Everex CloudBook or MSI Wind).

Notices


Reply
  Search this Thread
Old 07-03-2020, 11:59 AM   #1
borishguy
LQ Newbie
 
Registered: Jun 2020
Posts: 4

Rep: Reputation: Disabled
Kali Linux 64 VGA pixelation on Zenbook Radeon Picasso


Hello,

I am not quite amateur at Linux. I have Mint and Windows as well, but am trying to learn Kali as well. I've tried a couple different things pertaining to the VGA pixelation in Kali. I cannot seem to understand and am exhausted by reinstalling Kali so many times. Finally troubleshooted the aurio, don't know how i did that lol

Anyway about the VGA pixelation:

lspci -nn | grep VGA

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

Follow this to try to install driver for Radeon, its unstable but covers Picasso:

https://packages.debian.org/sid/firmware-amd-graphics

There are three files: 'control' 'md5sums' 'postinst'

./md5sums

permission denied I don't know what maintainer scripts are yet or where to look in which amdgpu directory

What is the next step?

I am guessing I have to build the debian package and its dependencies?

Problem Solved:

It had nothing to do with that, no new driver necessary, its a problem with xorg configuration. The configuration instructions are here:

lspci -nnk | grep -i -EA3 "3d|display|vga"

ls -l /etc/X11

mkdir ~/xorg-backup
sudo mv -v /etc/X11/xorg.conf ~/xorg-backup/
sudo mv -v /etc/X11/xorg.conf.d ~/xorg-backup/

sudo nano /etc/X11/xorg.conf

Section "Device"
Identifier "Radeon"
Driver "radeon"
Option "TearFree" "on"
EndSection


sudo mkdir /etc/X11/xorg.conf.d
sudo nano /etc/X11/xorg.conf.d/20-amdgpu.conf

Section "Device"
Identifier "AMD"
Driver "amdgpu"
Option "TearFree" "true"
EndSection

Courtesy per Neon Cipher on Youtube

Last edited by borishguy; 07-03-2020 at 12:38 PM.
 
Old 07-03-2020, 12:41 PM   #2
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,633

Rep: Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965
Quote:
Originally Posted by borishguy View Post
Hello,
I am not quite amateur at Linux. I have Mint and Windows as well, but am trying to learn Kali as well. I've tried a couple different things pertaining to the VGA pixelation in Kali. I cannot seem to understand and am exhausted by reinstalling Kali so many times. Finally troubleshooted the aurio, don't know how i did that lol

Anyway about the VGA pixelation:
Code:
lspci -nn | grep VGA 
03:00.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] Picasso [1002:15d8] (rev c1)
Follow this to try to install driver for Radeon, its unstable but covers Picasso: https://packages.debian.org/sid/firmware-amd-graphics

There are three files: 'control' 'md5sums' 'postinst'
./md5sums

permission denied I don't know what maintainer scripts are yet or where to look in which amdgpu directory What is the next step? I am guessing I have to build the debian package and its dependencies?
Read the Kali links in my posting signature. Kali is for experienced Linux users, and then to be used for security and pentesting only...not for daily use. Their own website tells you this. If you already have Mint, why are you wanting to install Kali?? There is no 'learn Kali'...it is only another Linux distro, that has built-in tools/customizations for security and pentesting. There is nothing to 'learn', except for those tools...which you can also install on Mint.

WHY do you want to use Kali? And is there a reason you can't load it in Virtualbox, and use it as intended???
 
Old 07-04-2020, 04:59 AM   #3
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
Problem Solved:

It had nothing to do with that, no new driver necessary, its a problem with xorg configuration. The configuration instructions are here:

lspci -nnk | grep -i -EA3 "3d|display|vga"

ls -l /etc/X11

mkdir ~/xorg-backup
sudo mv -v /etc/X11/xorg.conf ~/xorg-backup/
sudo mv -v /etc/X11/xorg.conf.d ~/xorg-backup/

sudo nano /etc/X11/xorg.conf

Section "Device"
Identifier "Radeon"
Driver "radeon"
Option "TearFree" "on"
EndSection


sudo mkdir /etc/X11/xorg.conf.d
sudo nano /etc/X11/xorg.conf.d/20-amdgpu.conf

Section "Device"
Identifier "AMD"
Driver "amdgpu"
Option "TearFree" "true"
EndSection

Courtesy per Neon Cipher on Youtube
Half of this makes no sense at all.
But you apparently did manage to create 2 new .conf files in /etc/X11, and that apparently helped.

Quote:
Originally Posted by borishguy View Post
I am not quite amateur at Linux.
Are you saying you're a Linux professional?
I've been using Linux for 7 years and still don't call myself anything but an amateur, although I do make a little money with it.
 
  


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
Totem brightness too low and VLC pixelation problems when scrubbing road hazard Linux - Newbie 4 08-11-2017 06:29 PM
Failed to fetch http://http.kali.org/kali/dists/kali/Release.gpg aymeric75 Linux - General 2 07-11-2015 05:10 AM
KDE konsole pixelation problem stormtracknole Slackware 8 07-11-2009 03:05 PM
s-video VGA compatible controller: ATI Technologies Inc Radeon Mobility M7 LW [Radeon driftboy Linux - Hardware 2 05-25-2009 10:23 PM
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

LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook

All times are GMT -5. The time now is 01:54 PM.

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