You are not logged in.

#1 2021-04-09 11:16:06

lordofwizard
Member
Registered: 2021-02-07
Posts: 2

About Xorg and Opengl

i am not able to startx i have tried several drivers
```
cat .local/share/xorg/Xorg.0.log
[  1532.043] (WW) Failed to open protocol names file lib/xorg/protocol.txt
[  1532.044]
X.Org X Server 1.20.10
X Protocol Version 11, Revision 0
[  1532.044] Build Operating System: Linux Arch Linux
[  1532.044] Current Operating System: Linux laptopARCH 5.11.10-arch1-1.0 #1 SMP PREEMPT Sat, 27 Mar 2021 20:56:37 +0000 i686
[  1532.044] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=0f18e618-dcb4-4179-a873-23cbafca3b14 rw loglevel=3 quiet
[  1532.045] Build Date: 20 March 2021  04:04:39PM
[  1532.045] 
[  1532.045] Current version of pixman: 0.40.0
[  1532.045]     Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
[  1532.045] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[  1532.050] (==) Log file: "/home/lordofwizard/.local/share/xorg/Xorg.0.log", Time: Fri Apr  9 15:30:19 2021
[  1532.053] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[  1532.053] (==) No Layout section.  Using the first Screen section.
[  1532.053] (==) No screen section available. Using defaults.
[  1532.053] (**) |-->Screen "Default Screen Section" (0)
[  1532.053] (**) |   |-->Monitor "<default monitor>"
[  1532.054] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
[  1532.054] (==) Automatically adding devices
[  1532.054] (==) Automatically enabling devices
[  1532.054] (==) Automatically adding GPU devices
[  1532.054] (==) Automatically binding GPU devices
[  1532.054] (==) Max clients allowed: 256, resource mask: 0x1fffff
[  1532.054] (WW) The directory "/usr/share/fonts/misc" does not exist.
[  1532.054]     Entry deleted from font path.
[  1532.054] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[  1532.054]     Entry deleted from font path.
[  1532.054] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[  1532.054]     Entry deleted from font path.
[  1532.054] (==) FontPath set to:
    /usr/share/fonts/TTF,
    /usr/share/fonts/100dpi,
    /usr/share/fonts/75dpi
[  1532.054] (==) ModulePath set to "/usr/lib/xorg/modules"
[  1532.054] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
[  1532.054] (II) Module ABI versions:
[  1532.054]     X.Org ANSI C Emulation: 0.4
[  1532.054]     X.Org Video Driver: 24.1
[  1532.054]     X.Org XInput driver : 24.1
[  1532.054]     X.Org Server Extension : 10.0
[  1532.056] (++) using VT number 2

[  1532.060] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_34
[  1532.062] (II) xfree86: Adding drm device (/dev/dri/card0)
[  1532.063] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 10 paused 0
[  1532.071] (--) PCI:*(0@0:2:0) 8086:27a2:17aa:3801 rev 3, Mem @ 0xd0200000/524288, 0xc0000000/268435456, 0xd0300000/262144, I/O @ 0x00001800/8, BIOS @ 0x????????/131072
[  1532.071] (--) PCI: (0@0:2:1) 8086:27a6:17aa:3801 rev 3, Mem @ 0xd0280000/524288
[  1532.071] (II) LoadModule: "glx"
[  1532.072] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[  1532.075] (II) Module glx: vendor="X.Org Foundation"
[  1532.075]     compiled for 1.20.10, module version = 1.0.0
[  1532.075]     ABI class: X.Org Server Extension, version 10.0
[  1532.075] (==) Matched intel as autoconfigured driver 0
[  1532.075] (==) Matched modesetting as autoconfigured driver 1
[  1532.075] (==) Matched fbdev as autoconfigured driver 2
[  1532.075] (==) Matched vesa as autoconfigured driver 3
[  1532.075] (==) Assigned the driver to the xf86ConfigLayout
[  1532.075] (II) LoadModule: "intel"
[  1532.075] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[  1532.075] (II) Module intel: vendor="X.Org Foundation"
[  1532.076]     compiled for 1.20.10, module version = 2.99.917
[  1532.076]     Module class: X.Org Video Driver
[  1532.076]     ABI class: X.Org Video Driver, version 24.1
[  1532.076] (II) LoadModule: "modesetting"
[  1532.076] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[  1532.077] (II) Module modesetting: vendor="X.Org Foundation"
[  1532.077]     compiled for 1.20.10, module version = 1.20.10
[  1532.077]     Module class: X.Org Video Driver
[  1532.077]     ABI class: X.Org Video Driver, version 24.1
[  1532.077] (II) LoadModule: "fbdev"
[  1532.077] (WW) Warning, couldn't open module fbdev
[  1532.077] (EE) Failed to load module "fbdev" (module does not exist, 0)
[  1532.077] (II) LoadModule: "vesa"
[  1532.077] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[  1532.078] (II) Module vesa: vendor="X.Org Foundation"
[  1532.078]     compiled for 1.20.10, module version = 2.5.0
[  1532.078]     Module class: X.Org Video Driver
[  1532.078]     ABI class: X.Org Video Driver, version 24.1
[  1532.078] (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
[  1532.078] (II) intel: Driver for Intel(R) HD Graphics
[  1532.078] (II) intel: Driver for Intel(R) Iris(TM) Graphics
[  1532.078] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics
[  1532.078] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[  1532.078] (II) VESA: driver for VESA chipsets: vesa
[  1532.079] xf86EnableIOPorts: failed to set IOPL for I/O (Operation not permitted)
[  1532.079] (II) intel(0): Using Kernel Mode Setting driver: i915, version 1.6.0 20201103
[  1532.079] (II) intel(0): SNA compiled from 2.99.917-916-g31486f40
[  1532.094] (WW) Falling back to old probe method for modesetting
[  1532.094] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[  1532.094] (--) intel(0): Integrated Graphics Chipset: Intel(R) 945GM
[  1532.094] (--) intel(0): CPU: x86, sse2, sse3; using a maximum of 1 threads
[  1532.094] (II) intel(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
[  1532.094] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[  1532.095] (==) intel(0): RGB weight 888
[  1532.095] (==) intel(0): Default visual is TrueColor
[  1532.095] (II) intel(0): Output LVDS1 has no monitor section
[  1532.097] (--) intel(0): Found backlight control interface acpi_video0 (type 'firmware') for output LVDS1
[  1532.097] (II) intel(0): Enabled output LVDS1
[  1532.097] (II) intel(0): Output VGA1 has no monitor section
[  1532.097] (II) intel(0): Enabled output VGA1
[  1532.097] (II) intel(0): Output TV1 has no monitor section
[  1532.097] (II) intel(0): Enabled output TV1
[  1532.097] (--) intel(0): Using a maximum size of 256x256 for hardware cursors
[  1532.098] (II) intel(0): Output VIRTUAL1 has no monitor section
[  1532.098] (II) intel(0): Enabled output VIRTUAL1
[  1532.098] (--) intel(0): Output LVDS1 using initial mode 1024x768 on pipe 1
[  1532.098] (==) intel(0): TearFree disabled
[  1532.098] (==) intel(0): Using gamma correction (1.0, 1.0, 1.0)
[  1532.098] (==) intel(0): DPI set to (96, 96)
[  1532.098] (II) Loading sub module "dri3"
[  1532.098] (II) LoadModule: "dri3"
[  1532.098] (II) Module "dri3" already built-in
[  1532.098] (II) Loading sub module "dri2"
[  1532.098] (II) LoadModule: "dri2"
[  1532.098] (II) Module "dri2" already built-in
[  1532.098] (II) Loading sub module "present"
[  1532.098] (II) LoadModule: "present"
[  1532.098] (II) Module "present" already built-in
[  1532.098] (II) UnloadModule: "modesetting"
[  1532.098] (II) Unloading modesetting
[  1532.099] (II) UnloadModule: "vesa"
[  1532.099] (II) Unloading vesa
[  1532.099] (II) intel(0): SNA initialized with Alviso (gen3) backend
[  1532.099] (==) intel(0): Backing store enabled
[  1532.099] (==) intel(0): Silken mouse disabled
[  1532.099] (II) intel(0): HW Cursor enabled
[  1532.099] (==) intel(0): DPMS enabled
[  1532.100] (==) intel(0): Display hotplug detection enabled
[  1532.100] (II) intel(0): [XvMC] i915_xvmc driver initialized.
[  1532.100] (II) intel(0): [DRI2] Setup complete
[  1532.100] (II) intel(0): [DRI2]   DRI driver: i915
[  1532.100] (II) intel(0): [DRI2]   VDPAU driver: va_gl
[  1532.100] (II) intel(0): direct rendering: DRI2 enabled
[  1532.100] (II) intel(0): hardware support for Present enabled
[  1532.100] (II) Initializing extension Generic Event Extension
[  1532.100] (II) Initializing extension SHAPE
[  1532.100] (II) Initializing extension MIT-SHM
[  1532.100] (II) Initializing extension XInputExtension
[  1532.102] (II) Initializing extension XTEST
[  1532.102] (II) Initializing extension BIG-REQUESTS
[  1532.102] (II) Initializing extension SYNC
[  1532.102] (II) Initializing extension XKEYBOARD
[  1532.102] (II) Initializing extension XC-MISC
[  1532.102] (II) Initializing extension SECURITY
[  1532.102] (II) Initializing extension XFIXES
[  1532.102] (II) Initializing extension RENDER
[  1532.102] (II) Initializing extension RANDR
[  1532.102] (II) Initializing extension COMPOSITE
[  1532.102] (II) Initializing extension DAMAGE
[  1532.102] (II) Initializing extension MIT-SCREEN-SAVER
[  1532.102] (II) Initializing extension DOUBLE-BUFFER
[  1532.102] (II) Initializing extension RECORD
[  1532.102] (II) Initializing extension DPMS
[  1532.102] (II) Initializing extension Present
[  1532.102] (II) Initializing extension DRI3
[  1532.102] (II) Initializing extension X-Resource
[  1532.102] (II) Initializing extension XVideo
[  1532.102] (II) Initializing extension XVideo-MotionCompensation
[  1532.102] (II) Initializing extension GLX
[  1532.115] (II) AIGLX: Loaded and initialized i915
[  1532.115] (II) GLX: Initialized DRI2 GL provider for screen 0
[  1532.115] (II) Initializing extension XFree86-VidModeExtension
[  1532.115] (II) Initializing extension XFree86-DGA
[  1532.115] (II) Initializing extension XFree86-DRI
[  1532.115] (II) Initializing extension DRI2
[  1532.124] (II) intel(0): switch to mode 1024x768@60.0 on LVDS1 using pipe 1, position (0, 0), rotation normal, reflection none
[  1532.128] (II) intel(0): Setting screen physical size to 270 x 203
[  1532.357] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[  1532.357] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[  1532.357] (II) LoadModule: "libinput"
[  1532.357] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[  1532.361] (II) Module libinput: vendor="X.Org Foundation"
[  1532.361]     compiled for 1.20.10, module version = 1.0.0
[  1532.361]     Module class: X.Org XInput Driver
[  1532.361]     ABI class: X.Org XInput driver, version 24.1
[  1532.361] (II) Using input driver 'libinput' for 'Power Button'
[  1532.363] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 15 paused 0
[  1532.363] (**) Power Button: always reports core events
[  1532.363] (**) Option "Device" "/dev/input/event2"
[  1532.363] (**) Option "_source" "server/udev"
[  1532.368] (II) event2  - Power Button: is tagged by udev as: Keyboard
[  1532.368] (II) event2  - Power Button: device is a keyboard
[  1532.369] (II) event2  - Power Button: device removed
[  1532.369] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[  1532.369] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[  1532.371] (II) event2  - Power Button: is tagged by udev as: Keyboard
[  1532.371] (II) event2  - Power Button: device is a keyboard
[  1532.373] (II) config/udev: Adding input device Video Bus (/dev/input/event7)
[  1532.373] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[  1532.373] (II) Using input driver 'libinput' for 'Video Bus'
[  1532.375] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 18 paused 0
[  1532.375] (**) Video Bus: always reports core events
[  1532.375] (**) Option "Device" "/dev/input/event7"
[  1532.375] (**) Option "_source" "server/udev"
[  1532.378] (II) event7  - Video Bus: is tagged by udev as: Keyboard
[  1532.378] (II) event7  - Video Bus: device is a keyboard
[  1532.378] (II) event7  - Video Bus: device removed
[  1532.379] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input11/event7"
[  1532.379] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[  1532.381] (II) event7  - Video Bus: is tagged by udev as: Keyboard
[  1532.381] (II) event7  - Video Bus: device is a keyboard
[  1532.383] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[  1532.383] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[  1532.383] (II) Using input driver 'libinput' for 'Power Button'
[  1532.385] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 19 paused 0
[  1532.385] (**) Power Button: always reports core events
[  1532.385] (**) Option "Device" "/dev/input/event1"
[  1532.385] (**) Option "_source" "server/udev"
[  1532.388] (II) event1  - Power Button: is tagged by udev as: Keyboard
[  1532.388] (II) event1  - Power Button: device is a keyboard
[  1532.388] (II) event1  - Power Button: device removed
[  1532.388] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[  1532.388] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[  1532.391] (II) event1  - Power Button: is tagged by udev as: Keyboard
[  1532.391] (II) event1  - Power Button: device is a keyboard
[  1532.392] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[  1532.392] (II) No input driver specified, ignoring this device.
[  1532.392] (II) This device may have been added with another device file.
[  1532.394] (II) config/udev: Adding input device HDA Intel Mic (/dev/input/event8)
[  1532.394] (II) No input driver specified, ignoring this device.
[  1532.394] (II) This device may have been added with another device file.
[  1532.395] (II) config/udev: Adding input device HDA Intel Headphone (/dev/input/event9)
[  1532.395] (II) No input driver specified, ignoring this device.
[  1532.395] (II) This device may have been added with another device file.
[  1532.398] (II) config/udev: Adding input device USB USB Keyboard (/dev/input/event4)
[  1532.398] (**) USB USB Keyboard: Applying InputClass "libinput keyboard catchall"
[  1532.398] (II) Using input driver 'libinput' for 'USB USB Keyboard'
[  1532.400] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 20 paused 0
[  1532.400] (**) USB USB Keyboard: always reports core events
[  1532.400] (**) Option "Device" "/dev/input/event4"
[  1532.400] (**) Option "_source" "server/udev"
[  1532.404] (II) event4  - USB USB Keyboard: is tagged by udev as: Keyboard
[  1532.404] (II) event4  - USB USB Keyboard: device is a keyboard
[  1532.405] (II) event4  - USB USB Keyboard: device removed
[  1532.405] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.1/usb3/3-1/3-1:1.0/0003:1A2C:2D23.0001/input/input8/event4"
[  1532.405] (II) XINPUT: Adding extended input device "USB USB Keyboard" (type: KEYBOARD, id 9)
[  1532.409] (II) event4  - USB USB Keyboard: is tagged by udev as: Keyboard
[  1532.409] (II) event4  - USB USB Keyboard: device is a keyboard
[  1532.412] (II) config/udev: Adding input device USB USB Keyboard System Control (/dev/input/event6)
[  1532.412] (**) USB USB Keyboard System Control: Applying InputClass "libinput keyboard catchall"
[  1532.412] (II) Using input driver 'libinput' for 'USB USB Keyboard System Control'
[  1532.414] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 21 paused 0
[  1532.414] (**) USB USB Keyboard System Control: always reports core events
[  1532.414] (**) Option "Device" "/dev/input/event6"
[  1532.415] (**) Option "_source" "server/udev"
[  1532.418] (II) event6  - USB USB Keyboard System Control: is tagged by udev as: Keyboard
[  1532.419] (II) event6  - USB USB Keyboard System Control: device is a keyboard
[  1532.419] (II) event6  - USB USB Keyboard System Control: device removed
[  1532.419] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.1/usb3/3-1/3-1:1.1/0003:1A2C:2D23.0002/input/input10/event6"
[  1532.419] (II) XINPUT: Adding extended input device "USB USB Keyboard System Control" (type: KEYBOARD, id 10)
[  1532.423] (II) event6  - USB USB Keyboard System Control: is tagged by udev as: Keyboard
[  1532.424] (II) event6  - USB USB Keyboard System Control: device is a keyboard
[  1532.426] (II) config/udev: Adding input device USB USB Keyboard Consumer Control (/dev/input/event5)
[  1532.426] (**) USB USB Keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[  1532.426] (II) Using input driver 'libinput' for 'USB USB Keyboard Consumer Control'
[  1532.429] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 22 paused 0
[  1532.429] (**) USB USB Keyboard Consumer Control: always reports core events
[  1532.429] (**) Option "Device" "/dev/input/event5"
[  1532.429] (**) Option "_source" "server/udev"
[  1532.433] (II) event5  - USB USB Keyboard Consumer Control: is tagged by udev as: Keyboard
[  1532.433] (II) event5  - USB USB Keyboard Consumer Control: device is a keyboard
[  1532.434] (II) event5  - USB USB Keyboard Consumer Control: device removed
[  1532.434] (II) libinput: USB USB Keyboard Consumer Control: needs a virtual subdevice
[  1532.434] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.1/usb3/3-1/3-1:1.1/0003:1A2C:2D23.0002/input/input9/event5"
[  1532.434] (II) XINPUT: Adding extended input device "USB USB Keyboard Consumer Control" (type: MOUSE, id 11)
[  1532.434] (**) Option "AccelerationScheme" "none"
[  1532.434] (**) USB USB Keyboard Consumer Control: (accel) selected scheme none/0
[  1532.434] (**) USB USB Keyboard Consumer Control: (accel) acceleration factor: 2.000
[  1532.434] (**) USB USB Keyboard Consumer Control: (accel) acceleration threshold: 4
[  1532.438] (II) event5  - USB USB Keyboard Consumer Control: is tagged by udev as: Keyboard
[  1532.438] (II) event5  - USB USB Keyboard Consumer Control: device is a keyboard
[  1532.440] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
[  1532.440] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[  1532.440] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[  1532.442] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 23 paused 0
[  1532.443] (**) AT Translated Set 2 keyboard: always reports core events
[  1532.443] (**) Option "Device" "/dev/input/event3"
[  1532.443] (**) Option "_source" "server/udev"
[  1532.445] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[  1532.445] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[  1532.447] (II) event3  - AT Translated Set 2 keyboard: device removed
[  1532.447] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input3/event3"
[  1532.447] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 12)
[  1532.450] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[  1532.450] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[  1532.454] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event11)
[  1532.454] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "libinput touchpad catchall"
[  1532.454] (II) Using input driver 'libinput' for 'SynPS/2 Synaptics TouchPad'
[  1532.456] (II) systemd-logind: got fd for /dev/input/event11 13:75 fd 24 paused 0
[  1532.456] (**) SynPS/2 Synaptics TouchPad: always reports core events
[  1532.456] (**) Option "Device" "/dev/input/event11"
[  1532.456] (**) Option "_source" "server/udev"
[  1532.458] (II) event11 - SynPS/2 Synaptics TouchPad: is tagged by udev as: Touchpad
[  1532.462] (II) event11 - SynPS/2 Synaptics TouchPad: device is a touchpad
[  1532.462] (II) event11 - SynPS/2 Synaptics TouchPad: device removed
[  1532.463] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio4/input/input18/event11"
[  1532.463] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 13)
[  1532.465] (**) Option "AccelerationScheme" "none"
[  1532.465] (**) SynPS/2 Synaptics TouchPad: (accel) selected scheme none/0
[  1532.465] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[  1532.465] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[  1532.467] (II) event11 - SynPS/2 Synaptics TouchPad: is tagged by udev as: Touchpad
[  1532.470] (II) event11 - SynPS/2 Synaptics TouchPad: device is a touchpad
[  1532.472] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
[  1532.472] (II) No input driver specified, ignoring this device.
[  1532.472] (II) This device may have been added with another device file.
[  1532.473] (II) config/udev: Adding input device PC Speaker (/dev/input/event10)
[  1532.473] (II) No input driver specified, ignoring this device.
[  1532.473] (II) This device may have been added with another device file.
[  1532.497] (**) USB USB Keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[  1532.497] (II) Using input driver 'libinput' for 'USB USB Keyboard Consumer Control'
[  1532.497] (II) systemd-logind: returning pre-existing fd for /dev/input/event5 13:69
[  1532.497] (**) USB USB Keyboard Consumer Control: always reports core events
[  1532.497] (**) Option "Device" "/dev/input/event5"
[  1532.497] (**) Option "_source" "_driver/libinput"
[  1532.497] (II) libinput: USB USB Keyboard Consumer Control: is a virtual subdevice
[  1532.497] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.1/usb3/3-1/3-1:1.1/0003:1A2C:2D23.0002/input/input9/event5"
[  1532.497] (II) XINPUT: Adding extended input device "USB USB Keyboard Consumer Control" (type: KEYBOARD, id 14)
[  1532.537] (**) Option "fd" "15"
[  1532.537] (II) event2  - Power Button: device removed
[  1532.537] (**) Option "fd" "18"
[  1532.537] (II) event7  - Video Bus: device removed
[  1532.538] (**) Option "fd" "19"
[  1532.538] (II) event1  - Power Button: device removed
[  1532.538] (**) Option "fd" "20"
[  1532.538] (II) event4  - USB USB Keyboard: device removed
[  1532.538] (**) Option "fd" "21"
[  1532.538] (II) event6  - USB USB Keyboard System Control: device removed
[  1532.538] (**) Option "fd" "22"
[  1532.538] (**) Option "fd" "23"
[  1532.538] (II) event3  - AT Translated Set 2 keyboard: device removed
[  1532.538] (**) Option "fd" "24"
[  1532.539] (II) event11 - SynPS/2 Synaptics TouchPad: device removed
[  1532.539] (**) Option "fd" "22"
[  1532.539] (II) event5  - USB USB Keyboard Consumer Control: device removed
[  1532.540] (II) UnloadModule: "libinput"
[  1532.540] (II) systemd-logind: not releasing fd for 13:69, still in use
[  1532.540] (II) UnloadModule: "libinput"
[  1532.540] (II) systemd-logind: releasing fd for 13:75
[  1532.567] (II) UnloadModule: "libinput"
[  1532.567] (II) systemd-logind: releasing fd for 13:67
[  1532.580] (II) UnloadModule: "libinput"
[  1532.580] (II) systemd-logind: releasing fd for 13:69
[  1532.600] (II) UnloadModule: "libinput"
[  1532.600] (II) systemd-logind: releasing fd for 13:70
[  1532.634] (II) UnloadModule: "libinput"
[  1532.634] (II) systemd-logind: releasing fd for 13:68
[  1532.660] (II) UnloadModule: "libinput"
[  1532.660] (II) systemd-logind: releasing fd for 13:65
[  1532.687] (II) UnloadModule: "libinput"
[  1532.687] (II) systemd-logind: releasing fd for 13:71
[  1532.741] (II) UnloadModule: "libinput"
[  1532.741] (II) systemd-logind: releasing fd for 13:66
[  1532.808] (II) Server terminated successfully (0). Closing log file.

```

Offline

#2 2021-04-09 15:24:36

abaumann
Administrator
From: Zurich
Registered: 2019-11-14
Posts: 984
Website

Re: About Xorg and Opengl

Hi, can you post an output of 'lspci', given from the log above it seems you have some Intel GPU of sorts?

Offline

#3 2021-04-09 16:01:42

levi
Moderator
From: Yorkshire, UK
Registered: 2018-06-16
Posts: 1,197

Re: About Xorg and Opengl

There doesn't seem to be an error in that log.  I wonder if you've added the appropriate incantations to your .xinitrc yet or not?


Architecture: pentium4, Testing repos: Yes, Hardware: EeePC 901+2GB RAM+OS half on the SD card.

Offline

Board footer

Powered by FluxBB