Hi,
I have Fedora 43 on my new work laptop (Dell Precision 5690), and i’m not able to set any mode for text console resolution except for 1920x1200.
On X/Wayland i can set several resolutions without any issue:
1920x1200
1680x1050
1440x900
1280x800
….
This is the lspci output for the graphics cards:
0000:00:02.0 VGA compatible controller [0300]: Intel Corporation Meteor Lake-P [Intel Arc Graphics] [8086:7d55] (rev 08)
I tried with both kernel options:
video=efifb:width:1440,height:900
video=1440x900
On dmesg i can see this:
[ 2.589191] [drm] Initialized xe 1.1.0 for 0000:00:02.0 on minor 0
[ 2.599875] xe 0000:00:02.0: [drm] User-defined mode not supported: “1440x900”: 60 106441 1440 1520 1672 1904 900 901 904 932 0x20 0x6
[ 2.609762] xe 0000:00:02.0: [drm] Allocated fbdev into stolen
[ 2.610883] fbcon: xedrmfb (fb0) is primary device
[ 2.610886] xe 0000:00:02.0: [drm] fb0: xedrmfb frame buffer device
[ 2.626341] xe 0000:00:02.0: [drm] User-defined mode not supported: “1440x900”: 60 106441 1440 1520 1672 1904 900 901 904 932 0x20 0x6
[ 2.653202] xe 0000:00:02.0: [drm] User-defined mode not supported: “1440x900”: 60 106441 1440 1520 1672 1904 900 901 904 932 0x20 0x6
[ 2.700233] xe 0000:00:02.0: [drm] Selective fetch area calculation failed in pipe A
[ 2.707565] xe 0000:00:02.0: [drm] GT1: found GSC cv102.1.0
[ 2.720515] xe 0000:00:02.0: [drm] User-defined mode not supported: “1440x900”: 60 106441 1440 1520 1672 1904 900 901 904 932 0x20 0x6
[ 23.524510] xe 0000:00:02.0: [drm] ERROR GT1: GSC proxy component not bound!
Anyone has any idea what might be the problem?