Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[SOLVED] Can't get Xorg to work with my GPU
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
matthewBanta
n00b
n00b


Joined: 28 Jan 2024
Posts: 9

PostPosted: Sun Jan 28, 2024 4:32 pm    Post subject: [SOLVED] Can't get Xorg to work with my GPU Reply with quote

I was hoping you guys could help me. I read through the Xorg and intel driver handbooks but nothing I have tried has worked. It seems to find my GPU but then it doesn't work right. Anything that uses the GPU won't update right. Mplayer and web browsers will look ok at first but then they won't update right and they will flicker. If I run glxgears then the display at the command line looks right but the gears themselves don't spin.

Here is what I get when I type lspci:
Code:
00:02.0 VGA compatible controller: Intel Corporation Alder Lake-S GT1 [UHD Graphics 730] (rev 0c)


Here is what xdriinfo says:
Code:
Screen 0: iris


Like I said, I followed the instructions from the intel driver wiki and tried just about all of the options it suggested. So I did install x11-drivers/xf86-video-intel and just for fun I also installed media-libs/libva-intel-driver and media-libs/libva-intel-media-driver.

I tried messing with my xorg.conf.d settings. First I tried it with nothing and then I added .conf files with the following:
Code:

Section "Device"
        Identifier  "Intel Graphics"
        Driver      "intel"
        Option      "AccelMethod"    "sna"
        Option      "DRI"         "crocus"
EndSection
Section "Device"
   Identifier  "Intel Graphics"
   Driver      "intel"
   Option      "TearFree"    "true"
EndSection
Section "Device"
        Identifier  "Intel Graphics"
        Driver      "modesetting"
        Option      "AccelMethod"    "glamor"
        Option      "DRI"            "3"
EndSection


I know I don't need the tear free part, but screen tearing gives me a headache. I also tried removing the tear free option and then adding and removing the other two sections as well. Anyway, nothing I do with the xorg.conf.d makes any difference unless I add this:
Code:

Section "Extensions"
    Option "GLX" "Disable"
EndSection


At least then the browsers work but then mplayer, glxgears, and anything that requires a gpu won't work. BTW, this is what glxgears says in the command line when I run it with my GPU enabled:
Code:

Running synchronized to the vertical refresh.  The framerate should be
approximately the same as the monitor refresh rate.
441 frames in 5.0 seconds = 88.011 FPS


Like I said, it doesn't seem to think anything is wrong, it is just that the gears won't spin. Here is my current USE and VIDEO_CARDS setting; although, I tried every option there I could think of there too. I even tried emerge -p --verbose on the xorg drivers and xf86-video-intel and then just selected every option it showed -- even the ones for ati and nvidia graphics cards. Nothing seems to work.
Code:

USE="grub X udev xorg graphite java"
VIDEO_CARDS="intel"


Finally, here is the output of my Xorg.0.log
Code:

[    24.004]
X.Org X Server 1.21.1.11
X Protocol Version 11, Revision 0
[    24.007] Current Operating System: Linux localhost 6.6.13-gentoo-dist #1 SMP PREEMPT_DYNAMIC Thu Jan 25 22:05:23 EST 2024 x86_64
[    24.007] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-6.6.13-gentoo-dist root=PARTUUID=2be1f1c8-3213-ab49-bc93-3bcaf64eed1e ro
[    24.009] 
[    24.010] Current version of pixman: 0.42.2
[    24.013]    Before reporting problems, check http://wiki.x.org
   to make sure that you have the latest version.
[    24.013] Markers: (--) probed, (**) from config file, (==) default setting,
   (++) from command line, (!!) notice, (II) informational,
   (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    24.017] (==) Log file: "/var/log/Xorg.0.log", Time: Fri Jan 26 18:54:43 2024
[    24.018] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    24.018] (==) No Layout section.  Using the first Screen section.
[    24.018] (==) No screen section available. Using defaults.
[    24.018] (**) |-->Screen "Default Screen Section" (0)
[    24.018] (**) |   |-->Monitor "<default monitor>"
[    24.018] (==) No monitor specified for screen "Default Screen Section".
   Using a default monitor configuration.
[    24.018] (==) Automatically adding devices
[    24.018] (==) Automatically enabling devices
[    24.018] (==) Automatically adding GPU devices
[    24.018] (==) Automatically binding GPU devices
[    24.018] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    24.019] (WW) The directory "/usr/share/fonts/TTF" does not exist.
[    24.019]    Entry deleted from font path.
[    24.019] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[    24.019]    Entry deleted from font path.
[    24.019] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[    24.019]    Entry deleted from font path.
[    24.019] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi".
[    24.019]    Entry deleted from font path.
[    24.019]    (Run 'mkfontdir' on "/usr/share/fonts/100dpi").
[    24.020] (==) FontPath set to:
   /usr/share/fonts/misc,
   /usr/share/fonts/75dpi
[    24.020] (==) ModulePath set to "/usr/lib64/xorg/modules"
[    24.020] (II) The server relies on udev to provide the list of input devices.
   If no devices become available, reconfigure udev or disable AutoAddDevices.
[    24.020] (II) Module ABI versions:
[    24.020]    X.Org ANSI C Emulation: 0.4
[    24.020]    X.Org Video Driver: 25.2
[    24.020]    X.Org XInput driver : 24.4
[    24.020]    X.Org Server Extension : 10.0
[    24.020] (++) using VT number 1

[    24.021] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[    24.022] (II) xfree86: Adding drm device (/dev/dri/card0)
[    24.022] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card0
[    24.022] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 10 paused 0
[    24.023] (--) PCI:*(0@0:2:0) 8086:4692:1043:8882 rev 12, Mem @ 0x6002000000/16777216, 0x4000000000/268435456, I/O @ 0x00004000/64, BIOS @ 0x????????/131072
[    24.023] (II) LoadModule: "glx"
[    24.024] (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so
[    24.026] (II) Module glx: vendor="X.Org Foundation"
[    24.026]    compiled for 1.21.1.11, module version = 1.0.0
[    24.026]    ABI class: X.Org Server Extension, version 10.0
[    24.026] (==) Matched intel as autoconfigured driver 0
[    24.026] (==) Matched modesetting as autoconfigured driver 1
[    24.026] (==) Matched fbdev as autoconfigured driver 2
[    24.026] (==) Matched vesa as autoconfigured driver 3
[    24.026] (==) Assigned the driver to the xf86ConfigLayout
[    24.026] (II) LoadModule: "intel"
[    24.026] (II) Loading /usr/lib64/xorg/modules/drivers/intel_drv.so
[    24.027] (II) Module intel: vendor="X.Org Foundation"
[    24.027]    compiled for 1.21.1.11, module version = 2.99.917
[    24.027]    Module class: X.Org Video Driver
[    24.027]    ABI class: X.Org Video Driver, version 25.2
[    24.027] (II) LoadModule: "modesetting"
[    24.027] (II) Loading /usr/lib64/xorg/modules/drivers/modesetting_drv.so
[    24.028] (II) Module modesetting: vendor="X.Org Foundation"
[    24.028]    compiled for 1.21.1.11, module version = 1.21.1
[    24.028]    Module class: X.Org Video Driver
[    24.028]    ABI class: X.Org Video Driver, version 25.2
[    24.028] (II) LoadModule: "fbdev"
[    24.028] (II) Loading /usr/lib64/xorg/modules/drivers/fbdev_drv.so
[    24.029] (II) Module fbdev: vendor="X.Org Foundation"
[    24.029]    compiled for 1.21.1.11, module version = 0.5.0
[    24.029]    Module class: X.Org Video Driver
[    24.029]    ABI class: X.Org Video Driver, version 25.2
[    24.029] (II) LoadModule: "vesa"
[    24.029] (II) Loading /usr/lib64/xorg/modules/drivers/vesa_drv.so
[    24.029] (II) Module vesa: vendor="X.Org Foundation"
[    24.029]    compiled for 1.21.1.11, module version = 2.6.0
[    24.029]    Module class: X.Org Video Driver
[    24.029]    ABI class: X.Org Video Driver, version 25.2
[    24.029] (II) intel: Driver for Intel(R) Integrated Graphics Chipsets:
   i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G,
   915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM,
   Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
   GM45, 4 Series, G45/G43, Q45/Q43, G41, B43
[    24.029] (II) intel: Driver for Intel(R) HD Graphics
[    24.029] (II) intel: Driver for Intel(R) Iris(TM) Graphics
[    24.029] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics
[    24.029] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    24.029] (II) FBDEV: driver for framebuffer: fbdev
[    24.029] (II) VESA: driver for VESA chipsets: vesa
[    24.029] (II) intel(0): Using Kernel Mode Setting driver: i915, version 1.6.0 20201103
[    24.030] (WW) Falling back to old probe method for modesetting
[    24.030] (WW) Falling back to old probe method for fbdev
[    24.030] (II) Loading sub module "fbdevhw"
[    24.030] (II) LoadModule: "fbdevhw"
[    24.030] (II) Loading /usr/lib64/xorg/modules/libfbdevhw.so
[    24.030] (II) Module fbdevhw: vendor="X.Org Foundation"
[    24.030]    compiled for 1.21.1.11, module version = 0.0.2
[    24.030]    ABI class: X.Org Video Driver, version 25.2
[    24.031] (WW) intel(0): Unknown chipset
[    24.031] (--) intel(0): CPU: x86-64, sse2, sse3, ssse3, sse4.1, sse4.2, avx, avx2; using a maximum of 4 threads
[    24.031] (II) intel(0): Creating default Display subsection in Screen section
   "Default Screen Section" for depth/fbbpp 24/32
[    24.031] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[    24.031] (==) intel(0): RGB weight 888
[    24.031] (==) intel(0): Default visual is TrueColor
[    24.032] (II) intel(0): Output DP1 has no monitor section
[    24.032] (II) intel(0): Enabled output DP1
[    24.032] (II) intel(0): Output HDMI1 has no monitor section
[    24.032] (II) intel(0): Enabled output HDMI1
[    24.032] (II) intel(0): Output HDMI2 has no monitor section
[    24.033] (II) intel(0): Enabled output HDMI2
[    24.033] (II) intel(0): Output DP2 has no monitor section
[    24.033] (II) intel(0): Enabled output DP2
[    24.033] (II) intel(0): Output HDMI3 has no monitor section
[    24.033] (II) intel(0): Enabled output HDMI3
[    24.033] (II) intel(0): Output DP3 has no monitor section
[    24.033] (II) intel(0): Enabled output DP3
[    24.033] (--) intel(0): Using a maximum size of 256x256 for hardware cursors
[    24.033] (II) intel(0): Output VIRTUAL1 has no monitor section
[    24.033] (II) intel(0): Enabled output VIRTUAL1
[    24.033] (--) intel(0): Output DP3 using initial mode 1680x1050 on pipe 0
[    24.033] (==) intel(0): TearFree enabled
[    24.033] (==) intel(0): Using gamma correction (1.0, 1.0, 1.0)
[    24.033] (==) intel(0): DPI set to (96, 96)
[    24.033] (II) Loading sub module "dri3"
[    24.033] (II) LoadModule: "dri3"
[    24.033] (II) Module "dri3" already built-in
[    24.033] (II) Loading sub module "dri2"
[    24.033] (II) LoadModule: "dri2"
[    24.033] (II) Module "dri2" already built-in
[    24.033] (II) Loading sub module "present"
[    24.033] (II) LoadModule: "present"
[    24.033] (II) Module "present" already built-in
[    24.033] (II) UnloadModule: "modesetting"
[    24.033] (II) Unloading modesetting
[    24.034] (II) UnloadModule: "fbdev"
[    24.034] (II) Unloading fbdev
[    24.034] (II) UnloadSubModule: "fbdevhw"
[    24.034] (II) Unloading fbdevhw
[    24.034] (II) UnloadModule: "vesa"
[    24.034] (II) Unloading vesa
[    24.034] (II) intel(0): SNA initialized with generic backend
[    24.034] (==) intel(0): Backing store enabled
[    24.034] (==) intel(0): Silken mouse enabled
[    24.034] (II) intel(0): HW Cursor enabled
[    24.035] (==) intel(0): DPMS enabled
[    24.035] (==) intel(0): Display hotplug detection enabled
[    24.035] (II) intel(0): Textured video not supported on this hardware or backend
[    24.035] (II) intel(0): [DRI2] Setup complete
[    24.035] (II) intel(0): [DRI2]   DRI driver: i965
[    24.035] (II) intel(0): [DRI2]   VDPAU driver: va_gl
[    24.035] (II) intel(0): direct rendering: DRI2 DRI3 enabled
[    24.035] (II) intel(0): hardware support for Present enabled
[    24.035] (II) Initializing extension Generic Event Extension
[    24.035] (II) Initializing extension SHAPE
[    24.035] (II) Initializing extension MIT-SHM
[    24.035] (II) Initializing extension XInputExtension
[    24.036] (II) Initializing extension XTEST
[    24.036] (II) Initializing extension BIG-REQUESTS
[    24.036] (II) Initializing extension SYNC
[    24.036] (II) Initializing extension XKEYBOARD
[    24.036] (II) Initializing extension XC-MISC
[    24.036] (II) Initializing extension XFIXES
[    24.036] (II) Initializing extension RENDER
[    24.036] (II) Initializing extension RANDR
[    24.036] (II) Initializing extension COMPOSITE
[    24.036] (II) Initializing extension DAMAGE
[    24.036] (II) Initializing extension MIT-SCREEN-SAVER
[    24.036] (II) Initializing extension DOUBLE-BUFFER
[    24.036] (II) Initializing extension RECORD
[    24.036] (II) Initializing extension DPMS
[    24.036] (II) Initializing extension Present
[    24.036] (II) Initializing extension DRI3
[    24.036] (II) Initializing extension X-Resource
[    24.036] (II) Initializing extension XVideo
[    24.036] (II) Initializing extension XVideo-MotionCompensation
[    24.036] (II) Initializing extension GLX
[    24.050] (EE) AIGLX error: Calling driver entry point failed
[    24.104] (II) IGLX: Loaded and initialized swrast
[    24.104] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[    24.104] (II) Initializing extension XFree86-VidModeExtension
[    24.104] (II) Initializing extension XFree86-DGA
[    24.104] (II) Initializing extension XFree86-DRI
[    24.104] (II) Initializing extension DRI2
[    24.106] (EE) intel(0): Failed to submit rendering commands (Invalid argument), disabling acceleration.
[    24.106] (II) intel(0): switch to mode 1680x1050@60.0 on DP3 using pipe 0, position (0, 0), rotation normal, reflection none
[    24.112] (II) intel(0): Setting screen physical size to 444 x 277
[    24.159] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[    24.159] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    24.159] (II) LoadModule: "libinput"
[    24.159] (II) Loading /usr/lib64/xorg/modules/input/libinput_drv.so
[    24.160] (II) Module libinput: vendor="X.Org Foundation"
[    24.160]    compiled for 1.21.1.11, module version = 1.4.0
[    24.160]    Module class: X.Org XInput Driver
[    24.160]    ABI class: X.Org XInput driver, version 24.4
[    24.160] (II) Using input driver 'libinput' for 'Power Button'
[    24.161] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 22 paused 0
[    24.161] (**) Power Button: always reports core events
[    24.161] (**) Option "Device" "/dev/input/event2"
[    24.162] (II) event2  - Power Button: is tagged by udev as: Keyboard
[    24.162] (II) event2  - Power Button: device is a keyboard
[    24.162] (II) event2  - Power Button: device removed
[    24.162] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[    24.162] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    24.163] (II) event2  - Power Button: is tagged by udev as: Keyboard
[    24.163] (II) event2  - Power Button: device is a keyboard
[    24.163] (II) config/udev: Adding input device Video Bus (/dev/input/event7)
[    24.163] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    24.163] (II) Using input driver 'libinput' for 'Video Bus'
[    24.164] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 25 paused 0
[    24.164] (**) Video Bus: always reports core events
[    24.164] (**) Option "Device" "/dev/input/event7"
[    24.164] (II) event7  - Video Bus: is tagged by udev as: Keyboard
[    24.164] (II) event7  - Video Bus: device is a keyboard
[    24.164] (II) event7  - Video Bus: device removed
[    24.164] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input7/event7"
[    24.164] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[    24.164] (II) event7  - Video Bus: is tagged by udev as: Keyboard
[    24.164] (II) event7  - Video Bus: device is a keyboard
[    24.165] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[    24.165] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    24.165] (II) Using input driver 'libinput' for 'Power Button'
[    24.165] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 26 paused 0
[    24.165] (**) Power Button: always reports core events
[    24.165] (**) Option "Device" "/dev/input/event1"
[    24.165] (II) event1  - Power Button: is tagged by udev as: Keyboard
[    24.165] (II) event1  - Power Button: device is a keyboard
[    24.165] (II) event1  - Power Button: device removed
[    24.165] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[    24.165] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[    24.166] (II) event1  - Power Button: is tagged by udev as: Keyboard
[    24.166] (II) event1  - Power Button: device is a keyboard
[    24.166] (II) config/udev: Adding input device Sleep Button (/dev/input/event0)
[    24.166] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[    24.166] (II) Using input driver 'libinput' for 'Sleep Button'
[    24.166] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 27 paused 0
[    24.166] (**) Sleep Button: always reports core events
[    24.166] (**) Option "Device" "/dev/input/event0"
[    24.167] (II) event0  - Sleep Button: is tagged by udev as: Keyboard
[    24.167] (II) event0  - Sleep Button: device is a keyboard
[    24.167] (II) event0  - Sleep Button: device removed
[    24.167] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0/event0"
[    24.167] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[    24.167] (II) event0  - Sleep Button: is tagged by udev as: Keyboard
[    24.167] (II) event0  - Sleep Button: device is a keyboard
[    24.168] (II) config/udev: Adding input device DELL Dell USB Entry Keyboard (/dev/input/event3)
[    24.168] (**) DELL Dell USB Entry Keyboard: Applying InputClass "libinput keyboard catchall"
[    24.168] (II) Using input driver 'libinput' for 'DELL Dell USB Entry Keyboard'
[    24.168] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 28 paused 0
[    24.168] (**) DELL Dell USB Entry Keyboard: always reports core events
[    24.168] (**) Option "Device" "/dev/input/event3"
[    24.168] (II) event3  - DELL Dell USB Entry Keyboard: is tagged by udev as: Keyboard
[    24.169] (II) event3  - DELL Dell USB Entry Keyboard: device is a keyboard
[    24.169] (II) event3  - DELL Dell USB Entry Keyboard: device removed
[    24.169] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.0/0003:413C:2107.0001/input/input3/event3"
[    24.169] (II) XINPUT: Adding extended input device "DELL Dell USB Entry Keyboard" (type: KEYBOARD, id 10)
[    24.169] (II) event3  - DELL Dell USB Entry Keyboard: is tagged by udev as: Keyboard
[    24.169] (II) event3  - DELL Dell USB Entry Keyboard: device is a keyboard
[    24.170] (II) config/udev: Adding input device PixArt USB Optical Mouse (/dev/input/event4)
[    24.170] (**) PixArt USB Optical Mouse: Applying InputClass "libinput pointer catchall"
[    24.170] (II) Using input driver 'libinput' for 'PixArt USB Optical Mouse'
[    24.170] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 29 paused 0
[    24.170] (**) PixArt USB Optical Mouse: always reports core events
[    24.170] (**) Option "Device" "/dev/input/event4"
[    24.171] (II) event4  - PixArt USB Optical Mouse: is tagged by udev as: Mouse
[    24.171] (II) event4  - PixArt USB Optical Mouse: device is a pointer
[    24.171] (II) event4  - PixArt USB Optical Mouse: device removed
[    24.171] (II) libinput: PixArt USB Optical Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    24.171] (II) libinput: PixArt USB Optical Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    24.171] (II) libinput: PixArt USB Optical Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    24.171] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6:1.0/0003:04F2:0939.0002/input/input4/event4"
[    24.171] (II) XINPUT: Adding extended input device "PixArt USB Optical Mouse" (type: MOUSE, id 11)
[    24.171] (**) Option "AccelerationScheme" "none"
[    24.171] (**) PixArt USB Optical Mouse: (accel) selected scheme none/0
[    24.171] (**) PixArt USB Optical Mouse: (accel) acceleration factor: 2.000
[    24.171] (**) PixArt USB Optical Mouse: (accel) acceleration threshold: 4
[    24.171] (II) event4  - PixArt USB Optical Mouse: is tagged by udev as: Mouse
[    24.171] (II) event4  - PixArt USB Optical Mouse: device is a pointer
[    24.172] (II) config/udev: Adding input device PixArt USB Optical Mouse (/dev/input/mouse0)
[    24.172] (II) No input driver specified, ignoring this device.
[    24.172] (II) This device may have been added with another device file.
[    24.172] (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event10)
[    24.172] (II) No input driver specified, ignoring this device.
[    24.172] (II) This device may have been added with another device file.
[    24.172] (II) config/udev: Adding input device HDA Intel PCH Line Out (/dev/input/event11)
[    24.172] (II) No input driver specified, ignoring this device.
[    24.172] (II) This device may have been added with another device file.
[    24.172] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event12)
[    24.172] (II) No input driver specified, ignoring this device.
[    24.172] (II) This device may have been added with another device file.
[    24.172] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event13)
[    24.172] (II) No input driver specified, ignoring this device.
[    24.172] (II) This device may have been added with another device file.
[    24.172] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event14)
[    24.172] (II) No input driver specified, ignoring this device.
[    24.172] (II) This device may have been added with another device file.
[    24.172] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event15)
[    24.172] (II) No input driver specified, ignoring this device.
[    24.172] (II) This device may have been added with another device file.
[    24.172] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=9 (/dev/input/event16)
[    24.172] (II) No input driver specified, ignoring this device.
[    24.172] (II) This device may have been added with another device file.
[    24.173] (II) config/udev: Adding input device HDA Intel PCH Rear Mic (/dev/input/event8)
[    24.173] (II) No input driver specified, ignoring this device.
[    24.173] (II) This device may have been added with another device file.
[    24.173] (II) config/udev: Adding input device HDA Intel PCH Front Mic (/dev/input/event9)
[    24.173] (II) No input driver specified, ignoring this device.
[    24.173] (II) This device may have been added with another device file.
[    24.173] (II) config/udev: Adding input device Eee PC WMI hotkeys (/dev/input/event6)
[    24.173] (**) Eee PC WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[    24.173] (II) Using input driver 'libinput' for 'Eee PC WMI hotkeys'
[    24.173] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 30 paused 0
[    24.173] (**) Eee PC WMI hotkeys: always reports core events
[    24.173] (**) Option "Device" "/dev/input/event6"
[    24.173] (II) event6  - Eee PC WMI hotkeys: is tagged by udev as: Keyboard
[    24.173] (II) event6  - Eee PC WMI hotkeys: device is a keyboard
[    24.173] (II) event6  - Eee PC WMI hotkeys: device removed
[    24.173] (**) Option "config_info" "udev:/sys/devices/platform/eeepc-wmi/input/input6/event6"
[    24.173] (II) XINPUT: Adding extended input device "Eee PC WMI hotkeys" (type: KEYBOARD, id 12)
[    24.174] (II) event6  - Eee PC WMI hotkeys: is tagged by udev as: Keyboard
[    24.174] (II) event6  - Eee PC WMI hotkeys: device is a keyboard
[    24.174] (II) config/udev: Adding input device PC Speaker (/dev/input/event5)
[    24.174] (II) No input driver specified, ignoring this device.
[    24.174] (II) This device may have been added with another device file.
[    90.539] (**) Option "fd" "22"
[    90.539] (II) event2  - Power Button: device removed
[    90.539] (**) Option "fd" "25"
[    90.539] (II) event7  - Video Bus: device removed
[    90.540] (**) Option "fd" "26"
[    90.540] (II) event1  - Power Button: device removed
[    90.540] (**) Option "fd" "27"
[    90.540] (II) event0  - Sleep Button: device removed
[    90.541] (**) Option "fd" "28"
[    90.541] (II) event3  - DELL Dell USB Entry Keyboard: device removed
[    90.541] (**) Option "fd" "29"
[    90.541] (II) event4  - PixArt USB Optical Mouse: device removed
[    90.541] (**) Option "fd" "30"
[    90.541] (II) event6  - Eee PC WMI hotkeys: device removed
[    90.598] (II) systemd-logind: got pause for 13:65
[    90.599] (II) systemd-logind: got pause for 13:64
[    90.599] (II) systemd-logind: got pause for 13:67
[    90.599] (II) systemd-logind: got pause for 13:70
[    90.599] (II) systemd-logind: got pause for 13:68
[    90.599] (II) systemd-logind: got pause for 13:71
[    90.599] (II) systemd-logind: got pause for 13:66
[   169.234] (II) systemd-logind: got resume for 13:65
[   169.250] (II) systemd-logind: got resume for 13:64
[   169.267] (II) systemd-logind: got resume for 13:67
[   169.267] (II) systemd-logind: got resume for 226:0
[   169.267] (II) intel(0): switch to mode 1680x1050@60.0 on DP3 using pipe 0, position (0, 0), rotation normal, reflection none
[   169.339] (II) event1  - Power Button: is tagged by udev as: Keyboard
[   169.339] (II) event1  - Power Button: device is a keyboard
[   169.339] (II) event0  - Sleep Button: is tagged by udev as: Keyboard
[   169.339] (II) event0  - Sleep Button: device is a keyboard
[   169.340] (II) event3  - DELL Dell USB Entry Keyboard: is tagged by udev as: Keyboard
[   169.340] (II) event3  - DELL Dell USB Entry Keyboard: device is a keyboard
[   169.340] (II) systemd-logind: got resume for 13:70
[   169.341] (II) event6  - Eee PC WMI hotkeys: is tagged by udev as: Keyboard
[   169.341] (II) event6  - Eee PC WMI hotkeys: device is a keyboard
[   169.341] (II) systemd-logind: got resume for 13:68
[   169.341] (II) event4  - PixArt USB Optical Mouse: is tagged by udev as: Mouse
[   169.341] (II) event4  - PixArt USB Optical Mouse: device is a pointer
[   169.341] (II) systemd-logind: got resume for 13:71
[   169.342] (II) event7  - Video Bus: is tagged by udev as: Keyboard
[   169.342] (II) event7  - Video Bus: device is a keyboard
[   169.342] (II) systemd-logind: got resume for 13:66
[   169.342] (II) event2  - Power Button: is tagged by udev as: Keyboard
[   169.342] (II) event2  - Power Button: device is a keyboard
[   169.345] (EE) intel(0): Failed to submit rendering commands (Invalid argument), disabling acceleration.
[   226.968] (**) Option "fd" "30"
[   226.968] (II) event2  - Power Button: device removed
[   226.968] (**) Option "fd" "29"
[   226.968] (II) event7  - Video Bus: device removed
[   226.969] (**) Option "fd" "25"
[   226.969] (II) event1  - Power Button: device removed
[   226.969] (**) Option "fd" "26"
[   226.969] (II) event0  - Sleep Button: device removed
[   226.970] (**) Option "fd" "28"
[   226.970] (II) event3  - DELL Dell USB Entry Keyboard: device removed
[   226.970] (**) Option "fd" "27"
[   226.970] (II) event4  - PixArt USB Optical Mouse: device removed
[   226.971] (**) Option "fd" "56"
[   226.971] (II) event6  - Eee PC WMI hotkeys: device removed
[   227.033] (II) systemd-logind: got pause for 13:65
[   227.033] (II) systemd-logind: got pause for 13:64
[   227.033] (II) systemd-logind: got pause for 13:67
[   227.033] (II) systemd-logind: got pause for 13:70
[   227.033] (II) systemd-logind: got pause for 13:68
[   227.033] (II) systemd-logind: got pause for 13:71
[   227.033] (II) systemd-logind: got pause for 13:66
[   228.397] (II) UnloadModule: "libinput"
[   228.397] (II) systemd-logind: releasing fd for 13:70
[   228.610] (EE) systemd-logind: failed to release device: Unknown object '/org/freedesktop/login1/session/_31'.
[   228.610] (II) UnloadModule: "libinput"
[   228.610] (II) systemd-logind: releasing fd for 13:68
[   228.610] (EE) systemd-logind: failed to release device: Unknown object '/org/freedesktop/login1/session/_31'.
[   228.611] (II) UnloadModule: "libinput"
[   228.611] (II) systemd-logind: releasing fd for 13:67
[   228.611] (EE) systemd-logind: failed to release device: Unknown object '/org/freedesktop/login1/session/_31'.
[   228.611] (II) UnloadModule: "libinput"
[   228.611] (II) systemd-logind: releasing fd for 13:64
[   228.611] (EE) systemd-logind: failed to release device: Unknown object '/org/freedesktop/login1/session/_31'.
[   228.611] (II) UnloadModule: "libinput"
[   228.611] (II) systemd-logind: releasing fd for 13:65
[   228.611] (EE) systemd-logind: failed to release device: Unknown object '/org/freedesktop/login1/session/_31'.
[   228.611] (II) UnloadModule: "libinput"
[   228.611] (II) systemd-logind: releasing fd for 13:71
[   228.612] (EE) systemd-logind: failed to release device: Unknown object '/org/freedesktop/login1/session/_31'.
[   228.612] (II) UnloadModule: "libinput"
[   228.612] (II) systemd-logind: releasing fd for 13:66
[   228.612] (EE) systemd-logind: failed to release device: Unknown object '/org/freedesktop/login1/session/_31'.
[   228.615] (WW) xf86CloseConsole: KDSETMODE failed: Input/output error
[   228.615] (WW) xf86CloseConsole: VT_GETMODE failed: Input/output error
[   228.615] (WW) xf86OpenConsole: VT_GETSTATE failed: Input/output error
[   228.616] (EE) systemd-logind: ReleaseControl failed: Unknown object '/org/freedesktop/login1/session/_31'.
[   228.616] (II) Server terminated successfully (0). Closing log file.


I saw another post on this forum with a Xorg log that looked somewhat similar, but the suggestions that solved that person's problem didn't seem to solve mine (it was something I already tried).

Does anyone have any ideas? I literally tried everything I could think of. Is there some bug with the driver and my GPU or something?

Thanks for looking at this for me!


Last edited by matthewBanta on Mon Jan 29, 2024 3:54 am; edited 2 times in total
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


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

PostPosted: Sun Jan 28, 2024 5:47 pm    Post subject: Reply with quote

matthewBanta,

Welcome to Gentoo.

Thats a bod sign
Code:
[    24.031] (WW) intel(0): Unknown chipset


Code:
[    24.106] (EE) intel(0): Failed to submit rendering commands (Invalid argument), disabling acceleration.
That's a bad sign too..



Code:
Section "Device"
        Identifier  "Intel Graphics"


Be careful here. Each section type, with one or two exceptions, can be repeated but the Identifiers must all be unique within a section type.
That's how Xorg knows which one(s) to use.

Put aside your own conf fragments and show us the Xorg.0.log when the automatics do their thing.
It doesn't matter if it won't work. The failures will be useful.
_________________
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
matthewBanta
n00b
n00b


Joined: 28 Jan 2024
Posts: 9

PostPosted: Sun Jan 28, 2024 6:48 pm    Post subject: Reply with quote

Thanks for getting back to me.

I have actually been using Gentoo for quite a while. This is just the first issue I haven't been able to fix on my own.

I tried a putting all of the fragments in one section with both the glamor and sna but that had no effect.

Here is the Xorg log when I just rename my xorg.conf.d directory to xorg.conf.d_old

Code:

[    24.004]
X.Org X Server 1.21.1.11
X Protocol Version 11, Revision 0
[    24.007] Current Operating System: Linux localhost 6.6.13-gentoo-dist #1 SMP PREEMPT_DYNAMIC Thu Jan 25 22:05:23 EST 2024 x86_64
[    24.007] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-6.6.13-gentoo-dist root=PARTUUID=2be1f1c8-3213-ab49-bc93-3bcaf64eed1e ro
[    24.009] 
[    24.010] Current version of pixman: 0.42.2
[    24.013]    Before reporting problems, check http://wiki.x.org
   to make sure that you have the latest version.
[    24.013] Markers: (--) probed, (**) from config file, (==) default setting,
   (++) from command line, (!!) notice, (II) informational,
   (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    24.017] (==) Log file: "/var/log/Xorg.0.log", Time: Fri Jan 26 18:54:43 2024
[    24.018] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    24.018] (==) No Layout section.  Using the first Screen section.
[    24.018] (==) No screen section available. Using defaults.
[    24.018] (**) |-->Screen "Default Screen Section" (0)
[    24.018] (**) |   |-->Monitor "<default monitor>"
[    24.018] (==) No monitor specified for screen "Default Screen Section".
   Using a default monitor configuration.
[    24.018] (==) Automatically adding devices
[    24.018] (==) Automatically enabling devices
[    24.018] (==) Automatically adding GPU devices
[    24.018] (==) Automatically binding GPU devices
[    24.018] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    24.019] (WW) The directory "/usr/share/fonts/TTF" does not exist.
[    24.019]    Entry deleted from font path.
[    24.019] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[    24.019]    Entry deleted from font path.
[    24.019] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[    24.019]    Entry deleted from font path.
[    24.019] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi".
[    24.019]    Entry deleted from font path.
[    24.019]    (Run 'mkfontdir' on "/usr/share/fonts/100dpi").
[    24.020] (==) FontPath set to:
   /usr/share/fonts/misc,
   /usr/share/fonts/75dpi
[    24.020] (==) ModulePath set to "/usr/lib64/xorg/modules"
[    24.020] (II) The server relies on udev to provide the list of input devices.
   If no devices become available, reconfigure udev or disable AutoAddDevices.
[    24.020] (II) Module ABI versions:
[    24.020]    X.Org ANSI C Emulation: 0.4
[    24.020]    X.Org Video Driver: 25.2
[    24.020]    X.Org XInput driver : 24.4
[    24.020]    X.Org Server Extension : 10.0
[    24.020] (++) using VT number 1

[    24.021] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[    24.022] (II) xfree86: Adding drm device (/dev/dri/card0)
[    24.022] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card0
[    24.022] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 10 paused 0
[    24.023] (--) PCI:*(0@0:2:0) 8086:4692:1043:8882 rev 12, Mem @ 0x6002000000/16777216, 0x4000000000/268435456, I/O @ 0x00004000/64, BIOS @ 0x????????/131072
[    24.023] (II) LoadModule: "glx"
[    24.024] (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so
[    24.026] (II) Module glx: vendor="X.Org Foundation"
[    24.026]    compiled for 1.21.1.11, module version = 1.0.0
[    24.026]    ABI class: X.Org Server Extension, version 10.0
[    24.026] (==) Matched intel as autoconfigured driver 0
[    24.026] (==) Matched modesetting as autoconfigured driver 1
[    24.026] (==) Matched fbdev as autoconfigured driver 2
[    24.026] (==) Matched vesa as autoconfigured driver 3
[    24.026] (==) Assigned the driver to the xf86ConfigLayout
[    24.026] (II) LoadModule: "intel"
[    24.026] (II) Loading /usr/lib64/xorg/modules/drivers/intel_drv.so
[    24.027] (II) Module intel: vendor="X.Org Foundation"
[    24.027]    compiled for 1.21.1.11, module version = 2.99.917
[    24.027]    Module class: X.Org Video Driver
[    24.027]    ABI class: X.Org Video Driver, version 25.2
[    24.027] (II) LoadModule: "modesetting"
[    24.027] (II) Loading /usr/lib64/xorg/modules/drivers/modesetting_drv.so
[    24.028] (II) Module modesetting: vendor="X.Org Foundation"
[    24.028]    compiled for 1.21.1.11, module version = 1.21.1
[    24.028]    Module class: X.Org Video Driver
[    24.028]    ABI class: X.Org Video Driver, version 25.2
[    24.028] (II) LoadModule: "fbdev"
[    24.028] (II) Loading /usr/lib64/xorg/modules/drivers/fbdev_drv.so
[    24.029] (II) Module fbdev: vendor="X.Org Foundation"
[    24.029]    compiled for 1.21.1.11, module version = 0.5.0
[    24.029]    Module class: X.Org Video Driver
[    24.029]    ABI class: X.Org Video Driver, version 25.2
[    24.029] (II) LoadModule: "vesa"
[    24.029] (II) Loading /usr/lib64/xorg/modules/drivers/vesa_drv.so
[    24.029] (II) Module vesa: vendor="X.Org Foundation"
[    24.029]    compiled for 1.21.1.11, module version = 2.6.0
[    24.029]    Module class: X.Org Video Driver
[    24.029]    ABI class: X.Org Video Driver, version 25.2
[    24.029] (II) intel: Driver for Intel(R) Integrated Graphics Chipsets:
   i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G,
   915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM,
   Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
   GM45, 4 Series, G45/G43, Q45/Q43, G41, B43
[    24.029] (II) intel: Driver for Intel(R) HD Graphics
[    24.029] (II) intel: Driver for Intel(R) Iris(TM) Graphics
[    24.029] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics
[    24.029] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    24.029] (II) FBDEV: driver for framebuffer: fbdev
[    24.029] (II) VESA: driver for VESA chipsets: vesa
[    24.029] (II) intel(0): Using Kernel Mode Setting driver: i915, version 1.6.0 20201103
[    24.030] (WW) Falling back to old probe method for modesetting
[    24.030] (WW) Falling back to old probe method for fbdev
[    24.030] (II) Loading sub module "fbdevhw"
[    24.030] (II) LoadModule: "fbdevhw"
[    24.030] (II) Loading /usr/lib64/xorg/modules/libfbdevhw.so
[    24.030] (II) Module fbdevhw: vendor="X.Org Foundation"
[    24.030]    compiled for 1.21.1.11, module version = 0.0.2
[    24.030]    ABI class: X.Org Video Driver, version 25.2
[    24.031] (WW) intel(0): Unknown chipset
[    24.031] (--) intel(0): CPU: x86-64, sse2, sse3, ssse3, sse4.1, sse4.2, avx, avx2; using a maximum of 4 threads
[    24.031] (II) intel(0): Creating default Display subsection in Screen section
   "Default Screen Section" for depth/fbbpp 24/32
[    24.031] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[    24.031] (==) intel(0): RGB weight 888
[    24.031] (==) intel(0): Default visual is TrueColor
[    24.032] (II) intel(0): Output DP1 has no monitor section
[    24.032] (II) intel(0): Enabled output DP1
[    24.032] (II) intel(0): Output HDMI1 has no monitor section
[    24.032] (II) intel(0): Enabled output HDMI1
[    24.032] (II) intel(0): Output HDMI2 has no monitor section
[    24.033] (II) intel(0): Enabled output HDMI2
[    24.033] (II) intel(0): Output DP2 has no monitor section
[    24.033] (II) intel(0): Enabled output DP2
[    24.033] (II) intel(0): Output HDMI3 has no monitor section
[    24.033] (II) intel(0): Enabled output HDMI3
[    24.033] (II) intel(0): Output DP3 has no monitor section
[    24.033] (II) intel(0): Enabled output DP3
[    24.033] (--) intel(0): Using a maximum size of 256x256 for hardware cursors
[    24.033] (II) intel(0): Output VIRTUAL1 has no monitor section
[    24.033] (II) intel(0): Enabled output VIRTUAL1
[    24.033] (--) intel(0): Output DP3 using initial mode 1680x1050 on pipe 0
[    24.033] (==) intel(0): TearFree enabled
[    24.033] (==) intel(0): Using gamma correction (1.0, 1.0, 1.0)
[    24.033] (==) intel(0): DPI set to (96, 96)
[    24.033] (II) Loading sub module "dri3"
[    24.033] (II) LoadModule: "dri3"
[    24.033] (II) Module "dri3" already built-in
[    24.033] (II) Loading sub module "dri2"
[    24.033] (II) LoadModule: "dri2"
[    24.033] (II) Module "dri2" already built-in
[    24.033] (II) Loading sub module "present"
[    24.033] (II) LoadModule: "present"
[    24.033] (II) Module "present" already built-in
[    24.033] (II) UnloadModule: "modesetting"
[    24.033] (II) Unloading modesetting
[    24.034] (II) UnloadModule: "fbdev"
[    24.034] (II) Unloading fbdev
[    24.034] (II) UnloadSubModule: "fbdevhw"
[    24.034] (II) Unloading fbdevhw
[    24.034] (II) UnloadModule: "vesa"
[    24.034] (II) Unloading vesa
[    24.034] (II) intel(0): SNA initialized with generic backend
[    24.034] (==) intel(0): Backing store enabled
[    24.034] (==) intel(0): Silken mouse enabled
[    24.034] (II) intel(0): HW Cursor enabled
[    24.035] (==) intel(0): DPMS enabled
[    24.035] (==) intel(0): Display hotplug detection enabled
[    24.035] (II) intel(0): Textured video not supported on this hardware or backend
[    24.035] (II) intel(0): [DRI2] Setup complete
[    24.035] (II) intel(0): [DRI2]   DRI driver: i965
[    24.035] (II) intel(0): [DRI2]   VDPAU driver: va_gl
[    24.035] (II) intel(0): direct rendering: DRI2 DRI3 enabled
[    24.035] (II) intel(0): hardware support for Present enabled
[    24.035] (II) Initializing extension Generic Event Extension
[    24.035] (II) Initializing extension SHAPE
[    24.035] (II) Initializing extension MIT-SHM
[    24.035] (II) Initializing extension XInputExtension
[    24.036] (II) Initializing extension XTEST
[    24.036] (II) Initializing extension BIG-REQUESTS
[    24.036] (II) Initializing extension SYNC
[    24.036] (II) Initializing extension XKEYBOARD
[    24.036] (II) Initializing extension XC-MISC
[    24.036] (II) Initializing extension XFIXES
[    24.036] (II) Initializing extension RENDER
[    24.036] (II) Initializing extension RANDR
[    24.036] (II) Initializing extension COMPOSITE
[    24.036] (II) Initializing extension DAMAGE
[    24.036] (II) Initializing extension MIT-SCREEN-SAVER
[    24.036] (II) Initializing extension DOUBLE-BUFFER
[    24.036] (II) Initializing extension RECORD
[    24.036] (II) Initializing extension DPMS
[    24.036] (II) Initializing extension Present
[    24.036] (II) Initializing extension DRI3
[    24.036] (II) Initializing extension X-Resource
[    24.036] (II) Initializing extension XVideo
[    24.036] (II) Initializing extension XVideo-MotionCompensation
[    24.036] (II) Initializing extension GLX
[    24.050] (EE) AIGLX error: Calling driver entry point failed
[    24.104] (II) IGLX: Loaded and initialized swrast
[    24.104] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[    24.104] (II) Initializing extension XFree86-VidModeExtension
[    24.104] (II) Initializing extension XFree86-DGA
[    24.104] (II) Initializing extension XFree86-DRI
[    24.104] (II) Initializing extension DRI2
[    24.106] (EE) intel(0): Failed to submit rendering commands (Invalid argument), disabling acceleration.
[    24.106] (II) intel(0): switch to mode 1680x1050@60.0 on DP3 using pipe 0, position (0, 0), rotation normal, reflection none
[    24.112] (II) intel(0): Setting screen physical size to 444 x 277
[    24.159] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[    24.159] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    24.159] (II) LoadModule: "libinput"
[    24.159] (II) Loading /usr/lib64/xorg/modules/input/libinput_drv.so
[    24.160] (II) Module libinput: vendor="X.Org Foundation"
[    24.160]    compiled for 1.21.1.11, module version = 1.4.0
[    24.160]    Module class: X.Org XInput Driver
[    24.160]    ABI class: X.Org XInput driver, version 24.4
[    24.160] (II) Using input driver 'libinput' for 'Power Button'
[    24.161] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 22 paused 0
[    24.161] (**) Power Button: always reports core events
[    24.161] (**) Option "Device" "/dev/input/event2"
[    24.162] (II) event2  - Power Button: is tagged by udev as: Keyboard
[    24.162] (II) event2  - Power Button: device is a keyboard
[    24.162] (II) event2  - Power Button: device removed
[    24.162] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[    24.162] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    24.163] (II) event2  - Power Button: is tagged by udev as: Keyboard
[    24.163] (II) event2  - Power Button: device is a keyboard
[    24.163] (II) config/udev: Adding input device Video Bus (/dev/input/event7)
[    24.163] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    24.163] (II) Using input driver 'libinput' for 'Video Bus'
[    24.164] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 25 paused 0
[    24.164] (**) Video Bus: always reports core events
[    24.164] (**) Option "Device" "/dev/input/event7"
[    24.164] (II) event7  - Video Bus: is tagged by udev as: Keyboard
[    24.164] (II) event7  - Video Bus: device is a keyboard
[    24.164] (II) event7  - Video Bus: device removed
[    24.164] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input7/event7"
[    24.164] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[    24.164] (II) event7  - Video Bus: is tagged by udev as: Keyboard
[    24.164] (II) event7  - Video Bus: device is a keyboard
[    24.165] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[    24.165] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    24.165] (II) Using input driver 'libinput' for 'Power Button'
[    24.165] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 26 paused 0
[    24.165] (**) Power Button: always reports core events
[    24.165] (**) Option "Device" "/dev/input/event1"
[    24.165] (II) event1  - Power Button: is tagged by udev as: Keyboard
[    24.165] (II) event1  - Power Button: device is a keyboard
[    24.165] (II) event1  - Power Button: device removed
[    24.165] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[    24.165] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[    24.166] (II) event1  - Power Button: is tagged by udev as: Keyboard
[    24.166] (II) event1  - Power Button: device is a keyboard
[    24.166] (II) config/udev: Adding input device Sleep Button (/dev/input/event0)
[    24.166] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[    24.166] (II) Using input driver 'libinput' for 'Sleep Button'
[    24.166] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 27 paused 0
[    24.166] (**) Sleep Button: always reports core events
[    24.166] (**) Option "Device" "/dev/input/event0"
[    24.167] (II) event0  - Sleep Button: is tagged by udev as: Keyboard
[    24.167] (II) event0  - Sleep Button: device is a keyboard
[    24.167] (II) event0  - Sleep Button: device removed
[    24.167] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0/event0"
[    24.167] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[    24.167] (II) event0  - Sleep Button: is tagged by udev as: Keyboard
[    24.167] (II) event0  - Sleep Button: device is a keyboard
[    24.168] (II) config/udev: Adding input device DELL Dell USB Entry Keyboard (/dev/input/event3)
[    24.168] (**) DELL Dell USB Entry Keyboard: Applying InputClass "libinput keyboard catchall"
[    24.168] (II) Using input driver 'libinput' for 'DELL Dell USB Entry Keyboard'
[    24.168] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 28 paused 0
[    24.168] (**) DELL Dell USB Entry Keyboard: always reports core events
[    24.168] (**) Option "Device" "/dev/input/event3"
[    24.168] (II) event3  - DELL Dell USB Entry Keyboard: is tagged by udev as: Keyboard
[    24.169] (II) event3  - DELL Dell USB Entry Keyboard: device is a keyboard
[    24.169] (II) event3  - DELL Dell USB Entry Keyboard: device removed
[    24.169] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.0/0003:413C:2107.0001/input/input3/event3"
[    24.169] (II) XINPUT: Adding extended input device "DELL Dell USB Entry Keyboard" (type: KEYBOARD, id 10)
[    24.169] (II) event3  - DELL Dell USB Entry Keyboard: is tagged by udev as: Keyboard
[    24.169] (II) event3  - DELL Dell USB Entry Keyboard: device is a keyboard
[    24.170] (II) config/udev: Adding input device PixArt USB Optical Mouse (/dev/input/event4)
[    24.170] (**) PixArt USB Optical Mouse: Applying InputClass "libinput pointer catchall"
[    24.170] (II) Using input driver 'libinput' for 'PixArt USB Optical Mouse'
[    24.170] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 29 paused 0
[    24.170] (**) PixArt USB Optical Mouse: always reports core events
[    24.170] (**) Option "Device" "/dev/input/event4"
[    24.171] (II) event4  - PixArt USB Optical Mouse: is tagged by udev as: Mouse
[    24.171] (II) event4  - PixArt USB Optical Mouse: device is a pointer
[    24.171] (II) event4  - PixArt USB Optical Mouse: device removed
[    24.171] (II) libinput: PixArt USB Optical Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    24.171] (II) libinput: PixArt USB Optical Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    24.171] (II) libinput: PixArt USB Optical Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    24.171] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6:1.0/0003:04F2:0939.0002/input/input4/event4"
[    24.171] (II) XINPUT: Adding extended input device "PixArt USB Optical Mouse" (type: MOUSE, id 11)
[    24.171] (**) Option "AccelerationScheme" "none"
[    24.171] (**) PixArt USB Optical Mouse: (accel) selected scheme none/0
[    24.171] (**) PixArt USB Optical Mouse: (accel) acceleration factor: 2.000
[    24.171] (**) PixArt USB Optical Mouse: (accel) acceleration threshold: 4
[    24.171] (II) event4  - PixArt USB Optical Mouse: is tagged by udev as: Mouse
[    24.171] (II) event4  - PixArt USB Optical Mouse: device is a pointer
[    24.172] (II) config/udev: Adding input device PixArt USB Optical Mouse (/dev/input/mouse0)
[    24.172] (II) No input driver specified, ignoring this device.
[    24.172] (II) This device may have been added with another device file.
[    24.172] (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event10)
[    24.172] (II) No input driver specified, ignoring this device.
[    24.172] (II) This device may have been added with another device file.
[    24.172] (II) config/udev: Adding input device HDA Intel PCH Line Out (/dev/input/event11)
[    24.172] (II) No input driver specified, ignoring this device.
[    24.172] (II) This device may have been added with another device file.
[    24.172] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event12)
[    24.172] (II) No input driver specified, ignoring this device.
[    24.172] (II) This device may have been added with another device file.
[    24.172] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event13)
[    24.172] (II) No input driver specified, ignoring this device.
[    24.172] (II) This device may have been added with another device file.
[    24.172] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event14)
[    24.172] (II) No input driver specified, ignoring this device.
[    24.172] (II) This device may have been added with another device file.
[    24.172] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event15)
[    24.172] (II) No input driver specified, ignoring this device.
[    24.172] (II) This device may have been added with another device file.
[    24.172] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=9 (/dev/input/event16)
[    24.172] (II) No input driver specified, ignoring this device.
[    24.172] (II) This device may have been added with another device file.
[    24.173] (II) config/udev: Adding input device HDA Intel PCH Rear Mic (/dev/input/event8)
[    24.173] (II) No input driver specified, ignoring this device.
[    24.173] (II) This device may have been added with another device file.
[    24.173] (II) config/udev: Adding input device HDA Intel PCH Front Mic (/dev/input/event9)
[    24.173] (II) No input driver specified, ignoring this device.
[    24.173] (II) This device may have been added with another device file.
[    24.173] (II) config/udev: Adding input device Eee PC WMI hotkeys (/dev/input/event6)
[    24.173] (**) Eee PC WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[    24.173] (II) Using input driver 'libinput' for 'Eee PC WMI hotkeys'
[    24.173] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 30 paused 0
[    24.173] (**) Eee PC WMI hotkeys: always reports core events
[    24.173] (**) Option "Device" "/dev/input/event6"
[    24.173] (II) event6  - Eee PC WMI hotkeys: is tagged by udev as: Keyboard
[    24.173] (II) event6  - Eee PC WMI hotkeys: device is a keyboard
[    24.173] (II) event6  - Eee PC WMI hotkeys: device removed
[    24.173] (**) Option "config_info" "udev:/sys/devices/platform/eeepc-wmi/input/input6/event6"
[    24.173] (II) XINPUT: Adding extended input device "Eee PC WMI hotkeys" (type: KEYBOARD, id 12)
[    24.174] (II) event6  - Eee PC WMI hotkeys: is tagged by udev as: Keyboard
[    24.174] (II) event6  - Eee PC WMI hotkeys: device is a keyboard
[    24.174] (II) config/udev: Adding input device PC Speaker (/dev/input/event5)
[    24.174] (II) No input driver specified, ignoring this device.
[    24.174] (II) This device may have been added with another device file.
[    90.539] (**) Option "fd" "22"
[    90.539] (II) event2  - Power Button: device removed
[    90.539] (**) Option "fd" "25"
[    90.539] (II) event7  - Video Bus: device removed
[    90.540] (**) Option "fd" "26"
[    90.540] (II) event1  - Power Button: device removed
[    90.540] (**) Option "fd" "27"
[    90.540] (II) event0  - Sleep Button: device removed
[    90.541] (**) Option "fd" "28"
[    90.541] (II) event3  - DELL Dell USB Entry Keyboard: device removed
[    90.541] (**) Option "fd" "29"
[    90.541] (II) event4  - PixArt USB Optical Mouse: device removed
[    90.541] (**) Option "fd" "30"
[    90.541] (II) event6  - Eee PC WMI hotkeys: device removed
[    90.598] (II) systemd-logind: got pause for 13:65
[    90.599] (II) systemd-logind: got pause for 13:64
[    90.599] (II) systemd-logind: got pause for 13:67
[    90.599] (II) systemd-logind: got pause for 13:70
[    90.599] (II) systemd-logind: got pause for 13:68
[    90.599] (II) systemd-logind: got pause for 13:71
[    90.599] (II) systemd-logind: got pause for 13:66
[   169.234] (II) systemd-logind: got resume for 13:65
[   169.250] (II) systemd-logind: got resume for 13:64
[   169.267] (II) systemd-logind: got resume for 13:67
[   169.267] (II) systemd-logind: got resume for 226:0
[   169.267] (II) intel(0): switch to mode 1680x1050@60.0 on DP3 using pipe 0, position (0, 0), rotation normal, reflection none
[   169.339] (II) event1  - Power Button: is tagged by udev as: Keyboard
[   169.339] (II) event1  - Power Button: device is a keyboard
[   169.339] (II) event0  - Sleep Button: is tagged by udev as: Keyboard
[   169.339] (II) event0  - Sleep Button: device is a keyboard
[   169.340] (II) event3  - DELL Dell USB Entry Keyboard: is tagged by udev as: Keyboard
[   169.340] (II) event3  - DELL Dell USB Entry Keyboard: device is a keyboard
[   169.340] (II) systemd-logind: got resume for 13:70
[   169.341] (II) event6  - Eee PC WMI hotkeys: is tagged by udev as: Keyboard
[   169.341] (II) event6  - Eee PC WMI hotkeys: device is a keyboard
[   169.341] (II) systemd-logind: got resume for 13:68
[   169.341] (II) event4  - PixArt USB Optical Mouse: is tagged by udev as: Mouse
[   169.341] (II) event4  - PixArt USB Optical Mouse: device is a pointer
[   169.341] (II) systemd-logind: got resume for 13:71
[   169.342] (II) event7  - Video Bus: is tagged by udev as: Keyboard
[   169.342] (II) event7  - Video Bus: device is a keyboard
[   169.342] (II) systemd-logind: got resume for 13:66
[   169.342] (II) event2  - Power Button: is tagged by udev as: Keyboard
[   169.342] (II) event2  - Power Button: device is a keyboard
[   169.345] (EE) intel(0): Failed to submit rendering commands (Invalid argument), disabling acceleration.
[   226.968] (**) Option "fd" "30"
[   226.968] (II) event2  - Power Button: device removed
[   226.968] (**) Option "fd" "29"
[   226.968] (II) event7  - Video Bus: device removed
[   226.969] (**) Option "fd" "25"
[   226.969] (II) event1  - Power Button: device removed
[   226.969] (**) Option "fd" "26"
[   226.969] (II) event0  - Sleep Button: device removed
[   226.970] (**) Option "fd" "28"
[   226.970] (II) event3  - DELL Dell USB Entry Keyboard: device removed
[   226.970] (**) Option "fd" "27"
[   226.970] (II) event4  - PixArt USB Optical Mouse: device removed
[   226.971] (**) Option "fd" "56"
[   226.971] (II) event6  - Eee PC WMI hotkeys: device removed
[   227.033] (II) systemd-logind: got pause for 13:65
[   227.033] (II) systemd-logind: got pause for 13:64
[   227.033] (II) systemd-logind: got pause for 13:67
[   227.033] (II) systemd-logind: got pause for 13:70
[   227.033] (II) systemd-logind: got pause for 13:68
[   227.033] (II) systemd-logind: got pause for 13:71
[   227.033] (II) systemd-logind: got pause for 13:66
[   228.397] (II) UnloadModule: "libinput"
[   228.397] (II) systemd-logind: releasing fd for 13:70
[   228.610] (EE) systemd-logind: failed to release device: Unknown object '/org/freedesktop/login1/session/_31'.
[   228.610] (II) UnloadModule: "libinput"
[   228.610] (II) systemd-logind: releasing fd for 13:68
[   228.610] (EE) systemd-logind: failed to release device: Unknown object '/org/freedesktop/login1/session/_31'.
[   228.611] (II) UnloadModule: "libinput"
[   228.611] (II) systemd-logind: releasing fd for 13:67
[   228.611] (EE) systemd-logind: failed to release device: Unknown object '/org/freedesktop/login1/session/_31'.
[   228.611] (II) UnloadModule: "libinput"
[   228.611] (II) systemd-logind: releasing fd for 13:64
[   228.611] (EE) systemd-logind: failed to release device: Unknown object '/org/freedesktop/login1/session/_31'.
[   228.611] (II) UnloadModule: "libinput"
[   228.611] (II) systemd-logind: releasing fd for 13:65
[   228.611] (EE) systemd-logind: failed to release device: Unknown object '/org/freedesktop/login1/session/_31'.
[   228.611] (II) UnloadModule: "libinput"
[   228.611] (II) systemd-logind: releasing fd for 13:71
[   228.612] (EE) systemd-logind: failed to release device: Unknown object '/org/freedesktop/login1/session/_31'.
[   228.612] (II) UnloadModule: "libinput"
[   228.612] (II) systemd-logind: releasing fd for 13:66
[   228.612] (EE) systemd-logind: failed to release device: Unknown object '/org/freedesktop/login1/session/_31'.
[   228.615] (WW) xf86CloseConsole: KDSETMODE failed: Input/output error
[   228.615] (WW) xf86CloseConsole: VT_GETMODE failed: Input/output error
[   228.615] (WW) xf86OpenConsole: VT_GETSTATE failed: Input/output error
[   228.616] (EE) systemd-logind: ReleaseControl failed: Unknown object '/org/freedesktop/login1/session/_31'.
[   228.616] (II) Server terminated successfully (0). Closing log file.
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


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

PostPosted: Sun Jan 28, 2024 7:05 pm    Post subject: Reply with quote

matthewBanta,

The automatics chose.
Code:
[    24.026] (==) Matched intel as autoconfigured driver 0
[    24.026] (==) Matched modesetting as autoconfigured driver 1
[    24.026] (==) Matched fbdev as autoconfigured driver 2
[    24.026] (==) Matched vesa as autoconfigured driver 3

and the inter driver loaded. I was half expecting modesetting to be top of the list.

Your chipset was added to the kernel in 5.13 so the
Code:
[    24.031] (WW) intel(0): Unknown chipset
is a surprise.

Tell us how you configured and compiled your kernel
_________________
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
grknight
Retired Dev
Retired Dev


Joined: 20 Feb 2015
Posts: 1663

PostPosted: Sun Jan 28, 2024 7:13 pm    Post subject: Reply with quote

NeddySeagoon wrote:
Your chipset was added to the kernel in 5.13 so the
Code:
[    24.031] (WW) intel(0): Unknown chipset
is a surprise.

This is not a surprise at all since xf86-video-intel is basically abandoned and should not be installed unless absolutely necessary.
The kernel is not reporting "unknown chipset", xf86-video-intel is.
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


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

PostPosted: Sun Jan 28, 2024 7:23 pm    Post subject: Reply with quote

grknight,

So modesetting is correct.
_________________
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
matthewBanta
n00b
n00b


Joined: 28 Jan 2024
Posts: 9

PostPosted: Sun Jan 28, 2024 7:23 pm    Post subject: Reply with quote

I only added xf86-video-intel because nothing else was working and the intel drivers wiki said it might work.

Back in the day, I used to configure and compile my kernel on my own. This time, I decided to take the easy approach. I decided to just install sys-kernel/gentoo-kernel and let portage take care of everything. Did something not get detected and compiled automatically? Is there a use flag that could tell it to find my chipset?
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


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

PostPosted: Sun Jan 28, 2024 7:37 pm    Post subject: Reply with quote

matthewBanta,

Go back to a Section "Device" but call up
Code:
Driver "modesetting"


mesa still needs VIDEO_CARDS=intel, so you get glamor acceleration on your chipset.
See
Code:
man modesetting

_________________
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
matthewBanta
n00b
n00b


Joined: 28 Jan 2024
Posts: 9

PostPosted: Sun Jan 28, 2024 7:56 pm    Post subject: Reply with quote

This is from my make.conf

Code:

USE="grub X udev xorg graphite java"
GRUB_PLATFORMS="efi-64"
#VIDEO_CARDS="intel i965 i915"
VIDEO_CARDS="intel"


I have it set to "intel". I even tried i965 and i915. In fact, I tried adding every valid video card I could find -- even ones I know are not installed on my computer. Nothing seems to work.
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


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

PostPosted: Sun Jan 28, 2024 8:06 pm    Post subject: Reply with quote

matthewBanta,

VIDEO_CARDS is used by several packages. intel is correct.

That installs two things.
1. x11-drivers/xf86-video-intel, which is harmless as long as you don't use it.
2. media-libs/mesa with support for intel.

To keep x11-drivers/xf86-video-intel installed but not used, you need the .conf fragment I described above.
The log will show lots of lines starting
Code:
modeset(0)


The intel driver that you don't want, is Xorgs first choice, so you need to tell it not to do that.
_________________
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
matthewBanta
n00b
n00b


Joined: 28 Jan 2024
Posts: 9

PostPosted: Mon Jan 29, 2024 12:32 am    Post subject: Reply with quote

I am sorry if I misunderstood what you said. I think I might have done something wrong. I put a single file in my xorg.conf.d directory with a .conf extension. Here is the contents of that file:
Code:

Section "Device"
        Identifier  "Intel Graphics"
        Driver      "modesetting"
        Option      "AccelMethod"    "glamor"
        Option      "DRI"            "3"
        Option      "TearFree"    "true"
EndSection


Xorg failed to start at all. Here is what the log looks like now:
Code:

[    24.004]
X.Org X Server 1.21.1.11
X Protocol Version 11, Revision 0
[    24.007] Current Operating System: Linux localhost 6.6.13-gentoo-dist #1 SMP PREEMPT_DYNAMIC Thu Jan 25 22:05:23 EST 2024 x86_64
[    24.007] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-6.6.13-gentoo-dist root=PARTUUID=2be1f1c8-3213-ab49-bc93-3bcaf64eed1e ro
[    24.009] 
[    24.010] Current version of pixman: 0.42.2
[    24.013]    Before reporting problems, check http://wiki.x.org
   to make sure that you have the latest version.
[    24.013] Markers: (--) probed, (**) from config file, (==) default setting,
   (++) from command line, (!!) notice, (II) informational,
   (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    24.017] (==) Log file: "/var/log/Xorg.0.log", Time: Fri Jan 26 18:54:43 2024
[    24.018] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    24.018] (==) No Layout section.  Using the first Screen section.
[    24.018] (==) No screen section available. Using defaults.
[    24.018] (**) |-->Screen "Default Screen Section" (0)
[    24.018] (**) |   |-->Monitor "<default monitor>"
[    24.018] (==) No monitor specified for screen "Default Screen Section".
   Using a default monitor configuration.
[    24.018] (==) Automatically adding devices
[    24.018] (==) Automatically enabling devices
[    24.018] (==) Automatically adding GPU devices
[    24.018] (==) Automatically binding GPU devices
[    24.018] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    24.019] (WW) The directory "/usr/share/fonts/TTF" does not exist.
[    24.019]    Entry deleted from font path.
[    24.019] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[    24.019]    Entry deleted from font path.
[    24.019] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[    24.019]    Entry deleted from font path.
[    24.019] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi".
[    24.019]    Entry deleted from font path.
[    24.019]    (Run 'mkfontdir' on "/usr/share/fonts/100dpi").
[    24.020] (==) FontPath set to:
   /usr/share/fonts/misc,
   /usr/share/fonts/75dpi
[    24.020] (==) ModulePath set to "/usr/lib64/xorg/modules"
[    24.020] (II) The server relies on udev to provide the list of input devices.
   If no devices become available, reconfigure udev or disable AutoAddDevices.
[    24.020] (II) Module ABI versions:
[    24.020]    X.Org ANSI C Emulation: 0.4
[    24.020]    X.Org Video Driver: 25.2
[    24.020]    X.Org XInput driver : 24.4
[    24.020]    X.Org Server Extension : 10.0
[    24.020] (++) using VT number 1

[    24.021] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[    24.022] (II) xfree86: Adding drm device (/dev/dri/card0)
[    24.022] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card0
[    24.022] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 10 paused 0
[    24.023] (--) PCI:*(0@0:2:0) 8086:4692:1043:8882 rev 12, Mem @ 0x6002000000/16777216, 0x4000000000/268435456, I/O @ 0x00004000/64, BIOS @ 0x????????/131072
[    24.023] (II) LoadModule: "glx"
[    24.024] (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so
[    24.026] (II) Module glx: vendor="X.Org Foundation"
[    24.026]    compiled for 1.21.1.11, module version = 1.0.0
[    24.026]    ABI class: X.Org Server Extension, version 10.0
[    24.026] (==) Matched intel as autoconfigured driver 0
[    24.026] (==) Matched modesetting as autoconfigured driver 1
[    24.026] (==) Matched fbdev as autoconfigured driver 2
[    24.026] (==) Matched vesa as autoconfigured driver 3
[    24.026] (==) Assigned the driver to the xf86ConfigLayout
[    24.026] (II) LoadModule: "intel"
[    24.026] (II) Loading /usr/lib64/xorg/modules/drivers/intel_drv.so
[    24.027] (II) Module intel: vendor="X.Org Foundation"
[    24.027]    compiled for 1.21.1.11, module version = 2.99.917
[    24.027]    Module class: X.Org Video Driver
[    24.027]    ABI class: X.Org Video Driver, version 25.2
[    24.027] (II) LoadModule: "modesetting"
[    24.027] (II) Loading /usr/lib64/xorg/modules/drivers/modesetting_drv.so
[    24.028] (II) Module modesetting: vendor="X.Org Foundation"
[    24.028]    compiled for 1.21.1.11, module version = 1.21.1
[    24.028]    Module class: X.Org Video Driver
[    24.028]    ABI class: X.Org Video Driver, version 25.2
[    24.028] (II) LoadModule: "fbdev"
[    24.028] (II) Loading /usr/lib64/xorg/modules/drivers/fbdev_drv.so
[    24.029] (II) Module fbdev: vendor="X.Org Foundation"
[    24.029]    compiled for 1.21.1.11, module version = 0.5.0
[    24.029]    Module class: X.Org Video Driver
[    24.029]    ABI class: X.Org Video Driver, version 25.2
[    24.029] (II) LoadModule: "vesa"
[    24.029] (II) Loading /usr/lib64/xorg/modules/drivers/vesa_drv.so
[    24.029] (II) Module vesa: vendor="X.Org Foundation"
[    24.029]    compiled for 1.21.1.11, module version = 2.6.0
[    24.029]    Module class: X.Org Video Driver
[    24.029]    ABI class: X.Org Video Driver, version 25.2
[    24.029] (II) intel: Driver for Intel(R) Integrated Graphics Chipsets:
   i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G,
   915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM,
   Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
   GM45, 4 Series, G45/G43, Q45/Q43, G41, B43
[    24.029] (II) intel: Driver for Intel(R) HD Graphics
[    24.029] (II) intel: Driver for Intel(R) Iris(TM) Graphics
[    24.029] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics
[    24.029] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    24.029] (II) FBDEV: driver for framebuffer: fbdev
[    24.029] (II) VESA: driver for VESA chipsets: vesa
[    24.029] (II) intel(0): Using Kernel Mode Setting driver: i915, version 1.6.0 20201103
[    24.030] (WW) Falling back to old probe method for modesetting
[    24.030] (WW) Falling back to old probe method for fbdev
[    24.030] (II) Loading sub module "fbdevhw"
[    24.030] (II) LoadModule: "fbdevhw"
[    24.030] (II) Loading /usr/lib64/xorg/modules/libfbdevhw.so
[    24.030] (II) Module fbdevhw: vendor="X.Org Foundation"
[    24.030]    compiled for 1.21.1.11, module version = 0.0.2
[    24.030]    ABI class: X.Org Video Driver, version 25.2
[    24.031] (WW) intel(0): Unknown chipset
[    24.031] (--) intel(0): CPU: x86-64, sse2, sse3, ssse3, sse4.1, sse4.2, avx, avx2; using a maximum of 4 threads
[    24.031] (II) intel(0): Creating default Display subsection in Screen section
   "Default Screen Section" for depth/fbbpp 24/32
[    24.031] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[    24.031] (==) intel(0): RGB weight 888
[    24.031] (==) intel(0): Default visual is TrueColor
[    24.032] (II) intel(0): Output DP1 has no monitor section
[    24.032] (II) intel(0): Enabled output DP1
[    24.032] (II) intel(0): Output HDMI1 has no monitor section
[    24.032] (II) intel(0): Enabled output HDMI1
[    24.032] (II) intel(0): Output HDMI2 has no monitor section
[    24.033] (II) intel(0): Enabled output HDMI2
[    24.033] (II) intel(0): Output DP2 has no monitor section
[    24.033] (II) intel(0): Enabled output DP2
[    24.033] (II) intel(0): Output HDMI3 has no monitor section
[    24.033] (II) intel(0): Enabled output HDMI3
[    24.033] (II) intel(0): Output DP3 has no monitor section
[    24.033] (II) intel(0): Enabled output DP3
[    24.033] (--) intel(0): Using a maximum size of 256x256 for hardware cursors
[    24.033] (II) intel(0): Output VIRTUAL1 has no monitor section
[    24.033] (II) intel(0): Enabled output VIRTUAL1
[    24.033] (--) intel(0): Output DP3 using initial mode 1680x1050 on pipe 0
[    24.033] (==) intel(0): TearFree enabled
[    24.033] (==) intel(0): Using gamma correction (1.0, 1.0, 1.0)
[    24.033] (==) intel(0): DPI set to (96, 96)
[    24.033] (II) Loading sub module "dri3"
[    24.033] (II) LoadModule: "dri3"
[    24.033] (II) Module "dri3" already built-in
[    24.033] (II) Loading sub module "dri2"
[    24.033] (II) LoadModule: "dri2"
[    24.033] (II) Module "dri2" already built-in
[    24.033] (II) Loading sub module "present"
[    24.033] (II) LoadModule: "present"
[    24.033] (II) Module "present" already built-in
[    24.033] (II) UnloadModule: "modesetting"
[    24.033] (II) Unloading modesetting
[    24.034] (II) UnloadModule: "fbdev"
[    24.034] (II) Unloading fbdev
[    24.034] (II) UnloadSubModule: "fbdevhw"
[    24.034] (II) Unloading fbdevhw
[    24.034] (II) UnloadModule: "vesa"
[    24.034] (II) Unloading vesa
[    24.034] (II) intel(0): SNA initialized with generic backend
[    24.034] (==) intel(0): Backing store enabled
[    24.034] (==) intel(0): Silken mouse enabled
[    24.034] (II) intel(0): HW Cursor enabled
[    24.035] (==) intel(0): DPMS enabled
[    24.035] (==) intel(0): Display hotplug detection enabled
[    24.035] (II) intel(0): Textured video not supported on this hardware or backend
[    24.035] (II) intel(0): [DRI2] Setup complete
[    24.035] (II) intel(0): [DRI2]   DRI driver: i965
[    24.035] (II) intel(0): [DRI2]   VDPAU driver: va_gl
[    24.035] (II) intel(0): direct rendering: DRI2 DRI3 enabled
[    24.035] (II) intel(0): hardware support for Present enabled
[    24.035] (II) Initializing extension Generic Event Extension
[    24.035] (II) Initializing extension SHAPE
[    24.035] (II) Initializing extension MIT-SHM
[    24.035] (II) Initializing extension XInputExtension
[    24.036] (II) Initializing extension XTEST
[    24.036] (II) Initializing extension BIG-REQUESTS
[    24.036] (II) Initializing extension SYNC
[    24.036] (II) Initializing extension XKEYBOARD
[    24.036] (II) Initializing extension XC-MISC
[    24.036] (II) Initializing extension XFIXES
[    24.036] (II) Initializing extension RENDER
[    24.036] (II) Initializing extension RANDR
[    24.036] (II) Initializing extension COMPOSITE
[    24.036] (II) Initializing extension DAMAGE
[    24.036] (II) Initializing extension MIT-SCREEN-SAVER
[    24.036] (II) Initializing extension DOUBLE-BUFFER
[    24.036] (II) Initializing extension RECORD
[    24.036] (II) Initializing extension DPMS
[    24.036] (II) Initializing extension Present
[    24.036] (II) Initializing extension DRI3
[    24.036] (II) Initializing extension X-Resource
[    24.036] (II) Initializing extension XVideo
[    24.036] (II) Initializing extension XVideo-MotionCompensation
[    24.036] (II) Initializing extension GLX
[    24.050] (EE) AIGLX error: Calling driver entry point failed
[    24.104] (II) IGLX: Loaded and initialized swrast
[    24.104] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[    24.104] (II) Initializing extension XFree86-VidModeExtension
[    24.104] (II) Initializing extension XFree86-DGA
[    24.104] (II) Initializing extension XFree86-DRI
[    24.104] (II) Initializing extension DRI2
[    24.106] (EE) intel(0): Failed to submit rendering commands (Invalid argument), disabling acceleration.
[    24.106] (II) intel(0): switch to mode 1680x1050@60.0 on DP3 using pipe 0, position (0, 0), rotation normal, reflection none
[    24.112] (II) intel(0): Setting screen physical size to 444 x 277
[    24.159] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[    24.159] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    24.159] (II) LoadModule: "libinput"
[    24.159] (II) Loading /usr/lib64/xorg/modules/input/libinput_drv.so
[    24.160] (II) Module libinput: vendor="X.Org Foundation"
[    24.160]    compiled for 1.21.1.11, module version = 1.4.0
[    24.160]    Module class: X.Org XInput Driver
[    24.160]    ABI class: X.Org XInput driver, version 24.4
[    24.160] (II) Using input driver 'libinput' for 'Power Button'
[    24.161] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 22 paused 0
[    24.161] (**) Power Button: always reports core events
[    24.161] (**) Option "Device" "/dev/input/event2"
[    24.162] (II) event2  - Power Button: is tagged by udev as: Keyboard
[    24.162] (II) event2  - Power Button: device is a keyboard
[    24.162] (II) event2  - Power Button: device removed
[    24.162] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[    24.162] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    24.163] (II) event2  - Power Button: is tagged by udev as: Keyboard
[    24.163] (II) event2  - Power Button: device is a keyboard
[    24.163] (II) config/udev: Adding input device Video Bus (/dev/input/event7)
[    24.163] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    24.163] (II) Using input driver 'libinput' for 'Video Bus'
[    24.164] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 25 paused 0
[    24.164] (**) Video Bus: always reports core events
[    24.164] (**) Option "Device" "/dev/input/event7"
[    24.164] (II) event7  - Video Bus: is tagged by udev as: Keyboard
[    24.164] (II) event7  - Video Bus: device is a keyboard
[    24.164] (II) event7  - Video Bus: device removed
[    24.164] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input7/event7"
[    24.164] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[    24.164] (II) event7  - Video Bus: is tagged by udev as: Keyboard
[    24.164] (II) event7  - Video Bus: device is a keyboard
[    24.165] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[    24.165] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    24.165] (II) Using input driver 'libinput' for 'Power Button'
[    24.165] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 26 paused 0
[    24.165] (**) Power Button: always reports core events
[    24.165] (**) Option "Device" "/dev/input/event1"
[    24.165] (II) event1  - Power Button: is tagged by udev as: Keyboard
[    24.165] (II) event1  - Power Button: device is a keyboard
[    24.165] (II) event1  - Power Button: device removed
[    24.165] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[    24.165] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[    24.166] (II) event1  - Power Button: is tagged by udev as: Keyboard
[    24.166] (II) event1  - Power Button: device is a keyboard
[    24.166] (II) config/udev: Adding input device Sleep Button (/dev/input/event0)
[    24.166] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[    24.166] (II) Using input driver 'libinput' for 'Sleep Button'
[    24.166] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 27 paused 0
[    24.166] (**) Sleep Button: always reports core events
[    24.166] (**) Option "Device" "/dev/input/event0"
[    24.167] (II) event0  - Sleep Button: is tagged by udev as: Keyboard
[    24.167] (II) event0  - Sleep Button: device is a keyboard
[    24.167] (II) event0  - Sleep Button: device removed
[    24.167] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0/event0"
[    24.167] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[    24.167] (II) event0  - Sleep Button: is tagged by udev as: Keyboard
[    24.167] (II) event0  - Sleep Button: device is a keyboard
[    24.168] (II) config/udev: Adding input device DELL Dell USB Entry Keyboard (/dev/input/event3)
[    24.168] (**) DELL Dell USB Entry Keyboard: Applying InputClass "libinput keyboard catchall"
[    24.168] (II) Using input driver 'libinput' for 'DELL Dell USB Entry Keyboard'
[    24.168] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 28 paused 0
[    24.168] (**) DELL Dell USB Entry Keyboard: always reports core events
[    24.168] (**) Option "Device" "/dev/input/event3"
[    24.168] (II) event3  - DELL Dell USB Entry Keyboard: is tagged by udev as: Keyboard
[    24.169] (II) event3  - DELL Dell USB Entry Keyboard: device is a keyboard
[    24.169] (II) event3  - DELL Dell USB Entry Keyboard: device removed
[    24.169] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.0/0003:413C:2107.0001/input/input3/event3"
[    24.169] (II) XINPUT: Adding extended input device "DELL Dell USB Entry Keyboard" (type: KEYBOARD, id 10)
[    24.169] (II) event3  - DELL Dell USB Entry Keyboard: is tagged by udev as: Keyboard
[    24.169] (II) event3  - DELL Dell USB Entry Keyboard: device is a keyboard
[    24.170] (II) config/udev: Adding input device PixArt USB Optical Mouse (/dev/input/event4)
[    24.170] (**) PixArt USB Optical Mouse: Applying InputClass "libinput pointer catchall"
[    24.170] (II) Using input driver 'libinput' for 'PixArt USB Optical Mouse'
[    24.170] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 29 paused 0
[    24.170] (**) PixArt USB Optical Mouse: always reports core events
[    24.170] (**) Option "Device" "/dev/input/event4"
[    24.171] (II) event4  - PixArt USB Optical Mouse: is tagged by udev as: Mouse
[    24.171] (II) event4  - PixArt USB Optical Mouse: device is a pointer
[    24.171] (II) event4  - PixArt USB Optical Mouse: device removed
[    24.171] (II) libinput: PixArt USB Optical Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    24.171] (II) libinput: PixArt USB Optical Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    24.171] (II) libinput: PixArt USB Optical Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[    24.171] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6:1.0/0003:04F2:0939.0002/input/input4/event4"
[    24.171] (II) XINPUT: Adding extended input device "PixArt USB Optical Mouse" (type: MOUSE, id 11)
[    24.171] (**) Option "AccelerationScheme" "none"
[    24.171] (**) PixArt USB Optical Mouse: (accel) selected scheme none/0
[    24.171] (**) PixArt USB Optical Mouse: (accel) acceleration factor: 2.000
[    24.171] (**) PixArt USB Optical Mouse: (accel) acceleration threshold: 4
[    24.171] (II) event4  - PixArt USB Optical Mouse: is tagged by udev as: Mouse
[    24.171] (II) event4  - PixArt USB Optical Mouse: device is a pointer
[    24.172] (II) config/udev: Adding input device PixArt USB Optical Mouse (/dev/input/mouse0)
[    24.172] (II) No input driver specified, ignoring this device.
[    24.172] (II) This device may have been added with another device file.
[    24.172] (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event10)
[    24.172] (II) No input driver specified, ignoring this device.
[    24.172] (II) This device may have been added with another device file.
[    24.172] (II) config/udev: Adding input device HDA Intel PCH Line Out (/dev/input/event11)
[    24.172] (II) No input driver specified, ignoring this device.
[    24.172] (II) This device may have been added with another device file.
[    24.172] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event12)
[    24.172] (II) No input driver specified, ignoring this device.
[    24.172] (II) This device may have been added with another device file.
[    24.172] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event13)
[    24.172] (II) No input driver specified, ignoring this device.
[    24.172] (II) This device may have been added with another device file.
[    24.172] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event14)
[    24.172] (II) No input driver specified, ignoring this device.
[    24.172] (II) This device may have been added with another device file.
[    24.172] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event15)
[    24.172] (II) No input driver specified, ignoring this device.
[    24.172] (II) This device may have been added with another device file.
[    24.172] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=9 (/dev/input/event16)
[    24.172] (II) No input driver specified, ignoring this device.
[    24.172] (II) This device may have been added with another device file.
[    24.173] (II) config/udev: Adding input device HDA Intel PCH Rear Mic (/dev/input/event8)
[    24.173] (II) No input driver specified, ignoring this device.
[    24.173] (II) This device may have been added with another device file.
[    24.173] (II) config/udev: Adding input device HDA Intel PCH Front Mic (/dev/input/event9)
[    24.173] (II) No input driver specified, ignoring this device.
[    24.173] (II) This device may have been added with another device file.
[    24.173] (II) config/udev: Adding input device Eee PC WMI hotkeys (/dev/input/event6)
[    24.173] (**) Eee PC WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[    24.173] (II) Using input driver 'libinput' for 'Eee PC WMI hotkeys'
[    24.173] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 30 paused 0
[    24.173] (**) Eee PC WMI hotkeys: always reports core events
[    24.173] (**) Option "Device" "/dev/input/event6"
[    24.173] (II) event6  - Eee PC WMI hotkeys: is tagged by udev as: Keyboard
[    24.173] (II) event6  - Eee PC WMI hotkeys: device is a keyboard
[    24.173] (II) event6  - Eee PC WMI hotkeys: device removed
[    24.173] (**) Option "config_info" "udev:/sys/devices/platform/eeepc-wmi/input/input6/event6"
[    24.173] (II) XINPUT: Adding extended input device "Eee PC WMI hotkeys" (type: KEYBOARD, id 12)
[    24.174] (II) event6  - Eee PC WMI hotkeys: is tagged by udev as: Keyboard
[    24.174] (II) event6  - Eee PC WMI hotkeys: device is a keyboard
[    24.174] (II) config/udev: Adding input device PC Speaker (/dev/input/event5)
[    24.174] (II) No input driver specified, ignoring this device.
[    24.174] (II) This device may have been added with another device file.
[    90.539] (**) Option "fd" "22"
[    90.539] (II) event2  - Power Button: device removed
[    90.539] (**) Option "fd" "25"
[    90.539] (II) event7  - Video Bus: device removed
[    90.540] (**) Option "fd" "26"
[    90.540] (II) event1  - Power Button: device removed
[    90.540] (**) Option "fd" "27"
[    90.540] (II) event0  - Sleep Button: device removed
[    90.541] (**) Option "fd" "28"
[    90.541] (II) event3  - DELL Dell USB Entry Keyboard: device removed
[    90.541] (**) Option "fd" "29"
[    90.541] (II) event4  - PixArt USB Optical Mouse: device removed
[    90.541] (**) Option "fd" "30"
[    90.541] (II) event6  - Eee PC WMI hotkeys: device removed
[    90.598] (II) systemd-logind: got pause for 13:65
[    90.599] (II) systemd-logind: got pause for 13:64
[    90.599] (II) systemd-logind: got pause for 13:67
[    90.599] (II) systemd-logind: got pause for 13:70
[    90.599] (II) systemd-logind: got pause for 13:68
[    90.599] (II) systemd-logind: got pause for 13:71
[    90.599] (II) systemd-logind: got pause for 13:66
[   169.234] (II) systemd-logind: got resume for 13:65
[   169.250] (II) systemd-logind: got resume for 13:64
[   169.267] (II) systemd-logind: got resume for 13:67
[   169.267] (II) systemd-logind: got resume for 226:0
[   169.267] (II) intel(0): switch to mode 1680x1050@60.0 on DP3 using pipe 0, position (0, 0), rotation normal, reflection none
[   169.339] (II) event1  - Power Button: is tagged by udev as: Keyboard
[   169.339] (II) event1  - Power Button: device is a keyboard
[   169.339] (II) event0  - Sleep Button: is tagged by udev as: Keyboard
[   169.339] (II) event0  - Sleep Button: device is a keyboard
[   169.340] (II) event3  - DELL Dell USB Entry Keyboard: is tagged by udev as: Keyboard
[   169.340] (II) event3  - DELL Dell USB Entry Keyboard: device is a keyboard
[   169.340] (II) systemd-logind: got resume for 13:70
[   169.341] (II) event6  - Eee PC WMI hotkeys: is tagged by udev as: Keyboard
[   169.341] (II) event6  - Eee PC WMI hotkeys: device is a keyboard
[   169.341] (II) systemd-logind: got resume for 13:68
[   169.341] (II) event4  - PixArt USB Optical Mouse: is tagged by udev as: Mouse
[   169.341] (II) event4  - PixArt USB Optical Mouse: device is a pointer
[   169.341] (II) systemd-logind: got resume for 13:71
[   169.342] (II) event7  - Video Bus: is tagged by udev as: Keyboard
[   169.342] (II) event7  - Video Bus: device is a keyboard
[   169.342] (II) systemd-logind: got resume for 13:66
[   169.342] (II) event2  - Power Button: is tagged by udev as: Keyboard
[   169.342] (II) event2  - Power Button: device is a keyboard
[   169.345] (EE) intel(0): Failed to submit rendering commands (Invalid argument), disabling acceleration.
[   226.968] (**) Option "fd" "30"
[   226.968] (II) event2  - Power Button: device removed
[   226.968] (**) Option "fd" "29"
[   226.968] (II) event7  - Video Bus: device removed
[   226.969] (**) Option "fd" "25"
[   226.969] (II) event1  - Power Button: device removed
[   226.969] (**) Option "fd" "26"
[   226.969] (II) event0  - Sleep Button: device removed
[   226.970] (**) Option "fd" "28"
[   226.970] (II) event3  - DELL Dell USB Entry Keyboard: device removed
[   226.970] (**) Option "fd" "27"
[   226.970] (II) event4  - PixArt USB Optical Mouse: device removed
[   226.971] (**) Option "fd" "56"
[   226.971] (II) event6  - Eee PC WMI hotkeys: device removed
[   227.033] (II) systemd-logind: got pause for 13:65
[   227.033] (II) systemd-logind: got pause for 13:64
[   227.033] (II) systemd-logind: got pause for 13:67
[   227.033] (II) systemd-logind: got pause for 13:70
[   227.033] (II) systemd-logind: got pause for 13:68
[   227.033] (II) systemd-logind: got pause for 13:71
[   227.033] (II) systemd-logind: got pause for 13:66
[   228.397] (II) UnloadModule: "libinput"
[   228.397] (II) systemd-logind: releasing fd for 13:70
[   228.610] (EE) systemd-logind: failed to release device: Unknown object '/org/freedesktop/login1/session/_31'.
[   228.610] (II) UnloadModule: "libinput"
[   228.610] (II) systemd-logind: releasing fd for 13:68
[   228.610] (EE) systemd-logind: failed to release device: Unknown object '/org/freedesktop/login1/session/_31'.
[   228.611] (II) UnloadModule: "libinput"
[   228.611] (II) systemd-logind: releasing fd for 13:67
[   228.611] (EE) systemd-logind: failed to release device: Unknown object '/org/freedesktop/login1/session/_31'.
[   228.611] (II) UnloadModule: "libinput"
[   228.611] (II) systemd-logind: releasing fd for 13:64
[   228.611] (EE) systemd-logind: failed to release device: Unknown object '/org/freedesktop/login1/session/_31'.
[   228.611] (II) UnloadModule: "libinput"
[   228.611] (II) systemd-logind: releasing fd for 13:65
[   228.611] (EE) systemd-logind: failed to release device: Unknown object '/org/freedesktop/login1/session/_31'.
[   228.611] (II) UnloadModule: "libinput"
[   228.611] (II) systemd-logind: releasing fd for 13:71
[   228.612] (EE) systemd-logind: failed to release device: Unknown object '/org/freedesktop/login1/session/_31'.
[   228.612] (II) UnloadModule: "libinput"
[   228.612] (II) systemd-logind: releasing fd for 13:66
[   228.612] (EE) systemd-logind: failed to release device: Unknown object '/org/freedesktop/login1/session/_31'.
[   228.615] (WW) xf86CloseConsole: KDSETMODE failed: Input/output error
[   228.615] (WW) xf86CloseConsole: VT_GETMODE failed: Input/output error
[   228.615] (WW) xf86OpenConsole: VT_GETSTATE failed: Input/output error
[   228.616] (EE) systemd-logind: ReleaseControl failed: Unknown object '/org/freedesktop/login1/session/_31'.
[   228.616] (II) Server terminated successfully (0). Closing log file.
Back to top
View user's profile Send private message
grknight
Retired Dev
Retired Dev


Joined: 20 Feb 2015
Posts: 1663

PostPosted: Mon Jan 29, 2024 12:49 am    Post subject: Reply with quote

I suspect you are looking at the wrong log file as the timings are suspiciously the same.

If using startx, then also look at the log in ~/.local/share/xorg/.

No matter what location, make sure to look at the time stamps of the files as to when they were last created. The time should increase on every attempt of xorg starting.
Back to top
View user's profile Send private message
matthewBanta
n00b
n00b


Joined: 28 Jan 2024
Posts: 9

PostPosted: Mon Jan 29, 2024 1:18 am    Post subject: Reply with quote

Ok. I didn't know there was more than one location for the Xorg log. Looks like it didn't start because of a segmentation fault. This probably the right file because ls -l shows that the file was modified at the correct time. Not a lot of other info there. Are there any more logs I should be aware of that could solve the mystery?

This is all it gave me:
Code:

[ 23724.715]
X.Org X Server 1.21.1.11
X Protocol Version 11, Revision 0
[ 23724.716] Current Operating System: Linux localhost 6.6.13-gentoo-dist #1 SMP PREEMPT_DYNAMIC Thu Jan 25 22:05:23 EST 2024 x86_64
[ 23724.716] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-6.6.13-gentoo-dist root=PARTUUID=2be1f1c8-3213-ab49-bc93-3bcaf64eed1e ro
[ 23724.716] 
[ 23724.717] Current version of pixman: 0.42.2
[ 23724.718]    Before reporting problems, check http://wiki.x.org
   to make sure that you have the latest version.
[ 23724.718] Markers: (--) probed, (**) from config file, (==) default setting,
   (++) from command line, (!!) notice, (II) informational,
   (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 23724.721] (==) Log file: "/home/mbanta/.local/share/xorg/Xorg.0.log", Time: Sun Jan 28 20:04:44 2024
[ 23724.721] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 23724.722] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 23724.722] (==) No Layout section.  Using the first Screen section.
[ 23724.722] (==) No screen section available. Using defaults.
[ 23724.722] (**) |-->Screen "Default Screen Section" (0)
[ 23724.722] (**) |   |-->Monitor "<default monitor>"
[ 23724.722] (==) No device specified for screen "Default Screen Section".
   Using the first device section listed.
[ 23724.722] (**) |   |-->Device "Intel Graphics"
[ 23724.722] (==) No monitor specified for screen "Default Screen Section".
   Using a default monitor configuration.
[ 23724.722] (==) Automatically adding devices
[ 23724.722] (==) Automatically enabling devices
[ 23724.722] (==) Automatically adding GPU devices
[ 23724.722] (==) Automatically binding GPU devices
[ 23724.722] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 23724.722] (WW) The directory "/usr/share/fonts/TTF" does not exist.
[ 23724.722]    Entry deleted from font path.
[ 23724.722] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[ 23724.722]    Entry deleted from font path.
[ 23724.722] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[ 23724.722]    Entry deleted from font path.
[ 23724.722] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[ 23724.722]    Entry deleted from font path.
[ 23724.722] (==) FontPath set to:
   /usr/share/fonts/misc,
   /usr/share/fonts/75dpi
[ 23724.722] (==) ModulePath set to "/usr/lib64/xorg/modules"
[ 23724.722] (II) The server relies on udev to provide the list of input devices.
   If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 23724.722] (II) Module ABI versions:
[ 23724.722]    X.Org ANSI C Emulation: 0.4
[ 23724.722]    X.Org Video Driver: 25.2
[ 23724.722]    X.Org XInput driver : 24.4
[ 23724.722]    X.Org Server Extension : 10.0
[ 23724.723] (++) using VT number 1

[ 23724.723] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[ 23724.724] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 23724.724] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card0
[ 23724.724] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 10 paused 0
[ 23724.725] (--) PCI:*(0@0:2:0) 8086:4692:1043:8882 rev 12, Mem @ 0x6002000000/16777216, 0x4000000000/268435456, I/O @ 0x00004000/64, BIOS @ 0x????????/131072
[ 23724.725] (II) LoadModule: "glx"
[ 23724.725] (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so
[ 23724.725] (II) Module glx: vendor="X.Org Foundation"
[ 23724.725]    compiled for 1.21.1.11, module version = 1.0.0
[ 23724.725]    ABI class: X.Org Server Extension, version 10.0
[ 23724.726] (II) LoadModule: "modesetting"
[ 23724.726] (II) Loading /usr/lib64/xorg/modules/drivers/modesetting_drv.so
[ 23724.726] (II) Module modesetting: vendor="X.Org Foundation"
[ 23724.726]    compiled for 1.21.1.11, module version = 1.21.1
[ 23724.726]    Module class: X.Org Video Driver
[ 23724.726]    ABI class: X.Org Video Driver, version 25.2
[ 23724.726] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 23724.726] (II) modeset(0): using drv /dev/dri/card0
[ 23724.726] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[ 23724.726] (II) modeset(0): Creating default Display subsection in Screen section
   "Default Screen Section" for depth/fbbpp 24/32
[ 23724.726] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[ 23724.726] (**) modeset(0): Option "AccelMethod" "glamor"
[ 23724.726] (==) modeset(0): RGB weight 888
[ 23724.726] (==) modeset(0): Default visual is TrueColor
[ 23724.726] (II) Loading sub module "glamoregl"
[ 23724.726] (II) LoadModule: "glamoregl"
[ 23724.726] (II) Loading /usr/lib64/xorg/modules/libglamoregl.so
[ 23724.727] (II) Module glamoregl: vendor="X.Org Foundation"
[ 23724.727]    compiled for 1.21.1.11, module version = 1.0.1
[ 23724.727]    ABI class: X.Org ANSI C Emulation, version 0.4
[ 23724.738] (EE)
[ 23724.738] (EE) Backtrace:
[ 23724.738] (EE) 0: /usr/bin/X (xorg_backtrace+0x54) [0x55d45e9adae4]
[ 23724.738] (EE) 1: /usr/bin/X (0x55d45e86e000+0x143799) [0x55d45e9b1799]
[ 23724.738] (EE) 2: /lib64/libc.so.6 (0x7f2d6c01f000+0x39590) [0x7f2d6c058590]
[ 23724.738] (EE) 3: /usr/lib64/dri/iris_dri.so (0x7f2d6a3dd000+0x748e0) [0x7f2d6a4518e0]
[ 23724.738] (EE) 4: /usr/lib64/libEGL_amber.so.0 (0x7f2d5ec76000+0x18845) [0x7f2d5ec8e845]
[ 23724.738] (EE) 5: /usr/lib64/libEGL_amber.so.0 (0x7f2d5ec76000+0x1f2da) [0x7f2d5ec952da]
[ 23724.738] (EE) 6: /usr/lib64/libEGL_amber.so.0 (0x7f2d5ec76000+0x17650) [0x7f2d5ec8d650]
[ 23724.738] (EE) 7: /usr/lib64/libEGL_amber.so.0 (0x7f2d5ec76000+0x10aec) [0x7f2d5ec86aec]
[ 23724.738] (EE) 8: /usr/lib64/xorg/modules/libglamoregl.so (glamor_egl_init+0xaf) [0x7f2d6ba9a3df]
[ 23724.738] (EE) 9: /usr/lib64/xorg/modules/drivers/modesetting_drv.so (0x7f2d6bb11000+0xbd82) [0x7f2d6bb1cd82]
[ 23724.738] (EE) 10: /usr/bin/X (InitOutput+0x985) [0x55d45e9ce935]
[ 23724.738] (EE) 11: /usr/bin/X (0x55d45e86e000+0x799de) [0x55d45e8e79de]
[ 23724.738] (EE) 12: /lib64/libc.so.6 (0x7f2d6c01f000+0x23c8a) [0x7f2d6c042c8a]
[ 23724.738] (EE) 13: /lib64/libc.so.6 (__libc_start_main+0x85) [0x7f2d6c042d45]
[ 23724.738] (EE) 14: /usr/bin/X (_start+0x21) [0x55d45e8ab1c1]
[ 23724.738] (EE)
[ 23724.738] (EE) Segmentation fault at address 0x30
[ 23724.738] (EE)
Fatal server error:
[ 23724.738] (EE) Caught signal 11 (Segmentation fault). Server aborting
[ 23724.738] (EE)
[ 23724.738] (EE)
Please consult the The X.Org Foundation support
    at http://wiki.x.org
 for help.
[ 23724.738] (EE) Please also check the log file at "/home/mbanta/.local/share/xorg/Xorg.0.log" for additional information.
[ 23724.738] (EE)
[ 23724.743] (EE) Server terminated with error (1). Closing log file.
Back to top
View user's profile Send private message
grknight
Retired Dev
Retired Dev


Joined: 20 Feb 2015
Posts: 1663

PostPosted: Mon Jan 29, 2024 2:01 am    Post subject: Reply with quote

matthewBanta wrote:
Code:

[ 23724.738] (EE) 4: /usr/lib64/libEGL_amber.so.0 (0x7f2d5ec76000+0x18845) [0x7f2d5ec8e845]
[ 23724.738] (EE) 5: /usr/lib64/libEGL_amber.so.0 (0x7f2d5ec76000+0x1f2da) [0x7f2d5ec952da]
[ 23724.738] (EE) 6: /usr/lib64/libEGL_amber.so.0 (0x7f2d5ec76000+0x17650) [0x7f2d5ec8d650]
[ 23724.738] (EE) 7: /usr/lib64/libEGL_amber.so.0 (0x7f2d5ec76000+0x10aec) [0x7f2d5ec86aec]

EGL_amber? This should not be here. Sounds like media-libs/mesa-amber is installed when it should not be.

media-libs/mesa-amber is for old, removed cards to still have a chance. Please remove it.
Back to top
View user's profile Send private message
pietinger
Moderator
Moderator


Joined: 17 Oct 2006
Posts: 4162
Location: Bavaria

PostPosted: Mon Jan 29, 2024 2:08 am    Post subject: Reply with quote

matthewBanta,

you have a modern "Intel Corporation Alder Lake-S GT1 [UHD Graphics 730]" (*)

This means: It works out of the box. All you need is:

1. VIDEO_CARDS="intel" in your make.conf
2. NO configuration files in /etc/X11/xorg.conf.d (if any delete them; if you need a country specific setting for the keyboard you can do; but nothing else)

But you said, you have tried some other settings like VIDEO_CARDS="intel i915"

So, I want to ask if you have re-emerged your system after the last change to VIDEO_CARDS="intel" ?

This is necessary to get X11 correct again. To be on a safe side. I suggest to do it again (with the correct setting: ="intel") First of all, do what @grknight said:
Code:
emerge -C mesa-amber
emerge -uUDv @world
# and after this:
# check what would be removed with
emerge -cp
# and if okay then
emerge -c
reboot



*) I have "Intel Corporation Raptor Lake-S GT1 [UHD Graphics 770] (rev 04)" ... works also out of the box ;-)
_________________
https://wiki.gentoo.org/wiki/User:Pietinger
Back to top
View user's profile Send private message
pietinger
Moderator
Moderator


Joined: 17 Oct 2006
Posts: 4162
Location: Bavaria

PostPosted: Mon Jan 29, 2024 2:26 am    Post subject: Reply with quote

P.S.: If you have still a problem with X11 THEN I can assure you have a problem with the kernel settings. In this case I must ask if you have configured your kernel manually ?

(because our Gentoo-Dist-kernel is absolutely correct configured for Intel GPUs)
_________________
https://wiki.gentoo.org/wiki/User:Pietinger
Back to top
View user's profile Send private message
matthewBanta
n00b
n00b


Joined: 28 Jan 2024
Posts: 9

PostPosted: Mon Jan 29, 2024 3:10 am    Post subject: Reply with quote

Thanks! That worked! Mostly. There is one more issue. glxgears now spins the gears and the web browsers work as they should. I tested all of the x-windows applications that I installed so far and they all worked except one. Mplayer is still giving this error:
Code:

MPlayer SVN-r38428 (Gentoo)-13 (C) 2000-2023 MPlayer Team

Playing connections1.mp4.
libavformat version 60.3.100 (external)
libavformat file format detected.
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fd2156fe240]Protocol name not provided, cannot determine if input is local or a network protocol, buffers and access patterns cannot be configured optimally without knowing the protocol


MPlayer interrupted by signal 11 in module: demux_open
- MPlayer crashed by bad usage of CPU/FPU/RAM.
  Recompile MPlayer with --enable-debug and make a 'gdb' backtrace and
  disassembly. Details in DOCS/HTML/en/bugreports_what.html#bugreports_crash.
- MPlayer crashed. This shouldn't happen.
  It can be a bug in the MPlayer code _or_ in your drivers _or_ in your
  gcc version. If you think it's MPlayer's fault, please read
  DOCS/HTML/en/bugreports.html and follow the instructions there. We can't and
  won't help unless you provide this information when reporting a possible bug.


I thought it might be an issue with one of the use cases I tried when I was trying to get xorg working; however, when I typed:
Code:

emerge -uDp --newuse world

Nothing came up. I thought maybe mplayer or one of its libraries were messed up and portage just didn't realize it. So I tried this
Code:

emerge --unmerge mplayer
emerge --depclean
emerge mplayer

That didn't fix the problem. Here is what comes up when I use the verbose option:
Code:

localhost / # emerge -p --verbose mplayer

These are the packages that would be merged, in order:

Calculating dependencies... done!
Dependency resolution took 0.80 s (backtrack: 0/20).

[ebuild   R    ] media-video/mplayer-1.5_p20230618::gentoo  USE="X a52 alsa cdio dts dvd dvdnav enca encode iconv ipv6 jpeg libass mad mng mp3 network opengl osdmenu png sdl shm truetype unicode vorbis x264 xscreensaver xv xvid -aalib (-aqua) -bidi -bl -bluray -bs2b -cddb -cdparanoia -cpudetection -debug -dga -doc -dv -dvb -faac -faad -fbcon -ftp -ggi -gsm -jack -joystick -ladspa -libcaca -libmpeg2 -lirc -live -lzo -md5sum -nas -openal -oss -pnm -pulseaudio -pvr -radio -rar -rtc -rtmp -samba (-selinux) -speex -tga -theora -toolame -tremor -twolame -v4l -vcd -vdpau (-vidix) -xinerama -yuv4mpeg -zoran" CPU_FLAGS_X86="mmx mmxext sse sse2 -3dnow -3dnowext -avx -avx2 -fma3 -fma4 -sse3 -sse4_1 -sse4_2 -ssse3 -xop" VIDEO_CARDS="-mga" 0 KiB

Total: 1 package (1 reinstall), Size of downloads: 0 KiB


Does this have anything to do with my earlier problems? Or should I mark this issue as solved and then post this to another category? BTW, how do I mark an issue as solved? I have used Gentoo for like 20 years but I think this might be the first time I ever asked you guys for help.

Thanks again for helping me with my video card issue BTW!
Back to top
View user's profile Send private message
pietinger
Moderator
Moderator


Joined: 17 Oct 2006
Posts: 4162
Location: Bavaria

PostPosted: Mon Jan 29, 2024 3:31 am    Post subject: Reply with quote

matthewBanta wrote:
Thanks! That worked! Mostly. [...] Mplayer is still giving this error:

Code:
[ebuild   R    ] media-video/mplayer-1.5_p20230618::gentoo  USE="X a52 alsa cdio dts dvd dvdnav enca encode iconv ipv6 jpeg libass mad mng mp3 network opengl osdmenu png sdl shm truetype unicode vorbis x264 xscreensaver xv xvid ... " CPU_FLAGS_X86="mmx mmxext sse sse2 -3dnow -3dnowext -avx -avx2 -fma3 -fma4 -sse3 -sse4_1 -sse4_2 -ssse3 -xop"

First of all: I cannot help with this specific problem ... BUT ... You have a modern CPU ... so, please do:
Code:
emerge -1 cpuid2cpuflags
cpuid2cpuflags
# edit your /etc/portage/make.conf
emerge -1vD mplayer

(I use with my Intel CPU for mplayer: CPU_FLAGS_X86="avx avx2 fma3 mmx mmxext sse sse2 sse3 sse4_1 sse4_2 ssse3; of course it is wise to re-emerge your system too, so that other applications also get these advanced options).

Maybe this "new" mplayer will have no problem.

matthewBanta wrote:
Does this have anything to do with my earlier problems? Or should I mark this issue as solved and then post this to another category?

I dont think it is related to your X11 problem. Yes, mark this thread as solved ... and ... if above doesnt help then it is best to start a new thread (because we have in our forum a function to watch threads with only ONE post; meaning it is a NEW problem; and many users check this)

matthewBanta wrote:
BTW, how do I mark an issue as solved?

Just edit your first post in this thread and add a [Solved] to the title. Be aware that the title doesnt become too long

matthewBanta wrote:
Thanks again for helping me with my video card issue BTW!

You are very Welcome ! :D

Have fun with Gentoo also the next 20 years ;-)
_________________
https://wiki.gentoo.org/wiki/User:Pietinger
Back to top
View user's profile Send private message
matthewBanta
n00b
n00b


Joined: 28 Jan 2024
Posts: 9

PostPosted: Mon Jan 29, 2024 3:57 am    Post subject: Reply with quote

I was going to get everything working and then worry about the CPU flags later. I just assumed it would work without all of the flags with maybe just some wasted CPU time. I didn't know we could use that tool to get them that fast though. Anyway, that fixed mplayer as well.

Thanks again!
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