Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[Solved] Xorg no screen found
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
AngryZpUa
n00b
n00b


Joined: 23 Oct 2018
Posts: 7
Location: Ukraine, Zaporizhia

PostPosted: Tue Oct 23, 2018 6:27 pm    Post subject: [Solved] Xorg no screen found Reply with quote

Excuse me for this topic but i am beginner in Gentoo.
I have PC with AMD Radeon RX560 videocard and monitor that has only VGA connector and connected to videocard with HDMI-VGA adapter. I install Gentoo on my PC then install XFCE but when i try to start xfce with startxfce4 command i got next error message:
Quote:
Fatal server error:
[ 50.433] (EE) no screens found(EE)
[ 50.433] (EE)
Please consult the The X.Org Foundations support
at http://wiki.x.org
for help.

Then I check my video card driver with command lspci | grep VGA and get next output:
Quote:
01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Baffin
[Radeon RX 560] (rev cf)

Then i install xrandr to check screen and get next output:
Quote:
Can't open display

After this I read forum and found solution for NVIDIA cards but not for AMD. Now I have no idea how solve this problem.

Maybe my make.conf file will be usefull:
Quote:
CFLAGS="-march=ivybridge -mno-avx -mno-aes -mno-rdrnd -O2 -pipe"
CXXFLAGS="${CFLAGS}"
MAKEOPTS="-j2"
PORTDIR="/usr/portage"
DISTDIR="/usr/portage/distfiles"
PKGDIR="/usr/portage/packages"
LC_MESSAGES=C
GENTOO_MIRRORS="http://ftp.halifax.rwth-aachen.de/gentoo/ ftp://ftp.halifax.rwth-aachen.de/gentoo/ rsync://ftp.halifax.rwth-aachen.de/gentoo/"
USE="apm cgi cvs djvu -dvd -dvdr -emboss ffmpeg -fortran git hddtemp -ipv6 jack javascript joystick jpeg lame lm_sensors matroska modules -multilib -pam quicktime sound sqlite svga vcd"
VIDEO_CARDS="amdgpu radeonsi"
INPUT_DEVICES="libinput keyboard mouse"
ALSA_CARDS="hda-intel"



P.S. Sorry for my bad english.


Last edited by AngryZpUa on Thu Oct 25, 2018 4:44 pm; edited 1 time in total
Back to top
View user's profile Send private message
littletux
n00b
n00b


Joined: 08 Dec 2003
Posts: 74

PostPosted: Tue Oct 23, 2018 6:34 pm    Post subject: Reply with quote

with this https://wiki.gentoo.org/wiki/AMDGPU you should be able to bring your videocard up and running

But I have seen you have at least two useflags missing in your USE section

X xorg is missing. you have to add this both flags and then do
Code:
emerge -uDN world


Last edited by littletux on Tue Oct 23, 2018 6:37 pm; edited 1 time in total
Back to top
View user's profile Send private message
AngryZpUa
n00b
n00b


Joined: 23 Oct 2018
Posts: 7
Location: Ukraine, Zaporizhia

PostPosted: Tue Oct 23, 2018 6:35 pm    Post subject: Reply with quote

Install SDDM and after change /etc/conf.d/xdm
Quote:
DISPLAYMANAGER="sddm"
but its not help me.

littletux wrote:
with this https://wiki.gentoo.org/wiki/AMDGPU you should be able to bring your videocard up and running

I install my videocard with this manual when install Gentoo. Possible problem with my HDMI monitor?
Back to top
View user's profile Send private message
littletux
n00b
n00b


Joined: 08 Dec 2003
Posts: 74

PostPosted: Tue Oct 23, 2018 6:46 pm    Post subject: Reply with quote

No the HDMI Monitor should not be a problem but as described before you need to add the useflags.
Back to top
View user's profile Send private message
AngryZpUa
n00b
n00b


Joined: 23 Oct 2018
Posts: 7
Location: Ukraine, Zaporizhia

PostPosted: Tue Oct 23, 2018 6:58 pm    Post subject: Reply with quote

littletux wrote:
No the HDMI Monitor should not be a problem but as described before you need to add the useflags.

I add two USE flags X and xorg to make.conf then i write command emerge -uDN world but nothing happends. Output here:
Quote:
Calculating dependencies... done!
>>> Auto-cleaning packages...

>>> No outdated packages were found on your system.

Then i try this emerge --ask --update --newuse --deep @world but get this:
Quote:
These are the packages that would be merged, in order:

Calculating dependencies... done!

Nothing to merge; quitting.


Posible this flags is default flags in eselect desktop profile.
Back to top
View user's profile Send private message
littletux
n00b
n00b


Joined: 08 Dec 2003
Posts: 74

PostPosted: Tue Oct 23, 2018 7:17 pm    Post subject: Reply with quote

Oh yes ok could be. I normally use the standard profile and no desktop profile so i have to define all flags myself.

what happens if you do a
Code:
modprobe amdgpu

do you have error / warning?
normally this should be done automagically by the kernel but if the module is missing or not correct implemented with the firmware in kernel it can't be loaded

also have a look at
Code:
dmesg

there could you see some useful informations about your card after a unsuccessfull start
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30894
Location: here

PostPosted: Tue Oct 23, 2018 7:20 pm    Post subject: Reply with quote

You can post full /var/log/Xorg.0.log with wgetpaste and also output of grep CONFIG_DRM /usr/src/linux/.config command?
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
AngryZpUa
n00b
n00b


Joined: 23 Oct 2018
Posts: 7
Location: Ukraine, Zaporizhia

PostPosted: Tue Oct 23, 2018 8:16 pm    Post subject: Reply with quote

littletux wrote:
Oh yes ok could be. I normally use the standard profile and no desktop profile so i have to define all flags myself.

what happens if you do a
Code:
modprobe amdgpu

do you have error / warning?
normally this should be done automagically by the kernel but if the module is missing or not correct implemented with the firmware in kernel it can't be loaded

also have a look at
Code:
dmesg

there could you see some useful informations about your card after a unsuccessfull start

After modprobe amdgpu nothing happend at all.
When i read dmesg i found this:
Quote:

[ 0.323774] [drm] amdgpu kernel modesetting enabled.
[ 0.332086] checking generic (a0000 10000) vs hw (e0000000 10000000)
[ 0.332087] bf: switching to amdgpudrmfb from VGA16 VGA
[ 0.349398] Console: switching to color VGA+ 80x25
[ 0.350227] [drm] initializing kernel modesetting (POLARIS11 0x1002:0x67FF 0x1DA2:0xE348 0XCF).
[ 0.350531] [drm] register mmio base: 0xF7E00000
[ 0.350701] [drm] register mmio size: 262144
[ 0.350878] [drm] probing gen 2 caps for device 8086:151 = 261ad02/6
[ 0.351060] [drm] probing mlw for device 8086:151 = 261ad02
[ 0.351235] [drm] UVD is enabled in VM mode
[ 0.351405] [drm] VCE enabled in VM mode
[ 0.352304] amdgpu 0000:01:00.0: Invalid PCI ROM header sihnature: expecting 0xaa55, got 0xffff
[ 0.352812] [drm] GPU post is not needed
[ 0.353088] [drm] vm size is 64 GB, block size is 13 bit, fragment size is 4-bit
[ 0.353396] amdgpu 0000:01:00.0: Direct firmware load for amdgpu/polaris_11mc.bin failed with error -2
[ 0.353694] mc: Failed to load firmware "amdgpu/polaris11_mc.bin"
[ 0.353868] [drm:gmc_v8_0_sw_init] *ERROR* Failed to load mc firmware!
[ 0.354050] [drm:amdgpu_device_init] *ERROR* sw_init of IP block <gmc_v8_0> failed -2
[ 0.354348] amdgpu 0000:01:00.0: amdgpu_init failed
[ 0.354518] amdgpu 0000:01:00.0: Fatal error during GPU init
[ 0.354688] [drm] amdgpu: finishing device.
[ 0.354858] [TTM] Memory type 2 has not been initialized
[ 0.355284] amdgpu: probe of 0000:01:00.0 failed with error -2
Back to top
View user's profile Send private message
AngryZpUa
n00b
n00b


Joined: 23 Oct 2018
Posts: 7
Location: Ukraine, Zaporizhia

PostPosted: Wed Oct 24, 2018 12:37 am    Post subject: Reply with quote

fedeliallalinea wrote:
You can post full /var/log/Xorg.0.log with wgetpaste and also output of grep CONFIG_DRM /usr/src/linux/.config command?


My /var/log/Xorg.0.log
Quote:

[ 23.488] (--) Log file renamed from "/var/log/Xorg,pid-2821.log" to "/var/log/Xorg.0.log"
[ 23.488]
X.Org X Server 1.19.5
Release Date: 2017-10-12
[ 23.488] X Protocol Version 11, Revision 0
[ 23.488] Build Operating System: Linux 4.14.65-gentoo x86_64 Gentoo
[ 23.488] Current Operating System: Linux h61m 4.14.65-gentoo #1 SMP Tue Oct 23 14:12:16 EEST 2018 x86_64
[ 23.488] Kernel command line: auto BOOT_IMAGE=gentoo ro root=803 video=HDMI-1:e
[ 23.488] Build Date: 23 October 2018 11:0829PM
[ 23.488]
[ 23.488] Current version of pixman: 0.34.0
[ 23.488] Before reporting problems, check http://wiki.x.org to make sure that you have the latest version.
[ 23.488] Markers: (--) probed, (**) from config file, (==) default settings, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 23.488] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Oct 24 02:32:11 2018
[ 23.584] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 23.584] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 23.650] (==) No Layout section. Using the first Screen section.
[ 23.650] (==) No screen section available. Using defaults.
[ 23.650] (**) |-->Screen "Default Screen Section" (0)
[ 23.650] (**) | |-->Monitor "<default monitor>"
[ 23.650] (==) No monitor specified for screen "Default Screen Section". Using a default monitor configuration.
[ 23.650] (==) Automatically adding devices
[ 23.650] (==) Automatically enabling devices
[ 23.650] (==) Automatically adding GPU devices
[ 23.650] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 23.658] (WW) The directory "/usr/share/fonts/misc/" does not exist
[ 23.658] Entry deleted from font path
[ 23.658] (WW) The directory "/usr/share/fonts/TTF/" does not exist
[ 23.658] Entry deleted from font path
[ 23.658] (WW) The directory "/usr/share/fonts/OTF/" does not exist
[ 23.658] Entry deleted from font path
[ 23.658] (WW) The directory "/usr/share/fonts/Type1" does not exist
[ 23.658] Entry deleted from font path
[ 23.658] (WW) The directory "/usr/share/fonts/100dpi" does not exist
[ 23.658] Entry deleted from font path
[ 23.658] (WW) The directory "/usr/share/fonts/75dpi" does not exist
[ 23.658] Entry deleted from font path
[ 23.658] (==) FontPath set to:

[ 23.658] (==) ModulePath set to "/usr/lib64/xorg/modules"
[ 23.658] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure idev or disable AutoAddDevices.
[ 23.658] (II) Loader magic: 0x560efb37bc20
[ 23.658] (II) Module ABI versions:
[ 23.658] X.Org ANSI C Emulation: 0.4
[ 23.658] X.Org Video Driver: 23.0
[ 23.568] X.Org XInput driver : 24.1
[ 23.568] X.Org Server Extension : 10.0
[ 23.659] (--) PCI:*(0:1:0:0) 1002:67ff:1da2:e348 rev207, Mem @ 0xe0000000/268435456, 0xf0000000/2097152, 0xf7e00000/262144, I/O @ 0x0000e00/256, BIOS @ 0x????????/131072
[ 23.659] (II) LoadModule: "glx"
[ 23.686] (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so
[ 23.933] (II) Module glx: vendor="X.Org Foundation"
[ 23.933] compiled for 1.19.5, module version = 1.0.0
[ 23.933] ABI class: X.Org Server Extension, version 10.0
[ 23.933] (==) Matched ati as autoconfigured driver 0
[ 23.933] (==) Matched modesetting as autoconfigured driver 1
[ 23.933] (==) Matched fbdev as autoconfigured driver 2
[ 23.933] (==) Matched vesa as autoconfigured driver 3
[ 23.933] (==) Assigned the driver to the xf86ConfigLayout
[ 23.933] (II) LoadModule: "ati"
[ 23.933] (II) Loading /usr/lib64/xorg/modules/drivers/ati_drv.so
[ 23.948] (II) Module ati: vendor="X.Org Foundation"
[ 23.948] compiled for 1.19.5, module version = 18.0.1
[ 23.948] Module class: X.Org Video Driver
[ 23.948] ABI class: X.Org Video Driver, version 23.0
[ 23.948] (II) LoadModule: "radeon"
[ 23.948] (II) Loading /usr/lib64/xorg/modules/drivers/radeon_drv.so
[ 24.022] (II) Module radeon: vendor="X.Org Foundation"
[ 24.022] compiled for 1.19.5, module version = 18.0.1
[ 24.022] Module class: X.Org Video Driver
[ 24.022] ABI class: X.Org Video Driver, version 23.0
[ 24.022] (II) LoadModule: "modesetting"
[ 24.022] (II) Loading /usr/lib64/xorg/modules/drivers/modesetting_drv.so
[ 24.029] (II) Module modesetting: vendor="X.Org Foundation"
[ 24.029] compiled for 1.19.5, module version = 1.19.5
[ 24.029] Module class: X.Org Video Driver
[ 24.029] ABI class: X.Org Video Driver, verson 23.0
[ 24.029] (II) LoadModule: "fbdev"
[ 24.029] (WW) Warning, couldn't open module fbdev
[ 24.029] (II) UnloadModule: "fbdev"
[ 24.029] (II) Unloading fbdev
[ 24.029] (EE) Failed to load module "fbdev" (module does not exist, 0)
[ 24.029] (II) LoadModule: "vesa"
[ 24.029] (WW) Warning, couldn't open module vesa
[ 24.029] (II) UnloadModule: "vesa"
[ 24.029] (II) Unloading vesa
[ 24.029] (EE) Failed to load module "vesa" (module does not exist, 0)
[ 24.029] (II) RADEON: Driver for ATI/AMD Radeon chipsets:
ATI Radeon Mobility X600 (M24), ATI FireMV 2400,
ATI Radeon Mobility X300 (M24), ATI FireGL M24 GL,
ATI Radeon X600 (RV380), ATI FireGL V3200 (RV380),
ATI Radeon IGP320 (A3), ATI Radeon IGP330/340/350 (A4),
ATI Radeon 9500, ATI Radeon 9600TX, ATI FireGL Z1, ATI Radeon 9800SE,
ATI Radeon 9800, ATI FireGL X2, ATI Radeon 9600, ATI Radeon 9600SE,
ATI Radeon 9600XT, ATI FireGL T2, ATI Radeon 9650, ATI FireGL RV360,
ATI Radeon 7000IGP (A4+), ATI Radeon 8500 AIW,
ATI Radeon IGP320M (U1), ATI Radeon IGP330M/340M/350M (U2),
ATI Radeon Mobility 7000 IGP, ATI Radeon 9000/PRO, ATI Radeon 9000,
ATI Radeon X800 (R420), ATI Radeon X800PRO (R420),
ATI Radeon X800SE (R420), ATI FireGL X3 (R420),
ATI Radeon Mobility 9800 (M18), ATI Radeon X800 SE (R420),
ATI Radeon X800XT (R420), ATI Radeon X800 VE (R420),
ATI Radeon X850 (R480), ATI Radeon X850 XT (R480),
ATI Radeon X850 SE (R480), ATI Radeon X850 PRO (R480),
ATI Radeon X850 XT PE (R480), ATI Radeon Mobility M7,
ATI Mobility FireGL 7800 M7, ATI Radeon Mobility M6,
ATI FireGL Mobility 9000 (M9), ATI Radeon Mobility 9000 (M9),
ATI Radeon 9700 Pro, ATI Radeon 9700/9500Pro, ATI FireGL X1,
ATI Radeon 9800PRO, ATI Radeon 9800XT,
ATI Radeon Mobility 9600/9700 (M10/M11),
ATI Radeon Mobility 9600 (M10), ATI Radeon Mobility 9600 (M11),
ATI FireGL Mobility T2 (M10), ATI FireGL Mobility T2e (M11),
ATI Radeon, ATI FireGL 8700/8800, ATI Radeon 8500, ATI Radeon 9100,
ATI Radeon 7500, ATI Radeon VE/7000, ATI ES1000,
ATI Radeon Mobility X300 (M22), ATI Radeon Mobility X600 SE (M24C),
ATI FireGL M22 GL, ATI Radeon X800 (R423), ATI Radeon X800PRO (R423),
ATI Radeon X800LE (R423), ATI Radeon X800SE (R423),
ATI Radeon X800 XTP (R430), ATI Radeon X800 XL (R430),
ATI Radeon X800 SE (R430), ATI Radeon X800 (R430),
ATI FireGL V7100 (R423), ATI FireGL V5100 (R423),
ATI FireGL unknown (R423), ATI Mobility FireGL V5000 (M26),
ATI Mobility Radeon X700 XL (M26), ATI Mobility Radeon X700 (M26),
ATI Radeon X550XTX, ATI Radeon 9100 IGP (A5),
ATI Radeon Mobility 9100 IGP (U3), ATI Radeon XPRESS 200,
ATI Radeon XPRESS 200M, ATI Radeon 9250, ATI Radeon 9200,
ATI Radeon 9200SE, ATI FireMV 2200, ATI Radeon X300 (RV370),
ATI Radeon X600 (RV370), ATI Radeon X550 (RV370),
ATI FireGL V3100 (RV370), ATI FireMV 2200 PCIE (RV370),
ATI Radeon Mobility 9200 (M9+), ATI Mobility Radeon X800 XT (M28),
ATI Mobility FireGL V5100 (M28), ATI Mobility Radeon X800 (M28),
ATI Radeon X850, ATI unknown Radeon / FireGL (R480),
ATI Radeon X800XT (R423), ATI FireGL V5000 (RV410),
ATI Radeon X700 XT (RV410), ATI Radeon X700 Pro (RV410),
ATI Radeon X700 SE (RV410), ATI Radeon X700 (RV410),
ATI Radeon X1800, ATI Mobility Radeon X1800 XT,
ATI Mobility Radeon X1800, ATI Mobility FireGL V7200,
ATI FireGL V7200, ATI FireGL V5300, ATI Mobility FireGL V7100,
ATI FireGL V7300, ATI FireGL V7350, ATI Radeon X1600, ATI RV505,
ATI Radeon X1300/X1550, ATI Radeon X1550, ATI M54-GL,
ATI Mobility Radeon X1400, ATI Radeon X1550 64-bit,
ATI Mobility Radeon X1300, ATI Radeon X1300, ATI FireGL V3300,
ATI FIreGL V3350, ATI Mobility Radeon X1450,
ATI Mobility Radeon X2300, ATI Mobility Radeon X1350,
ATI FireMV 2250, ATI Radeon X1650, ATI Mobility FireGL V5200,
ATI Mobility Radeon X1600, ATI Radeon X1300 XT/X1600 Pro,
ATI FireGL V3400, ATI Mobility FireGL V5250,
ATI Mobility Radeon X1700, ATI Mobility Radeon X1700XT,
ATI FireGL V5200, ATI Radeon X2300HD, ATI Mobility Radeon HD 2300,
ATI Radeon X1950, ATI Radeon X1900, ATI AMD Stream Processor,
ATI RV560, ATI Mobility Radeon X1900, ATI Radeon X1950 GT, ATI RV570,
ATI FireGL V7400, ATI Radeon 9100 PRO IGP,
ATI Radeon Mobility 9200 IGP, ATI Radeon X1200, ATI RS740,
ATI RS740M, ATI Radeon HD 2900 XT, ATI Radeon HD 2900 Pro,
ATI Radeon HD 2900 GT, ATI FireGL V8650, ATI FireGL V8600,
ATI FireGL V7600, ATI Radeon 4800 Series, ATI Radeon HD 4870 x2,
ATI Radeon HD 4850 x2, ATI FirePro V8750 (FireGL),
ATI FirePro V7760 (FireGL), ATI Mobility RADEON HD 4850,
ATI Mobility RADEON HD 4850 X2, ATI FirePro RV770,
AMD FireStream 9270, AMD FireStream 9250, ATI FirePro V8700 (FireGL),
ATI Mobility RADEON HD 4870, ATI Mobility RADEON M98,
ATI FirePro M7750, ATI M98, ATI Mobility Radeon HD 4650,
ATI RV730 (AGP), ATI Mobility Radeon HD4670,
ATI FirePro M5750, ATI RV730XT [Radeon HD 4670], ATI RADEON E4600,
ATI Radeon HD 4600 Series, ATI RV730 PRO [Radeon HD 4650],
ATI FirePro V7750 (FireGL), ATI FirePro V5700 (FireGL),
ATI FirePro V3750 (FireGL), ATI Mobility Radeon HD 4830,
ATI Mobility Radeon HD 4850, ATI FirePro M7740, ATI RV740,
ATI Radeon HD 4770, ATI Radeon HD 4700 Series, ATI RV610,
ATI Radeon HD 2400 XT, ATI Radeon HD 2400 Pro,
ATI Radeon HD 2400 PRO AGP, ATI FireGL V4000, ATI Radeon HD2350,
ATI Mobility Rdeon HD 2400 XT, ATI Mobility Radeon HD 2400,
ATI RADEON E2400, ATI FireMV 2260, ATI RV670, ATI Radeon HD3870,
ATI Mobility Radeon HD 3850, ATI Radeon HD3850,
ATI Mobility Radeon HD 3850 X2, ATI Mobility Radeon HD 3870,
ATI Mobility Radeon HD 3870 X2, ATI Radeon HD3870 X2,
ATI FireGL V7700, ATI Radeon HD3690, AMD Firedtream 9170,
ATI Radeon HD 4550, ATI Radeon RV710, ATI Radeon HD 4350,
ATI Mobility Radeon 4300 Series, ATI Mobility Radeon 4500 Series,
ATI FirePro RG220, ATI Mobility Radeon 4330, ATI RV630,
ATI Mobility Radeon HD 2600, ATI Mobility Radeon HD 2600 XT,
ATI Radeon HD 2600 XT AGP, ATI Radeon HD 2600 Pro AGP,
ATI Radeon HD 2600XT, ATI Radeon HD 2600 Pro, ATIGemini RV630,
ATI Gemini Mobility Radeon HD 2600 XT, ATI FireGL V5600,
ATI FireGL V3600, ATI Radeon HD 2600 LE,
ATI Mobility FireGL Graphics Processor, ATI Radeon HD 3470,
ATI Mobility Radeon HD 3430, ATI Mobility Radeon HD 3400 Series,
ATI Radeon HD 3450, ATI Radeon HD 3430, ATI FirePro V3700,
ATI Fire MV 2450, ATI Radeon HD 3600 Series, ATI Radeon HD 3650 AGP,
ATI Radeon HD3600 PRO, ATI Radeon HD 3600 XT,
ATI Mobility Radeon HD 3650, ATI Mobility Radeon HD 3670,
ATI Mobility FireGL V5700, ATI Mobility FireGL V5725,
ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
ATI Radeon HD 3300 Graphics, ATI Radeon 3000 Graphics, SUMO, SUMO2,
ATI Radeon HD 4200, ATI Radeon 4100, ATI Mobility Radeon HD 4200,
ATI Mobility Radeon 4100, ATI Radeon HD 4290, ATI Radeon HD 4250,
AMD Radeon HD6310 Graphics, AMD Radeon HD 6250 Graphics,
AMD Radeon HD 6300 Series Graphics,
AMD Radeon HD 6200 Series Graphics, PALM, CYPRESS,
ATI FirePro (FireGL) Graphics Adapter, AMD FireStream 9370,
AMD Firestream 9350, ATI Radeon HD 5800 Series,
ATI Radeon HD 5900 Series, ATI Mobility Radeon HD 5800 Series,
ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series,
ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon HD 5570,
ATI Radeon HD 5670, ATI Radeon HD 5570, ATI Radeon HD 5500 Series,
REDWOOD, ATI Mobility Radeon Graphics, CEDAR, ATI FirePro 2270,
ATI Radeon HD 5450, CAYMAN, AMD Radeon HD 6900 Series,
AMD Radeon HD 6900M Series, Mobility Radeon Hd 6000 Series, BARTS,
AMD Radeon HD 6800 Series, AMD Radeon HD 6700 Series, TURKS, CAICOS,
ARUBA, TAHITI, PITCAIRN, VERDE, OLAND, HAIHAN, BONAIRE, KABINI,
MULLINS, KAVERY, HAWAII
[ 24.031] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 24.031] (++) using VT number 7

[ 24.038] (EE) open /dev/dri/card0: No such file or directory
[ 24.038] (WW) Failing back to old probe method for modesetting
[ 24.038] (EE) open /dev/dri/card0: No such file or directory
[ 24.038] (EE) Screen 0 deleted because of no matching config section.
[ 24.038] (II) UnloadModule: "modesetting"
[ 24.038] (EE) Device(s) detected, but none match those in the config file.
[ 24.038] (EE)
Fatal server error:
[ 24.038] (EE) no screens found(EE)
[ 24.038] (EE)
Please consult the The X.Org Foundation support
at http://wiki.x.org
for help.
[ 24.038] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[ 24.038] (EE)
[ 24.042] (EE) Server terminated with error (1). Closing log file.


Result of command grep CONFIG_DRM /usr/src/linux/.config here:
Quote:

CONFIG_DRM=y
# CONFIG_DRM_DP_AUX_CHARDEV is not set
# CONFIG_DRM_DEBUG_MM is not set
# CONFIG_DRM_DEBUG_MM_SELFTEST is not set
CONFIG_DRM_KMS_HELPER=y
CONFIG_DRM_KMS_FB_HELPER=y
CONFIG_DRM_FBDEV_EMULATION=y
CONFIG_DRM_FBDEV_OVERALLOC=100
# CONFIG_DRM_LOAD_EDIT_FIRMWARE is not set
CONFIG_DRM_TTM=y
# CONFIG_DRM_I2C_CH7006 is not set
# CONFIG_DRM_I2C_SIL164 is not set
# CONFIG_DRM_I2C_NXP_TDA998X is not set
# CONFIG_DRM_RADEON is not set
CONFIG_DRM_AMDGPU=y
# CONFIG_DRM_AMDGPU_SI is not set
# CONFIG_DRM_AMDGPU_CIK is not set
# CONFIG_DRM_AMDGPU_USERPTR is not set
# CONFIG_DRM_AMDGPU_GART_DEBUGFS is not set
# CONFIG_DRM_AMD_ACP is not set
# CONFIG_DRM_NOUVEAU is not set
# CONFIG_DRM_I915 is not set
# CONFIG_DRM_VGEM is not set
# CONFIG_DRM_VMWGFX is not set
# CONFIG_DRM_GMA500 is not set
# CONFIG_DRM_UDL is not set
# CONFIG_DRM_AST is not set
# CONFIG_DRM_MGAG2000 is not set
# CONFIG_DRM_CIRRUS_QEMU is not set
# CONFIG_DRM_QXL is not set
# CONFIG_DRM_BOCHS is not set
CONFIG_DRM_PANEL=y
CONFIG_DRM_BRIDGE=y
CONFIG_DRM_PANEL_BRIDGE=y
# CONFIG_DRM_ANALOGIX_ANX78XX is not set
# CONFIG_DRM_HISI_HIBMC is not set
# CONFIG_DRM_TINYDRM is not set
# CONFIG_DRM_LEGACY is not set
# CONFIG_DRM_LIB_RANDOM is not set
Back to top
View user's profile Send private message
Ant P.
Watchman
Watchman


Joined: 18 Apr 2009
Posts: 6920

PostPosted: Wed Oct 24, 2018 12:50 am    Post subject: Reply with quote

The error says your firmware is missing. Go back to the wiki and follow this and this again.
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30894
Location: here

PostPosted: Wed Oct 24, 2018 5:38 am    Post subject: Reply with quote

Ant P. wrote:
The error says your firmware is missing. Go back to the wiki and follow this and this again.

You can see this with command dmesg | grep -i firmware
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
AngryZpUa
n00b
n00b


Joined: 23 Oct 2018
Posts: 7
Location: Ukraine, Zaporizhia

PostPosted: Wed Oct 24, 2018 8:33 pm    Post subject: Reply with quote

Ant P. wrote:
The error says your firmware is missing. Go back to the wiki and follow this and this again.


I found this link and now i understand that order of loading firmware other from polaris11. Now I need answer in one question: how i can clear (or maybe change) previous order of loading firmware?
Back to top
View user's profile Send private message
AngryZpUa
n00b
n00b


Joined: 23 Oct 2018
Posts: 7
Location: Ukraine, Zaporizhia

PostPosted: Thu Oct 25, 2018 4:46 pm    Post subject: Reply with quote

I just change AMD GPU in kernel from build-in to module and all became well. Thanks to all for help.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum