You are not logged in.

#1 2025-03-20 00:53:47

a.drievn
Member
Registered: 2025-03-20
Posts: 2

Arch using 1024x768 resolution

I've tried searching throughout but they're only a temporary fix. I used xrandr however after restart it goes back to 1024x768. Because of that, I am forced to use x11 instead of wayland because apparently it only works for x11. I am using intel integrated graphics, and on my first install of arch I never had this issue. I've ordered a new cable just in case no one is able to help me with this issue.

Offline

#2 2025-03-20 02:11:39

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 24,274

Re: Arch using 1024x768 resolution

What intel GPU exactly? If you've installed xf86-video-intel you should probably get rid of that. But first of all maybe post a xorg log and a system journal

sudo journalctl -b | curl -F 'file=@-' 0x0.st
cat /var/log/Xorg.0.log | curl -F 'file=@-' 0x0.st

Offline

#3 2025-03-20 09:44:58

a.drievn
Member
Registered: 2025-03-20
Posts: 2

Re: Arch using 1024x768 resolution

V1del wrote:

What intel GPU exactly? If you've installed xf86-video-intel you should probably get rid of that. But first of all maybe post a xorg log and a system journal

sudo journalctl -b | curl -F 'file=@-' 0x0.st
cat /var/log/Xorg.0.log | curl -F 'file=@-' 0x0.st

Hello thank you for a reply, I'm not really familiar with these commands things but here's the txt file

[     4.389] (--) Log file renamed from "/var/log/Xorg.pid-449.log" to "/var/log/Xorg.0.log"
[     4.391]
X.Org X Server 1.21.1.16
X Protocol Version 11, Revision 0
[     4.391] Current Operating System: Linux adrian 6.13.7-arch1-1 #1 SMP PREEMPT_DYNAMIC Thu, 13 Mar 2025 18:12:00 +0000 x86_64
[     4.391] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=6daf9620-93e7-453e-ae63-45470ef68bb7 rw rootfstype=btrfs loglevel=3 quiet
[     4.391] 
[     4.391] Current version of pixman: 0.44.2
[     4.391]     Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
[     4.391] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[     4.391] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Mar 20 17:42:31 2025
[     4.393] (==) Using config directory: "/etc/X11/xorg.conf.d"
[     4.393] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[     4.394] (==) No Layout section.  Using the first Screen section.
[     4.394] (==) No screen section available. Using defaults.
[     4.394] (**) |-->Screen "Default Screen Section" (0)
[     4.394] (**) |   |-->Monitor "<default monitor>"
[     4.394] (==) No device specified for screen "Default Screen Section".
    Using the first device section listed.
[     4.394] (**) |   |-->Device "Intel Graphics"
[     4.394] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
[     4.394] (**) Allowing byte-swapped clients
[     4.394] (==) Automatically adding devices
[     4.394] (==) Automatically enabling devices
[     4.394] (==) Automatically adding GPU devices
[     4.394] (==) Automatically binding GPU devices
[     4.394] (==) Max clients allowed: 256, resource mask: 0x1fffff
[     4.394] (WW) The directory "/usr/share/fonts/misc" does not exist.
[     4.394]     Entry deleted from font path.
[     4.394] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/TTF".
[     4.394]     Entry deleted from font path.
[     4.394]     (Run 'mkfontdir' on "/usr/share/fonts/TTF").
[     4.394] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[     4.394]     Entry deleted from font path.
[     4.394] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[     4.394]     Entry deleted from font path.
[     4.394] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[     4.394]     Entry deleted from font path.
[     4.394] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[     4.394]     Entry deleted from font path.
[     4.394] (==) FontPath set to:
   
[     4.395] (==) ModulePath set to "/usr/lib/xorg/modules"
[     4.395] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
[     4.395] (II) Module ABI versions:
[     4.395]     X.Org ANSI C Emulation: 0.4
[     4.395]     X.Org Video Driver: 25.2
[     4.395]     X.Org XInput driver : 24.4
[     4.395]     X.Org Server Extension : 10.0
[     4.395] (++) using VT number 2

[     4.395] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[     4.395] (II) xfree86: Adding drm device (/dev/dri/card1)
[     4.395] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card1
[     4.412] (--) PCI:*(0@0:2:0) 8086:0102:103c:2b19 rev 9, Mem @ 0xf7800000/4194304, 0xe0000000/268435456, I/O @ 0x0000f000/64, BIOS @ 0x????????/131072
[     4.412] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[     4.412] (II) LoadModule: "glx"
[     4.413] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[     4.428] (II) Module glx: vendor="X.Org Foundation"
[     4.428]     compiled for 1.21.1.16, module version = 1.0.0
[     4.428]     ABI class: X.Org Server Extension, version 10.0
[     4.428] (II) LoadModule: "modesetting"
[     4.428] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[     4.430] (II) Module modesetting: vendor="X.Org Foundation"
[     4.430]     compiled for 1.21.1.16, module version = 1.21.1
[     4.430]     Module class: X.Org Video Driver
[     4.430]     ABI class: X.Org Video Driver, version 25.2
[     4.430] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[     4.444] (II) modeset(0): using drv /dev/dri/card1
[     4.444] (II) modeset(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
[     4.444] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[     4.444] (==) modeset(0): RGB weight 888
[     4.444] (==) modeset(0): Default visual is TrueColor
[     4.444] (II) Loading sub module "glamoregl"
[     4.444] (II) LoadModule: "glamoregl"
[     4.445] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[     4.453] (II) Module glamoregl: vendor="X.Org Foundation"
[     4.453]     compiled for 1.21.1.16, module version = 1.0.1
[     4.453]     ABI class: X.Org ANSI C Emulation, version 0.4
[     5.016] (II) modeset(0): glamor X acceleration enabled on Mesa Intel(R) HD Graphics 2000 (SNB GT1)
[     5.017] (II) modeset(0): glamor initialized
[     5.017] (==) modeset(0): VariableRefresh: disabled
[     5.017] (==) modeset(0): AsyncFlipSecondaries: disabled
[     5.018] (II) modeset(0): Output VGA-1 has no monitor section
[     5.019] (II) modeset(0): EDID for output VGA-1
[     5.019] (II) modeset(0): Printing probed modes for output VGA-1
[     5.019] (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[     5.019] (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[     5.019] (II) modeset(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[     5.020] (II) modeset(0): Modeline "848x480"x60.0   33.75  848 864 976 1088  480 486 494 517 +hsync +vsync (31.0 kHz e)
[     5.020] (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[     5.020] (II) modeset(0): Output VGA-1 connected
[     5.020] (II) modeset(0): Using exact sizes for initial modes
[     5.020] (II) modeset(0): Output VGA-1 using initial mode 1024x768 +0+0
[     5.020] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[     5.020] (==) modeset(0): DPI set to (96, 96)
[     5.020] (II) Loading sub module "fb"
[     5.020] (II) LoadModule: "fb"
[     5.020] (II) Module "fb" already built-in
[     5.045] (==) modeset(0): Backing store enabled
[     5.045] (==) modeset(0): Silken mouse enabled
[     5.046] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[     5.046] (==) modeset(0): DPMS enabled
[     5.046] (II) modeset(0): [DRI2] Setup complete
[     5.046] (II) modeset(0): [DRI2]   DRI driver: crocus
[     5.046] (II) modeset(0): [DRI2]   VDPAU driver: va_gl
[     5.046] (II) Initializing extension Generic Event Extension
[     5.046] (II) Initializing extension SHAPE
[     5.046] (II) Initializing extension MIT-SHM
[     5.046] (II) Initializing extension XInputExtension
[     5.047] (II) Initializing extension XTEST
[     5.047] (II) Initializing extension BIG-REQUESTS
[     5.047] (II) Initializing extension SYNC
[     5.047] (II) Initializing extension XKEYBOARD
[     5.047] (II) Initializing extension XC-MISC
[     5.047] (II) Initializing extension SECURITY
[     5.047] (II) Initializing extension XFIXES
[     5.047] (II) Initializing extension RENDER
[     5.047] (II) Initializing extension RANDR
[     5.048] (II) Initializing extension COMPOSITE
[     5.048] (II) Initializing extension DAMAGE
[     5.048] (II) Initializing extension MIT-SCREEN-SAVER
[     5.048] (II) Initializing extension DOUBLE-BUFFER
[     5.048] (II) Initializing extension RECORD
[     5.048] (II) Initializing extension DPMS
[     5.048] (II) Initializing extension Present
[     5.048] (II) Initializing extension DRI3
[     5.048] (II) Initializing extension X-Resource
[     5.048] (II) Initializing extension XVideo
[     5.048] (II) Initializing extension XVideo-MotionCompensation
[     5.048] (II) Initializing extension GLX
[     5.057] (II) AIGLX: Loaded and initialized crocus
[     5.057] (II) GLX: Initialized DRI2 GL provider for screen 0
[     5.057] (II) Initializing extension XFree86-VidModeExtension
[     5.057] (II) Initializing extension XFree86-DGA
[     5.057] (II) Initializing extension XFree86-DRI
[     5.057] (II) Initializing extension DRI2
[     5.058] (II) modeset(0): Damage tracking initialized
[     5.058] (II) modeset(0): Setting screen physical size to 270 x 203
[     5.113] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[     5.113] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[     5.113] (**) Power Button: Applying InputClass "system-keyboard"
[     5.113] (II) LoadModule: "libinput"
[     5.113] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[     5.118] (II) Module libinput: vendor="X.Org Foundation"
[     5.118]     compiled for 1.21.1.13, module version = 1.5.0
[     5.118]     Module class: X.Org XInput Driver
[     5.118]     ABI class: X.Org XInput driver, version 24.4
[     5.118] (II) Using input driver 'libinput' for 'Power Button'
[     5.118] (**) Power Button: always reports core events
[     5.118] (**) Option "Device" "/dev/input/event1"
[     5.123] (II) event1  - Power Button: is tagged by udev as: Keyboard
[     5.123] (II) event1  - Power Button: device is a keyboard
[     5.123] (II) event1  - Power Button: device removed
[     5.140] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1"
[     5.140] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[     5.140] (**) Option "xkb_model" "pc105+inet"
[     5.140] (**) Option "xkb_layout" "us"
[     5.140] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[     5.160] (II) event1  - Power Button: is tagged by udev as: Keyboard
[     5.160] (II) event1  - Power Button: device is a keyboard
[     5.161] (II) config/udev: Adding input device Video Bus (/dev/input/event5)
[     5.161] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[     5.161] (**) Video Bus: Applying InputClass "system-keyboard"
[     5.161] (II) Using input driver 'libinput' for 'Video Bus'
[     5.161] (**) Video Bus: always reports core events
[     5.161] (**) Option "Device" "/dev/input/event5"
[     5.161] (II) event5  - Video Bus: is tagged by udev as: Keyboard
[     5.161] (II) event5  - Video Bus: device is a keyboard
[     5.162] (II) event5  - Video Bus: device removed
[     5.200] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input5/event5"
[     5.200] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[     5.200] (**) Option "xkb_model" "pc105+inet"
[     5.200] (**) Option "xkb_layout" "us"
[     5.200] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[     5.201] (II) event5  - Video Bus: is tagged by udev as: Keyboard
[     5.201] (II) event5  - Video Bus: device is a keyboard
[     5.202] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[     5.202] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[     5.202] (**) Power Button: Applying InputClass "system-keyboard"
[     5.202] (II) Using input driver 'libinput' for 'Power Button'
[     5.202] (**) Power Button: always reports core events
[     5.202] (**) Option "Device" "/dev/input/event0"
[     5.203] (II) event0  - Power Button: is tagged by udev as: Keyboard
[     5.203] (II) event0  - Power Button: device is a keyboard
[     5.203] (II) event0  - Power Button: device removed
[     5.213] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0"
[     5.213] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[     5.213] (**) Option "xkb_model" "pc105+inet"
[     5.213] (**) Option "xkb_layout" "us"
[     5.213] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[     5.214] (II) event0  - Power Button: is tagged by udev as: Keyboard
[     5.214] (II) event0  - Power Button: device is a keyboard
[     5.215] (II) config/udev: Adding input device CHICONY USB NetVista Full Width Keyboard (/dev/input/event2)
[     5.215] (**) CHICONY USB NetVista Full Width Keyboard: Applying InputClass "libinput keyboard catchall"
[     5.215] (**) CHICONY USB NetVista Full Width Keyboard: Applying InputClass "system-keyboard"
[     5.215] (II) Using input driver 'libinput' for 'CHICONY USB NetVista Full Width Keyboard'
[     5.215] (**) CHICONY USB NetVista Full Width Keyboard: always reports core events
[     5.215] (**) Option "Device" "/dev/input/event2"
[     5.217] (II) event2  - CHICONY USB NetVista Full Width Keyboard: is tagged by udev as: Keyboard
[     5.217] (II) event2  - CHICONY USB NetVista Full Width Keyboard: device is a keyboard
[     5.218] (II) event2  - CHICONY USB NetVista Full Width Keyboard: device removed
[     5.234] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.1/1-1.1:1.0/0003:04B3:3025.0001/input/input2/event2"
[     5.234] (II) XINPUT: Adding extended input device "CHICONY USB NetVista Full Width Keyboard" (type: KEYBOARD, id 9)
[     5.234] (**) Option "xkb_model" "pc105+inet"
[     5.234] (**) Option "xkb_layout" "us"
[     5.234] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[     5.236] (II) event2  - CHICONY USB NetVista Full Width Keyboard: is tagged by udev as: Keyboard
[     5.236] (II) event2  - CHICONY USB NetVista Full Width Keyboard: device is a keyboard
[     5.237] (II) config/udev: Adding input device C-Media Electronics Inc.       USB PnP Sound Device (/dev/input/event4)
[     5.237] (**) C-Media Electronics Inc.       USB PnP Sound Device: Applying InputClass "libinput keyboard catchall"
[     5.237] (**) C-Media Electronics Inc.       USB PnP Sound Device: Applying InputClass "system-keyboard"
[     5.237] (II) Using input driver 'libinput' for 'C-Media Electronics Inc.       USB PnP Sound Device'
[     5.237] (**) C-Media Electronics Inc.       USB PnP Sound Device: always reports core events
[     5.237] (**) Option "Device" "/dev/input/event4"
[     5.239] (II) event4  - C-Media Electronics Inc.       USB PnP Sound Device: is tagged by udev as: Keyboard
[     5.239] (II) event4  - C-Media Electronics Inc.       USB PnP Sound Device: device is a keyboard
[     5.239] (II) event4  - C-Media Electronics Inc.       USB PnP Sound Device: device removed
[     5.271] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.3/0003:08BB:2902.0003/input/input4/event4"
[     5.271] (II) XINPUT: Adding extended input device "C-Media Electronics Inc.       USB PnP Sound Device" (type: KEYBOARD, id 10)
[     5.271] (**) Option "xkb_model" "pc105+inet"
[     5.271] (**) Option "xkb_layout" "us"
[     5.271] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[     5.273] (II) event4  - C-Media Electronics Inc.       USB PnP Sound Device: is tagged by udev as: Keyboard
[     5.273] (II) event4  - C-Media Electronics Inc.       USB PnP Sound Device: device is a keyboard
[     5.274] (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event10)
[     5.274] (II) No input driver specified, ignoring this device.
[     5.274] (II) This device may have been added with another device file.
[     5.274] (II) config/udev: Adding input device HDA Intel PCH Line Out (/dev/input/event11)
[     5.274] (II) No input driver specified, ignoring this device.
[     5.274] (II) This device may have been added with another device file.
[     5.275] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event12)
[     5.275] (II) No input driver specified, ignoring this device.
[     5.275] (II) This device may have been added with another device file.
[     5.275] (II) config/udev: Adding input device HDA Intel PCH Rear Mic (/dev/input/event8)
[     5.275] (II) No input driver specified, ignoring this device.
[     5.275] (II) This device may have been added with another device file.
[     5.276] (II) config/udev: Adding input device HDA Intel PCH Front Mic (/dev/input/event9)
[     5.276] (II) No input driver specified, ignoring this device.
[     5.276] (II) This device may have been added with another device file.
[     5.277] (II) config/udev: Adding input device YSPRINGTECH USB OPTICAL MOUSE (/dev/input/event3)
[     5.277] (**) YSPRINGTECH USB OPTICAL MOUSE: Applying InputClass "libinput pointer catchall"
[     5.277] (II) Using input driver 'libinput' for 'YSPRINGTECH USB OPTICAL MOUSE'
[     5.277] (**) YSPRINGTECH USB OPTICAL MOUSE: always reports core events
[     5.277] (**) Option "Device" "/dev/input/event3"
[     5.330] (II) event3  - YSPRINGTECH USB OPTICAL MOUSE: is tagged by udev as: Mouse
[     5.330] (II) event3  - YSPRINGTECH USB OPTICAL MOUSE: device is a pointer
[     5.331] (II) event3  - YSPRINGTECH USB OPTICAL MOUSE: device removed
[     5.366] (II) libinput: YSPRINGTECH USB OPTICAL MOUSE: Step value 0 was provided, libinput Fallback acceleration function is used.
[     5.366] (II) libinput: YSPRINGTECH USB OPTICAL MOUSE: Step value 0 was provided, libinput Fallback acceleration function is used.
[     5.366] (II) libinput: YSPRINGTECH USB OPTICAL MOUSE: Step value 0 was provided, libinput Fallback acceleration function is used.
[     5.366] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.3/2-1.3:1.0/0003:10C4:8108.0002/input/input3/event3"
[     5.366] (II) XINPUT: Adding extended input device "YSPRINGTECH USB OPTICAL MOUSE" (type: MOUSE, id 11)
[     5.366] (**) Option "AccelerationScheme" "none"
[     5.366] (**) YSPRINGTECH USB OPTICAL MOUSE: (accel) selected scheme none/0
[     5.366] (**) YSPRINGTECH USB OPTICAL MOUSE: (accel) acceleration factor: 2.000
[     5.366] (**) YSPRINGTECH USB OPTICAL MOUSE: (accel) acceleration threshold: 4
[     5.419] (II) event3  - YSPRINGTECH USB OPTICAL MOUSE: is tagged by udev as: Mouse
[     5.419] (II) event3  - YSPRINGTECH USB OPTICAL MOUSE: device is a pointer
[     5.421] (II) config/udev: Adding input device YSPRINGTECH USB OPTICAL MOUSE (/dev/input/mouse0)
[     5.421] (II) No input driver specified, ignoring this device.
[     5.421] (II) This device may have been added with another device file.
[     5.422] (II) config/udev: Adding input device PC Speaker (/dev/input/event6)
[     5.422] (II) No input driver specified, ignoring this device.
[     5.422] (II) This device may have been added with another device file.
[     5.428] (II) config/udev: Adding input device HP WMI hotkeys (/dev/input/event7)
[     5.428] (**) HP WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[     5.428] (**) HP WMI hotkeys: Applying InputClass "system-keyboard"
[     5.428] (II) Using input driver 'libinput' for 'HP WMI hotkeys'
[     5.428] (**) HP WMI hotkeys: always reports core events
[     5.428] (**) Option "Device" "/dev/input/event7"
[     5.429] (II) event7  - HP WMI hotkeys: is tagged by udev as: Keyboard Switch
[     5.429] (II) event7  - HP WMI hotkeys: device is a keyboard
[     5.429] (II) event7  - HP WMI hotkeys: device removed
[     5.461] (**) Option "config_info" "udev:/sys/devices/virtual/input/input7/event7"
[     5.461] (II) XINPUT: Adding extended input device "HP WMI hotkeys" (type: KEYBOARD, id 12)
[     5.461] (**) Option "xkb_model" "pc105+inet"
[     5.461] (**) Option "xkb_layout" "us"
[     5.461] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[     5.462] (II) event7  - HP WMI hotkeys: is tagged by udev as: Keyboard Switch
[     5.462] (II) event7  - HP WMI hotkeys: device is a keyboard

Offline

#4 2025-03-20 11:15:02

Lone_Wolf
Administrator
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 13,529

Re: Arch using 1024x768 resolution

Please edit your post to use code tags to improve readability , see https://bbs.archlinux.org/help.php#bbcode .

Nothing weird in the xorg log .


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.

clean chroot building not flexible enough ?
Try clean chroot manager by graysky

Offline

#5 2025-03-20 13:44:09

seth
Member
Registered: 2012-09-03
Posts: 62,788

Re: Arch using 1024x768 resolution

[     5.019] (II) modeset(0): EDID for output VGA-1

But there's none, so you're getting the VESA modes.

only a temporary fix. I used xrandr however after restart it goes back to 1024x768.

https://wiki.archlinux.org/title/Xrandr … esolutions

I am forced to use x11 instead of wayland because

https://wiki.archlinux.org/title/Kernel … s_and_EDID

Offline

Board footer

Powered by FluxBB