LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian
User Name
Password
Debian This forum is for the discussion of Debian Linux.

Notices


Reply
  Search this Thread
Old 01-25-2019, 01:12 PM   #1
agar-agar
LQ Newbie
 
Registered: Jan 2019
Posts: 11

Rep: Reputation: Disabled
Half screen


Debian x64 is not free xfce. CPU / GPU Amd ryzen 3 2200g. Displayed on the floor of the screen. Question to you how to solve such problems. Where to see what drivers are used? Install / use open / closed drivers.
 
Old 01-25-2019, 01:18 PM   #2
mrmazda
LQ Guru
 
Registered: Aug 2016
Location: SE USA
Distribution: openSUSE 24/7; Debian, Knoppix, Mageia, Fedora, others
Posts: 5,828
Blog Entries: 1

Rep: Reputation: 2069Reputation: 2069Reputation: 2069Reputation: 2069Reputation: 2069Reputation: 2069Reputation: 2069Reputation: 2069Reputation: 2069Reputation: 2069Reputation: 2069
Code:
inxi -GxxSM
when run in an X session reports:
1-kernel driver
2-in use DDX driver
3-not in use DDX drivers
4-screen resolution
5-other X rendering info
6-kernel
7-machine configuration
8-PCI device ID and more

What does "on the floor of the screen" mean?
 
Old 01-25-2019, 01:24 PM   #3
agar-agar
LQ Newbie
 
Registered: Jan 2019
Posts: 11

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by mrmazda View Post
Code:
inxi -GxxSM
when run in an X session reports:
1-kernel driver
2-in use DDX driver
3-not in use DDX drivers
4-screen resolution
5-other X rendering info
6-kernel
7-machine configuration
8-PCI device ID and more

What does "on the floor of the screen" mean?
like that
Attached Thumbnails
Click image for larger version

Name:	t______________361.jpg
Views:	99
Size:	27.6 KB
ID:	29583  
 
Old 01-25-2019, 01:28 PM   #4
agar-agar
LQ Newbie
 
Registered: Jan 2019
Posts: 11

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by mrmazda View Post
Code:
inxi -GxxSM
when run in an X session reports:
1-kernel driver
2-in use DDX driver
3-not in use DDX drivers
4-screen resolution
5-other X rendering info
6-kernel
7-machine configuration
8-PCI device ID and more

What does "on the floor of the screen" mean?
https://pastebin.com/g1xJ76xY
 
Old 01-25-2019, 11:10 PM   #5
mrmazda
LQ Guru
 
Registered: Aug 2016
Location: SE USA
Distribution: openSUSE 24/7; Debian, Knoppix, Mageia, Fedora, others
Posts: 5,828
Blog Entries: 1

Rep: Reputation: 2069Reputation: 2069Reputation: 2069Reputation: 2069Reputation: 2069Reputation: 2069Reputation: 2069Reputation: 2069Reputation: 2069Reputation: 2069Reputation: 2069
Inxi output shows your X server is using a fallback (emergency/recovery mode) DDX driver named fbdev, provided by xserver-xorg-video-fbdev, and the driver your GPU requires, xserver-xorg-video-amdgpu, is not available. So the first thing to try is installing it:
Code:
sudo apt install xserver-xorg-video-amdgpu
and then restarting the X server or rebooting. It might be all you need. Please show output from:
Code:
cat /proc/cmdline
which may indicate a bootloader configuration change could be in order.
 
Old 01-26-2019, 03:24 AM   #6
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
some info about the laptop (manufacturer and model) please.
 
Old 01-26-2019, 03:40 AM   #7
mrmazda
LQ Guru
 
Registered: Aug 2016
Location: SE USA
Distribution: openSUSE 24/7; Debian, Knoppix, Mageia, Fedora, others
Posts: 5,828
Blog Entries: 1

Rep: Reputation: 2069Reputation: 2069Reputation: 2069Reputation: 2069Reputation: 2069Reputation: 2069Reputation: 2069Reputation: 2069Reputation: 2069Reputation: 2069Reputation: 2069
Quote:
Originally Posted by ondoho View Post
some info about the laptop (manufacturer and model) please.
Device: desktop Mobo: Micro-Star model: B350 PC MATE is in OP's inxi pastebin.
 
Old 01-26-2019, 04:04 AM   #8
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
^ but the screenshot suggests a toshiba laptop?
 
Old 01-26-2019, 04:57 AM   #9
agar-agar
LQ Newbie
 
Registered: Jan 2019
Posts: 11

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by ondoho View Post
^ but the screenshot suggests a toshiba laptop?
this is for example
 
Old 01-26-2019, 04:59 AM   #10
agar-agar
LQ Newbie
 
Registered: Jan 2019
Posts: 11

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by mrmazda View Post
Code:
cat /proc/cmdline
which may indicate a bootloader configuration change could be in order.
Code:
BOOT_IMAGE=/boot/vmlinuz-4.9.0-8-amd64 root=/dev/sda7 ro quiet
 
Old 01-26-2019, 05:02 AM   #11
agar-agar
LQ Newbie
 
Registered: Jan 2019
Posts: 11

Original Poster
Rep: Reputation: Disabled
[QUOTE=mrmazda;5953605]
Code:
sudo apt install xserver-xorg-video-amdgpu
Code:
Reading package lists... Done
Building dependency tree       
Reading state information... Done
xserver-xorg-video-amdgpu is already the newest version (1.2.0-1+b1).
xserver-xorg-video-amdgpu set to manually installed.
The following package was automatically installed and is no longer required:
  libevent-2.0-5
Use 'sudo apt autoremove' to remove it.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
 
Old 01-26-2019, 05:03 AM   #12
mrmazda
LQ Guru
 
Registered: Aug 2016
Location: SE USA
Distribution: openSUSE 24/7; Debian, Knoppix, Mageia, Fedora, others
Posts: 5,828
Blog Entries: 1

Rep: Reputation: 2069Reputation: 2069Reputation: 2069Reputation: 2069Reputation: 2069Reputation: 2069Reputation: 2069Reputation: 2069Reputation: 2069Reputation: 2069Reputation: 2069
Quote:
Originally Posted by agar-agar View Post
Code:
BOOT_IMAGE=/boot/vmlinuz-4.9.0-8-amd64 root=/dev/sda7 ro quiet
It is OK as is.
 
Old 01-26-2019, 05:09 AM   #13
mrmazda
LQ Guru
 
Registered: Aug 2016
Location: SE USA
Distribution: openSUSE 24/7; Debian, Knoppix, Mageia, Fedora, others
Posts: 5,828
Blog Entries: 1

Rep: Reputation: 2069Reputation: 2069Reputation: 2069Reputation: 2069Reputation: 2069Reputation: 2069Reputation: 2069Reputation: 2069Reputation: 2069Reputation: 2069Reputation: 2069
Please show us /var/log/Xorg.0.log. It probably has (EE) lines that provide clues to why the amdgpu DDX is not found. Is firmware-amd-graphics installed?
 
Old 01-26-2019, 05:14 AM   #14
agar-agar
LQ Newbie
 
Registered: Jan 2019
Posts: 11

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by mrmazda View Post
Please show us /var/log/Xorg.0.log. It probably has (EE) lines that provide clues to why the amdgpu DDX is not found. Is firmware-amd-graphics installed?
https://pastebin.com/7Emh1FWf
How do I know if firmware-amd-graphics is installed?
 
Old 01-26-2019, 05:17 AM   #15
mrmazda
LQ Guru
 
Registered: Aug 2016
Location: SE USA
Distribution: openSUSE 24/7; Debian, Knoppix, Mageia, Fedora, others
Posts: 5,828
Blog Entries: 1

Rep: Reputation: 2069Reputation: 2069Reputation: 2069Reputation: 2069Reputation: 2069Reputation: 2069Reputation: 2069Reputation: 2069Reputation: 2069Reputation: 2069Reputation: 2069
GPU/APU ID 1002:15dd indicates Raven Ridge, which is newer than the 4.9 Stretch kernel. You may need a newer kernel or distro to obtain the required hardware support.
 
  


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] Rsync half a directory to one folder, other half to another folder, based on name anon091 Linux - Newbie 25 01-21-2010 09:52 AM
LXer: KNDISwrapper is half-done, but far from half-baked LXer Syndicated Linux News 0 12-04-2008 01:41 AM
Beryl/Ati/XGL half working, half not! LDJ Ubuntu 4 04-23-2007 04:05 PM
Half command constant half reiterated? PLRCA2 Linux - General 1 10-27-2006 02:55 AM
how do I install half windows98 half linux? xandar Linux - General 3 09-07-2005 03:23 AM

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

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