You are not logged in.
I've managed to make some good progress in porting over my laptop to Arch, and I'm currently tring to get my dual monitor setup (the laptop screen and an external monitor I have) to work. For some reason, when I use xrandr --listmonitors, my external monitor isn't listed as one of the monitors, even though when I just just use xrandr the monitor itself does get listed. Why does it seem to be the case? Is it something to do with my GPU or anything?
Last edited by NightDazer22 (2024-06-15 14:03:37)
Offline
please post the exact midel of your device - the manual might have a clue how graphics work
Offline
my device is an acer nitro 5 with an nvidia geoforce gtx 1650 as a gpu
Offline
Please don't paraphrase, https://bbs.archlinux.org/viewtopic.php?id=57855
xrandr --listmonitors
xrandr -q
loginctl session-statusAnd please also post your Xorg log, https://wiki.archlinux.org/title/Xorg#General
Offline
should be this right:
[ 34.162]
X.Org X Server 1.21.1.13
X Protocol Version 11, Revision 0
[ 34.162] Current Operating System: Linux archlinux 6.9.4-arch1-1 #1 SMP PREEMPT_DYNAMIC Wed, 12 Jun 2024 20:17:17 +0000 x86_64
[ 34.162] Kernel command line: initrd=\initramfs-linux.img root=PARTUUID=ac6f0ebc-bb16-4d33-bf63-328585898bad zswap.enabled=0 rw rootfstype=ext4
[ 34.162]
[ 34.162] Current version of pixman: 0.43.4
[ 34.162] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 34.162] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 34.162] (==) Log file: "/var/log/Xorg.1.log", Time: Sat Jun 15 01:29:34 2024
[ 34.162] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 34.162] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 34.162] (==) No Layout section. Using the first Screen section.
[ 34.162] (==) No screen section available. Using defaults.
[ 34.162] (**) |-->Screen "Default Screen Section" (0)
[ 34.162] (**) | |-->Monitor "<default monitor>"
[ 34.162] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 34.162] (**) Allowing byte-swapped clients
[ 34.162] (==) Automatically adding devices
[ 34.162] (==) Automatically enabling devices
[ 34.162] (==) Automatically adding GPU devices
[ 34.162] (==) Automatically binding GPU devices
[ 34.162] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 34.162] (WW) The directory "/usr/share/fonts/misc" does not exist.
[ 34.162] Entry deleted from font path.
[ 34.162] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[ 34.162] Entry deleted from font path.
[ 34.162] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[ 34.162] Entry deleted from font path.
[ 34.162] (==) FontPath set to:
/usr/share/fonts/TTF,
/usr/share/fonts/100dpi,
/usr/share/fonts/75dpi
[ 34.162] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 34.162] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 34.162] (II) Module ABI versions:
[ 34.162] X.Org ANSI C Emulation: 0.4
[ 34.162] X.Org Video Driver: 25.2
[ 34.162] X.Org XInput driver : 24.4
[ 34.162] X.Org Server Extension : 10.0
[ 34.164] (++) using VT number 2
[ 34.165] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_34
[ 34.166] (II) xfree86: Adding drm device (/dev/dri/card1)
[ 34.166] (II) Platform probe for /sys/devices/pci0000:00/0000:00:01.1/0000:01:00.0/drm/card1
[ 34.167] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 13 paused 0
[ 34.167] (II) xfree86: Adding drm device (/dev/dri/card2)
[ 34.167] (II) Platform probe for /sys/devices/pci0000:00/0000:00:08.1/0000:06:00.0/drm/card2
[ 34.168] (II) systemd-logind: got fd for /dev/dri/card2 226:2 fd 14 paused 0
[ 34.173] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[ 34.179] (--) PCI: (1@0:0:0) 10de:1f99:1025:1447 rev 161, Mem @ 0xd0000000/16777216, 0xfcc0000000/268435456, 0xfcd0000000/33554432, I/O @ 0x00003000/128, BIOS @ 0x????????/524288
[ 34.179] (--) PCI:*(6@0:0:0) 1002:1636:1025:1455 rev 199, Mem @ 0xfce0000000/268435456, 0xfcf0000000/2097152, 0xd1500000/524288, I/O @ 0x00001000/256
[ 34.179] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 34.179] (II) LoadModule: "glx"
[ 34.180] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 34.182] (II) Module glx: vendor="X.Org Foundation"
[ 34.182] compiled for 1.21.1.13, module version = 1.0.0
[ 34.182] ABI class: X.Org Server Extension, version 10.0
[ 34.182] (II) Applying OutputClass "nvidia" to /dev/dri/card1
[ 34.182] loading driver: nvidia
[ 34.182] (==) Matched ati as autoconfigured driver 0
[ 34.182] (==) Matched nvidia as autoconfigured driver 1
[ 34.182] (==) Matched nouveau as autoconfigured driver 2
[ 34.182] (==) Matched nv as autoconfigured driver 3
[ 34.182] (==) Matched modesetting as autoconfigured driver 4
[ 34.182] (==) Matched fbdev as autoconfigured driver 5
[ 34.182] (==) Matched vesa as autoconfigured driver 6
[ 34.182] (==) Assigned the driver to the xf86ConfigLayout
[ 34.182] (II) LoadModule: "ati"
[ 34.183] (WW) Warning, couldn't open module ati
[ 34.183] (EE) Failed to load module "ati" (module does not exist, 0)
[ 34.183] (II) LoadModule: "nvidia"
[ 34.183] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[ 34.184] (II) Module nvidia: vendor="NVIDIA Corporation"
[ 34.184] compiled for 1.6.99.901, module version = 1.0.0
[ 34.184] Module class: X.Org Video Driver
[ 34.184] (II) LoadModule: "nouveau"
[ 34.185] (WW) Warning, couldn't open module nouveau
[ 34.185] (EE) Failed to load module "nouveau" (module does not exist, 0)
[ 34.185] (II) LoadModule: "nv"
[ 34.185] (WW) Warning, couldn't open module nv
[ 34.185] (EE) Failed to load module "nv" (module does not exist, 0)
[ 34.185] (II) LoadModule: "modesetting"
[ 34.185] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[ 34.186] (II) Module modesetting: vendor="X.Org Foundation"
[ 34.186] compiled for 1.21.1.13, module version = 1.21.1
[ 34.186] Module class: X.Org Video Driver
[ 34.186] ABI class: X.Org Video Driver, version 25.2
[ 34.186] (II) LoadModule: "fbdev"
[ 34.187] (WW) Warning, couldn't open module fbdev
[ 34.187] (EE) Failed to load module "fbdev" (module does not exist, 0)
[ 34.187] (II) LoadModule: "vesa"
[ 34.187] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[ 34.187] (II) Module vesa: vendor="X.Org Foundation"
[ 34.187] compiled for 1.21.1.11, module version = 2.6.0
[ 34.187] Module class: X.Org Video Driver
[ 34.187] ABI class: X.Org Video Driver, version 25.2
[ 34.187] (II) NVIDIA dlloader X Driver 550.90.07 Fri May 31 09:34:34 UTC 2024
[ 34.187] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[ 34.187] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 34.187] (II) VESA: driver for VESA chipsets: vesa
[ 34.187] (II) modeset(0): using drv /dev/dri/card2
[ 34.187] (II) systemd-logind: releasing fd for 226:1
[ 34.188] (II) Loading sub module "fb"
[ 34.188] (II) LoadModule: "fb"
[ 34.188] (II) Module "fb" already built-in
[ 34.188] (II) Loading sub module "wfb"
[ 34.188] (II) LoadModule: "wfb"
[ 34.188] (II) Loading /usr/lib/xorg/modules/libwfb.so
[ 34.188] (II) Module wfb: vendor="X.Org Foundation"
[ 34.188] compiled for 1.21.1.13, module version = 1.0.0
[ 34.188] ABI class: X.Org ANSI C Emulation, version 0.4
[ 34.188] (II) modeset(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
[ 34.189] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[ 34.189] (==) modeset(0): RGB weight 888
[ 34.189] (==) modeset(0): Default visual is TrueColor
[ 34.189] (II) Loading sub module "glamoregl"
[ 34.189] (II) LoadModule: "glamoregl"
[ 34.189] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[ 34.191] (II) Module glamoregl: vendor="X.Org Foundation"
[ 34.191] compiled for 1.21.1.13, module version = 1.0.1
[ 34.191] ABI class: X.Org ANSI C Emulation, version 0.4
[ 34.233] (II) modeset(0): glamor X acceleration enabled on AMD Radeon Graphics (radeonsi, renoir, LLVM 17.0.6, DRM 3.57, 6.9.4-arch1-1)
[ 34.233] (II) modeset(0): glamor initialized
[ 34.233] (==) modeset(0): VariableRefresh: disabled
[ 34.233] (==) modeset(0): AsyncFlipSecondaries: disabled
[ 34.237] (II) modeset(0): Output eDP-1 has no monitor section
[ 34.240] (II) modeset(0): EDID for output eDP-1
[ 34.240] (II) modeset(0): Manufacturer: BOE Model: 819 Serial#: 0
[ 34.241] (II) modeset(0): Year: 2018 Week: 32
[ 34.241] (II) modeset(0): EDID Version: 1.4
[ 34.241] (II) modeset(0): Digital Display Input
[ 34.241] (II) modeset(0): 6 bits per channel
[ 34.241] (II) modeset(0): Digital interface is DisplayPort
[ 34.241] (II) modeset(0): Max Image Size [cm]: horiz.: 34 vert.: 19
[ 34.241] (II) modeset(0): Gamma: 2.20
[ 34.241] (II) modeset(0): No DPMS capabilities specified
[ 34.241] (II) modeset(0): Supported color encodings: RGB 4:4:4
[ 34.241] (II) modeset(0): First detailed timing is preferred mode
[ 34.241] (II) modeset(0): Preferred mode is native pixel format and refresh rate
[ 34.241] (II) modeset(0): redX: 0.585 redY: 0.363 greenX: 0.350 greenY: 0.567
[ 34.241] (II) modeset(0): blueX: 0.162 blueY: 0.123 whiteX: 0.312 whiteY: 0.328
[ 34.241] (II) modeset(0): Manufacturer's mask: 0
[ 34.241] (II) modeset(0): Supported detailed timing:
[ 34.241] (II) modeset(0): clock: 151.3 MHz Image Size: 344 x 194 mm
[ 34.241] (II) modeset(0): h_active: 1920 h_sync: 1968 h_sync_end 2000 h_blank_end 2212 h_border: 0
[ 34.241] (II) modeset(0): v_active: 1080 v_sync: 1083 v_sync_end 1089 v_blanking: 1140 v_border: 0
[ 34.241] (II) modeset(0): Supported detailed timing:
[ 34.241] (II) modeset(0): clock: 121.0 MHz Image Size: 344 x 194 mm
[ 34.241] (II) modeset(0): h_active: 1920 h_sync: 1968 h_sync_end 2000 h_blank_end 2212 h_border: 0
[ 34.241] (II) modeset(0): v_active: 1080 v_sync: 1083 v_sync_end 1089 v_blanking: 1140 v_border: 0
[ 34.241] (II) modeset(0): T1WD3€NV15N3D
[ 34.241] (II) modeset(0): Unknown vendor-specific block 0
[ 34.241] (II) modeset(0): EDID (in hex):
[ 34.241] (II) modeset(0): 00ffffffffffff0009e5190800000000
[ 34.241] (II) modeset(0): 201c01049522137802c9a0955d599129
[ 34.241] (II) modeset(0): 1f505400000001010101010101010101
[ 34.241] (II) modeset(0): 0101010101011a3b802471383c403020
[ 34.241] (II) modeset(0): 360058c21000001a482f802471383c40
[ 34.241] (II) modeset(0): 3020360058c21000001a000000fe0054
[ 34.241] (II) modeset(0): 31574433804e5631354e334400000000
[ 34.241] (II) modeset(0): 0000412196001000000a010a20200042
[ 34.241] (II) modeset(0): Printing probed modes for output eDP-1
[ 34.241] (II) modeset(0): Modeline "1920x1080"x60.0 151.30 1920 1968 2000 2212 1080 1083 1089 1140 +hsync -vsync (68.4 kHz eP)
[ 34.241] (II) modeset(0): Modeline "1920x1080"x119.9 266.50 1920 1944 1960 2000 1080 1081 1084 1111 doublescan +hsync -vsync (133.2 kHz d)
[ 34.241] (II) modeset(0): Modeline "1920x1080"x60.0 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync (67.2 kHz d)
[ 34.241] (II) modeset(0): Modeline "1920x1080"x59.9 138.50 1920 1968 2000 2080 1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
[ 34.241] (II) modeset(0): Modeline "1920x1080"x48.0 121.04 1920 1968 2000 2212 1080 1083 1089 1140 +hsync -vsync (54.7 kHz e)
[ 34.241] (II) modeset(0): Modeline "1680x1050"x60.0 151.30 1680 1968 2000 2212 1050 1083 1089 1140 +hsync -vsync (68.4 kHz e)
[ 34.241] (II) modeset(0): Modeline "1680x1050"x60.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[ 34.241] (II) modeset(0): Modeline "1680x1050"x59.9 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
[ 34.241] (II) modeset(0): Modeline "1400x1050"x60.0 122.00 1400 1488 1640 1880 1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[ 34.241] (II) modeset(0): Modeline "1600x900"x120.0 246.00 1600 1728 1900 2200 900 901 904 932 doublescan -hsync +vsync (111.8 kHz d)
[ 34.241] (II) modeset(0): Modeline "1600x900"x119.9 186.50 1600 1624 1640 1680 900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)
[ 34.241] (II) modeset(0): Modeline "1600x900"x59.9 118.25 1600 1696 1856 2112 900 903 908 934 -hsync +vsync (56.0 kHz d)
[ 34.241] (II) modeset(0): Modeline "1600x900"x59.8 97.50 1600 1648 1680 1760 900 903 908 926 +hsync -vsync (55.4 kHz d)
[ 34.241] (II) modeset(0): Modeline "1280x1024"x60.0 151.30 1280 1968 2000 2212 1024 1083 1089 1140 +hsync -vsync (68.4 kHz e)
[ 34.241] (II) modeset(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[ 34.241] (II) modeset(0): Modeline "1440x900"x60.0 151.30 1440 1968 2000 2212 900 1083 1089 1140 +hsync -vsync (68.4 kHz e)
[ 34.241] (II) modeset(0): Modeline "1400x900"x60.0 103.50 1400 1480 1624 1848 900 903 913 934 -hsync +vsync (56.0 kHz d)
[ 34.241] (II) modeset(0): Modeline "1400x900"x59.9 86.50 1400 1448 1480 1560 900 903 913 926 +hsync -vsync (55.4 kHz d)
[ 34.241] (II) modeset(0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz d)
[ 34.241] (II) modeset(0): Modeline "1440x810"x120.0 198.12 1440 1548 1704 1968 810 811 814 839 doublescan -hsync +vsync (100.7 kHz d)
[ 34.241] (II) modeset(0): Modeline "1440x810"x119.9 151.88 1440 1464 1480 1520 810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
[ 34.241] (II) modeset(0): Modeline "1368x768"x59.9 85.25 1368 1440 1576 1784 768 771 781 798 -hsync +vsync (47.8 kHz d)
[ 34.241] (II) modeset(0): Modeline "1368x768"x59.9 72.25 1368 1416 1448 1528 768 771 781 790 +hsync -vsync (47.3 kHz d)
[ 34.241] (II) modeset(0): Modeline "1280x800"x120.0 174.25 1280 1380 1516 1752 800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
[ 34.241] (II) modeset(0): Modeline "1280x800"x60.0 151.30 1280 1968 2000 2212 800 1083 1089 1140 +hsync -vsync (68.4 kHz e)
[ 34.241] (II) modeset(0): Modeline "1280x800"x119.9 134.25 1280 1304 1320 1360 800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
[ 34.241] (II) modeset(0): Modeline "1280x800"x59.8 83.50 1280 1352 1480 1680 800 803 809 831 -hsync +vsync (49.7 kHz d)
[ 34.241] (II) modeset(0): Modeline "1280x800"x59.9 71.00 1280 1328 1360 1440 800 803 809 823 +hsync -vsync (49.3 kHz d)
[ 34.241] (II) modeset(0): Modeline "1280x720"x120.0 156.12 1280 1376 1512 1744 720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[ 34.241] (II) modeset(0): Modeline "1280x720"x60.0 151.30 1280 1968 2000 2212 720 1083 1089 1140 +hsync -vsync (68.4 kHz e)
[ 34.241] (II) modeset(0): Modeline "1280x720"x120.0 120.75 1280 1304 1320 1360 720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[ 34.241] (II) modeset(0): Modeline "1280x720"x59.9 74.50 1280 1344 1472 1664 720 723 728 748 -hsync +vsync (44.8 kHz d)
[ 34.241] (II) modeset(0): Modeline "1280x720"x59.7 63.75 1280 1328 1360 1440 720 723 728 741 +hsync -vsync (44.3 kHz d)
[ 34.241] (II) modeset(0): Modeline "1024x768"x60.0 151.30 1024 1968 2000 2212 768 1083 1089 1140 +hsync -vsync (68.4 kHz e)
[ 34.241] (II) modeset(0): Modeline "1024x768"x120.1 133.47 1024 1100 1212 1400 768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[ 34.241] (II) modeset(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz d)
[ 34.241] (II) modeset(0): Modeline "960x720"x120.0 117.00 960 1024 1128 1300 720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[ 34.241] (II) modeset(0): Modeline "928x696"x120.1 109.15 928 976 1088 1264 696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[ 34.241] (II) modeset(0): Modeline "896x672"x120.0 102.40 896 960 1060 1224 672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[ 34.241] (II) modeset(0): Modeline "1024x576"x119.9 98.50 1024 1092 1200 1376 576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[ 34.241] (II) modeset(0): Modeline "1024x576"x119.9 78.38 1024 1048 1064 1104 576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[ 34.241] (II) modeset(0): Modeline "1024x576"x59.9 46.50 1024 1064 1160 1296 576 579 584 599 -hsync +vsync (35.9 kHz d)
[ 34.241] (II) modeset(0): Modeline "1024x576"x59.8 42.00 1024 1072 1104 1184 576 579 584 593 +hsync -vsync (35.5 kHz d)
[ 34.241] (II) modeset(0): Modeline "960x600"x119.9 96.62 960 1028 1128 1296 600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[ 34.241] (II) modeset(0): Modeline "960x600"x120.0 77.00 960 984 1000 1040 600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[ 34.241] (II) modeset(0): Modeline "960x540"x119.9 86.50 960 1024 1124 1288 540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[ 34.241] (II) modeset(0): Modeline "960x540"x120.0 69.25 960 984 1000 1040 540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[ 34.241] (II) modeset(0): Modeline "960x540"x59.6 40.75 960 992 1088 1216 540 543 548 562 -hsync +vsync (33.5 kHz d)
[ 34.241] (II) modeset(0): Modeline "960x540"x59.8 37.25 960 1008 1040 1120 540 543 548 556 +hsync -vsync (33.3 kHz d)
[ 34.241] (II) modeset(0): Modeline "800x600"x60.0 151.30 800 1968 2000 2212 600 1083 1089 1140 +hsync -vsync (68.4 kHz e)
[ 34.241] (II) modeset(0): Modeline "800x600"x120.0 81.00 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[ 34.241] (II) modeset(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz d)
[ 34.241] (II) modeset(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz d)
[ 34.241] (II) modeset(0): Modeline "840x525"x120.0 73.12 840 892 980 1120 525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[ 34.241] (II) modeset(0): Modeline "840x525"x119.8 59.50 840 864 880 920 525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[ 34.241] (II) modeset(0): Modeline "864x486"x59.9 32.50 864 888 968 1072 486 489 494 506 -hsync +vsync (30.3 kHz d)
[ 34.241] (II) modeset(0): Modeline "864x486"x59.6 30.50 864 912 944 1024 486 489 494 500 +hsync -vsync (29.8 kHz d)
[ 34.241] (II) modeset(0): Modeline "700x525"x120.0 61.00 700 744 820 940 525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[ 34.241] (II) modeset(0): Modeline "800x450"x119.9 59.12 800 848 928 1056 450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[ 34.241] (II) modeset(0): Modeline "800x450"x119.6 48.75 800 824 840 880 450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[ 34.241] (II) modeset(0): Modeline "640x512"x120.0 54.00 640 664 720 844 512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[ 34.241] (II) modeset(0): Modeline "700x450"x119.9 51.75 700 740 812 924 450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[ 34.241] (II) modeset(0): Modeline "700x450"x119.8 43.25 700 724 740 780 450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[ 34.241] (II) modeset(0): Modeline "640x480"x60.0 151.30 640 1968 2000 2212 480 1083 1089 1140 +hsync -vsync (68.4 kHz e)
[ 34.241] (II) modeset(0): Modeline "640x480"x120.0 54.00 640 688 744 900 480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[ 34.241] (II) modeset(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz d)
[ 34.241] (II) modeset(0): Modeline "720x405"x59.5 22.50 720 744 808 896 405 408 413 422 -hsync +vsync (25.1 kHz d)
[ 34.241] (II) modeset(0): Modeline "720x405"x59.0 21.75 720 768 800 880 405 408 413 419 +hsync -vsync (24.7 kHz d)
[ 34.241] (II) modeset(0): Modeline "684x384"x119.8 42.62 684 720 788 892 384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[ 34.241] (II) modeset(0): Modeline "684x384"x119.7 36.12 684 708 724 764 384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[ 34.241] (II) modeset(0): Modeline "640x400"x119.8 41.75 640 676 740 840 400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[ 34.241] (II) modeset(0): Modeline "640x400"x120.0 35.50 640 664 680 720 400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[ 34.241] (II) modeset(0): Modeline "640x360"x119.7 37.25 640 672 736 832 360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[ 34.241] (II) modeset(0): Modeline "640x360"x119.7 31.88 640 664 680 720 360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[ 34.241] (II) modeset(0): Modeline "640x360"x59.8 18.00 640 664 720 800 360 363 368 376 -hsync +vsync (22.5 kHz d)
[ 34.241] (II) modeset(0): Modeline "640x360"x59.3 17.75 640 688 720 800 360 363 368 374 +hsync -vsync (22.2 kHz d)
[ 34.241] (II) modeset(0): Modeline "512x384"x120.0 32.50 512 524 592 672 384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[ 34.241] (II) modeset(0): Modeline "512x288"x120.0 23.25 512 532 580 648 288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[ 34.241] (II) modeset(0): Modeline "512x288"x119.8 21.00 512 536 552 592 288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[ 34.241] (II) modeset(0): Modeline "480x270"x119.3 20.38 480 496 544 608 270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[ 34.241] (II) modeset(0): Modeline "480x270"x119.6 18.62 480 504 520 560 270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[ 34.241] (II) modeset(0): Modeline "400x300"x120.6 20.00 400 420 484 528 300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[ 34.241] (II) modeset(0): Modeline "400x300"x112.7 18.00 400 412 448 512 300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[ 34.241] (II) modeset(0): Modeline "432x243"x119.8 16.25 432 444 484 536 243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[ 34.241] (II) modeset(0): Modeline "432x243"x119.1 15.25 432 456 472 512 243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[ 34.241] (II) modeset(0): Modeline "320x240"x120.1 12.59 320 328 376 400 240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[ 34.241] (II) modeset(0): Modeline "360x202"x119.0 11.25 360 372 404 448 202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[ 34.241] (II) modeset(0): Modeline "360x202"x118.3 10.88 360 384 400 440 202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[ 34.241] (II) modeset(0): Modeline "320x180"x119.7 9.00 320 332 360 400 180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[ 34.241] (II) modeset(0): Modeline "320x180"x118.6 8.88 320 344 360 400 180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[ 34.241] (II) modeset(0): Output eDP-1 connected
[ 34.241] (II) modeset(0): Using exact sizes for initial modes
[ 34.241] (II) modeset(0): Output eDP-1 using initial mode 1920x1080 +0+0
[ 34.241] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[ 34.241] (==) modeset(0): DPI set to (96, 96)
[ 34.241] (II) Loading sub module "fb"
[ 34.241] (II) LoadModule: "fb"
[ 34.242] (II) Module "fb" already built-in
[ 34.242] (==) NVIDIA(G0): Depth 24, (==) framebuffer bpp 32
[ 34.242] (==) NVIDIA(G0): RGB weight 888
[ 34.242] (==) NVIDIA(G0): Default visual is TrueColor
[ 34.242] (==) NVIDIA(G0): Using gamma correction (1.0, 1.0, 1.0)
[ 34.242] (II) Applying OutputClass "nvidia" options to /dev/dri/card1
[ 34.242] (**) NVIDIA(G0): Option "AllowEmptyInitialConfiguration"
[ 34.242] (**) NVIDIA(G0): Enabling 2D acceleration
[ 34.242] (II) Loading sub module "glxserver_nvidia"
[ 34.242] (II) LoadModule: "glxserver_nvidia"
[ 34.242] (II) Loading /usr/lib/nvidia/xorg/libglxserver_nvidia.so
[ 34.253] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[ 34.253] compiled for 1.6.99.901, module version = 1.0.0
[ 34.253] Module class: X.Org Server Extension
[ 34.253] (II) NVIDIA GLX Module 550.90.07 Fri May 31 09:34:56 UTC 2024
[ 34.253] (II) NVIDIA: The X server supports PRIME Render Offload.
[ 34.258] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[ 34.258] (--) NVIDIA(0): DFP-0 (boot)
[ 34.278] (II) NVIDIA(G0): NVIDIA GPU NVIDIA GeForce GTX 1650 (TU117-A) at PCI:1:0:0
[ 34.278] (II) NVIDIA(G0): (GPU-0)
[ 34.278] (--) NVIDIA(G0): Memory: 4194304 kBytes
[ 34.279] (--) NVIDIA(G0): VideoBIOS: 90.17.48.00.0f
[ 34.279] (II) NVIDIA(G0): Detected PCI Express Link width: 16X
[ 34.329] (--) NVIDIA(GPU-0): MDA EG24S1 (DFP-0): connected
[ 34.329] (--) NVIDIA(GPU-0): MDA EG24S1 (DFP-0): Internal TMDS
[ 34.329] (--) NVIDIA(GPU-0): MDA EG24S1 (DFP-0): 600.0 MHz maximum pixel clock
[ 34.329] (--) NVIDIA(GPU-0):
[ 34.456] (II) NVIDIA(G0): Validated MetaModes:
[ 34.456] (II) NVIDIA(G0): "NULL"
[ 34.456] (II) NVIDIA(G0): Virtual screen size determined to be 640 x 480
[ 34.734] (WW) NVIDIA(G0): Cannot find size of first mode for MDA EG24S1 (DFP-0); cannot
[ 34.734] (WW) NVIDIA(G0): compute DPI from MDA EG24S1 (DFP-0)'s EDID.
[ 34.734] (==) NVIDIA(G0): DPI set to (75, 75); computed from built-in default
[ 34.734] (II) UnloadModule: "vesa"
[ 34.734] (II) Unloading vesa
[ 34.786] (==) modeset(0): Backing store enabled
[ 34.786] (==) modeset(0): Silken mouse enabled
[ 34.787] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[ 34.787] (==) modeset(0): DPMS enabled
[ 34.787] (II) modeset(0): [DRI2] Setup complete
[ 34.787] (II) modeset(0): [DRI2] DRI driver: radeonsi
[ 34.787] (II) modeset(0): [DRI2] VDPAU driver: radeonsi
[ 34.788] (II) NVIDIA: Reserving 24576.00 MB of virtual memory for indirect memory
[ 34.788] (II) NVIDIA: access.
[ 34.814] (WW) NVIDIA(G0): ACPI: failed to determine the system's current power source
[ 34.814] (II) NVIDIA(G0): ACPI: failed to connect to the ACPI event daemon; the daemon
[ 34.814] (II) NVIDIA(G0): may not be running or the "AcpidSocketPath" X
[ 34.814] (II) NVIDIA(G0): configuration option may not be set correctly. When the
[ 34.814] (II) NVIDIA(G0): ACPI event daemon is available, the NVIDIA X driver will
[ 34.814] (II) NVIDIA(G0): try to use it to receive ACPI event notifications. For
[ 34.814] (II) NVIDIA(G0): details, please see the "ConnectToAcpid" and
[ 34.814] (II) NVIDIA(G0): "AcpidSocketPath" X configuration options in Appendix B: X
[ 34.814] (II) NVIDIA(G0): Config Options in the README.
[ 34.834] (II) NVIDIA(G0): Setting mode "NULL"
[ 34.894] (==) NVIDIA(G0): Disabling shared memory pixmaps
[ 34.894] (==) NVIDIA(G0): Backing store enabled
[ 34.894] (==) NVIDIA(G0): Silken mouse enabled
[ 34.894] (==) NVIDIA(G0): DPMS enabled
[ 34.894] (II) Loading sub module "dri2"
[ 34.894] (II) LoadModule: "dri2"
[ 34.894] (II) Module "dri2" already built-in
[ 34.894] (II) NVIDIA(G0): [DRI2] Setup complete
[ 34.894] (II) NVIDIA(G0): [DRI2] VDPAU driver: nvidia
[ 34.894] (II) Initializing extension Generic Event Extension
[ 34.894] (II) Initializing extension SHAPE
[ 34.894] (II) Initializing extension MIT-SHM
[ 34.894] (II) Initializing extension XInputExtension
[ 34.894] (II) Initializing extension XTEST
[ 34.894] (II) Initializing extension BIG-REQUESTS
[ 34.894] (II) Initializing extension SYNC
[ 34.894] (II) Initializing extension XKEYBOARD
[ 34.895] (II) Initializing extension XC-MISC
[ 34.895] (II) Initializing extension SECURITY
[ 34.895] (II) Initializing extension XFIXES
[ 34.895] (II) Initializing extension RENDER
[ 34.895] (II) Initializing extension RANDR
[ 34.895] (II) Initializing extension COMPOSITE
[ 34.895] (II) Initializing extension DAMAGE
[ 34.895] (II) Initializing extension MIT-SCREEN-SAVER
[ 34.895] (II) Initializing extension DOUBLE-BUFFER
[ 34.895] (II) Initializing extension RECORD
[ 34.895] (II) Initializing extension DPMS
[ 34.895] (II) Initializing extension Present
[ 34.895] (II) Initializing extension DRI3
[ 34.895] (II) Initializing extension X-Resource
[ 34.896] (II) Initializing extension XVideo
[ 34.896] (II) Initializing extension XVideo-MotionCompensation
[ 34.896] (II) Initializing extension GLX
[ 34.896] (II) Initializing extension GLX
[ 34.896] (II) Indirect GLX disabled.
[ 34.899] (II) AIGLX: Loaded and initialized radeonsi
[ 34.899] (II) GLX: Initialized DRI2 GL provider for screen 0
[ 34.899] (II) Initializing extension XFree86-VidModeExtension
[ 34.899] (II) Initializing extension XFree86-DGA
[ 34.900] (II) Initializing extension XFree86-DRI
[ 34.900] (II) Initializing extension DRI2
[ 34.900] (II) Initializing extension NV-GLX
[ 34.900] (II) Initializing extension NV-CONTROL
[ 34.900] (II) modeset(0): Damage tracking initialized
[ 34.900] (II) modeset(0): Setting screen physical size to 508 x 285
[ 34.974] (II) config/udev: Adding input device Acer Wireless Radio Control (/dev/input/event5)
[ 34.974] (**) Acer Wireless Radio Control: Applying InputClass "libinput keyboard catchall"
[ 34.974] (**) Acer Wireless Radio Control: Applying InputClass "system-keyboard"
[ 34.974] (II) LoadModule: "libinput"
[ 34.974] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[ 34.976] (II) Module libinput: vendor="X.Org Foundation"
[ 34.976] compiled for 1.21.1.8, module version = 1.4.0
[ 34.976] Module class: X.Org XInput Driver
[ 34.976] ABI class: X.Org XInput driver, version 24.4
[ 34.976] (II) Using input driver 'libinput' for 'Acer Wireless Radio Control'
[ 34.977] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 43 paused 0
[ 34.977] (**) Acer Wireless Radio Control: always reports core events
[ 34.977] (**) Option "Device" "/dev/input/event5"
[ 34.978] (II) event5 - Acer Wireless Radio Control: is tagged by udev as: Keyboard
[ 34.978] (II) event5 - Acer Wireless Radio Control: device is a keyboard
[ 34.978] (II) event5 - Acer Wireless Radio Control: device removed
[ 34.978] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/10251229:00/input/input5/event5"
[ 34.978] (II) XINPUT: Adding extended input device "Acer Wireless Radio Control" (type: KEYBOARD, id 6)
[ 34.978] (**) Option "xkb_model" "pc105"
[ 34.979] (**) Option "xkb_layout" "es"
[ 34.979] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[ 35.005] (II) event5 - Acer Wireless Radio Control: is tagged by udev as: Keyboard
[ 35.005] (II) event5 - Acer Wireless Radio Control: device is a keyboard
[ 35.006] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[ 35.006] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 35.006] (**) Power Button: Applying InputClass "system-keyboard"
[ 35.006] (II) Using input driver 'libinput' for 'Power Button'
[ 35.007] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 46 paused 0
[ 35.007] (**) Power Button: always reports core events
[ 35.007] (**) Option "Device" "/dev/input/event3"
[ 35.007] (II) event3 - Power Button: is tagged by udev as: Keyboard
[ 35.007] (II) event3 - Power Button: device is a keyboard
[ 35.007] (II) event3 - Power Button: device removed
[ 35.008] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
[ 35.008] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[ 35.008] (**) Option "xkb_model" "pc105"
[ 35.008] (**) Option "xkb_layout" "es"
[ 35.008] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[ 35.008] (II) event3 - Power Button: is tagged by udev as: Keyboard
[ 35.008] (II) event3 - Power Button: device is a keyboard
[ 35.009] (II) config/udev: Adding input device Video Bus (/dev/input/event7)
[ 35.009] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 35.009] (**) Video Bus: Applying InputClass "system-keyboard"
[ 35.009] (II) Using input driver 'libinput' for 'Video Bus'
[ 35.010] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 47 paused 0
[ 35.010] (**) Video Bus: always reports core events
[ 35.010] (**) Option "Device" "/dev/input/event7"
[ 35.010] (II) event7 - Video Bus: is tagged by udev as: Keyboard
[ 35.011] (II) event7 - Video Bus: device is a keyboard
[ 35.011] (II) event7 - Video Bus: device removed
[ 35.011] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00/LNXVIDEO:00/input/input7/event7"
[ 35.011] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[ 35.011] (**) Option "xkb_model" "pc105"
[ 35.011] (**) Option "xkb_layout" "es"
[ 35.011] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[ 35.012] (II) event7 - Video Bus: is tagged by udev as: Keyboard
[ 35.012] (II) event7 - Video Bus: device is a keyboard
[ 35.012] (II) config/udev: Adding input device Video Bus (/dev/input/event8)
[ 35.012] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 35.012] (**) Video Bus: Applying InputClass "system-keyboard"
[ 35.012] (II) Using input driver 'libinput' for 'Video Bus'
[ 35.013] (II) systemd-logind: got fd for /dev/input/event8 13:72 fd 48 paused 0
[ 35.013] (**) Video Bus: always reports core events
[ 35.013] (**) Option "Device" "/dev/input/event8"
[ 35.014] (II) event8 - Video Bus: is tagged by udev as: Keyboard
[ 35.014] (II) event8 - Video Bus: device is a keyboard
[ 35.014] (II) event8 - Video Bus: device removed
[ 35.014] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:0f/LNXVIDEO:01/input/input8/event8"
[ 35.014] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 9)
[ 35.014] (**) Option "xkb_model" "pc105"
[ 35.014] (**) Option "xkb_layout" "es"
[ 35.014] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[ 35.015] (II) event8 - Video Bus: is tagged by udev as: Keyboard
[ 35.015] (II) event8 - Video Bus: device is a keyboard
[ 35.016] (II) config/udev: Adding input device Lid Switch (/dev/input/event2)
[ 35.016] (II) No input driver specified, ignoring this device.
[ 35.016] (II) This device may have been added with another device file.
[ 35.016] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[ 35.016] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 35.016] (**) Power Button: Applying InputClass "system-keyboard"
[ 35.016] (II) Using input driver 'libinput' for 'Power Button'
[ 35.017] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 49 paused 0
[ 35.017] (**) Power Button: always reports core events
[ 35.017] (**) Option "Device" "/dev/input/event0"
[ 35.018] (II) event0 - Power Button: is tagged by udev as: Keyboard
[ 35.018] (II) event0 - Power Button: device is a keyboard
[ 35.018] (II) event0 - Power Button: device removed
[ 35.018] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0"
[ 35.018] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 10)
[ 35.018] (**) Option "xkb_model" "pc105"
[ 35.018] (**) Option "xkb_layout" "es"
[ 35.018] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[ 35.019] (II) event0 - Power Button: is tagged by udev as: Keyboard
[ 35.019] (II) event0 - Power Button: device is a keyboard
[ 35.019] (II) config/udev: Adding input device Sleep Button (/dev/input/event1)
[ 35.019] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[ 35.019] (**) Sleep Button: Applying InputClass "system-keyboard"
[ 35.019] (II) Using input driver 'libinput' for 'Sleep Button'
[ 35.020] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 50 paused 0
[ 35.020] (**) Sleep Button: always reports core events
[ 35.020] (**) Option "Device" "/dev/input/event1"
[ 35.021] (II) event1 - Sleep Button: is tagged by udev as: Keyboard
[ 35.021] (II) event1 - Sleep Button: device is a keyboard
[ 35.021] (II) event1 - Sleep Button: device removed
[ 35.021] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1/event1"
[ 35.021] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 11)
[ 35.021] (**) Option "xkb_model" "pc105"
[ 35.021] (**) Option "xkb_layout" "es"
[ 35.021] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[ 35.022] (II) event1 - Sleep Button: is tagged by udev as: Keyboard
[ 35.022] (II) event1 - Sleep Button: device is a keyboard
[ 35.022] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event10)
[ 35.022] (II) No input driver specified, ignoring this device.
[ 35.022] (II) This device may have been added with another device file.
[ 35.023] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event11)
[ 35.023] (II) No input driver specified, ignoring this device.
[ 35.023] (II) This device may have been added with another device file.
[ 35.023] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event13)
[ 35.023] (II) No input driver specified, ignoring this device.
[ 35.023] (II) This device may have been added with another device file.
[ 35.023] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event14)
[ 35.023] (II) No input driver specified, ignoring this device.
[ 35.023] (II) This device may have been added with another device file.
[ 35.024] (II) config/udev: Adding input device Logitech USB Optical Mouse (/dev/input/event9)
[ 35.024] (**) Logitech USB Optical Mouse: Applying InputClass "libinput pointer catchall"
[ 35.024] (II) Using input driver 'libinput' for 'Logitech USB Optical Mouse'
[ 35.025] (II) systemd-logind: got fd for /dev/input/event9 13:73 fd 51 paused 0
[ 35.025] (**) Logitech USB Optical Mouse: always reports core events
[ 35.025] (**) Option "Device" "/dev/input/event9"
[ 35.027] (II) event9 - Logitech USB Optical Mouse: is tagged by udev as: Mouse
[ 35.027] (II) event9 - Logitech USB Optical Mouse: device is a pointer
[ 35.027] (II) event9 - Logitech USB Optical Mouse: device removed
[ 35.027] (II) libinput: Logitech USB Optical Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 35.027] (II) libinput: Logitech USB Optical Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 35.027] (II) libinput: Logitech USB Optical Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 35.027] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:06:00.4/usb3/3-1/3-1:1.0/0003:046D:C077.0001/input/input9/event9"
[ 35.027] (II) XINPUT: Adding extended input device "Logitech USB Optical Mouse" (type: MOUSE, id 12)
[ 35.027] (**) Option "AccelerationScheme" "none"
[ 35.027] (**) Logitech USB Optical Mouse: (accel) selected scheme none/0
[ 35.027] (**) Logitech USB Optical Mouse: (accel) acceleration factor: 2.000
[ 35.027] (**) Logitech USB Optical Mouse: (accel) acceleration threshold: 4
[ 35.028] (II) event9 - Logitech USB Optical Mouse: is tagged by udev as: Mouse
[ 35.028] (II) event9 - Logitech USB Optical Mouse: device is a pointer
[ 35.029] (II) config/udev: Adding input device Logitech USB Optical Mouse (/dev/input/mouse0)
[ 35.029] (II) No input driver specified, ignoring this device.
[ 35.029] (II) This device may have been added with another device file.
[ 35.029] (II) config/udev: Adding input device HD-Audio Generic Headphone (/dev/input/event17)
[ 35.029] (II) No input driver specified, ignoring this device.
[ 35.029] (II) This device may have been added with another device file.
[ 35.030] (II) config/udev: Adding input device ELAN050A:01 04F3:3158 Mouse (/dev/input/event15)
[ 35.030] (**) ELAN050A:01 04F3:3158 Mouse: Applying InputClass "libinput pointer catchall"
[ 35.030] (II) Using input driver 'libinput' for 'ELAN050A:01 04F3:3158 Mouse'
[ 35.031] (II) systemd-logind: got fd for /dev/input/event15 13:79 fd 52 paused 0
[ 35.031] (**) ELAN050A:01 04F3:3158 Mouse: always reports core events
[ 35.031] (**) Option "Device" "/dev/input/event15"
[ 35.032] (II) event15 - ELAN050A:01 04F3:3158 Mouse: is tagged by udev as: Mouse Pointingstick
[ 35.032] (II) event15 - ELAN050A:01 04F3:3158 Mouse: device is a pointer
[ 35.033] (II) event15 - ELAN050A:01 04F3:3158 Mouse: device removed
[ 35.033] (II) libinput: ELAN050A:01 04F3:3158 Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 35.033] (II) libinput: ELAN050A:01 04F3:3158 Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 35.033] (II) libinput: ELAN050A:01 04F3:3158 Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 35.033] (**) Option "config_info" "udev:/sys/devices/platform/AMDI0010:03/i2c-0/i2c-ELAN050A:01/0018:04F3:3158.0002/input/input18/event15"
[ 35.033] (II) XINPUT: Adding extended input device "ELAN050A:01 04F3:3158 Mouse" (type: MOUSE, id 13)
[ 35.033] (**) Option "AccelerationScheme" "none"
[ 35.033] (**) ELAN050A:01 04F3:3158 Mouse: (accel) selected scheme none/0
[ 35.033] (**) ELAN050A:01 04F3:3158 Mouse: (accel) acceleration factor: 2.000
[ 35.033] (**) ELAN050A:01 04F3:3158 Mouse: (accel) acceleration threshold: 4
[ 35.034] (II) event15 - ELAN050A:01 04F3:3158 Mouse: is tagged by udev as: Mouse Pointingstick
[ 35.034] (II) event15 - ELAN050A:01 04F3:3158 Mouse: device is a pointer
[ 35.035] (II) config/udev: Adding input device ELAN050A:01 04F3:3158 Mouse (/dev/input/mouse1)
[ 35.035] (II) No input driver specified, ignoring this device.
[ 35.035] (II) This device may have been added with another device file.
[ 35.036] (II) config/udev: Adding input device ELAN050A:01 04F3:3158 Touchpad (/dev/input/event16)
[ 35.036] (**) ELAN050A:01 04F3:3158 Touchpad: Applying InputClass "libinput touchpad catchall"
[ 35.036] (II) Using input driver 'libinput' for 'ELAN050A:01 04F3:3158 Touchpad'
[ 35.037] (II) systemd-logind: got fd for /dev/input/event16 13:80 fd 53 paused 0
[ 35.037] (**) ELAN050A:01 04F3:3158 Touchpad: always reports core events
[ 35.037] (**) Option "Device" "/dev/input/event16"
[ 35.038] (II) event16 - ELAN050A:01 04F3:3158 Touchpad: is tagged by udev as: Touchpad
[ 35.039] (II) event16 - ELAN050A:01 04F3:3158 Touchpad: device is a touchpad
[ 35.039] (II) event16 - ELAN050A:01 04F3:3158 Touchpad: device removed
[ 35.039] (II) libinput: ELAN050A:01 04F3:3158 Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 35.039] (II) libinput: ELAN050A:01 04F3:3158 Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 35.039] (II) libinput: ELAN050A:01 04F3:3158 Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 35.040] (**) Option "config_info" "udev:/sys/devices/platform/AMDI0010:03/i2c-0/i2c-ELAN050A:01/0018:04F3:3158.0002/input/input20/event16"
[ 35.040] (II) XINPUT: Adding extended input device "ELAN050A:01 04F3:3158 Touchpad" (type: TOUCHPAD, id 14)
[ 35.041] (**) Option "AccelerationScheme" "none"
[ 35.041] (**) ELAN050A:01 04F3:3158 Touchpad: (accel) selected scheme none/0
[ 35.041] (**) ELAN050A:01 04F3:3158 Touchpad: (accel) acceleration factor: 2.000
[ 35.041] (**) ELAN050A:01 04F3:3158 Touchpad: (accel) acceleration threshold: 4
[ 35.042] (II) event16 - ELAN050A:01 04F3:3158 Touchpad: is tagged by udev as: Touchpad
[ 35.043] (II) event16 - ELAN050A:01 04F3:3158 Touchpad: device is a touchpad
[ 35.044] (II) config/udev: Adding input device ELAN050A:01 04F3:3158 Touchpad (/dev/input/mouse2)
[ 35.044] (II) No input driver specified, ignoring this device.
[ 35.044] (II) This device may have been added with another device file.
[ 35.044] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event4)
[ 35.044] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[ 35.044] (**) AT Translated Set 2 keyboard: Applying InputClass "system-keyboard"
[ 35.044] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[ 35.045] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 54 paused 0
[ 35.045] (**) AT Translated Set 2 keyboard: always reports core events
[ 35.045] (**) Option "Device" "/dev/input/event4"
[ 35.046] (II) event4 - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 35.046] (II) event4 - AT Translated Set 2 keyboard: device is a keyboard
[ 35.047] (II) event4 - AT Translated Set 2 keyboard: device removed
[ 35.047] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input4/event4"
[ 35.047] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 15)
[ 35.047] (**) Option "xkb_model" "pc105"
[ 35.047] (**) Option "xkb_layout" "es"
[ 35.047] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[ 35.047] (II) event4 - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 35.048] (II) event4 - AT Translated Set 2 keyboard: device is a keyboard
[ 35.049] (II) config/udev: Adding input device PC Speaker (/dev/input/event6)
[ 35.049] (II) No input driver specified, ignoring this device.
[ 35.049] (II) This device may have been added with another device file.
[ 35.051] (II) config/udev: Adding input device Acer WMI hotkeys (/dev/input/event12)
[ 35.051] (**) Acer WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[ 35.051] (**) Acer WMI hotkeys: Applying InputClass "system-keyboard"
[ 35.051] (II) Using input driver 'libinput' for 'Acer WMI hotkeys'
[ 35.052] (II) systemd-logind: got fd for /dev/input/event12 13:76 fd 55 paused 0
[ 35.052] (**) Acer WMI hotkeys: always reports core events
[ 35.052] (**) Option "Device" "/dev/input/event12"
[ 35.052] (II) event12 - Acer WMI hotkeys: is tagged by udev as: Keyboard
[ 35.052] (II) event12 - Acer WMI hotkeys: device is a keyboard
[ 35.052] (II) event12 - Acer WMI hotkeys: device removed
[ 35.052] (**) Option "config_info" "udev:/sys/devices/virtual/input/input13/event12"
[ 35.052] (II) XINPUT: Adding extended input device "Acer WMI hotkeys" (type: KEYBOARD, id 16)
[ 35.053] (**) Option "xkb_model" "pc105"
[ 35.053] (**) Option "xkb_layout" "es"
[ 35.053] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[ 35.053] (II) event12 - Acer WMI hotkeys: is tagged by udev as: Keyboard
[ 35.053] (II) event12 - Acer WMI hotkeys: device is a keyboard
[ 35.575] (II) modeset(0): Disabling kernel dirty updates, not required.
[ 36.084] (II) modeset(0): EDID vendor "BOE", prod id 2073
[ 36.084] (II) modeset(0): Printing DDC gathered Modelines:
[ 36.084] (II) modeset(0): Modeline "1920x1080"x0.0 151.30 1920 1968 2000 2212 1080 1083 1089 1140 +hsync -vsync (68.4 kHz eP)
[ 36.085] (II) modeset(0): Modeline "1920x1080"x0.0 121.04 1920 1968 2000 2212 1080 1083 1089 1140 +hsync -vsync (54.7 kHz e)
[ 36.090] (II) modeset(0): EDID vendor "BOE", prod id 2073
[ 36.090] (II) modeset(0): Printing DDC gathered Modelines:
[ 36.090] (II) modeset(0): Modeline "1920x1080"x0.0 151.30 1920 1968 2000 2212 1080 1083 1089 1140 +hsync -vsync (68.4 kHz eP)
[ 36.090] (II) modeset(0): Modeline "1920x1080"x0.0 121.04 1920 1968 2000 2212 1080 1083 1089 1140 +hsync -vsync (54.7 kHz e)
[ 36.138] (--) NVIDIA(GPU-0): MDA EG24S1 (DFP-0): connected
[ 36.138] (--) NVIDIA(GPU-0): MDA EG24S1 (DFP-0): Internal TMDS
[ 36.138] (--) NVIDIA(GPU-0): MDA EG24S1 (DFP-0): 600.0 MHz maximum pixel clock
[ 36.138] (--) NVIDIA(GPU-0):
[ 36.803] (II) modeset(0): EDID vendor "BOE", prod id 2073
[ 36.803] (II) modeset(0): Printing DDC gathered Modelines:
[ 36.803] (II) modeset(0): Modeline "1920x1080"x0.0 151.30 1920 1968 2000 2212 1080 1083 1089 1140 +hsync -vsync (68.4 kHz eP)
[ 36.803] (II) modeset(0): Modeline "1920x1080"x0.0 121.04 1920 1968 2000 2212 1080 1083 1089 1140 +hsync -vsync (54.7 kHz e)
[ 36.811] (II) modeset(0): EDID vendor "BOE", prod id 2073
[ 36.811] (II) modeset(0): Printing DDC gathered Modelines:
[ 36.811] (II) modeset(0): Modeline "1920x1080"x0.0 151.30 1920 1968 2000 2212 1080 1083 1089 1140 +hsync -vsync (68.4 kHz eP)
[ 36.811] (II) modeset(0): Modeline "1920x1080"x0.0 121.04 1920 1968 2000 2212 1080 1083 1089 1140 +hsync -vsync (54.7 kHz e)
[ 36.861] (--) NVIDIA(GPU-0): MDA EG24S1 (DFP-0): connected
[ 36.861] (--) NVIDIA(GPU-0): MDA EG24S1 (DFP-0): Internal TMDS
[ 36.861] (--) NVIDIA(GPU-0): MDA EG24S1 (DFP-0): 600.0 MHz maximum pixel clock
[ 36.861] (--) NVIDIA(GPU-0):
[ 214.121] (II) modeset(0): EDID vendor "BOE", prod id 2073
[ 214.121] (II) modeset(0): Printing DDC gathered Modelines:
[ 214.121] (II) modeset(0): Modeline "1920x1080"x0.0 151.30 1920 1968 2000 2212 1080 1083 1089 1140 +hsync -vsync (68.4 kHz eP)
[ 214.121] (II) modeset(0): Modeline "1920x1080"x0.0 121.04 1920 1968 2000 2212 1080 1083 1089 1140 +hsync -vsync (54.7 kHz e)
[ 214.128] (II) modeset(0): EDID vendor "BOE", prod id 2073
[ 214.128] (II) modeset(0): Printing DDC gathered Modelines:
[ 214.128] (II) modeset(0): Modeline "1920x1080"x0.0 151.30 1920 1968 2000 2212 1080 1083 1089 1140 +hsync -vsync (68.4 kHz eP)
[ 214.128] (II) modeset(0): Modeline "1920x1080"x0.0 121.04 1920 1968 2000 2212 1080 1083 1089 1140 +hsync -vsync (54.7 kHz e)
[ 214.177] (--) NVIDIA(GPU-0): MDA EG24S1 (DFP-0): connected
[ 214.177] (--) NVIDIA(GPU-0): MDA EG24S1 (DFP-0): Internal TMDS
[ 214.177] (--) NVIDIA(GPU-0): MDA EG24S1 (DFP-0): 600.0 MHz maximum pixel clock
[ 214.177] (--) NVIDIA(GPU-0):
[ 214.185] (II) modeset(0): EDID vendor "BOE", prod id 2073
[ 214.186] (II) modeset(0): Printing DDC gathered Modelines:
[ 214.186] (II) modeset(0): Modeline "1920x1080"x0.0 151.30 1920 1968 2000 2212 1080 1083 1089 1140 +hsync -vsync (68.4 kHz eP)
[ 214.186] (II) modeset(0): Modeline "1920x1080"x0.0 121.04 1920 1968 2000 2212 1080 1083 1089 1140 +hsync -vsync (54.7 kHz e)
[ 220.511] (II) modeset(0): EDID vendor "BOE", prod id 2073
[ 220.512] (II) modeset(0): Printing DDC gathered Modelines:
[ 220.512] (II) modeset(0): Modeline "1920x1080"x0.0 151.30 1920 1968 2000 2212 1080 1083 1089 1140 +hsync -vsync (68.4 kHz eP)
[ 220.512] (II) modeset(0): Modeline "1920x1080"x0.0 121.04 1920 1968 2000 2212 1080 1083 1089 1140 +hsync -vsync (54.7 kHz e)
[ 220.518] (II) modeset(0): EDID vendor "BOE", prod id 2073
[ 220.518] (II) modeset(0): Printing DDC gathered Modelines:
[ 220.518] (II) modeset(0): Modeline "1920x1080"x0.0 151.30 1920 1968 2000 2212 1080 1083 1089 1140 +hsync -vsync (68.4 kHz eP)
[ 220.518] (II) modeset(0): Modeline "1920x1080"x0.0 121.04 1920 1968 2000 2212 1080 1083 1089 1140 +hsync -vsync (54.7 kHz e)
[ 220.566] (--) NVIDIA(GPU-0): MDA EG24S1 (DFP-0): connected
[ 220.566] (--) NVIDIA(GPU-0): MDA EG24S1 (DFP-0): Internal TMDS
[ 220.566] (--) NVIDIA(GPU-0): MDA EG24S1 (DFP-0): 600.0 MHz maximum pixel clock
[ 220.566] (--) NVIDIA(GPU-0): Offline
[ 34.179] (--) PCI: (1@0:0:0) 10de:1f99:1025:1447 rev 161, Mem @ 0xd0000000/16777216, 0xfcc0000000/268435456, 0xfcd0000000/33554432, I/O @ 0x00003000/128, BIOS @ 0x????????/524288
[ 34.179] (--) PCI:*(6@0:0:0) 1002:1636:1025:1455 rev 199, Mem @ 0xfce0000000/268435456, 0xfcf0000000/2097152, 0xd1500000/524288, I/O @ 0x00001000/256This is a hybrid graphics system, you're running on the AMD chip and
[ 34.329] (--) NVIDIA(GPU-0): MDA EG24S1 (DFP-0): connected
[ 34.329] (--) NVIDIA(GPU-0): MDA EG24S1 (DFP-0): Internal TMDS
[ 34.329] (--) NVIDIA(GPU-0): MDA EG24S1 (DFP-0): 600.0 MHz maximum pixel clockthat monitor is wired to the nvidia chip.
But you didn't post the xrandr and loginctl outputs, please add "xrandr --listproviders" to that list.
Offline
here's the output for the command:
Providers: number : 2
Provider 0: id: 0x43 cap: 0xf, Source Output, Sink Output, Source Offload, Sink Offload crtcs: 4 outputs: 1 associated providers: 1 name:modesetting
Provider 1: id: 0x245 cap: 0x2, Sink Output crtcs: 4 outputs: 1 associated providers: 1 name:NVIDIA-G0as well as what happens in the log
[ 658.851] (II) modeset(0): EDID vendor "BOE", prod id 2073
[ 658.851] (II) modeset(0): Printing DDC gathered Modelines:
[ 658.851] (II) modeset(0): Modeline "1920x1080"x0.0 151.30 1920 1968 2000 2212 1080 1083 1089 1140 +hsync -vsync (68.4 kHz eP)
[ 658.851] (II) modeset(0): Modeline "1920x1080"x0.0 121.04 1920 1968 2000 2212 1080 1083 1089 1140 +hsync -vsync (54.7 kHz e)
[ 658.858] (II) modeset(0): EDID vendor "BOE", prod id 2073
[ 658.858] (II) modeset(0): Printing DDC gathered Modelines:
[ 658.858] (II) modeset(0): Modeline "1920x1080"x0.0 151.30 1920 1968 2000 2212 1080 1083 1089 1140 +hsync -vsync (68.4 kHz eP)
[ 658.858] (II) modeset(0): Modeline "1920x1080"x0.0 121.04 1920 1968 2000 2212 1080 1083 1089 1140 +hsync -vsync (54.7 kHz e)
[ 658.906] (--) NVIDIA(GPU-0): MDA EG24S1 (DFP-0): connected
[ 658.906] (--) NVIDIA(GPU-0): MDA EG24S1 (DFP-0): Internal TMDS
[ 658.906] (--) NVIDIA(GPU-0): MDA EG24S1 (DFP-0): 600.0 MHz maximum pixel clock
[ 658.906] (--) NVIDIA(GPU-0):
[ 658.911] (II) modeset(0): EDID vendor "BOE", prod id 2073
[ 658.911] (II) modeset(0): Printing DDC gathered Modelines:
[ 658.911] (II) modeset(0): Modeline "1920x1080"x0.0 151.30 1920 1968 2000 2212 1080 1083 1089 1140 +hsync -vsync (68.4 kHz eP)
[ 658.911] (II) modeset(0): Modeline "1920x1080"x0.0 121.04 1920 1968 2000 2212 1080 1083 1089 1140 +hsync -vsync (54.7 kHz e)Last edited by NightDazer22 (2024-06-15 05:41:39)
Offline
But you didn't post the xrandr and loginctl outputs
xrandr --listmonitors xrandr -q loginctl session-status
Offline
[zoroark@archlinux ~]$ xrandr --listmonitors
Monitors: 1
0: +*eDP-1 1920/344x1080/194+0+0 eDP-1
[zoroark@archlinux ~]$ xrandr -q
Screen 0: minimum 320 x 200, current 1920 x 1080, maximum 16384 x 16384
eDP-1 connected primary 1920x1080+0+0 (normal left inverted right x axis y axis) 344mm x 194mm
1920x1080 60.00*+ 59.97 59.96 59.93 48.00
1680x1050 60.00 59.95 59.88
1400x1050 59.98
1600x900 59.99 59.94 59.95 59.82
1280x1024 60.00 60.02
1440x900 60.00
1400x900 59.96 59.88
1280x960 60.00
1440x810 60.00 59.97
1368x768 59.88 59.85
1280x800 59.99 60.00 59.97 59.81 59.91
1280x720 60.00 60.00 59.99 59.86 59.74
1024x768 60.00 60.04 60.00
960x720 60.00
928x696 60.05
896x672 60.01
1024x576 59.95 59.96 59.90 59.82
960x600 59.93 60.00
960x540 59.96 59.99 59.63 59.82
800x600 60.00 60.00 60.32 56.25
840x525 60.01 59.88
864x486 59.92 59.57
700x525 59.98
800x450 59.95 59.82
640x512 60.02
700x450 59.96 59.88
640x480 60.00 60.00 59.94
720x405 59.51 58.99
684x384 59.88 59.85
640x400 59.88 59.98
640x360 59.86 59.83 59.84 59.32
512x384 60.00
512x288 60.00 59.92
480x270 59.63 59.82
400x300 60.32 56.34
432x243 59.92 59.57
320x240 60.05
360x202 59.51 59.13
320x180 59.84 59.32
HDMI-1-0 connected (normal left inverted right x axis y axis)
1920x1080 60.00 + 120.02 75.00 60.00 59.94 50.00
1600x900 60.00
1280x1024 75.02 60.02
1280x720 60.00 59.94 50.00
1024x768 75.03 70.07 60.00
800x600 75.00 72.19 60.32 56.25
720x480 59.94
640x480 75.00 59.94 59.93
1280x1024 (0x52) 108.000MHz +HSync +VSync
h: width 1280 start 1328 end 1440 total 1688 skew 0 clock 63.98KHz
v: height 1024 start 1025 end 1028 total 1066 clock 60.02Hz
1024x768 (0x67) 65.000MHz -HSync -VSync
h: width 1024 start 1048 end 1184 total 1344 skew 0 clock 48.36KHz
v: height 768 start 771 end 777 total 806 clock 60.00Hz
800x600 (0x77) 40.000MHz +HSync +VSync
h: width 800 start 840 end 968 total 1056 skew 0 clock 37.88KHz
v: height 600 start 601 end 605 total 628 clock 60.32Hz
800x600 (0x78) 36.000MHz +HSync +VSync
h: width 800 start 824 end 896 total 1024 skew 0 clock 35.16KHz
v: height 600 start 601 end 603 total 625 clock 56.25Hz
640x480 (0x85) 25.175MHz -HSync -VSync
h: width 640 start 656 end 752 total 800 skew 0 clock 31.47KHz
v: height 480 start 490 end 492 total 525 clock 59.94Hz
[zoroark@archlinux ~]$ loginctl session-status
2 - zoroark (1000)
Since: Sat 2024-06-15 13:30:31 PST; 1h 56min ago
State: online
Leader: 794 (lightdm)
Seat: seat0; vc7
TTY: tty7
Remote: no
Service: lightdm
Type: x11
Class: user
Desktop: bspwm
Idle: no
Unit: session-2.scope
├─794 lightdm --session-child 13 20
└─834 bspwm
jun 15 13:30:31 archlinux systemd[1]: Started Session 2 of User zoroark.Offline
The Output ist Just Not enabled.
xrandr --output HDMI-1-0 --auto
You can use the x-on-resize Tool from the aur to automagically Setup the Output when you attach it.
Offline
thing though is that's where the problem starts, using xrandr to do anything to HDMI-1-0 returns "xrandr: Configure crtc 4 failed". Why is it so?
Offline
For the auto setting or are you trying to select a specific mode?
Principally the problem will be the reverse prime situation, https://wiki.archlinux.org/title/PRIME#Reverse_PRIME
[ 34.456] (II) NVIDIA(G0): Validated MetaModes:
[ 34.456] (II) NVIDIA(G0): "NULL"
[ 34.456] (II) NVIDIA(G0): Virtual screen size determined to be 640 x 480
[ 34.734] (WW) NVIDIA(G0): Cannot find size of first mode for MDA EG24S1 (DFP-0); cannot
[ 34.734] (WW) NVIDIA(G0): compute DPI from MDA EG24S1 (DFP-0)'s EDID.
[ 34.734] (==) NVIDIA(G0): DPI set to (75, 75); computed from built-in defaultis likely the problem, enable https://wiki.archlinux.org/title/NVIDIA … de_setting - use the "nvidia_drm.modeset=1" kernel parameter.
Offline
thanks, i managed to get it working now. should be able to figure out everything else on my own from out here
Offline
\o/
Please always remember to mark resolved threads by editing your initial posts subject - so others will know that there's no task left, but maybe a solution to find.
Thanks.
Offline
Thank you for marking your thread. However, [CLOSED] is a bit misleading. The thread is actually open (we tend to leave them open in case anyone has additional input. Using [SOLVED] is a better tag as it lets others know that a solution has been found.
Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
The shortest way to ruin a country is to give power to demagogues.— Dionysius of Halicarnassus
---
How to Ask Questions the Smart Way
Offline