Unfortunately does not work.RPi 3B v1.2
Raspberry PI OS 2024-03-12 Legacy x64 no Desktop
I'm triing use a RPi to create a Windows remote desktop client.
My idea would be that the RPi when logging into the shell, runs rdesktop or xfreerdp and connects to Win.
I installed xorg etc
apt install xorg xinit rdesktop xfreerdp
and create a scriptdid not workCode:
export DISPLAY=:0startx &exec xfreerdp -o -x l -a 32 -g 800x600 -u ardo 192.168.0.10 -d -z b -f
What I need do?
Find out what error(s) are being produced.
startx also expects to be run as a foreground task not a background one. It also cannot be started over ssh - only on the local console by a user logged on there.
startx can also be passed a command to execute as part of its command line.
Change your script to the following and try again.You may also wish to add an apropriate shebang and redirect stdout and stderr into a file so they are captured.Code:
export DISPLAY=:0startx xfreerdp -o -x l -a 32 -g 800x600 -u ardo 192.168.0.10 -d -z b -f
I see the xorg logs and see a warning about fonts "Avertissement The directory "/usr/share/fonts/X11/cyrillic" does not exist".
I installed the package, but still with error
My xorg.log
Code:
[ 4268.291] X.Org X Server 1.20.11X Protocol Version 11, Revision 0[ 4268.298] Build Operating System: linux Debian[ 4268.301] Current Operating System: Linux teste 6.1.21-v8+ #1642 SMP PREEMPT Mon Apr 3 17:24:16 BST 2023 aarch64[ 4268.301] Kernel command line: coherent_pool=1M 8250.nr_uarts=0 snd_bcm2835.enable_headphones=0 snd_bcm2835.enable_headphones=1 snd_bcm2835.enable_hdmi=1 snd_bcm2835.enable_hdmi=0 video=HDMI-A-1:1024x768M@60 vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000 console=ttyS0,115200 console=tty1 root=PARTUUID=d973ee6a-02 rootfstype=ext4 fsck.repair=yes rootwait cfg80211.ieee80211_regdom=BR[ 4268.313] Build Date: 25 January 2024 06:11:31PM[ 4268.316] xorg-server 2:1.20.11-1+rpt3+deb11u11 (https://www.debian.org/support) [ 4268.318] Current version of pixman: 0.40.0[ 4268.324] Before reporting problems, check http://wiki.x.orgto make sure that you have the latest version.[ 4268.324] Markers: (--) probed, (**) from config file, (==) default setting,(++) from command line, (!!) notice, (II) informational,(WW) warning, (EE) error, (NI) not implemented, (??) unknown.[ 4268.335] (==) Log file: "/home/teste/.local/share/xorg/Xorg.0.log", Time: Thu Mar 28 15:50:28 2024[ 4268.348] (==) Using system config directory "/usr/share/X11/xorg.conf.d"[ 4268.362] (==) No Layout section. Using the first Screen section.[ 4268.362] (==) No screen section available. Using defaults.[ 4268.363] (**) |-->Screen "Default Screen Section" (0)[ 4268.363] (**) | |-->Monitor "<default monitor>"[ 4268.364] (==) No monitor specified for screen "Default Screen Section".Using a default monitor configuration.[ 4268.364] (**) Option "Debug" "dmabuf_capable"[ 4268.365] (==) Automatically adding devices[ 4268.365] (==) Automatically enabling devices[ 4268.365] (==) Automatically adding GPU devices[ 4268.365] (==) Max clients allowed: 256, resource mask: 0x1fffff[ 4268.417] (==) FontPath set to:/usr/share/fonts/X11/misc,/usr/share/fonts/X11/cyrillic,/usr/share/fonts/X11/100dpi/:unscaled,/usr/share/fonts/X11/75dpi/:unscaled,/usr/share/fonts/X11/Type1,/usr/share/fonts/X11/100dpi,/usr/share/fonts/X11/75dpi,built-ins[ 4268.417] (==) ModulePath set to "/usr/lib/xorg/modules"[ 4268.417] (II) The server relies on udev to provide the list of input devices.If no devices become available, reconfigure udev or disable AutoAddDevices.[ 4268.417] (II) Loader magic: 0x5584a1ce28[ 4268.417] (II) Module ABI versions:[ 4268.417] X.Org ANSI C Emulation: 0.4[ 4268.417] X.Org Video Driver: 24.1[ 4268.417] X.Org XInput driver : 24.1[ 4268.417] X.Org Server Extension : 10.0[ 4268.420] (++) using VT number 1[ 4268.429] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31[ 4268.434] (II) xfree86: Adding drm device (/dev/dri/card0)[ 4268.438] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 11 paused 0[ 4268.441] (II) no primary bus or device found[ 4268.441] falling back to /sys/devices/platform/soc/soc:gpu/drm/card0[ 4268.441] (II) LoadModule: "glx"[ 4268.448] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so[ 4268.578] (II) Module glx: vendor="X.Org Foundation"[ 4268.578] compiled for 1.20.11, module version = 1.0.0[ 4268.578] ABI class: X.Org Server Extension, version 10.0[ 4268.578] (==) Matched modesetting as autoconfigured driver 0[ 4268.578] (==) Matched fbdev as autoconfigured driver 1[ 4268.578] (==) Assigned the driver to the xf86ConfigLayout[ 4268.578] (II) LoadModule: "modesetting"[ 4268.582] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so[ 4268.615] (II) Module modesetting: vendor="X.Org Foundation"[ 4268.615] compiled for 1.20.11, module version = 1.20.11[ 4268.615] Module class: X.Org Video Driver[ 4268.615] ABI class: X.Org Video Driver, version 24.1[ 4268.615] (II) LoadModule: "fbdev"[ 4268.617] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so[ 4268.623] (II) Module fbdev: vendor="X.Org Foundation"[ 4268.623] compiled for 1.20.0, module version = 0.5.0[ 4268.623] Module class: X.Org Video Driver[ 4268.623] ABI class: X.Org Video Driver, version 24.0[ 4268.623] (II) modesetting: Driver for Modesetting Kernel Drivers: kms[ 4268.623] (II) FBDEV: driver for framebuffer: fbdev[ 4268.624] (II) modeset(0): using drv /dev/dri/card0[ 4268.624] (WW) Falling back to old probe method for fbdev[ 4268.624] (II) Loading sub module "fbdevhw"[ 4268.624] (II) LoadModule: "fbdevhw"[ 4268.626] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so[ 4268.632] (II) Module fbdevhw: vendor="X.Org Foundation"[ 4268.632] compiled for 1.20.11, module version = 0.0.2[ 4268.632] ABI class: X.Org Video Driver, version 24.1[ 4268.632] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support[ 4268.633] (II) modeset(0): Creating default Display subsection in Screen section"Default Screen Section" for depth/fbbpp 24/32[ 4268.633] (==) modeset(0): Depth 24, (==) framebuffer bpp 32[ 4268.633] (==) modeset(0): RGB weight 888[ 4268.633] (==) modeset(0): Default visual is TrueColor[ 4268.633] (II) Loading sub module "glamoregl"[ 4268.633] (II) LoadModule: "glamoregl"[ 4268.634] (II) Loading /usr/lib/xorg/modules/libglamoregl.so[ 4268.726] (II) Module glamoregl: vendor="X.Org Foundation"[ 4268.726] compiled for 1.20.11, module version = 1.0.1[ 4268.726] ABI class: X.Org ANSI C Emulation, version 0.4[ 4272.949] (II) modeset(0): glamor X acceleration enabled on VC4 V3D 2.1[ 4272.949] (II) modeset(0): glamor initialized[ 4272.999] (II) modeset(0): Output HDMI-1 has no monitor section[ 4273.049] (II) modeset(0): EDID for output HDMI-1[ 4273.049] (II) modeset(0): Manufacturer: SAM Model: 1ce Serial#: 1212231989[ 4273.049] (II) modeset(0): Year: 2007 Week: 23[ 4273.049] (II) modeset(0): EDID Version: 1.3[ 4273.049] (II) modeset(0): Digital Display Input[ 4273.049] (II) modeset(0): Max Image Size [cm]: horiz.: 30 vert.: 23[ 4273.050] (II) modeset(0): Gamma: 2.20[ 4273.050] (II) modeset(0): DPMS capabilities: Off[ 4273.050] (II) modeset(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 [ 4273.050] (II) modeset(0): First detailed timing is preferred mode[ 4273.050] (II) modeset(0): redX: 0.628 redY: 0.353 greenX: 0.290 greenY: 0.595[ 4273.050] (II) modeset(0): blueX: 0.144 blueY: 0.088 whiteX: 0.304 whiteY: 0.325[ 4273.050] (II) modeset(0): Supported established timings:[ 4273.050] (II) modeset(0): 720x400@70Hz[ 4273.050] (II) modeset(0): 640x480@60Hz[ 4273.050] (II) modeset(0): 640x480@67Hz[ 4273.050] (II) modeset(0): 640x480@72Hz[ 4273.050] (II) modeset(0): 640x480@75Hz[ 4273.050] (II) modeset(0): 800x600@56Hz[ 4273.050] (II) modeset(0): 800x600@60Hz[ 4273.050] (II) modeset(0): 800x600@72Hz[ 4273.050] (II) modeset(0): 800x600@75Hz[ 4273.050] (II) modeset(0): 832x624@75Hz[ 4273.050] (II) modeset(0): 1024x768@60Hz[ 4273.050] (II) modeset(0): 1024x768@70Hz[ 4273.050] (II) modeset(0): 1024x768@75Hz[ 4273.050] (II) modeset(0): Manufacturer's mask: 0[ 4273.051] (II) modeset(0): Supported detailed timing:[ 4273.051] (II) modeset(0): clock: 65.0 MHz Image Size: 304 x 228 mm[ 4273.051] (II) modeset(0): h_active: 1024 h_sync: 1048 h_sync_end 1184 h_blank_end 1344 h_border: 0[ 4273.051] (II) modeset(0): v_active: 768 v_sync: 771 v_sync_end 777 v_blanking: 806 v_border: 0[ 4273.051] (II) modeset(0): Ranges: V min: 56 V max: 75 Hz, H min: 30 H max: 61 kHz, PixClock max 85 MHz[ 4273.051] (II) modeset(0): Monitor name: SyncMaster[ 4273.051] (II) modeset(0): Serial No: HXCP601411[ 4273.051] (II) modeset(0): Supported detailed timing:[ 4273.051] (II) modeset(0): clock: 27.0 MHz Image Size: 160 x 90 mm[ 4273.051] (II) modeset(0): h_active: 720 h_sync: 736 h_sync_end 798 h_blank_end 858 h_border: 0[ 4273.051] (II) modeset(0): v_active: 480 v_sync: 489 v_sync_end 495 v_blanking: 525 v_border: 0[ 4273.051] (II) modeset(0): Number of EDID sections to follow: 1[ 4273.051] (II) modeset(0): EDID (in hex):[ 4273.051] (II) modeset(0): 00ffffffffffff004c2dce0135314148[ 4273.051] (II) modeset(0): 17110103a01e17782ad5eda05a4a9824[ 4273.051] (II) modeset(0): 164d53bfee0001010101010101010101[ 4273.051] (II) modeset(0): 01010101010164190040410026301888[ 4273.051] (II) modeset(0): 360030e410000018000000fd00384b1e[ 4273.051] (II) modeset(0): 3d08000a202020202020000000fc0053[ 4273.052] (II) modeset(0): 796e634d61737465720a2020000000ff[ 4273.052] (II) modeset(0): 00485843503630313431310a202001eb[ 4273.052] (II) modeset(0): 02031bc1230904038301000067030c00[ 4273.052] (II) modeset(0): 2000802d43908402e2000f8c0ad08a20[ 4273.052] (II) modeset(0): e02d10103e9600a05a00000000000000[ 4273.052] (II) modeset(0): 00000000000000000000000000000000[ 4273.052] (II) modeset(0): 00000000000000000000000000000000[ 4273.052] (II) modeset(0): 00000000000000000000000000000000[ 4273.052] (II) modeset(0): 00000000000000000000000000000000[ 4273.052] (II) modeset(0): 000000000000000000000000000000d0[ 4273.052] (--) modeset(0): HDMI max TMDS frequency 225000KHz[ 4273.052] (II) modeset(0): Printing probed modes for output HDMI-1[ 4273.053] (II) modeset(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz eP)[ 4273.053] (II) modeset(0): Modeline "1920x1080"x60.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz e)[ 4273.053] (II) modeset(0): Modeline "1920x1080"x59.9 148.35 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.4 kHz e)[ 4273.053] (II) modeset(0): Modeline "1280x720"x60.0 74.25 1280 1390 1430 1650 720 725 730 750 +hsync +vsync (45.0 kHz e)[ 4273.053] (II) modeset(0): Modeline "1280x720"x59.9 74.18 1280 1390 1430 1650 720 725 730 750 +hsync +vsync (45.0 kHz e)[ 4273.053] (II) modeset(0): Modeline "1024x768"x75.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz e)[ 4273.053] (II) modeset(0): Modeline "1024x768"x70.1 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e)[ 4273.053] (II) modeset(0): Modeline "832x624"x74.6 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz e)[ 4273.053] (II) modeset(0): Modeline "800x600"x72.2 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz e)[ 4273.053] (II) modeset(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)[ 4273.053] (II) modeset(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)[ 4273.053] (II) modeset(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)[ 4273.053] (II) modeset(0): Modeline "720x480"x60.0 27.03 720 736 798 858 480 489 495 525 -hsync -vsync (31.5 kHz e)[ 4273.053] (II) modeset(0): Modeline "720x480"x59.9 27.00 720 736 798 858 480 489 495 525 -hsync -vsync (31.5 kHz e)[ 4273.053] (II) modeset(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)[ 4273.053] (II) modeset(0): Modeline "640x480"x72.8 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz e)[ 4273.053] (II) modeset(0): Modeline "640x480"x66.7 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz e)[ 4273.053] (II) modeset(0): Modeline "640x480"x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)[ 4273.053] (II) modeset(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)[ 4273.054] (II) modeset(0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)[ 4273.054] (II) modeset(0): Output HDMI-1 connected[ 4273.054] (II) modeset(0): Using exact sizes for initial modes[ 4273.054] (II) modeset(0): Output HDMI-1 using initial mode 1024x768 +0+0[ 4273.054] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)[ 4273.054] (==) modeset(0): DPI set to (96, 96)[ 4273.054] (II) Loading sub module "fb"[ 4273.054] (II) LoadModule: "fb"[ 4273.055] (II) Loading /usr/lib/xorg/modules/libfb.so[ 4273.065] (II) Module fb: vendor="X.Org Foundation"[ 4273.065] compiled for 1.20.11, module version = 1.0.0[ 4273.065] ABI class: X.Org ANSI C Emulation, version 0.4[ 4273.065] (II) UnloadModule: "fbdev"[ 4273.066] (II) Unloading fbdev[ 4273.066] (II) UnloadSubModule: "fbdevhw"[ 4273.066] (II) Unloading fbdevhw[ 4273.425] (==) modeset(0): Backing store enabled[ 4273.426] (==) modeset(0): Silken mouse enabled[ 4273.577] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.[ 4273.578] (==) modeset(0): DPMS enabled[ 4273.578] (II) modeset(0): [DRI2] Setup complete[ 4273.578] (II) modeset(0): [DRI2] DRI driver: vc4[ 4273.579] (II) modeset(0): [DRI2] VDPAU driver: vc4[ 4273.579] (II) Initializing extension Generic Event Extension[ 4273.579] (II) Initializing extension SHAPE[ 4273.580] (II) Initializing extension MIT-SHM[ 4273.581] (II) Initializing extension XInputExtension[ 4273.587] (II) Initializing extension XTEST[ 4273.588] (II) Initializing extension BIG-REQUESTS[ 4273.589] (II) Initializing extension SYNC[ 4273.589] (II) Initializing extension XKEYBOARD[ 4273.590] (II) Initializing extension XC-MISC[ 4273.591] (II) Initializing extension SECURITY[ 4273.591] (II) Initializing extension XFIXES[ 4273.592] (II) Initializing extension RENDER[ 4273.593] (II) Initializing extension RANDR[ 4273.594] (II) Initializing extension COMPOSITE[ 4273.595] (II) Initializing extension DAMAGE[ 4273.595] (II) Initializing extension MIT-SCREEN-SAVER[ 4273.596] (II) Initializing extension DOUBLE-BUFFER[ 4273.596] (II) Initializing extension RECORD[ 4273.597] (II) Initializing extension DPMS[ 4273.598] (II) Initializing extension Present[ 4273.598] (II) Initializing extension DRI3[ 4273.599] (II) Initializing extension X-Resource[ 4273.600] (II) Initializing extension XVideo[ 4273.600] (II) Initializing extension XVideo-MotionCompensation[ 4273.600] (II) Initializing extension SELinux[ 4273.600] (II) SELinux: Disabled on system[ 4273.600] (II) Initializing extension GLX[ 4273.617] (II) AIGLX: Loaded and initialized vc4[ 4273.617] (II) GLX: Initialized DRI2 GL provider for screen 0[ 4273.617] (II) Initializing extension XFree86-VidModeExtension[ 4273.617] (II) Initializing extension XFree86-DGA[ 4273.618] (II) Initializing extension XFree86-DRI[ 4273.622] (II) Initializing extension DRI2[ 4273.638] (II) modeset(0): Damage tracking initialized[ 4273.638] (II) modeset(0): Setting screen physical size to 270 x 203[ 4274.096] (II) config/udev: Adding input device vc4-hdmi (/dev/input/event4)[ 4274.097] (**) vc4-hdmi: Applying InputClass "libinput keyboard catchall"[ 4274.097] (II) LoadModule: "libinput"[ 4274.097] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so[ 4274.140] (II) Module libinput: vendor="X.Org Foundation"[ 4274.140] compiled for 1.20.8, module version = 0.30.0[ 4274.140] Module class: X.Org XInput Driver[ 4274.140] ABI class: X.Org XInput driver, version 24.1[ 4274.140] (II) Using input driver 'libinput' for 'vc4-hdmi'[ 4274.144] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 24 paused 0[ 4274.144] (**) vc4-hdmi: always reports core events[ 4274.145] (**) Option "Device" "/dev/input/event4"[ 4274.145] (**) Option "_source" "server/udev"[ 4274.218] (II) event4 - vc4-hdmi: is tagged by udev as: Keyboard Pointingstick[ 4274.220] (II) event4 - vc4-hdmi: device is a pointer[ 4274.220] (II) event4 - vc4-hdmi: device is a keyboard[ 4274.221] (II) event4 - vc4-hdmi: device removed[ 4274.221] (II) libinput: vc4-hdmi: needs a virtual subdevice[ 4274.221] (**) Option "config_info" "udev:/sys/devices/platform/soc/3f902000.hdmi/rc/rc0/input4/event4"[ 4274.221] (II) XINPUT: Adding extended input device "vc4-hdmi" (type: MOUSE, id 6)[ 4274.222] (**) Option "AccelerationScheme" "none"[ 4274.222] (**) vc4-hdmi: (accel) selected scheme none/0[ 4274.222] (**) vc4-hdmi: (accel) acceleration factor: 2.000[ 4274.222] (**) vc4-hdmi: (accel) acceleration threshold: 4[ 4274.229] (II) event4 - vc4-hdmi: is tagged by udev as: Keyboard Pointingstick[ 4274.230] (II) event4 - vc4-hdmi: device is a pointer[ 4274.230] (II) event4 - vc4-hdmi: device is a keyboard[ 4274.237] (II) config/udev: Adding input device Dell Dell Universal Receiver (/dev/input/event0)[ 4274.237] (**) Dell Dell Universal Receiver: Applying InputClass "libinput keyboard catchall"[ 4274.237] (II) Using input driver 'libinput' for 'Dell Dell Universal Receiver'[ 4274.241] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 27 paused 0[ 4274.241] (**) Dell Dell Universal Receiver: always reports core events[ 4274.241] (**) Option "Device" "/dev/input/event0"[ 4274.242] (**) Option "_source" "server/udev"[ 4274.253] (II) event0 - Dell Dell Universal Receiver: is tagged by udev as: Keyboard[ 4274.253] (II) event0 - Dell Dell Universal Receiver: device is a keyboard[ 4274.254] (II) event0 - Dell Dell Universal Receiver: device removed[ 4274.254] (**) Option "config_info" "udev:/sys/devices/platform/soc/3f980000.usb/usb1/1-1/1-1.5/1-1.5:1.0/0003:413C:8505.0001/input/input0/event0"[ 4274.254] (II) XINPUT: Adding extended input device "Dell Dell Universal Receiver" (type: KEYBOARD, id 7)[ 4274.254] (**) Option "xkb_model" "pc105"[ 4274.255] (**) Option "xkb_layout" "br"[ 4274.255] (**) Option "xkb_options" "lv3:ralt_switch"[ 4274.348] (II) event0 - Dell Dell Universal Receiver: is tagged by udev as: Keyboard[ 4274.349] (II) event0 - Dell Dell Universal Receiver: device is a keyboard[ 4274.356] (II) config/udev: Adding input device Dell Dell Universal Receiver Mouse (/dev/input/event1)[ 4274.356] (**) Dell Dell Universal Receiver Mouse: Applying InputClass "libinput pointer catchall"[ 4274.356] (II) Using input driver 'libinput' for 'Dell Dell Universal Receiver Mouse'[ 4274.361] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 28 paused 0[ 4274.361] (**) Dell Dell Universal Receiver Mouse: always reports core events[ 4274.361] (**) Option "Device" "/dev/input/event1"[ 4274.361] (**) Option "_source" "server/udev"[ 4274.372] (II) event1 - Dell Dell Universal Receiver Mouse: is tagged by udev as: Mouse[ 4274.373] (II) event1 - Dell Dell Universal Receiver Mouse: device is a pointer[ 4274.374] (II) event1 - Dell Dell Universal Receiver Mouse: device removed[ 4274.374] (**) Option "config_info" "udev:/sys/devices/platform/soc/3f980000.usb/usb1/1-1/1-1.5/1-1.5:1.1/0003:413C:8505.0002/input/input1/event1"[ 4274.374] (II) XINPUT: Adding extended input device "Dell Dell Universal Receiver Mouse" (type: MOUSE, id 8)[ 4274.375] (**) Option "AccelerationScheme" "none"[ 4274.375] (**) Dell Dell Universal Receiver Mouse: (accel) selected scheme none/0[ 4274.375] (**) Dell Dell Universal Receiver Mouse: (accel) acceleration factor: 2.000[ 4274.375] (**) Dell Dell Universal Receiver Mouse: (accel) acceleration threshold: 4[ 4274.386] (II) event1 - Dell Dell Universal Receiver Mouse: is tagged by udev as: Mouse[ 4274.386] (II) event1 - Dell Dell Universal Receiver Mouse: device is a pointer[ 4274.393] (II) config/udev: Adding input device Dell Dell Universal Receiver Mouse (/dev/input/mouse0)[ 4274.393] (II) No input driver specified, ignoring this device.[ 4274.393] (II) This device may have been added with another device file.[ 4274.399] (II) config/udev: Adding input device Dell Dell Universal Receiver Consumer Control (/dev/input/event2)[ 4274.399] (**) Dell Dell Universal Receiver Consumer Control: Applying InputClass "libinput keyboard catchall"[ 4274.399] (II) Using input driver 'libinput' for 'Dell Dell Universal Receiver Consumer Control'[ 4274.404] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 29 paused 0[ 4274.404] (**) Dell Dell Universal Receiver Consumer Control: always reports core events[ 4274.404] (**) Option "Device" "/dev/input/event2"[ 4274.404] (**) Option "_source" "server/udev"[ 4274.415] (II) event2 - Dell Dell Universal Receiver Consumer Control: is tagged by udev as: Keyboard[ 4274.415] (II) event2 - Dell Dell Universal Receiver Consumer Control: device is a keyboard[ 4274.416] (II) event2 - Dell Dell Universal Receiver Consumer Control: device removed[ 4274.417] (II) libinput: Dell Dell Universal Receiver Consumer Control: needs a virtual subdevice[ 4274.417] (**) Option "config_info" "udev:/sys/devices/platform/soc/3f980000.usb/usb1/1-1/1-1.5/1-1.5:1.1/0003:413C:8505.0002/input/input2/event2"[ 4274.417] (II) XINPUT: Adding extended input device "Dell Dell Universal Receiver Consumer Control" (type: MOUSE, id 9)[ 4274.417] (**) Option "AccelerationScheme" "none"[ 4274.417] (**) Dell Dell Universal Receiver Consumer Control: (accel) selected scheme none/0[ 4274.417] (**) Dell Dell Universal Receiver Consumer Control: (accel) acceleration factor: 2.000[ 4274.417] (**) Dell Dell Universal Receiver Consumer Control: (accel) acceleration threshold: 4[ 4274.428] (II) event2 - Dell Dell Universal Receiver Consumer Control: is tagged by udev as: Keyboard[ 4274.429] (II) event2 - Dell Dell Universal Receiver Consumer Control: device is a keyboard[ 4274.435] (II) config/udev: Adding input device Dell Dell Universal Receiver System Control (/dev/input/event3)[ 4274.435] (**) Dell Dell Universal Receiver System Control: Applying InputClass "libinput keyboard catchall"[ 4274.436] (II) Using input driver 'libinput' for 'Dell Dell Universal Receiver System Control'[ 4274.440] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 30 paused 0[ 4274.441] (**) Dell Dell Universal Receiver System Control: always reports core events[ 4274.441] (**) Option "Device" "/dev/input/event3"[ 4274.441] (**) Option "_source" "server/udev"[ 4274.452] (II) event3 - Dell Dell Universal Receiver System Control: is tagged by udev as: Keyboard[ 4274.452] (II) event3 - Dell Dell Universal Receiver System Control: device is a keyboard[ 4274.453] (II) event3 - Dell Dell Universal Receiver System Control: device removed[ 4274.453] (**) Option "config_info" "udev:/sys/devices/platform/soc/3f980000.usb/usb1/1-1/1-1.5/1-1.5:1.1/0003:413C:8505.0002/input/input3/event3"[ 4274.453] (II) XINPUT: Adding extended input device "Dell Dell Universal Receiver System Control" (type: KEYBOARD, id 10)[ 4274.453] (**) Option "xkb_model" "pc105"[ 4274.454] (**) Option "xkb_layout" "br"[ 4274.454] (**) Option "xkb_options" "lv3:ralt_switch"[ 4274.465] (II) event3 - Dell Dell Universal Receiver System Control: is tagged by udev as: Keyboard[ 4274.466] (II) event3 - Dell Dell Universal Receiver System Control: device is a keyboard[ 4274.512] (**) vc4-hdmi: Applying InputClass "libinput keyboard catchall"[ 4274.512] (II) Using input driver 'libinput' for 'vc4-hdmi'[ 4274.512] (II) systemd-logind: returning pre-existing fd for /dev/input/event4 13:68[ 4274.512] (**) vc4-hdmi: always reports core events[ 4274.512] (**) Option "Device" "/dev/input/event4"[ 4274.512] (**) Option "_source" "_driver/libinput"[ 4274.513] (II) libinput: vc4-hdmi: is a virtual subdevice[ 4274.513] (**) Option "config_info" "udev:/sys/devices/platform/soc/3f902000.hdmi/rc/rc0/input4/event4"[ 4274.513] (II) XINPUT: Adding extended input device "vc4-hdmi" (type: KEYBOARD, id 11)[ 4274.513] (**) Option "xkb_model" "pc105"[ 4274.513] (**) Option "xkb_layout" "br"[ 4274.513] (**) Option "xkb_options" "lv3:ralt_switch"[ 4274.514] (**) Dell Dell Universal Receiver Consumer Control: Applying InputClass "libinput keyboard catchall"[ 4274.514] (II) Using input driver 'libinput' for 'Dell Dell Universal Receiver Consumer Control'[ 4274.514] (II) systemd-logind: returning pre-existing fd for /dev/input/event2 13:66[ 4274.514] (**) Dell Dell Universal Receiver Consumer Control: always reports core events[ 4274.514] (**) Option "Device" "/dev/input/event2"[ 4274.514] (**) Option "_source" "_driver/libinput"[ 4274.514] (II) libinput: Dell Dell Universal Receiver Consumer Control: is a virtual subdevice[ 4274.514] (**) Option "config_info" "udev:/sys/devices/platform/soc/3f980000.usb/usb1/1-1/1-1.5/1-1.5:1.1/0003:413C:8505.0002/input/input2/event2"[ 4274.515] (II) XINPUT: Adding extended input device "Dell Dell Universal Receiver Consumer Control" (type: KEYBOARD, id 12)[ 4274.515] (**) Option "xkb_model" "pc105"[ 4274.515] (**) Option "xkb_layout" "br"[ 4274.515] (**) Option "xkb_options" "lv3:ralt_switch"[ 4274.824] (**) Option "fd" "24"[ 4274.825] (**) Option "fd" "27"[ 4274.825] (II) event0 - Dell Dell Universal Receiver: device removed[ 4274.825] (**) Option "fd" "28"[ 4274.825] (II) event1 - Dell Dell Universal Receiver Mouse: device removed[ 4274.826] (**) Option "fd" "29"[ 4274.826] (**) Option "fd" "30"[ 4274.826] (II) event3 - Dell Dell Universal Receiver System Control: device removed[ 4274.827] (**) Option "fd" "24"[ 4274.827] (II) event4 - vc4-hdmi: device removed[ 4274.827] (**) Option "fd" "29"[ 4274.827] (II) event2 - Dell Dell Universal Receiver Consumer Control: device removed[ 4274.848] (II) UnloadModule: "libinput"[ 4274.848] (II) systemd-logind: not releasing fd for 13:66, still in use[ 4274.848] (II) UnloadModule: "libinput"[ 4274.849] (II) systemd-logind: not releasing fd for 13:68, still in use[ 4274.849] (II) UnloadModule: "libinput"[ 4274.849] (II) systemd-logind: releasing fd for 13:67[ 4274.872] (II) UnloadModule: "libinput"[ 4274.872] (II) systemd-logind: releasing fd for 13:66[ 4274.900] (II) UnloadModule: "libinput"[ 4274.900] (II) systemd-logind: releasing fd for 13:65[ 4274.916] (II) UnloadModule: "libinput"[ 4274.916] (II) systemd-logind: releasing fd for 13:64[ 4274.935] (II) UnloadModule: "libinput"[ 4274.935] (II) systemd-logind: releasing fd for 13:68[ 4274.985] (II) Server terminated successfully (0). Closing log file.
Statistics: Posted by RafMass — Thu Mar 28, 2024 7:09 pm