Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
3D acceleration on Xorg [Solved]
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
apple75
n00b
n00b


Joined: 06 Jul 2021
Posts: 20

PostPosted: Thu Jul 08, 2021 6:15 am    Post subject: 3D acceleration on Xorg [Solved] Reply with quote

Following the Gentoo wiki guides:
https://wiki.gentoo.org/wiki/Xorg/Hardware_3D_acceleration_guide
https://wiki.gentoo.org/wiki/Intel#Kernel

I was able to enable direct rendering, but it seems like 3D acceleration is still disabled.

glxinfo -B:
Code:

name of display: :0
display: :0  screen: 0
direct rendering: Yes
Extended renderer info (GLX_MESA_query_renderer):
    Vendor: Mesa/X.org (0xffffffff)
    Device: llvmpipe (LLVM 12.0.0, 256 bits) (0xffffffff)
    Version: 21.1.3
    Accelerated: no
    Video memory: 15892MB
    Unified memory: no
    Preferred profile: core (0x1)
    Max core profile version: 4.5
    Max compat profile version: 3.1
    Max GLES1 profile version: 1.1
    Max GLES[23] profile version: 3.2
OpenGL vendor string: Mesa/X.org
OpenGL renderer string: llvmpipe (LLVM 12.0.0, 256 bits)
OpenGL core profile version string: 4.5 (Core Profile) Mesa 21.1.3
OpenGL core profile shading language version string: 4.50
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile

OpenGL version string: 3.1 Mesa 21.1.3
OpenGL shading language version string: 1.40
OpenGL context flags: (none)

OpenGL ES profile version string: OpenGL ES 3.2 Mesa 21.1.3
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20


nexuiz-glx -benchmark demos/demo1 -nosound 2>&1 | egrep -e '[0-9]+ frames':
Code:
51 frames 4.0570722 seconds 12.5706416 fps, one-second fps min/avg/max: 11 13 14 (2 seconds)


My Xorg configurations more or less mirror what is outlined in the guides.

/etc/X11/xorg.conf.d/20-intel.conf:
Code:
 
Section "Device"
   Identifier  "Intel Graphics"
   Driver       "intel"
   Option       "TearFree"   "true"
EndSection


/etc/X11/xorg.conf.d/20-modesetting.conf:
Code:

Section "Device"
   Identifier  "modesetting"
   Driver      "modesetting"
EndSection


Output of lsmod:
Code:

Module                  Size  Used by
i915                 2228224  4
i2c_algo_bit           16384  1 i915
drm_kms_helper        208896  1 i915
rtl8188ee             122880  0
syscopyarea            16384  1 drm_kms_helper
sysfillrect            16384  1 drm_kms_helper
sysimgblt              16384  1 drm_kms_helper
fb_sys_fops            16384  1 drm_kms_helper
rtl_pci                36864  1 rtl8188ee
drm                   438272  4 drm_kms_helper,i915
snd_hda_codec_generic    77824  2
rtlwifi               110592  2 rtl_pci,rtl8188ee
snd_hda_intel          36864  0
snd_intel_dspcfg       16384  1 snd_hda_intel
mac80211              786432  3 rtl_pci,rtl8188ee,rtlwifi
snd_hda_codec         118784  2 snd_hda_codec_generic,snd_hda_intel
libarc4                16384  1 mac80211
snd_hwdep              16384  1 snd_hda_codec
snd_hda_core           81920  3 snd_hda_codec_generic,snd_hda_intel,snd_hda_codec
cfg80211              757760  2 rtlwifi,mac80211
snd_pcm               102400  3 snd_hda_intel,snd_hda_codec,snd_hda_core
intel_agp              20480  0
intel_gtt              24576  2 intel_agp,i915
agpgart                28672  3 intel_agp,intel_gtt,drm
x86_pkg_temp_thermal    20480  0


The information here might be lacking, so please feel free to ask more details.

What else should be done to enable 3D acceleration?
_________________
Gentoo Gaming

Avatar statement of attribution: U.S. Department of Agriculture Pomological Watercolor Collection. Rare and Special Collections, National Agricultural Library, Beltsville, MD 20705


Last edited by apple75 on Thu Jul 08, 2021 11:56 am; edited 1 time in total
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30885
Location: here

PostPosted: Thu Jul 08, 2021 6:37 am    Post subject: Reply with quote

Welcome to gentoo forums.

You can post also Xorg.0.log?
Anyway only one of /etc/X11/xorg.conf.d/20-intel.conf and /etc/X11/xorg.conf.d/20-modesetting.conf is loaded
https://wiki.gentoo.org/wiki/Intel#Modesetting_DDX wrote:
Note
If both 20-intel.conf and 20-modesetting.conf files are defined in /etc/X11/xorg.conf.d/, the X server will attempt to load the files in alpha-numeric order.

_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
apple75
n00b
n00b


Joined: 06 Jul 2021
Posts: 20

PostPosted: Thu Jul 08, 2021 8:19 am    Post subject: Reply with quote

Thanks, and sorry for not posting this earlier.

Xorg.0.log:
Code:

[ 22868.831]
X.Org X Server 1.20.11
X Protocol Version 11, Revision 0
[ 22868.840] Build Operating System: Linux 5.12.13-gentoo x86_64 Gentoo
[ 22868.843] Current Operating System: Linux hortelano 5.12.13-gentoo #18 SMP Wed Jul 7 18:57:22 PST 2021 x86_64
[ 22868.843] Kernel command line: BOOT_IMAGE=/vmlinuz-5.12.13-gentoo root=UUID=fae143e8-d82a-4732-81e0-37aa5b43134c ro
[ 22868.849] Build Date: 01 July 2021  02:22:10PM
[ 22868.852] 
[ 22868.855] Current version of pixman: 0.40.0
[ 22868.862]    Before reporting problems, check http://wiki.x.org
   to make sure that you have the latest version.
[ 22868.862] Markers: (--) probed, (**) from config file, (==) default setting,
   (++) from command line, (!!) notice, (II) informational,
   (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 22868.875] (==) Log file: "/home/joe/.local/share/xorg/Xorg.0.log", Time: Thu Jul  8 16:15:41 2021
[ 22868.878] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 22868.881] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 22868.882] (==) No Layout section.  Using the first Screen section.
[ 22868.882] (==) No screen section available. Using defaults.
[ 22868.882] (**) |-->Screen "Default Screen Section" (0)
[ 22868.882] (**) |   |-->Monitor "<default monitor>"
[ 22868.882] (==) No device specified for screen "Default Screen Section".
   Using the first device section listed.
[ 22868.882] (**) |   |-->Device "Intel Graphics"
[ 22868.882] (**) |   |-->GPUDevice "modesetting"
[ 22868.882] (**) |   |-->GPUDevice "ArcanysTower"
[ 22868.882] (==) No monitor specified for screen "Default Screen Section".
   Using a default monitor configuration.
[ 22868.882] (==) Automatically adding devices
[ 22868.882] (==) Automatically enabling devices
[ 22868.882] (==) Automatically adding GPU devices
[ 22868.882] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 22868.883] (==) FontPath set to:
   /usr/share/fonts/misc/,
   /usr/share/fonts/TTF/,
   /usr/share/fonts/OTF/,
   /usr/share/fonts/Type1/,
   /usr/share/fonts/100dpi/,
   /usr/share/fonts/75dpi/
[ 22868.883] (==) ModulePath set to "/usr/lib64/xorg/modules"
[ 22868.883] (II) The server relies on udev to provide the list of input devices.
   If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 22868.883] (II) Loader magic: 0x564b0a3edd00
[ 22868.883] (II) Module ABI versions:
[ 22868.883]    X.Org ANSI C Emulation: 0.4
[ 22868.883]    X.Org Video Driver: 24.1
[ 22868.883]    X.Org XInput driver : 24.1
[ 22868.883]    X.Org Server Extension : 10.0
[ 22868.884] (++) using VT number 1

[ 22868.887] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[ 22868.887] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 22868.888] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 10 paused 0
[ 22868.893] (--) PCI:*(0@0:2:0) 8086:0412:1043:8534 rev 6, Mem @ 0xdf800000/4194304, 0xc0000000/268435456, I/O @ 0x0000f000/64, BIOS @ 0x????????/131072
[ 22868.893] (II) LoadModule: "glx"
[ 22868.893] (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so
[ 22868.896] (II) Module glx: vendor="X.Org Foundation"
[ 22868.896]    compiled for 1.20.11, module version = 1.0.0
[ 22868.896]    ABI class: X.Org Server Extension, version 10.0
[ 22868.896] (II) LoadModule: "intel"
[ 22868.896] (II) Loading /usr/lib64/xorg/modules/drivers/intel_drv.so
[ 22868.896] (II) Module intel: vendor="X.Org Foundation"
[ 22868.896]    compiled for 1.20.11, module version = 2.99.917
[ 22868.896]    Module class: X.Org Video Driver
[ 22868.896]    ABI class: X.Org Video Driver, version 24.1
[ 22868.896] (II) LoadModule: "modesetting"
[ 22868.897] (II) Loading /usr/lib64/xorg/modules/drivers/modesetting_drv.so
[ 22868.897] (II) Module modesetting: vendor="X.Org Foundation"
[ 22868.897]    compiled for 1.20.11, module version = 1.20.11
[ 22868.897]    Module class: X.Org Video Driver
[ 22868.897]    ABI class: X.Org Video Driver, version 24.1
[ 22868.897] (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
[ 22868.898] (II) intel: Driver for Intel(R) HD Graphics
[ 22868.898] (II) intel: Driver for Intel(R) Iris(TM) Graphics
[ 22868.898] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics
[ 22868.898] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 22868.898] xf86EnableIOPorts: failed to set IOPL for I/O (Operation not permitted)
[ 22868.898] (II) intel(0): Using Kernel Mode Setting driver: i915, version 1.6.0 20201103
[ 22868.910] (WW) Falling back to old probe method for modesetting
[ 22868.910] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[ 22868.911] (--) intel(0): Integrated Graphics Chipset: Intel(R) HD Graphics 4600
[ 22868.911] (--) intel(0): CPU: x86-64, sse2, sse3, ssse3, sse4.1, sse4.2, avx, avx2; using a maximum of 4 threads
[ 22868.911] (II) intel(0): Creating default Display subsection in Screen section
   "Default Screen Section" for depth/fbbpp 24/32
[ 22868.911] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[ 22868.911] (==) intel(0): RGB weight 888
[ 22868.911] (==) intel(0): Default visual is TrueColor
[ 22868.911] (**) intel(0): Option "TearFree" "true"
[ 22868.912] (II) intel(0): Output VGA1 has no monitor section
[ 22868.912] (II) intel(0): Enabled output VGA1
[ 22868.912] (II) intel(0): Output HDMI1 has no monitor section
[ 22868.913] (II) intel(0): Enabled output HDMI1
[ 22868.913] (II) intel(0): Output DP1 has no monitor section
[ 22868.913] (II) intel(0): Enabled output DP1
[ 22868.913] (II) intel(0): Output HDMI2 has no monitor section
[ 22868.913] (II) intel(0): Enabled output HDMI2
[ 22868.913] (II) intel(0): Output HDMI3 has no monitor section
[ 22868.914] (II) intel(0): Enabled output HDMI3
[ 22868.914] (--) intel(0): Using a maximum size of 256x256 for hardware cursors
[ 22868.914] (II) intel(0): Output VIRTUAL1 has no monitor section
[ 22868.914] (II) intel(0): Enabled output VIRTUAL1
[ 22868.914] (--) intel(0): Output VGA1 using initial mode 1360x768 on pipe 0
[ 22868.914] (--) intel(0): Output HDMI3 using initial mode 1920x1080 on pipe 1
[ 22868.914] (**) intel(0): TearFree enabled
[ 22868.914] (==) intel(0): Using gamma correction (1.0, 1.0, 1.0)
[ 22868.914] (==) intel(0): DPI set to (96, 96)
[ 22868.914] (II) Loading sub module "present"
[ 22868.914] (II) LoadModule: "present"
[ 22868.914] (II) Module "present" already built-in
[ 22868.914] (II) UnloadModule: "modesetting"
[ 22868.914] (II) Unloading modesetting
[ 22868.915] (II) intel(0): SNA initialized with Haswell (gen7.5, gt2) backend
[ 22868.915] (==) intel(0): Backing store enabled
[ 22868.915] (==) intel(0): Silken mouse enabled
[ 22868.915] (II) intel(0): HW Cursor enabled
[ 22868.915] (==) intel(0): DPMS enabled
[ 22868.915] (==) intel(0): Display hotplug detection enabled
[ 22868.916] (II) intel(0): hardware support for Present enabled
[ 22868.916] (II) Initializing extension Generic Event Extension
[ 22868.916] (II) Initializing extension SHAPE
[ 22868.916] (II) Initializing extension MIT-SHM
[ 22868.916] (II) Initializing extension XInputExtension
[ 22868.916] (II) Initializing extension XTEST
[ 22868.916] (II) Initializing extension BIG-REQUESTS
[ 22868.916] (II) Initializing extension SYNC
[ 22868.916] (II) Initializing extension XKEYBOARD
[ 22868.916] (II) Initializing extension XC-MISC
[ 22868.916] (II) Initializing extension XFIXES
[ 22868.916] (II) Initializing extension RENDER
[ 22868.916] (II) Initializing extension RANDR
[ 22868.916] (II) Initializing extension COMPOSITE
[ 22868.916] (II) Initializing extension DAMAGE
[ 22868.916] (II) Initializing extension MIT-SCREEN-SAVER
[ 22868.916] (II) Initializing extension DOUBLE-BUFFER
[ 22868.916] (II) Initializing extension RECORD
[ 22868.916] (II) Initializing extension DPMS
[ 22868.916] (II) Initializing extension Present
[ 22868.916] (II) Initializing extension DRI3
[ 22868.916] (II) Initializing extension X-Resource
[ 22868.916] (II) Initializing extension XVideo
[ 22868.916] (II) Initializing extension XVideo-MotionCompensation
[ 22868.916] (II) Initializing extension GLX
[ 22868.916] (II) AIGLX: Screen 0 is not DRI2 capable
[ 22868.997] (II) IGLX: Loaded and initialized swrast
[ 22868.997] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[ 22868.997] (II) Initializing extension XFree86-VidModeExtension
[ 22868.997] (II) Initializing extension XFree86-DGA
[ 22868.997] (II) Initializing extension XFree86-DRI
[ 22868.997] (II) Initializing extension DRI2
[ 22869.016] (II) intel(0): switch to mode 1360x768@60.0 on VGA1 using pipe 0, position (0, 0), rotation normal, reflection none
[ 22869.019] (II) intel(0): switch to mode 1920x1080@60.0 on HDMI3 using pipe 1, position (0, 0), rotation normal, reflection none
[ 22869.034] (II) intel(0): Setting screen physical size to 508 x 285
[ 22869.202] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[ 22869.202] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 22869.202] (II) LoadModule: "libinput"
[ 22869.202] (II) Loading /usr/lib64/xorg/modules/input/libinput_drv.so
[ 22869.203] (II) Module libinput: vendor="X.Org Foundation"
[ 22869.203]    compiled for 1.20.11, module version = 1.1.0
[ 22869.203]    Module class: X.Org XInput Driver
[ 22869.203]    ABI class: X.Org XInput driver, version 24.1
[ 22869.203] (II) Using input driver 'libinput' for 'Power Button'
[ 22869.204] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 19 paused 0
[ 22869.204] (**) Power Button: always reports core events
[ 22869.205] (**) Option "Device" "/dev/input/event1"
[ 22869.205] (**) Option "_source" "server/udev"
[ 22869.208] (II) event1  - Power Button: is tagged by udev as: Keyboard
[ 22869.208] (II) event1  - Power Button: device is a keyboard
[ 22869.208] (II) event1  - Power Button: device removed
[ 22869.209] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1"
[ 22869.209] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 22869.210] (II) event1  - Power Button: is tagged by udev as: Keyboard
[ 22869.210] (II) event1  - Power Button: device is a keyboard
[ 22869.211] (II) config/udev: Adding input device Video Bus (/dev/input/event13)
[ 22869.211] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 22869.211] (II) Using input driver 'libinput' for 'Video Bus'
[ 22869.212] (II) systemd-logind: got fd for /dev/input/event13 13:77 fd 22 paused 0
[ 22869.212] (**) Video Bus: always reports core events
[ 22869.212] (**) Option "Device" "/dev/input/event13"
[ 22869.212] (**) Option "_source" "server/udev"
[ 22869.213] (II) event13 - Video Bus: is tagged by udev as: Keyboard
[ 22869.214] (II) event13 - Video Bus: device is a keyboard
[ 22869.214] (II) event13 - Video Bus: device removed
[ 22869.214] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input13/event13"
[ 22869.214] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[ 22869.215] (II) event13 - Video Bus: is tagged by udev as: Keyboard
[ 22869.216] (II) event13 - Video Bus: device is a keyboard
[ 22869.216] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[ 22869.216] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 22869.216] (II) Using input driver 'libinput' for 'Power Button'
[ 22869.217] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 23 paused 0
[ 22869.217] (**) Power Button: always reports core events
[ 22869.218] (**) Option "Device" "/dev/input/event0"
[ 22869.218] (**) Option "_source" "server/udev"
[ 22869.219] (II) event0  - Power Button: is tagged by udev as: Keyboard
[ 22869.219] (II) event0  - Power Button: device is a keyboard
[ 22869.219] (II) event0  - Power Button: device removed
[ 22869.219] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0"
[ 22869.219] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[ 22869.221] (II) event0  - Power Button: is tagged by udev as: Keyboard
[ 22869.221] (II) event0  - Power Button: device is a keyboard
[ 22869.222] (II) config/udev: Adding input device Logitech USB Optical Mouse (/dev/input/event5)
[ 22869.222] (**) Logitech USB Optical Mouse: Applying InputClass "libinput pointer catchall"
[ 22869.222] (II) Using input driver 'libinput' for 'Logitech USB Optical Mouse'
[ 22869.223] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 24 paused 0
[ 22869.223] (**) Logitech USB Optical Mouse: always reports core events
[ 22869.223] (**) Option "Device" "/dev/input/event5"
[ 22869.223] (**) Option "_source" "server/udev"
[ 22869.225] (II) event5  - Logitech USB Optical Mouse: is tagged by udev as: Mouse
[ 22869.225] (II) event5  - Logitech USB Optical Mouse: device is a pointer
[ 22869.225] (II) event5  - Logitech USB Optical Mouse: device removed
[ 22869.226] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-14/3-14:1.0/0003:046D:C077.0003/input/input5/event5"
[ 22869.226] (II) XINPUT: Adding extended input device "Logitech USB Optical Mouse" (type: MOUSE, id 9)
[ 22869.226] (**) Option "AccelerationScheme" "none"
[ 22869.226] (**) Logitech USB Optical Mouse: (accel) selected scheme none/0
[ 22869.226] (**) Logitech USB Optical Mouse: (accel) acceleration factor: 2.000
[ 22869.226] (**) Logitech USB Optical Mouse: (accel) acceleration threshold: 4
[ 22869.227] (II) event5  - Logitech USB Optical Mouse: is tagged by udev as: Mouse
[ 22869.228] (II) event5  - Logitech USB Optical Mouse: device is a pointer
[ 22869.229] (II) config/udev: Adding input device Logitech USB Optical Mouse (/dev/input/mouse0)
[ 22869.229] (II) No input driver specified, ignoring this device.
[ 22869.229] (II) This device may have been added with another device file.
[ 22869.229] (II) config/udev: Adding input device Microsoft Wired Keyboard 600 (/dev/input/event2)
[ 22869.229] (**) Microsoft Wired Keyboard 600: Applying InputClass "libinput keyboard catchall"
[ 22869.229] (II) Using input driver 'libinput' for 'Microsoft Wired Keyboard 600'
[ 22869.231] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 25 paused 0
[ 22869.231] (**) Microsoft Wired Keyboard 600: always reports core events
[ 22869.231] (**) Option "Device" "/dev/input/event2"
[ 22869.231] (**) Option "_source" "server/udev"
[ 22869.232] (II) event2  - Microsoft Wired Keyboard 600: is tagged by udev as: Keyboard
[ 22869.232] (II) event2  - Microsoft Wired Keyboard 600: device is a keyboard
[ 22869.233] (II) event2  - Microsoft Wired Keyboard 600: device removed
[ 22869.233] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-3/3-3:1.0/0003:045E:07F8.0001/input/input2/event2"
[ 22869.233] (II) XINPUT: Adding extended input device "Microsoft Wired Keyboard 600" (type: KEYBOARD, id 10)
[ 22869.235] (II) event2  - Microsoft Wired Keyboard 600: is tagged by udev as: Keyboard
[ 22869.235] (II) event2  - Microsoft Wired Keyboard 600: device is a keyboard
[ 22869.236] (II) config/udev: Adding input device Microsoft Wired Keyboard 600 Consumer Control (/dev/input/event3)
[ 22869.236] (**) Microsoft Wired Keyboard 600 Consumer Control: Applying InputClass "libinput keyboard catchall"
[ 22869.236] (II) Using input driver 'libinput' for 'Microsoft Wired Keyboard 600 Consumer Control'
[ 22869.237] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 26 paused 0
[ 22869.237] (**) Microsoft Wired Keyboard 600 Consumer Control: always reports core events
[ 22869.237] (**) Option "Device" "/dev/input/event3"
[ 22869.237] (**) Option "_source" "server/udev"
[ 22869.239] (II) event3  - Microsoft Wired Keyboard 600 Consumer Control: is tagged by udev as: Keyboard
[ 22869.239] (II) event3  - Microsoft Wired Keyboard 600 Consumer Control: device is a keyboard
[ 22869.239] (II) event3  - Microsoft Wired Keyboard 600 Consumer Control: device removed
[ 22869.239] (II) libinput: Microsoft Wired Keyboard 600 Consumer Control: needs a virtual subdevice
[ 22869.240] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-3/3-3:1.1/0003:045E:07F8.0002/input/input3/event3"
[ 22869.240] (II) XINPUT: Adding extended input device "Microsoft Wired Keyboard 600 Consumer Control" (type: MOUSE, id 11)
[ 22869.240] (**) Option "AccelerationScheme" "none"
[ 22869.240] (**) Microsoft Wired Keyboard 600 Consumer Control: (accel) selected scheme none/0
[ 22869.240] (**) Microsoft Wired Keyboard 600 Consumer Control: (accel) acceleration factor: 2.000
[ 22869.240] (**) Microsoft Wired Keyboard 600 Consumer Control: (accel) acceleration threshold: 4
[ 22869.241] (II) event3  - Microsoft Wired Keyboard 600 Consumer Control: is tagged by udev as: Keyboard
[ 22869.242] (II) event3  - Microsoft Wired Keyboard 600 Consumer Control: device is a keyboard
[ 22869.242] (II) config/udev: Adding input device Microsoft Wired Keyboard 600 System Control (/dev/input/event4)
[ 22869.243] (**) Microsoft Wired Keyboard 600 System Control: Applying InputClass "libinput keyboard catchall"
[ 22869.243] (II) Using input driver 'libinput' for 'Microsoft Wired Keyboard 600 System Control'
[ 22869.244] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 27 paused 0
[ 22869.244] (**) Microsoft Wired Keyboard 600 System Control: always reports core events
[ 22869.244] (**) Option "Device" "/dev/input/event4"
[ 22869.244] (**) Option "_source" "server/udev"
[ 22869.245] (II) event4  - Microsoft Wired Keyboard 600 System Control: is tagged by udev as: Keyboard
[ 22869.245] (II) event4  - Microsoft Wired Keyboard 600 System Control: device is a keyboard
[ 22869.246] (II) event4  - Microsoft Wired Keyboard 600 System Control: device removed
[ 22869.246] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-3/3-3:1.1/0003:045E:07F8.0002/input/input4/event4"
[ 22869.246] (II) XINPUT: Adding extended input device "Microsoft Wired Keyboard 600 System Control" (type: KEYBOARD, id 12)
[ 22869.248] (II) event4  - Microsoft Wired Keyboard 600 System Control: is tagged by udev as: Keyboard
[ 22869.248] (II) event4  - Microsoft Wired Keyboard 600 System Control: device is a keyboard
[ 22869.249] (II) config/udev: Adding input device HDA Intel PCH Line Out Surround (/dev/input/event10)
[ 22869.249] (II) No input driver specified, ignoring this device.
[ 22869.249] (II) This device may have been added with another device file.
[ 22869.249] (II) config/udev: Adding input device HDA Intel PCH Line Out CLFE (/dev/input/event11)
[ 22869.249] (II) No input driver specified, ignoring this device.
[ 22869.249] (II) This device may have been added with another device file.
[ 22869.250] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event12)
[ 22869.250] (II) No input driver specified, ignoring this device.
[ 22869.250] (II) This device may have been added with another device file.
[ 22869.250] (II) config/udev: Adding input device HDA Intel PCH Front Mic (/dev/input/event6)
[ 22869.250] (II) No input driver specified, ignoring this device.
[ 22869.250] (II) This device may have been added with another device file.
[ 22869.250] (II) config/udev: Adding input device HDA Intel PCH Rear Mic (/dev/input/event7)
[ 22869.250] (II) No input driver specified, ignoring this device.
[ 22869.250] (II) This device may have been added with another device file.
[ 22869.251] (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event8)
[ 22869.251] (II) No input driver specified, ignoring this device.
[ 22869.251] (II) This device may have been added with another device file.
[ 22869.251] (II) config/udev: Adding input device HDA Intel PCH Line Out Front (/dev/input/event9)
[ 22869.251] (II) No input driver specified, ignoring this device.
[ 22869.251] (II) This device may have been added with another device file.
[ 22869.301] (**) Microsoft Wired Keyboard 600 Consumer Control: Applying InputClass "libinput keyboard catchall"
[ 22869.301] (II) Using input driver 'libinput' for 'Microsoft Wired Keyboard 600 Consumer Control'
[ 22869.301] (II) systemd-logind: returning pre-existing fd for /dev/input/event3 13:67
[ 22869.301] (**) Microsoft Wired Keyboard 600 Consumer Control: always reports core events
[ 22869.301] (**) Option "Device" "/dev/input/event3"
[ 22869.301] (**) Option "_source" "_driver/libinput"
[ 22869.301] (II) libinput: Microsoft Wired Keyboard 600 Consumer Control: is a virtual subdevice
[ 22869.301] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-3/3-3:1.1/0003:045E:07F8.0002/input/input3/event3"
[ 22869.301] (II) XINPUT: Adding extended input device "Microsoft Wired Keyboard 600 Consumer Control" (type: KEYBOARD, id 13)
[ 22869.605] (II) intel(0): resizing framebuffer to 3280x1080
[ 22869.684] (II) intel(0): switch to mode 1360x768@60.0 on VGA1 using pipe 0, position (1920, 200), rotation normal, reflection none
[ 22886.753] (EE) event2  - Microsoft Wired Keyboard 600: client bug: event processing lagging behind by 26ms, your system is too slow

_________________
Gentoo Gaming

Avatar statement of attribution: U.S. Department of Agriculture Pomological Watercolor Collection. Rare and Special Collections, National Agricultural Library, Beltsville, MD 20705
Back to top
View user's profile Send private message
grumblebear
Apprentice
Apprentice


Joined: 26 Feb 2008
Posts: 202

PostPosted: Thu Jul 08, 2021 9:10 am    Post subject: Reply with quote

Delete 20-intel.conf. You only need one driver.

Regarding hardware acceleration: You are using llvmpipe but should probably be using the i965 driver. So make sure your VIDEO_CARDS entry in make.conf contains the string i965. Then recompile mesa. It should build the i965 driver.
Back to top
View user's profile Send private message
apple75
n00b
n00b


Joined: 06 Jul 2021
Posts: 20

PostPosted: Thu Jul 08, 2021 11:56 am    Post subject: Reply with quote

That did the trick! I will mark this one as [Solved].
_________________
Gentoo Gaming

Avatar statement of attribution: U.S. Department of Agriculture Pomological Watercolor Collection. Rare and Special Collections, National Agricultural Library, Beltsville, MD 20705
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