Panfrost GPU

titus <[email protected]>
Newsgroups gmane.os.freebsd.devel.arm
Message-ID <[email protected]>
Hi
I have built drm-subtree  (https://github.com/evadot/drm-subtree/tree/master) on freebsd 14.2 and also added support for rockchip vop2 (rk35xx)
video console and X works with modesetting driver and in /dev/dri there is card0 card1 and renderD128 

dmesg shows
panfrost0: GPU revision 1000, id 7402
panfrost0: Mali 7402, major 1, minor 0, status 0
panfrost0: Features: L2 7110206, Shader 2, Tiler 209, Mem 1, MMU 2823, AS ff, JS 7
panfrost0: panfrost_gpu_intr: pending 600
panfrost0: panfrost_gpu_intr: pending 600
panfrost0: panfrost_gpu_intr: pending 600
panfrost0: GPU is powered on
panfrost0: panfrost_gpu_intr: pending 20000
[drm] Initialized panfrost 1.2.0 20201124 for panfrost on minor 1

but I have no idea how to test the gpu, glxinfo show llvmpipe as renderer
so what should I do to check if hardware opengl accelleration works ?
Xorg.log
Xorg.0.log.txt (text/plain, 27.3 KB)
[  4365.152] 
X.Org X Server 1.21.1.16
X Protocol Version 11, Revision 0
[  4365.152] Current Operating System: FreeBSD generic 14.2-RELEASE FreeBSD 14.2-RELEASE GENERIC-DRM arm64
[  4365.152]  
[  4365.152] Current version of pixman: 0.44.2
[  4365.152] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[  4365.152] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[  4365.154] (==) Log file: "/var/log/Xorg.0.log", Time: Fri Jun 27 18:41:38 2025
[  4365.154] (==) Using system config directory "/usr/local/share/X11/xorg.conf.d"
[  4365.156] (==) No Layout section.  Using the first Screen section.
[  4365.156] (**) |-->Screen "Default Screen" (0)
[  4365.156] (**) |   |-->Monitor "Default Monitor"
[  4365.158] (**) |   |-->Device "Rockchip Graphics"
[  4365.158] (**) Allowing byte-swapped clients
[  4365.158] (==) Automatically adding devices
[  4365.158] (==) Automatically enabling devices
[  4365.158] (==) Automatically adding GPU devices
[  4365.158] (==) Automatically binding GPU devices
[  4365.158] (==) Max clients allowed: 256, resource mask: 0x1fffff
[  4365.158] (==) FontPath set to:
	/usr/local/share/fonts/misc/,
	/usr/local/share/fonts/TTF/,
	/usr/local/share/fonts/OTF/,
	/usr/local/share/fonts/Type1/,
	/usr/local/share/fonts/100dpi/,
	/usr/local/share/fonts/75dpi/,
	catalogue:/usr/local/etc/X11/fontpath.d
[  4365.158] (==) ModulePath set to "/usr/local/lib/xorg/modules"
[  4365.158] (**) Extension "Composite" is enabled
[  4365.158] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[  4365.158] (II) Module ABI versions:
[  4365.158] 	X.Org ANSI C Emulation: 0.4
[  4365.158] 	X.Org Video Driver: 25.2
[  4365.159] 	X.Org XInput driver : 24.4
[  4365.159] 	X.Org Server Extension : 10.0
[  4365.174] (II) xfree86: Adding drm device (/dev/dri/card0)
[  4365.174] (II) Platform probe for /dev/dri/card0
[  4365.188] (II) xfree86: Adding drm device (/dev/dri/card1)
[  4365.188] (II) Platform probe for /dev/dri/card1
[  4365.189] (**) OutputClass "RockchipDRM" setting /dev/dri/card0 as PrimaryGPU
[  4365.189] (II) LoadModule: "glx"
[  4365.189] (II) Loading /usr/local/lib/xorg/modules/extensions/libglx.so
[  4365.197] (II) Module glx: vendor="X.Org Foundation"
[  4365.197] 	compiled for 1.21.1.16, module version = 1.0.0
[  4365.197] 	ABI class: X.Org Server Extension, version 10.0
[  4365.197] (II) LoadModule: "modesetting"
[  4365.197] (II) Loading /usr/local/lib/xorg/modules/drivers/modesetting_drv.so
[  4365.200] (II) Module modesetting: vendor="X.Org Foundation"
[  4365.200] 	compiled for 1.21.1.16, module version = 1.21.1
[  4365.200] 	Module class: X.Org Video Driver
[  4365.200] 	ABI class: X.Org Video Driver, version 25.2
[  4365.200] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[  4365.201] (--) Using syscons driver with X support (version 35887507610533890.0)
[  4365.201] (--) using VT number 9

[  4365.220] (II) modeset(0): using drv /dev/dri/card0
[  4365.220] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[  4365.221] (II) modeset(0): Creating default Display subsection in Screen section
	"Default Screen" for depth/fbbpp 24/32
[  4365.221] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[  4365.221] (II) Applying OutputClass "RockchipDRM" options to /dev/dri/card0
[  4365.221] (**) modeset(0): Option "AccelMethod" "glamor"
[  4365.221] (**) modeset(0): Option "UseGammaLUT" "true"
[  4365.221] (==) modeset(0): RGB weight 888
[  4365.221] (==) modeset(0): Default visual is TrueColor
[  4365.221] (II) Loading sub module "glamoregl"
[  4365.221] (II) LoadModule: "glamoregl"
[  4365.222] (II) Loading /usr/local/lib/xorg/modules/libglamoregl.so
[  4365.282] (II) Module glamoregl: vendor="X.Org Foundation"
[  4365.282] 	compiled for 1.21.1.16, module version = 1.0.1
[  4365.282] 	ABI class: X.Org ANSI C Emulation, version 0.4
[  4366.468] (II) modeset(0): Refusing to try glamor on llvmpipe
[  4366.493] (II) modeset(0): glamor initialization failed
[  4366.493] (II) modeset(0): ShadowFB: preferred NO, enabled NO
[  4366.914] (II) modeset(0): Output HDMI-1 using monitor section Default Monitor
[  4366.914] (**) modeset(0): Option "Rotate" "normal"
[  4367.335] (II) modeset(0): EDID for output HDMI-1
[  4367.335] (II) modeset(0): Manufacturer: PHL  Model: c0cf  Serial#: 29690
[  4367.335] (II) modeset(0): Year: 2021  Week: 35
[  4367.335] (II) modeset(0): EDID Version: 1.3
[  4367.335] (II) modeset(0): Digital Display Input
[  4367.335] (II) modeset(0): Max Image Size [cm]: horiz.: 48  vert.: 27
[  4367.335] (II) modeset(0): Gamma: 2.20
[  4367.335] (II) modeset(0): DPMS capabilities: Off
[  4367.335] (II) modeset(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[  4367.335] (II) modeset(0): First detailed timing is preferred mode
[  4367.335] (II) modeset(0): redX: 0.633 redY: 0.351   greenX: 0.322 greenY: 0.630
[  4367.336] (II) modeset(0): blueX: 0.152 blueY: 0.050   whiteX: 0.313 whiteY: 0.329
[  4367.336] (II) modeset(0): Supported established timings:
[  4367.336] (II) modeset(0): 720x400@70Hz
[  4367.336] (II) modeset(0): 640x480@60Hz
[  4367.336] (II) modeset(0): 640x480@67Hz
[  4367.336] (II) modeset(0): 640x480@72Hz
[  4367.336] (II) modeset(0): 640x480@75Hz
[  4367.336] (II) modeset(0): 800x600@60Hz
[  4367.336] (II) modeset(0): 800x600@75Hz
[  4367.336] (II) modeset(0): 1024x768@60Hz
[  4367.336] (II) modeset(0): 1024x768@75Hz
[  4367.336] (II) modeset(0): 1280x1024@75Hz
[  4367.336] (II) modeset(0): Manufacturer's mask: 0
[  4367.336] (II) modeset(0): Supported standard timings:
[  4367.336] (II) modeset(0): #0: hsize: 1920  vsize 1080  refresh: 60  vid: 49361
[  4367.336] (II) modeset(0): #1: hsize: 1440  vsize 900  refresh: 60  vid: 149
[  4367.336] (II) modeset(0): #2: hsize: 1440  vsize 900  refresh: 75  vid: 3989
[  4367.336] (II) modeset(0): #3: hsize: 1680  vsize 1050  refresh: 60  vid: 179
[  4367.336] (II) modeset(0): #4: hsize: 1280  vsize 720  refresh: 60  vid: 49281
[  4367.336] (II) modeset(0): #5: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[  4367.337] (II) modeset(0): Supported detailed timing:
[  4367.337] (II) modeset(0): clock: 148.5 MHz   Image Size:  477 x 268 mm
[  4367.337] (II) modeset(0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
[  4367.337] (II) modeset(0): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
[  4367.337] (II) modeset(0): Serial No: UK02135029690
[  4367.337] (II) modeset(0): Monitor name: PHL 223V5
[  4367.337] (II) modeset(0): Ranges: V min: 56 V max: 76 Hz, H min: 30 H max: 83 kHz, PixClock max 175 MHz
[  4367.337] (II) modeset(0): Supported detailed timing:
[  4367.337] (II) modeset(0): clock: 148.5 MHz   Image Size:  477 x 268 mm
[  4367.337] (II) modeset(0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
[  4367.337] (II) modeset(0): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
[  4367.337] (II) modeset(0): Supported detailed timing:
[  4367.337] (II) modeset(0): clock: 27.0 MHz   Image Size:  477 x 268 mm
[  4367.337] (II) modeset(0): h_active: 720  h_sync: 736  h_sync_end 798 h_blank_end 858 h_border: 0
[  4367.337] (II) modeset(0): v_active: 480  v_sync: 489  v_sync_end 495 v_blanking: 525 v_border: 0
[  4367.337] (II) modeset(0): Supported detailed timing:
[  4367.337] (II) modeset(0): clock: 74.2 MHz   Image Size:  477 x 268 mm
[  4367.338] (II) modeset(0): h_active: 1280  h_sync: 1390  h_sync_end 1430 h_blank_end 1650 h_border: 0
[  4367.338] (II) modeset(0): v_active: 720  v_sync: 725  v_sync_end 730 v_blanking: 750 v_border: 0
[  4367.338] (II) modeset(0): Supported detailed timing:
[  4367.338] (II) modeset(0): clock: 27.0 MHz   Image Size:  477 x 268 mm
[  4367.338] (II) modeset(0): h_active: 720  h_sync: 732  h_sync_end 796 h_blank_end 864 h_border: 0
[  4367.338] (II) modeset(0): v_active: 576  v_sync: 581  v_sync_end 586 v_blanking: 625 v_border: 0
[  4367.338] (II) modeset(0): Number of EDID sections to follow: 1
[  4367.338] (II) modeset(0): EDID (in hex):
[  4367.338] (II) modeset(0): 	00ffffffffffff00410ccfc0fa730000
[  4367.338] (II) modeset(0): 	231f010380301b782a3935a25952a127
[  4367.338] (II) modeset(0): 	0c5054bd4b00d1c09500950fb30081c0
[  4367.338] (II) modeset(0): 	818001010101023a801871382d40582c
[  4367.338] (II) modeset(0): 	4500dd0c1100001e000000ff00554b30
[  4367.338] (II) modeset(0): 	32313335303239363930000000fc0050
[  4367.339] (II) modeset(0): 	484c2032323356350a202020000000fd
[  4367.339] (II) modeset(0): 	00384c1e5311000a2020202020200113
[  4367.339] (II) modeset(0): 	020322f14f0102030506071011121314
[  4367.339] (II) modeset(0): 	15161f04230917078301000065030c00
[  4367.339] (II) modeset(0): 	1000023a801871382d40582c4500dd0c
[  4367.339] (II) modeset(0): 	1100001e8c0ad08a20e02d10103e9600
[  4367.339] (II) modeset(0): 	dd0c11000018011d007251d01e206e28
[  4367.339] (II) modeset(0): 	5500dd0c1100001e8c0ad09020403120
[  4367.339] (II) modeset(0): 	0c405500dd0c11000018000000000000
[  4367.339] (II) modeset(0): 	0000000000000000000000000000004d
[  4367.339] (II) modeset(0): Printing probed modes for output HDMI-1
[  4367.339] (II) modeset(0): Modeline "1920x1080"x60.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[  4367.340] (II) modeset(0): Modeline "1920x1080"x50.0  148.50  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[  4367.340] (II) modeset(0): Modeline "1920x1080"x59.9  148.35  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.4 kHz e)
[  4367.340] (II) modeset(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[  4367.340] (II) modeset(0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[  4367.340] (II) modeset(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[  4367.340] (II) modeset(0): Modeline "1440x900"x75.0  136.75  1440 1536 1688 1936  900 903 909 942 -hsync +vsync (70.6 kHz e)
[  4367.340] (II) modeset(0): Modeline "1440x900"x59.9   88.75  1440 1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz e)
[  4367.340] (II) modeset(0): Modeline "1280x720"x60.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[  4367.340] (II) modeset(0): Modeline "1280x720"x50.0   74.25  1280 1720 1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz e)
[  4367.340] (II) modeset(0): Modeline "1280x720"x59.9   74.18  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[  4367.340] (II) modeset(0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[  4367.340] (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[  4367.340] (II) modeset(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[  4367.340] (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[  4367.341] (II) modeset(0): Modeline "720x576"x50.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz e)
[  4367.341] (II) modeset(0): Modeline "720x480"x60.0   27.03  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[  4367.341] (II) modeset(0): Modeline "720x480"x59.9   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[  4367.341] (II) modeset(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[  4367.341] (II) modeset(0): Modeline "640x480"x72.8   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz e)
[  4367.341] (II) modeset(0): Modeline "640x480"x66.7   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz e)
[  4367.341] (II) modeset(0): Modeline "640x480"x60.0   25.20  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[  4367.341] (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[  4367.341] (II) modeset(0): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[  4367.341] (II) modeset(0): Output HDMI-1 connected
[  4367.341] (II) modeset(0): Using exact sizes for initial modes
[  4367.341] (II) modeset(0): Output HDMI-1 using initial mode 1920x1080 +0+0
[  4367.341] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[  4367.341] (==) modeset(0): DPI set to (96, 96)
[  4367.342] (II) Loading sub module "fb"
[  4367.342] (II) LoadModule: "fb"
[  4367.342] (II) Module "fb" already built-in
[  4367.350] (==) modeset(0): Backing store enabled
[  4367.350] (==) modeset(0): Silken mouse enabled
[  4367.353] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[  4367.354] (==) modeset(0): DPMS enabled
[  4367.354] (WW) modeset(0): Option "PrimaryGPU" is not used
[  4367.354] (WW) modeset(0): Option "DRI" is not used
[  4367.354] (WW) modeset(0): Option "FlipFB" is not used
[  4367.354] (WW) modeset(0): Option "NoEDID" is not used
[  4367.354] (WW) modeset(0): Option "Rotate" is not used
[  4367.354] (II) Initializing extension Generic Event Extension
[  4367.356] (II) Initializing extension SHAPE
[  4367.357] (II) Initializing extension MIT-SHM
[  4367.359] (II) Initializing extension XInputExtension
[  4367.360] (II) Initializing extension XTEST
[  4367.362] (II) Initializing extension BIG-REQUESTS
[  4367.363] (II) Initializing extension SYNC
[  4367.364] (II) Initializing extension XKEYBOARD
[  4367.366] (II) Initializing extension XC-MISC
[  4367.367] (II) Initializing extension SECURITY
[  4367.368] (II) Initializing extension XFIXES
[  4367.369] (II) Initializing extension RENDER
[  4367.371] (II) Initializing extension RANDR
[  4367.373] (II) Initializing extension COMPOSITE
[  4367.374] (II) Initializing extension DAMAGE
[  4367.376] (II) Initializing extension MIT-SCREEN-SAVER
[  4367.377] (II) Initializing extension DOUBLE-BUFFER
[  4367.378] (II) Initializing extension RECORD
[  4367.379] (II) Initializing extension DPMS
[  4367.380] (II) Initializing extension Present
[  4367.382] (II) Initializing extension DRI3
[  4367.382] (II) Initializing extension X-Resource
[  4367.383] (II) Initializing extension XVideo
[  4367.384] (II) Initializing extension XVideo-MotionCompensation
[  4367.384] (II) Initializing extension GLX
[  4367.385] (II) AIGLX: Screen 0 is not DRI2 capable
[  4367.835] (II) IGLX: Loaded and initialized swrast
[  4367.835] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[  4367.835] (II) Initializing extension XFree86-VidModeExtension
[  4367.836] (II) Initializing extension XFree86-DGA
[  4367.837] (II) Initializing extension XFree86-DRI
[  4367.837] (II) Initializing extension DRI2
[  4367.839] (II) modeset(0): Damage tracking initialized
[  4367.839] (II) modeset(0): Setting screen physical size to 508 x 285
[  4368.562] (II) config/udev: Adding input device System keyboard multiplexer (/dev/input/event0)
[  4368.563] (**) System keyboard multiplexer: Applying InputClass "Evdev keyboard"
[  4368.563] (**) System keyboard multiplexer: Applying InputClass "libinput keyboard catchall"
[  4368.563] (II) LoadModule: "libinput"
[  4368.563] (II) Loading /usr/local/lib/xorg/modules/input/libinput_drv.so
[  4368.576] (II) Module libinput: vendor="X.Org Foundation"
[  4368.576] 	compiled for 1.21.1.16, module version = 1.3.0
[  4368.576] 	Module class: X.Org XInput Driver
[  4368.576] 	ABI class: X.Org XInput driver, version 24.4
[  4368.576] (II) Using input driver 'libinput' for 'System keyboard multiplexer'
[  4368.577] (**) System keyboard multiplexer: always reports core events
[  4368.577] (**) Option "Device" "/dev/input/event0"
[  4368.610] (II) event0  - System keyboard multiplexer: is tagged by udev as: Keyboard
[  4368.615] (II) event0  - System keyboard multiplexer: device is a keyboard
[  4368.629] (II) event0  - System keyboard multiplexer: device removed
[  4368.630] (**) Option "config_info" "udev:/dev/input/event0"
[  4368.630] (II) XINPUT: Adding extended input device "System keyboard multiplexer" (type: KEYBOARD, id 6)
[  4368.630] (**) Option "xkb_rules" "evdev"
[  4368.873] (II) event0  - System keyboard multiplexer: is tagged by udev as: Keyboard
[  4368.878] (II) event0  - System keyboard multiplexer: device is a keyboard
[  4368.893] (II) config/udev: Adding input device System mouse (/dev/input/event1)
[  4368.893] (**) System mouse: Applying InputClass "libinput pointer catchall"
[  4368.893] (II) Using input driver 'libinput' for 'System mouse'
[  4368.893] (**) System mouse: always reports core events
[  4368.893] (**) Option "Device" "/dev/input/event1"
[  4368.908] (II) event1  - System mouse: is tagged by udev as: Mouse
[  4368.917] (II) event1  - System mouse: device is a pointer
[  4368.926] (II) event1  - System mouse: device removed
[  4368.926] (II) libinput: System mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[  4368.926] (II) libinput: System mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[  4368.926] (II) libinput: System mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[  4368.927] (**) Option "config_info" "udev:/dev/input/event1"
[  4368.927] (II) XINPUT: Adding extended input device "System mouse" (type: MOUSE, id 7)
[  4368.928] (**) Option "AccelerationScheme" "none"
[  4368.928] (**) System mouse: (accel) selected scheme none/0
[  4368.928] (**) System mouse: (accel) acceleration factor: 2.000
[  4368.928] (**) System mouse: (accel) acceleration threshold: 4
[  4368.943] (II) event1  - System mouse: is tagged by udev as: Mouse
[  4368.952] (II) event1  - System mouse: device is a pointer
[  4368.961] (II) config/udev: Adding input device Apple Inc. Apple Keyboard (/dev/input/event2)
[  4368.961] (**) Apple Inc. Apple Keyboard: Applying InputClass "Evdev keyboard"
[  4368.961] (**) Apple Inc. Apple Keyboard: Applying InputClass "libinput keyboard catchall"
[  4368.962] (II) Using input driver 'libinput' for 'Apple Inc. Apple Keyboard'
[  4368.962] (**) Apple Inc. Apple Keyboard: always reports core events
[  4368.962] (**) Option "Device" "/dev/input/event2"
[  4368.977] (II) event2  - Apple Inc. Apple Keyboard, class 0/0, rev 2.00/0.74, addr 3: is tagged by udev as: Keyboard
[  4368.982] (II) event2  - Apple Inc. Apple Keyboard, class 0/0, rev 2.00/0.74, addr 3: device is a keyboard
[  4368.996] (II) event2  - Apple Inc. Apple Keyboard, class 0/0, rev 2.00/0.74, addr 3: device removed
[  4368.996] (**) Option "config_info" "udev:/dev/input/event2"
[  4368.996] (II) XINPUT: Adding extended input device "Apple Inc. Apple Keyboard" (type: KEYBOARD, id 8)
[  4368.996] (**) Option "xkb_rules" "evdev"
[  4369.012] (II) event2  - Apple Inc. Apple Keyboard, class 0/0, rev 2.00/0.74, addr 3: is tagged by udev as: Keyboard
[  4369.017] (II) event2  - Apple Inc. Apple Keyboard, class 0/0, rev 2.00/0.74, addr 3: device is a keyboard
[  4369.031] (II) config/udev: Adding input device Logitech USB-PS/2 Optical Mouse (/dev/input/event3)
[  4369.032] (**) Logitech USB-PS/2 Optical Mouse: Applying InputClass "libinput pointer catchall"
[  4369.032] (II) Using input driver 'libinput' for 'Logitech USB-PS/2 Optical Mouse'
[  4369.032] (**) Logitech USB-PS/2 Optical Mouse: always reports core events
[  4369.032] (**) Option "Device" "/dev/input/event3"
[  4369.047] (II) event3  - Logitech USB-PS/2 Optical Mouse, class 0/0, rev 2.00/20.00, addr 1: is tagged by udev as: Mouse
[  4369.057] (II) event3  - Logitech USB-PS/2 Optical Mouse, class 0/0, rev 2.00/20.00, addr 1: device is a pointer
[  4369.066] (II) event3  - Logitech USB-PS/2 Optical Mouse, class 0/0, rev 2.00/20.00, addr 1: device removed
[  4369.066] (II) libinput: Logitech USB-PS/2 Optical Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[  4369.066] (II) libinput: Logitech USB-PS/2 Optical Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[  4369.067] (II) libinput: Logitech USB-PS/2 Optical Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[  4369.067] (**) Option "config_info" "udev:/dev/input/event3"
[  4369.067] (II) XINPUT: Adding extended input device "Logitech USB-PS/2 Optical Mouse" (type: MOUSE, id 9)
[  4369.068] (**) Option "AccelerationScheme" "none"
[  4369.068] (**) Logitech USB-PS/2 Optical Mouse: (accel) selected scheme none/0
[  4369.068] (**) Logitech USB-PS/2 Optical Mouse: (accel) acceleration factor: 2.000
[  4369.068] (**) Logitech USB-PS/2 Optical Mouse: (accel) acceleration threshold: 4
[  4369.084] (II) event3  - Logitech USB-PS/2 Optical Mouse, class 0/0, rev 2.00/20.00, addr 1: is tagged by udev as: Mouse
[  4369.093] (II) event3  - Logitech USB-PS/2 Optical Mouse, class 0/0, rev 2.00/20.00, addr 1: device is a pointer
[  4374.828] (II) modeset(0): EDID vendor "PHL", prod id 49359
[  4374.828] (II) modeset(0): Using EDID range info for horizontal sync
[  4374.828] (II) modeset(0): Using EDID range info for vertical refresh
[  4374.828] (II) modeset(0): Printing DDC gathered Modelines:
[  4374.828] (II) modeset(0): Modeline "1920x1080"x0.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[  4374.828] (II) modeset(0): Modeline "720x480"x0.0   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[  4374.828] (II) modeset(0): Modeline "1280x720"x0.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[  4374.828] (II) modeset(0): Modeline "720x576"x0.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz e)
[  4374.828] (II) modeset(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[  4374.828] (II) modeset(0): Modeline "1920x1080i"x0.0   74.25  1920 2008 2052 2200  1080 1084 1094 1125 interlace +hsync +vsync (33.8 kHz e)
[  4374.829] (II) modeset(0): Modeline "1440x480i"x0.0   27.00  1440 1478 1602 1716  480 488 494 525 interlace -hsync -vsync (15.7 kHz e)
[  4374.829] (II) modeset(0): Modeline "1280x720"x0.0   74.25  1280 1720 1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz e)
[  4374.829] (II) modeset(0): Modeline "1920x1080i"x0.0   74.25  1920 2448 2492 2640  1080 1084 1094 1125 interlace +hsync +vsync (28.1 kHz e)
[  4374.829] (II) modeset(0): Modeline "1440x576i"x0.0   27.00  1440 1464 1590 1728  576 580 586 625 interlace -hsync -vsync (15.6 kHz e)
[  4374.829] (II) modeset(0): Modeline "1920x1080"x0.0  148.50  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[  4374.829] (II) modeset(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[  4374.829] (II) modeset(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[  4374.829] (II) modeset(0): Modeline "640x480"x0.0   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz e)
[  4374.829] (II) modeset(0): Modeline "640x480"x0.0   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz e)
[  4374.829] (II) modeset(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[  4374.829] (II) modeset(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[  4374.829] (II) modeset(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[  4374.829] (II) modeset(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[  4374.829] (II) modeset(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[  4374.829] (II) modeset(0): Modeline "1440x900"x0.0   88.75  1440 1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz e)
[  4374.830] (II) modeset(0): Modeline "1440x900"x0.0  136.75  1440 1536 1688 1936  900 903 909 942 -hsync +vsync (70.6 kHz e)
[  4374.830] (II) modeset(0): Modeline "1680x1050"x0.0  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[  4374.830] (II) modeset(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[  4375.257] (II) modeset(0): EDID vendor "PHL", prod id 49359
[  4375.257] (II) modeset(0): Using hsync ranges from config file
[  4375.257] (II) modeset(0): Using vrefresh ranges from config file
[  4375.257] (II) modeset(0): Printing DDC gathered Modelines:
[  4375.258] (II) modeset(0): Modeline "1920x1080"x0.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[  4375.258] (II) modeset(0): Modeline "720x480"x0.0   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[  4375.258] (II) modeset(0): Modeline "1280x720"x0.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[  4375.258] (II) modeset(0): Modeline "720x576"x0.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz e)
[  4375.258] (II) modeset(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[  4375.258] (II) modeset(0): Modeline "1920x1080i"x0.0   74.25  1920 2008 2052 2200  1080 1084 1094 1125 interlace +hsync +vsync (33.8 kHz e)
[  4375.258] (II) modeset(0): Modeline "1440x480i"x0.0   27.00  1440 1478 1602 1716  480 488 494 525 interlace -hsync -vsync (15.7 kHz e)
[  4375.258] (II) modeset(0): Modeline "1280x720"x0.0   74.25  1280 1720 1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz e)
[  4375.258] (II) modeset(0): Modeline "1920x1080i"x0.0   74.25  1920 2448 2492 2640  1080 1084 1094 1125 interlace +hsync +vsync (28.1 kHz e)
[  4375.258] (II) modeset(0): Modeline "1440x576i"x0.0   27.00  1440 1464 1590 1728  576 580 586 625 interlace -hsync -vsync (15.6 kHz e)
[  4375.258] (II) modeset(0): Modeline "1920x1080"x0.0  148.50  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[  4375.258] (II) modeset(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[  4375.258] (II) modeset(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[  4375.258] (II) modeset(0): Modeline "640x480"x0.0   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz e)
[  4375.259] (II) modeset(0): Modeline "640x480"x0.0   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz e)
[  4375.259] (II) modeset(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[  4375.259] (II) modeset(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[  4375.259] (II) modeset(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[  4375.259] (II) modeset(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[  4375.259] (II) modeset(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[  4375.259] (II) modeset(0): Modeline "1440x900"x0.0   88.75  1440 1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz e)
[  4375.259] (II) modeset(0): Modeline "1440x900"x0.0  136.75  1440 1536 1688 1936  900 903 909 942 -hsync +vsync (70.6 kHz e)
[  4375.259] (II) modeset(0): Modeline "1680x1050"x0.0  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[  4375.259] (II) modeset(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.