Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
xorg says it cant find the screen when i use a custom kernel
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
DiarrheaMcgee
n00b
n00b


Joined: 30 Aug 2022
Posts: 17
Location: over there

PostPosted: Sat Sep 03, 2022 4:42 am    Post subject: xorg says it cant find the screen when i use a custom kernel Reply with quote

when i try to start gentoo with a custom kernel (linux-5.15.52-gentoo) it works fine
but xorg refuses to start entirley

/etc/portage/make.conf:
Code:
# These settings were set by the catalyst build script that automatically
# built this stage.
# Please consult /usr/share/portage/config/make.conf.example for a more
# detailed example.
COMMON_FLAGS="-O2 -pipe"
CFLAGS="${COMMON_FLAGS}"
CXXFLAGS="${COMMON_FLAGS}"
FCFLAGS="${COMMON_FLAGS}"
FFLAGS="${COMMON_FLAGS}"


USE="-bluetooth -kde -gnome -cups -haskell -gtk -systemd dbus elogind X"
ACCEPT_LICENSE="*"
MAKEOPTS="-j18"
EMERGE_DEFAULT_OPTS="--ask"

# NOTE: This stage was built with the bindist Use flag enabled
PORTDIR="/var/db/repos/gentoo"
DISTDIR="/var/cache/distfiles"
PKGDIR="/var/cache/binpkgs"

# This sets the language of build output to English.
# Please keep this setting intact when reporting bugs.
LC_MESSAGES=C
VIDEO_CARDS="amdgpu radeonsi"
INPUT_DEVICES="libinput"

GENTOO_MIRRORS="http://www.gtlib.gatech.edu/pub/gentoo rsync://rsync.gtlib.gatech.edu/gentoo ftp://mirrors.rit.edu/gentoo/ http://gentoo-mirror.flux.utah.edu/"




/etc/X11/xorg.conf
Code:
Section "ServerLayout"
   Identifier     "X.org Configured"
   Screen      0  "Screen0" 0 0
   Screen      1  "Screen1" RightOf "Screen0"
   Screen      2  "Screen2" RightOf "Screen1"
   Screen      3  "Screen3" RightOf "Screen2"
   InputDevice    "Mouse0" "CorePointer"
   InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
   ModulePath   "/usr/lib64/xorg/modules"
   FontPath     "/usr/share/fonts/misc"
   FontPath     "/usr/share/fonts/TTF"
   FontPath     "/usr/share/fonts/OTF"
   FontPath     "/usr/share/fonts/Type1"
   FontPath     "/usr/share/fonts/100dpi"
   FontPath     "/usr/share/fonts/75dpi"
EndSection

Section "Module"
   Load  "glx"
EndSection

Section "InputDevice"
   Identifier  "Keyboard0"
   Driver      "kbd"
EndSection

Section "InputDevice"
   Identifier  "Mouse0"
   Driver      "mouse"
   Option      "Protocol" "auto"
   Option      "Device" "/dev/input/mice"
   Option      "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
   Identifier   "Monitor0"
   VendorName   "Monitor Vendor"
   ModelName    "Monitor Model"
EndSection

Section "Monitor"
   Identifier   "Monitor1"
   VendorName   "Monitor Vendor"
   ModelName    "Monitor Model"
EndSection

Section "Monitor"
   Identifier   "Monitor2"
   VendorName   "Monitor Vendor"
   ModelName    "Monitor Model"
EndSection

Section "Monitor"
   Identifier   "Monitor3"
   VendorName   "Monitor Vendor"
   ModelName    "Monitor Model"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
        ### <percent>: "<f>%"
        ### [arg]: arg optional
        #Option     "Accel"                 # [<bool>]
        #Option     "SWcursor"              # [<bool>]
        #Option     "EnablePageFlip"        # [<bool>]
        #Option     "SubPixelOrder"         # [<str>]
        #Option     "ZaphodHeads"           # <str>
        #Option     "AccelMethod"           # <str>
        #Option     "DRI3"                  # [<bool>]
        #Option     "DRI"                   # <i>
        #Option     "ShadowPrimary"         # [<bool>]
        #Option     "TearFree"              # [<bool>]
        #Option     "DeleteUnusedDP12Displays"    # [<bool>]
        #Option     "VariableRefresh"       # [<bool>]
        #Option     "AsyncFlipSecondaries"    # [<bool>]
   Identifier  "Card0"
   Driver      "amdgpu"
   BusID       "PCI:10:0:0"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
        ### <percent>: "<f>%"
        ### [arg]: arg optional
        #Option     "Accel"                 # [<bool>]
        #Option     "SWcursor"              # [<bool>]
        #Option     "EnablePageFlip"        # [<bool>]
        #Option     "SubPixelOrder"         # [<str>]
        #Option     "ZaphodHeads"           # <str>
        #Option     "AccelMethod"           # <str>
        #Option     "DRI3"                  # [<bool>]
        #Option     "DRI"                   # <i>
        #Option     "ShadowPrimary"         # [<bool>]
        #Option     "TearFree"              # [<bool>]
        #Option     "DeleteUnusedDP12Displays"    # [<bool>]
        #Option     "VariableRefresh"       # [<bool>]
        #Option     "AsyncFlipSecondaries"    # [<bool>]
   Identifier  "Card1"
   Driver      "amdgpu"
   BusID       "PCI:11:0:0"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
        ### <percent>: "<f>%"
        ### [arg]: arg optional
        #Option     "Accel"                 # [<bool>]
        #Option     "SWcursor"              # [<bool>]
        #Option     "EnablePageFlip"        # [<bool>]
        #Option     "SubPixelOrder"         # [<str>]
        #Option     "ZaphodHeads"           # <str>
        #Option     "AccelMethod"           # <str>
        #Option     "DRI3"                  # [<bool>]
        #Option     "DRI"                   # <i>
        #Option     "ShadowPrimary"         # [<bool>]
        #Option     "TearFree"              # [<bool>]
        #Option     "DeleteUnusedDP12Displays"    # [<bool>]
        #Option     "VariableRefresh"       # [<bool>]
        #Option     "AsyncFlipSecondaries"    # [<bool>]
   Identifier  "Card2"
   Driver      "amdgpu"
   BusID       "PCI:12:0:0"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
        ### <percent>: "<f>%"
        ### [arg]: arg optional
        #Option     "Accel"                 # [<bool>]
        #Option     "SWcursor"              # [<bool>]
        #Option     "EnablePageFlip"        # [<bool>]
        #Option     "SubPixelOrder"         # [<str>]
        #Option     "ZaphodHeads"           # <str>
        #Option     "AccelMethod"           # <str>
        #Option     "DRI3"                  # [<bool>]
        #Option     "DRI"                   # <i>
        #Option     "ShadowPrimary"         # [<bool>]
        #Option     "TearFree"              # [<bool>]
        #Option     "DeleteUnusedDP12Displays"    # [<bool>]
        #Option     "VariableRefresh"       # [<bool>]
        #Option     "AsyncFlipSecondaries"    # [<bool>]
   Identifier  "Card3"
   Driver      "amdgpu"
   BusID       "PCI:12:0:1"
EndSection

Section "Screen"
   Identifier "Screen0"
   Device     "Card0"
   Monitor    "Monitor0"
   SubSection "Display"
      Viewport   0 0
      Depth     1
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     4
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     8
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     15
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     16
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     24
   EndSubSection
EndSection

Section "Screen"
   Identifier "Screen1"
   Device     "Card1"
   Monitor    "Monitor1"
   SubSection "Display"
      Viewport   0 0
      Depth     1
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     4
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     8
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     15
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     16
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     24
   EndSubSection
EndSection

Section "Screen"
   Identifier "Screen2"
   Device     "Card2"
   Monitor    "Monitor2"
   SubSection "Display"
      Viewport   0 0
      Depth     1
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     4
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     8
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     15
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     16
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     24
   EndSubSection
EndSection

Section "Screen"
   Identifier "Screen3"
   Device     "Card3"
   Monitor    "Monitor3"
   SubSection "Display"
      Viewport   0 0
      Depth     1
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     4
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     8
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     15
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     16
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     24
   EndSubSection
EndSection



/var/log/Xorg.0.log
Code:
[   104.419]
X.Org X Server 1.21.1.4
X Protocol Version 11, Revision 0
[   104.420] Current Operating System: Linux diarrhea-factory 5.15.52-gentoo #1 SMP Sun Jul 31 23:10:58 EDT 2022 x86_64
[   104.420] Kernel command line: BOOT_IMAGE=(hd1,5)/vmlinuz-5.15.52-gentoo root=/dev/nvme0n1p4 ro splash
[   104.421] 
[   104.421] Current version of pixman: 0.40.0
[   104.422]    Before reporting problems, check http://wiki.x.org
   to make sure that you have the latest version.
[   104.422] Markers: (--) probed, (**) from config file, (==) default setting,
   (++) from command line, (!!) notice, (II) informational,
   (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   104.424] (==) Log file: "/var/log/Xorg.1.log", Time: Wed Aug  3 00:52:59 2022
[   104.424] (==) Using config file: "/etc/X11/xorg.conf"
[   104.424] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[   104.424] (==) ServerLayout "X.org Configured"
[   104.424] (**) |-->Screen "Screen0" (0)
[   104.424] (**) |   |-->Monitor "Monitor0"
[   104.425] (**) |   |-->Device "Card0"
[   104.425] (**) |-->Screen "Screen1" (1)
[   104.425] (**) |   |-->Monitor "Monitor1"
[   104.425] (**) |   |-->Device "Card1"
[   104.425] (**) |-->Screen "Screen2" (2)
[   104.425] (**) |   |-->Monitor "Monitor2"
[   104.425] (**) |   |-->Device "Card2"
[   104.425] (**) |-->Screen "Screen3" (3)
[   104.425] (**) |   |-->Monitor "Monitor3"
[   104.425] (**) |   |-->Device "Card3"
[   104.425] (**) |-->Input Device "Mouse0"
[   104.425] (**) |-->Input Device "Keyboard0"
[   104.425] (==) Automatically adding devices
[   104.425] (==) Automatically enabling devices
[   104.425] (==) Automatically adding GPU devices
[   104.425] (==) Automatically binding GPU devices
[   104.425] (==) Max clients allowed: 256, resource mask: 0x1fffff
[   104.425] (**) FontPath set to:
   /usr/share/fonts/misc,
   /usr/share/fonts/TTF,
   /usr/share/fonts/OTF,
   /usr/share/fonts/Type1,
   /usr/share/fonts/100dpi,
   /usr/share/fonts/75dpi,
   /usr/share/fonts/misc,
   /usr/share/fonts/TTF,
   /usr/share/fonts/OTF,
   /usr/share/fonts/Type1,
   /usr/share/fonts/100dpi,
   /usr/share/fonts/75dpi
[   104.425] (**) ModulePath set to "/usr/lib64/xorg/modules"
[   104.425] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[   104.425] (WW) Disabling Mouse0
[   104.425] (WW) Disabling Keyboard0
[   104.425] (II) Module ABI versions:
[   104.425]    X.Org ANSI C Emulation: 0.4
[   104.425]    X.Org Video Driver: 25.2
[   104.425]    X.Org XInput driver : 24.4
[   104.425]    X.Org Server Extension : 10.0
[   104.425] (++) using VT number 1

[   104.425] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[   104.427] (--) PCI:*(12@0:0:0) 1002:73af:1458:2333 rev 192, Mem @ 0xd0000000/268435456, 0xe0000000/2097152, 0xfcc00000/1048576, I/O @ 0x0000f000/256, BIOS @ 0x????????/131072
[   104.427] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
[   104.427] (II) LoadModule: "glx"
[   104.427] (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so
[   104.430] (II) Module glx: vendor="X.Org Foundation"
[   104.430]    compiled for 1.21.1.4, module version = 1.0.0
[   104.430]    ABI class: X.Org Server Extension, version 10.0
[   104.430] (II) LoadModule: "amdgpu"
[   104.430] (II) Loading /usr/lib64/xorg/modules/drivers/amdgpu_drv.so
[   104.430] (II) Module amdgpu: vendor="X.Org Foundation"
[   104.430]    compiled for 1.21.1.4, module version = 22.0.0
[   104.430]    Module class: X.Org Video Driver
[   104.430]    ABI class: X.Org Video Driver, version 25.2
[   104.430] (II) AMDGPU: Driver for AMD Radeon:
   All GPUs supported by the amdgpu kernel driver
[   104.430] (II) AMDGPU(0): [KMS] Kernel modesetting enabled.
[   104.430] (EE) AMDGPU(0): [drm] Failed to open DRM device for pci:0000:0a:00.0: No such file or directory
[   104.430] (II) AMDGPU(1): [KMS] Kernel modesetting enabled.
[   104.430] (EE) AMDGPU(1): [drm] Failed to open DRM device for pci:0000:0b:00.0: No such file or directory
[   104.430] (II) AMDGPU(2): [KMS] Kernel modesetting enabled.
[   104.430] (EE) AMDGPU(2): [drm] Failed to open DRM device for pci:0000:0c:00.0: No such file or directory
[   104.430] (II) AMDGPU(3): [KMS] Kernel modesetting enabled.
[   104.430] (EE) AMDGPU(3): [drm] Failed to open DRM device for pci:0000:0c:00.1: No such file or directory
[   104.430] (EE) Screen 0 deleted because of no matching config section.
[   104.430] (II) UnloadModule: "amdgpu"
[   104.430] (EE) Screen 0 deleted because of no matching config section.
[   104.430] (II) UnloadModule: "amdgpu"
[   104.430] (EE) Screen 0 deleted because of no matching config section.
[   104.430] (II) UnloadModule: "amdgpu"
[   104.430] (EE) Screen 0 deleted because of no matching config section.
[   104.430] (II) UnloadModule: "amdgpu"
[   104.430] (EE) Device(s) detected, but none match those in the config file.
[   104.430] (EE)
Fatal server error:
[   104.430] (EE) no screens found(EE)
[   104.430] (EE)
Please consult the The X.Org Foundation support
   at http://wiki.x.org
 for help.
[   104.430] (EE) Please also check the log file at "/var/log/Xorg.1.log" for additional information.
[   104.430] (EE)
[   104.433] (EE) Server terminated with error (1). Closing log file



the strange thing is it works fine when im using linux-5.15-52-gentoo-dist
_________________
"Linux is a cancer"
-Microsoft

"Microsoft loves Linux"
-Microsoft

(i will most likely be late to reply)
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54239
Location: 56N 3W

PostPosted: Sat Sep 03, 2022 8:01 am    Post subject: Reply with quote

DiarrheaMcgee,

Code:
[   104.425] (++) using VT number 1

[   104.425] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[   104.427] (--) PCI:*(12@0:0:0) 1002:73af:1458:2333 rev 192, Mem @ 0xd0000000/268435456, 0xe0000000/2097152, 0xfcc00000/1048576, I/O @ 0x0000f000/256, BIOS @ 0x????????/131072

That's a list of graphics cards that Xorg found. Just one.

Your Xorg describes 3. The last two are actually the same physical card.
Code:
   BusID       "PCI:10:0:0"
   BusID       "PCI:11:0:0"
   BusID       "PCI:12:0:0"
   BusID       "PCI:12:0:1"


Code:
[   104.430] (II) AMDGPU(0): [KMS] Kernel modesetting enabled.
[   104.430] (EE) AMDGPU(0): [drm] Failed to open DRM device for pci:0000:0a:00.0: No such file or directory
[   104.430] (II) AMDGPU(1): [KMS] Kernel modesetting enabled.
[   104.430] (EE) AMDGPU(1): [drm] Failed to open DRM device for pci:0000:0b:00.0: No such file or directory
[   104.430] (II) AMDGPU(2): [KMS] Kernel modesetting enabled.
[   104.430] (EE) AMDGPU(2): [drm] Failed to open DRM device for pci:0000:0c:00.0: No such file or directory
[   104.430] (II) AMDGPU(3): [KMS] Kernel modesetting enabled.
[   104.430] (EE) AMDGPU(3): [drm] Failed to open DRM device for pci:0000:0c:00.1: No such file or directory

That makes it look like the kernel is missing DRM support.

Pastebin the output of dmesg ... all of it and your entire kernel .config file.
wgetpaste makes that easy.

Your
Code:
 lspci -nnk
output would be good too.
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
DiarrheaMcgee
n00b
n00b


Joined: 30 Aug 2022
Posts: 17
Location: over there

PostPosted: Sat Sep 03, 2022 6:10 pm    Post subject: Reply with quote

heres the output of that stuff


dmesg
https://pastebin.com/r9jSRJKR


lspci -nnk
https://pastebin.com/pQSbHxa2


kernel config
https://pastebin.com/batxspWM
_________________
"Linux is a cancer"
-Microsoft

"Microsoft loves Linux"
-Microsoft

(i will most likely be late to reply)
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54239
Location: 56N 3W

PostPosted: Sat Sep 03, 2022 10:39 pm    Post subject: Reply with quote

DiarrheaMcgee,

Code:
0c:00.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] Navi 21 [Radeon RX 6900 XT] [1002:73af] (rev c0)
   Subsystem: Gigabyte Technology Co., Ltd Navi 21 [Radeon RX 6900 XT] [1458:2333]
   Kernel driver in use: amdgpu
   Kernel modules: amdgpu


Is your only graphics card. That's
Code:
BusID       "PCI:12:0:0"

Code:
   BusID       "PCI:12:0:1"
is its HDMI sound output.

From dmesg,
Code:
[    4.488714] fbcon: amdgpudrmfb (fb0) is primary device
That's good.

Your Section "Device" Identifier "Card0", Identifier "Card1" and Identifier "Card3" do not exist, so Xorg won't be at all happy.
Things that don't exist are OK, as long as you don't try to tell Xorg to use them.

The drivers for
Code:
[   104.425] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[   104.425] (WW) Disabling Mouse0
[   104.425] (WW) Disabling Keyboard0
The drivers were removed several years ago.

Code:
[   104.427] (--) PCI:*(12@0:0:0) 1002:73af:1458:2333 rev 192, Mem @ 0xd0000000/268435456, 0xe0000000/2097152, 0xfcc00000/1048576, I/O @ 0x0000f000/256, BIOS @ 0x????????/131072
Is your graphics card.
Just one.

Code:
[   104.430] (EE) AMDGPU(2): [drm] Failed to open DRM device for pci:0000:0c:00.0: No such file or directory
That looks like it should have worked.


What does
Code:
ls -l /dev/dri
show?
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
DiarrheaMcgee
n00b
n00b


Joined: 30 Aug 2022
Posts: 17
Location: over there

PostPosted: Sun Sep 04, 2022 1:56 am    Post subject: Reply with quote

the output of
Code:
ls -l /dev/dri

is
Code:
drwxr-xr-x 2 root root         80 Sep  3 21:53 by-path
crw-rw---- 1 root video  226,   0 Sep  3 21:53 card0
crw-rw-rw- 1 root render 226, 128 Sep  3 21:53 renderD128

_________________
"Linux is a cancer"
-Microsoft

"Microsoft loves Linux"
-Microsoft

(i will most likely be late to reply)
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54239
Location: 56N 3W

PostPosted: Sun Sep 04, 2022 11:24 am    Post subject: Reply with quote

DiarrheaMcgee,

Only one card appears there.

Fix your xorg.conf to use
Code:
BusID       "PCI:12:0:0"
in all four places.
Xorg will be quite happy to connect four displays to the same card.
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
DiarrheaMcgee
n00b
n00b


Joined: 30 Aug 2022
Posts: 17
Location: over there

PostPosted: Mon Sep 05, 2022 3:19 am    Post subject: Reply with quote

i opened /etc/X11/xorg.conf and replaced all of the bus id things with that and xorg still is being a jerk


/var/log/Xorg.0.log
Code:
[    27.993]
X.Org X Server 1.21.1.4
X Protocol Version 11, Revision 0
[    27.995] Current Operating System: Linux diarrhea-factory 5.15.52-gentoo #3 SMP Wed Aug 3 13:33:19 EDT 2022 x86_64
[    27.995] Kernel command line: BOOT_IMAGE=(hd1,5)/vmlinuz-5.15.52-gentoo root=/dev/nvme0n1p4 ro splash
[    27.996] 
[    27.997] Current version of pixman: 0.40.0
[    27.998]    Before reporting problems, check http://wiki.x.org
   to make sure that you have the latest version.
[    27.998] Markers: (--) probed, (**) from config file, (==) default setting,
   (++) from command line, (!!) notice, (II) informational,
   (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    28.000] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Sep  4 23:05:59 2022
[    28.001] (==) Using config file: "/etc/X11/xorg.conf"
[    28.002] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    28.002] (==) ServerLayout "X.org Configured"
[    28.002] (**) |-->Screen "Screen0" (0)
[    28.002] (**) |   |-->Monitor "Monitor0"
[    28.002] (**) |   |-->Device "Card0"
[    28.002] (**) |-->Screen "Screen1" (1)
[    28.002] (**) |   |-->Monitor "Monitor1"
[    28.002] (**) |   |-->Device "Card1"
[    28.002] (**) |-->Screen "Screen2" (2)
[    28.002] (**) |   |-->Monitor "Monitor2"
[    28.002] (**) |   |-->Device "Card2"
[    28.002] (**) |-->Screen "Screen3" (3)
[    28.002] (**) |   |-->Monitor "Monitor3"
[    28.002] (**) |   |-->Device "Card3"
[    28.002] (**) |-->Input Device "Mouse0"
[    28.002] (**) |-->Input Device "Keyboard0"
[    28.002] (==) Automatically adding devices
[    28.002] (==) Automatically enabling devices
[    28.002] (==) Automatically adding GPU devices
[    28.002] (==) Automatically binding GPU devices
[    28.002] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    28.005] (**) FontPath set to:
   /usr/share/fonts/misc,
   /usr/share/fonts/TTF,
   /usr/share/fonts/OTF,
   /usr/share/fonts/Type1,
   /usr/share/fonts/100dpi,
   /usr/share/fonts/75dpi,
   /usr/share/fonts/misc,
   /usr/share/fonts/TTF,
   /usr/share/fonts/OTF,
   /usr/share/fonts/Type1,
   /usr/share/fonts/100dpi,
   /usr/share/fonts/75dpi
[    28.005] (**) ModulePath set to "/usr/lib64/xorg/modules"
[    28.005] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[    28.005] (WW) Disabling Mouse0
[    28.005] (WW) Disabling Keyboard0
[    28.005] (II) Module ABI versions:
[    28.005]    X.Org ANSI C Emulation: 0.4
[    28.005]    X.Org Video Driver: 25.2
[    28.005]    X.Org XInput driver : 24.4
[    28.005]    X.Org Server Extension : 10.0
[    28.005] (++) using VT number 1

[    28.006] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[    28.007] (--) PCI:*(12@0:0:0) 1002:73af:1458:2333 rev 192, Mem @ 0xd0000000/268435456, 0xe0000000/2097152, 0xfcc00000/1048576, I/O @ 0x0000f000/256, BIOS @ 0x????????/131072
[    28.007] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
[    28.007] (II) LoadModule: "glx"
[    28.008] (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so
[    28.011] (II) Module glx: vendor="X.Org Foundation"
[    28.011]    compiled for 1.21.1.4, module version = 1.0.0
[    28.011]    ABI class: X.Org Server Extension, version 10.0
[    28.011] (II) LoadModule: "amdgpu"
[    28.011] (II) Loading /usr/lib64/xorg/modules/drivers/amdgpu_drv.so
[    28.012] (II) Module amdgpu: vendor="X.Org Foundation"
[    28.012]    compiled for 1.21.1.4, module version = 22.0.0
[    28.012]    Module class: X.Org Video Driver
[    28.012]    ABI class: X.Org Video Driver, version 25.2
[    28.012] (II) AMDGPU: Driver for AMD Radeon:
   All GPUs supported by the amdgpu kernel driver
[    28.012] (II) AMDGPU(0): [KMS] Kernel modesetting enabled.
[    28.012] (EE) AMDGPU(0): [drm] Failed to open DRM device for pci:0000:0c:00.0: No such file or directory
[    28.012] (II) AMDGPU(1): [KMS] Kernel modesetting enabled.
[    28.012] (EE) AMDGPU(1): [drm] Failed to open DRM device for pci:0000:0c:00.0: No such file or directory
[    28.012] (II) AMDGPU(2): [KMS] Kernel modesetting enabled.
[    28.012] (EE) AMDGPU(2): [drm] Failed to open DRM device for pci:0000:0c:00.0: No such file or directory
[    28.012] (II) AMDGPU(3): [KMS] Kernel modesetting enabled.
[    28.012] (EE) AMDGPU(3): [drm] Failed to open DRM device for pci:0000:0c:00.1: No such file or directory
[    28.012] (EE) Screen 0 deleted because of no matching config section.
[    28.012] (II) UnloadModule: "amdgpu"
[    28.012] (EE) Screen 0 deleted because of no matching config section.
[    28.012] (II) UnloadModule: "amdgpu"
[    28.012] (EE) Screen 0 deleted because of no matching config section.
[    28.012] (II) UnloadModule: "amdgpu"
[    28.012] (EE) Screen 0 deleted because of no matching config section.
[    28.012] (II) UnloadModule: "amdgpu"
[    28.012] (EE) Device(s) detected, but none match those in the config file.
[    28.012] (EE)
Fatal server error:
[    28.012] (EE) no screens found(EE)
[    28.012] (EE)
Please consult the The X.Org Foundation support
    at http://wiki.x.org
 for help.
[    28.012] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[    28.012] (EE)
[    28.015] (EE) Server terminated with error (1). Closing log file.

_________________
"Linux is a cancer"
-Microsoft

"Microsoft loves Linux"
-Microsoft

(i will most likely be late to reply)
Back to top
View user's profile Send private message
DiarrheaMcgee
n00b
n00b


Joined: 30 Aug 2022
Posts: 17
Location: over there

PostPosted: Mon Sep 12, 2022 2:18 am    Post subject: closing Reply with quote

im going to declare this problem closed as i am going to uninstall gentoo linux since i still cant figure out how to solve this problem and i need the space
_________________
"Linux is a cancer"
-Microsoft

"Microsoft loves Linux"
-Microsoft

(i will most likely be late to reply)
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware 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