xrandr won't change resolution [SOLVED!]

Message
Author
User avatar
sp331yi
Posts: 21
Joined: Fri Apr 24, 2020 10:38 am

xrandr won't change resolution [SOLVED!]

#1 Post by sp331yi »

xrandr.jpg
I believe it is 1440x900 that I desire to change screen resolution to but cannot seem to do so.

$ inxi -CGMm
Machine:
Type: Laptop System: ASUSTeK product: U50F v: 1.0 serial: <superuser/root required>
Mobo: ASUSTeK model: U50F v: 1.0 serial: <superuser/root required>
BIOS: American Megatrends v: U50F.202 date: 11/27/2009
Memory:
RAM: total: 7.52 GiB used: 652.3 MiB (8.5%)
CPU: Topology: Dual Core model: Intel Core i3 M 330 bits: 64 type: MT MCP
L2 cache: 3072 KiB Speed: 1264 MHz min/max: 933/2133 MHz Core speeds (MHz): 1: 1161 2: 1437 3: 1298 4: 1379
Graphics:
Device-1: Intel Core Processor Integrated Graphics driver: N/A
Device-2: Chicony type: USB driver: uvcvideo
Display: x11 server: X.Org 1.20.4 driver: vesa resolution: 1024x768
OpenGL: renderer: llvmpipe (LLVM 7.0 128 bits) v: 3.3 Mesa 18.3.6


Coud not change screen resolution with either Control Centre or by using Root Terminal. Will I have to do this at the kernel line? If so, I want to be sure of resolution and/or code for the desired resolution.

Advise, please.
You do not have the required permissions to view the files attached to this post.
Last edited by sp331yi on Fri Jun 05, 2020 1:14 pm, edited 2 times in total.

User avatar
timkb4cq
Developer
Posts: 3620
Joined: Wed Jul 12, 2006 4:05 pm

Re: xrandr won't change resolution

#2 Post by timkb4cq »

You are running the VESA driver. The vesa driver doesn't support 1440x900 resolution.
You may be able to force the intel driver with the method here:
https://mxlinux.org/wiki/hardware/intel-video-driver/
HP Pavillion TP01, AMD Ryzen 3 5300G (quad core), Crucial 500GB SSD, Toshiba 6TB 7200rpm
Dell Inspiron 15, AMD Ryzen 7 2700u (quad core). Sabrent 500GB nvme, Seagate 1TB

User avatar
sp331yi
Posts: 21
Joined: Fri Apr 24, 2020 10:38 am

Re: xrandr won't change resolution

#3 Post by sp331yi »

@timkb4cq
Created the 20-intel.conf file. Tried "uxa" and "sna" unsuccessfully. Appended kernel line with "novesa" then "nomodeset" -- no go; I couldn't get past the login promp with no GUI. "startx" there yielded a

Code: Select all

hdaudio C0D3: Unable to bind codec
error --weird?

Read in link that dolpin_oracle said a fix may be available via MX-tweaks or the like. Is it or similar available to antiX via repositories?

Scratchin' my head!

User avatar
eriefisher
Posts: 142
Joined: Fri Sep 07, 2007 8:11 am

Re: xrandr won't change resolution

#4 Post by eriefisher »

Do you have the xserver-xorg-video-intel package installed? It should be there. Be maybe it was removed somehow?

User avatar
timkb4cq
Developer
Posts: 3620
Joined: Wed Jul 12, 2006 4:05 pm

Re: xrandr won't change resolution

#5 Post by timkb4cq »

It looks to me as though the Arrandale graphics chipset in your i3-330m was probably supported by the i915 driver rather than the intel driver. It's odd that inxi reports n/a - but that may be due to one of the boot options you tried.
I would attempt booting with intel.modeset=0 i915.modeset=1
HP Pavillion TP01, AMD Ryzen 3 5300G (quad core), Crucial 500GB SSD, Toshiba 6TB 7200rpm
Dell Inspiron 15, AMD Ryzen 7 2700u (quad core). Sabrent 500GB nvme, Seagate 1TB

User avatar
sp331yi
Posts: 21
Joined: Fri Apr 24, 2020 10:38 am

Re: xrandr won't change resolution

#6 Post by sp331yi »

@eriefisher -- yes, the xserver-xorg-video-intel package is in its latest version

@timkb4cq -- I appended with the boot option modes, turning off Intel and turning on i915, and booted. The console appears to take on the desired resolution, but no Logon GUI appears, only a nox prompt at F1 console.

I logged on at the F1 tty or whatever, then switched to F7, where the UDP Checksum errors reappear and interfere at regular intervals with any attempted commands at the prompt.

I'll live with it for now (at least until tomorrow), but I thank you both for your help on the interim!

Buenas noches from NM.

User avatar
Head_on_a_Stick
Posts: 919
Joined: Sun Mar 17, 2019 3:37 pm

Re: xrandr won't change resolution

#7 Post by Head_on_a_Stick »

timkb4cq wrote: Wed May 27, 2020 8:43 pmIt looks to me as though the Arrandale graphics chipset in your i3-330m was probably supported by the i915 driver rather than the intel driver.
There is no "intel" DRM kernel driver.

@OP: can we see the full content of /var/log/Xorg.0.log (or ~/.local/share/xorg/Xorg.0.log if you used 'startx') and also the output of

Code: Select all

lspci -k | grep -A3 VGA
Please be sure to use code tags when posting the output and log, it greatly aids readability.
mod note: Signature removed, please read the forum rules

User avatar
sp331yi
Posts: 21
Joined: Fri Apr 24, 2020 10:38 am

Re: xrandr won't change resolution

#8 Post by sp331yi »

@Head_on_a_Stick -- certainly!

Code: Select all

root@0so:/var/log# cat Xorg.0.log
[    59.461] 
X.Org X Server 1.20.4
X Protocol Version 11, Revision 0
[    59.461] Build Operating System: Linux 4.9.0-8-amd64 x86_64 Debian
[    59.461] Current Operating System: Linux 0so 4.19.100-antix.1-amd64-smp #1 SMP PREEMPT Fri Jan 31 19:37:24 EET 2020 x86_64
[    59.461] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.19.100-antix.1-amd64-smp root=UUID=abba55e5-170b-4447-a3c5-1fe3885866aa ro vga=895 quiet
[    59.461] Build Date: 05 March 2019  08:11:12PM
[    59.461] xorg-server 2:1.20.4-1 (https://www.debian.org/support) 
[    59.461] Current version of pixman: 0.36.0
[    59.461] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    59.461] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    59.462] (==) Log file: "/var/log/Xorg.0.log", Time: Thu May 28 12:12:41 2020
[    59.463] (==) Using config file: "/etc/X11/xorg.conf"
[    59.463] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    59.463] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    59.465] (==) No Layout section.  Using the first Screen section.
[    59.465] (==) No screen section available. Using defaults.
[    59.465] (**) |-->Screen "Default Screen Section" (0)
[    59.465] (**) |   |-->Monitor "<default monitor>"
[    59.466] (==) No device specified for screen "Default Screen Section".
	Using the first device section listed.
[    59.466] (**) |   |-->Device "Device0"
[    59.466] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[    59.466] (==) Automatically adding devices
[    59.466] (==) Automatically enabling devices
[    59.466] (==) Automatically adding GPU devices
[    59.466] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    59.469] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[    59.469] 	Entry deleted from font path.
[    59.469] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
[    59.469] 	Entry deleted from font path.
[    59.470] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
[    59.470] 	Entry deleted from font path.
[    59.470] (==) FontPath set to:
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/100dpi/:unscaled,
	/usr/share/fonts/X11/Type1,
	/usr/share/fonts/X11/100dpi,
	built-ins
[    59.470] (==) ModulePath set to "/usr/lib/xorg/modules"
[    59.470] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    59.470] (II) Loader magic: 0x55eee9362e20
[    59.470] (II) Module ABI versions:
[    59.470] 	X.Org ANSI C Emulation: 0.4
[    59.470] 	X.Org Video Driver: 24.0
[    59.470] 	X.Org XInput driver : 24.1
[    59.470] 	X.Org Server Extension : 10.0
[    59.470] (++) using VT number 7

[    59.471] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[    59.476] (--) PCI:*(0@0:2:0) 8086:0046:1043:1702 rev 18, Mem @ 0xd0000000/4194304, 0xc0000000/268435456, I/O @ 0x0000e080/8, BIOS @ 0x????????/131072
[    59.476] (II) LoadModule: "glx"
[    59.477] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    59.487] (II) Module glx: vendor="X.Org Foundation"
[    59.487] 	compiled for 1.20.4, module version = 1.0.0
[    59.487] 	ABI class: X.Org Server Extension, version 10.0
[    59.487] (II) LoadModule: "vesa"
[    59.487] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[    59.488] (II) Module vesa: vendor="X.Org Foundation"
[    59.488] 	compiled for 1.20.1, module version = 2.4.0
[    59.488] 	Module class: X.Org Video Driver
[    59.488] 	ABI class: X.Org Video Driver, version 24.0
[    59.488] (II) VESA: driver for VESA chipsets: vesa
[    59.490] (II) Loading sub module "vbe"
[    59.490] (II) LoadModule: "vbe"
[    59.491] (II) Loading /usr/lib/xorg/modules/libvbe.so
[    59.491] (II) Module vbe: vendor="X.Org Foundation"
[    59.491] 	compiled for 1.20.4, module version = 1.1.0
[    59.491] 	ABI class: X.Org Video Driver, version 24.0
[    59.491] (II) Loading sub module "int10"
[    59.491] (II) LoadModule: "int10"
[    59.492] (II) Loading /usr/lib/xorg/modules/libint10.so
[    59.493] (II) Module int10: vendor="X.Org Foundation"
[    59.493] 	compiled for 1.20.4, module version = 1.0.0
[    59.493] 	ABI class: X.Org Video Driver, version 24.0
[    59.493] (II) VESA(0): initializing int10
[    59.494] (II) VESA(0): Bad V_BIOS checksum
[    59.494] (II) VESA(0): Primary V_BIOS segment is: 0xc000
[    59.495] (II) VESA(0): VESA BIOS detected
[    59.495] (II) VESA(0): VESA VBE Version 3.0
[    59.495] (II) VESA(0): VESA VBE Total Mem: 32704 kB
[    59.495] (II) VESA(0): VESA VBE OEM: Intel(R)Ironlake Mobile Graphics Chip Accelerated VGA BIOS
[    59.495] (II) VESA(0): VESA VBE OEM Software Rev: 1.0
[    59.495] (II) VESA(0): VESA VBE OEM Vendor: Intel Corporation
[    59.495] (II) VESA(0): VESA VBE OEM Product: Intel(R)Ironlake Mobile Graphics Controller
[    59.495] (II) VESA(0): VESA VBE OEM Product Rev: Hardware Version 0.0
[    59.504] (II) VESA(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[    59.504] (==) VESA(0): Depth 24, (--) framebuffer bpp 32
[    59.504] (==) VESA(0): RGB weight 888
[    59.504] (==) VESA(0): Default visual is TrueColor
[    59.504] (==) VESA(0): Using gamma correction (1.0, 1.0, 1.0)
[    59.504] (II) Loading sub module "ddc"
[    59.504] (II) LoadModule: "ddc"
[    59.504] (II) Module "ddc" already built-in
[    59.504] (II) VESA(0): VESA VBE DDC supported
[    59.504] (II) VESA(0): VESA VBE DDC Level 2
[    59.504] (II) VESA(0): VESA VBE DDC transfer in appr. 1 sec.
[    59.517] (II) VESA(0): VESA VBE DDC read successfully
[    59.517] (II) VESA(0): Manufacturer: AUO  Model: 30ec  Serial#: 0
[    59.517] (II) VESA(0): Year: 2009  Week: 1
[    59.517] (II) VESA(0): EDID Version: 1.3
[    59.517] (II) VESA(0): Digital Display Input
[    59.517] (II) VESA(0): Max Image Size [cm]: horiz.: 34  vert.: 19
[    59.517] (II) VESA(0): Gamma: 2.20
[    59.517] (II) VESA(0): No DPMS capabilities specified
[    59.517] (II) VESA(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[    59.517] (II) VESA(0): First detailed timing is preferred mode
[    59.517] (II) VESA(0): redX: 0.614 redY: 0.299   greenX: 0.260 greenY: 0.519
[    59.517] (II) VESA(0): blueX: 0.109 blueY: 0.053   whiteX: 0.283 whiteY: 0.299
[    59.517] (II) VESA(0): Manufacturer's mask: 0
[    59.517] (II) VESA(0): Supported detailed timing:
[    59.517] (II) VESA(0): clock: 70.0 MHz   Image Size:  344 x 193 mm
[    59.517] (II) VESA(0): h_active: 1366  h_sync: 1414  h_sync_end 1446 h_blank_end 1469 h_border: 0
[    59.517] (II) VESA(0): v_active: 768  v_sync: 771  v_sync_end 777 v_blanking: 794 v_border: 0
[    59.517] (II) VESA(0): Unknown vendor-specific block f
[    59.517] (II) VESA(0):  AUO
[    59.517] (II) VESA(0):  B156XW03 V0
[    59.517] (II) VESA(0): EDID (in hex):
[    59.517] (II) VESA(0): 	00ffffffffffff0006afec3000000000
[    59.517] (II) VESA(0): 	01130103802213780a6b2a9d4c42841c
[    59.517] (II) VESA(0): 	0d484c00000001010101010101010101
[    59.517] (II) VESA(0): 	010101010101581b566750001a303020
[    59.517] (II) VESA(0): 	360058c1100000180000000f00000000
[    59.517] (II) VESA(0): 	00000000000000000020000000fe0041
[    59.517] (II) VESA(0): 	554f0a202020202020202020000000fe
[    59.517] (II) VESA(0): 	004231353658573033205630200a004a
[    59.517] (II) VESA(0): EDID vendor "AUO", prod id 12524
[    59.517] (II) VESA(0): Printing DDC gathered Modelines:
[    59.517] (II) VESA(0): Modeline "1366x768"x0.0   70.00  1366 1414 1446 1469  768 771 777 794 -hsync -vsync (47.7 kHz eP)
 . . .
[    59.542] Mode: 111 (640x480)
[    59.542] 	ModeAttributes: 0x9b
[    59.542] 	WinAAttributes: 0x7
[    59.543] 	WinBAttributes: 0x0
[    59.543] 	WinGranularity: 64
[    59.543] 	WinSize: 64
[    59.543] 	WinASegment: 0xa000
[    59.543] 	WinBSegment: 0x0
[    59.543] 	WinFuncPtr: 0xc0008cde
[    59.543] 	BytesPerScanline: 1280
[    59.543] 	XResolution: 640
[    59.543] 	YResolution: 480
[    59.543] 	XCharSize: 8
[    59.543] 	YCharSize: 16
[    59.543] 	NumberOfPlanes: 1
[    59.543] 	BitsPerPixel: 16
[    59.543] 	NumberOfBanks: 1
[    59.543] 	MemoryModel: 6
[    59.543] 	BankSize: 0
[    59.543] 	NumberOfImages: 50
[    59.543] 	RedMaskSize: 5
[    59.543] 	RedFieldPosition: 11
[    59.543] 	GreenMaskSize: 6
[    59.543] 	GreenFieldPosition: 5
[    59.543] 	BlueMaskSize: 5
[    59.543] 	BlueFieldPosition: 0
[    59.543] 	RsvdMaskSize: 0
[    59.543] 	RsvdFieldPosition: 0
[    59.543] 	DirectColorModeInfo: 0
[    59.543] 	PhysBasePtr: 0xc0000000
[    59.543] 	LinBytesPerScanLine: 1280
[    59.543] 	BnkNumberOfImagePages: 50
[    59.543] 	LinNumberOfImagePages: 50
[    59.543] 	LinRedMaskSize: 5
[    59.543] 	LinRedFieldPosition: 11
[    59.543] 	LinGreenMaskSize: 6
[    59.543] 	LinGreenFieldPosition: 5
[    59.543] 	LinBlueMaskSize: 5
[    59.543] 	LinBlueFieldPosition: 0
[    59.543] 	LinRsvdMaskSize: 0
[    59.543] 	LinRsvdFieldPosition: 0
[    59.543] 	MaxPixelClock: 230000000
[    59.543] 
[    59.543] (II) VESA(0): Total Memory: 511 64KB banks (32704kB)
[    59.543] (II) VESA(0): <default monitor>: Using hsync value of 47.65 kHz
[    59.543] (II) VESA(0): <default monitor>: Using vrefresh value of 60.01 Hz
[    59.543] (WW) VESA(0): Unable to estimate virtual size
[    59.543] (II) VESA(0): Not using built-in mode "1024x768" (no mode of this name)
[    59.543] (II) VESA(0): Not using built-in mode "800x600" (no mode of this name)
[    59.543] (II) VESA(0): Not using built-in mode "640x480" (no mode of this name)
[    59.543] (WW) VESA(0): No valid modes left. Trying less strict filter...
[    59.543] (II) VESA(0): <default monitor>: Using hsync value of 47.65 kHz
[    59.543] (II) VESA(0): <default monitor>: Using vrefresh value of 60.01 Hz
[    59.543] (WW) VESA(0): Unable to estimate virtual size
[    59.543] (II) VESA(0): Not using built-in mode "800x600" (hsync out of range)
[    59.543] (II) VESA(0): Not using built-in mode "640x480" (hsync out of range)
[    59.543] (II) VESA(0): Virtual size is 1024x768 (pitch 1024)
[    59.543] (**) VESA(0): *Built-in mode "1024x768"
[    59.543] (**) VESA(0): Display dimensions: (340, 190) mm
[    59.543] (**) VESA(0): DPI set to (76, 102)
[    59.543] (**) VESA(0): Using "Shadow Framebuffer"
[    59.543] (II) Loading sub module "shadow"
[    59.543] (II) LoadModule: "shadow"
[    59.545] (II) Loading /usr/lib/xorg/modules/libshadow.so
[    59.545] (II) Module shadow: vendor="X.Org Foundation"
[    59.545] 	compiled for 1.20.4, module version = 1.1.0
[    59.545] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    59.545] (II) Loading sub module "fb"
[    59.545] (II) LoadModule: "fb"
[    59.545] (II) Loading /usr/lib/xorg/modules/libfb.so
[    59.546] (II) Module fb: vendor="X.Org Foundation"
[    59.546] 	compiled for 1.20.4, module version = 1.0.0
[    59.546] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    59.546] (II) Loading sub module "int10"
[    59.547] (II) LoadModule: "int10"
[    59.547] (II) Loading /usr/lib/xorg/modules/libint10.so
[    59.547] (II) Module int10: vendor="X.Org Foundation"
[    59.547] 	compiled for 1.20.4, module version = 1.0.0
[    59.547] 	ABI class: X.Org Video Driver, version 24.0
[    59.547] (II) VESA(0): initializing int10
[    59.547] (II) VESA(0): Bad V_BIOS checksum
[    59.547] (II) VESA(0): Primary V_BIOS segment is: 0xc000
[    59.547] (II) VESA(0): VESA BIOS detected
[    59.547] (II) VESA(0): VESA VBE Version 3.0
[    59.547] (II) VESA(0): VESA VBE Total Mem: 32704 kB
[    59.547] (II) VESA(0): VESA VBE OEM: Intel(R)Ironlake Mobile Graphics Chip Accelerated VGA BIOS
[    59.547] (II) VESA(0): VESA VBE OEM Software Rev: 1.0
[    59.547] (II) VESA(0): VESA VBE OEM Vendor: Intel Corporation
[    59.547] (II) VESA(0): VESA VBE OEM Product: Intel(R)Ironlake Mobile Graphics Controller
[    59.547] (II) VESA(0): VESA VBE OEM Product Rev: Hardware Version 0.0
[    59.548] (II) VESA(0): virtual address = 0x7f6eadd41000, VGAbase = 0x7f6eafe6e000
	physical address = 0xc0000000, size = 33488896
[    59.558] (II) VESA(0): Setting up VESA Mode 0x118 (1024x768)
[    59.885] (==) VESA(0): Default visual is TrueColor
[    59.887] (==) VESA(0): Backing store enabled
[    59.887] (==) VESA(0): DPMS enabled
[    59.888] (II) Initializing extension Generic Event Extension
[    59.888] (II) Initializing extension SHAPE
[    59.888] (II) Initializing extension MIT-SHM
[    59.889] (II) Initializing extension XInputExtension
[    59.890] (II) Initializing extension XTEST
[    59.890] (II) Initializing extension BIG-REQUESTS
[    59.890] (II) Initializing extension SYNC
[    59.890] (II) Initializing extension XKEYBOARD
[    59.891] (II) Initializing extension XC-MISC
[    59.891] (II) Initializing extension SECURITY
[    59.891] (II) Initializing extension XFIXES
[    59.891] (II) Initializing extension RENDER
[    59.892] (II) Initializing extension RANDR
[    59.892] (II) Initializing extension COMPOSITE
[    59.893] (II) Initializing extension DAMAGE
[    59.893] (II) Initializing extension MIT-SCREEN-SAVER
[    59.893] (II) Initializing extension DOUBLE-BUFFER
[    59.893] (II) Initializing extension RECORD
[    59.894] (II) Initializing extension DPMS
[    59.894] (II) Initializing extension Present
[    59.894] (II) Initializing extension DRI3
[    59.894] (II) Initializing extension X-Resource
[    59.894] (II) Initializing extension XVideo
[    59.895] (II) Initializing extension XVideo-MotionCompensation
[    59.895] (II) Initializing extension SELinux
[    59.895] (II) SELinux: Disabled on system
[    59.895] (II) Initializing extension GLX
[    59.896] (II) AIGLX: Screen 0 is not DRI2 capable
[    60.076] (II) IGLX: Loaded and initialized swrast
[    60.076] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[    60.076] (II) Initializing extension XFree86-VidModeExtension
[    60.076] (II) Initializing extension XFree86-DGA
[    60.076] (II) Initializing extension XFree86-DRI
[    60.076] (II) Initializing extension DRI2
[    60.174] (II) config/udev: Adding input device Power Button (/dev/input/event4)
[    60.174] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    60.174] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    60.174] (II) LoadModule: "libinput"
[    60.174] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[    60.182] (II) Module libinput: vendor="X.Org Foundation"
[    60.182] 	compiled for 1.20.4, module version = 0.28.2
[    60.182] 	Module class: X.Org XInput Driver
[    60.182] 	ABI class: X.Org XInput driver, version 24.1
[    60.182] (II) Using input driver 'libinput' for 'Power Button'
[    60.182] (**) Power Button: always reports core events
[    60.182] (**) Option "Device" "/dev/input/event4"
[    60.182] (**) Option "_source" "server/udev"
[    60.188] (II) event4  - Power Button: is tagged by udev as: Keyboard
[    60.188] (II) event4  - Power Button: device is a keyboard
[    60.188] (II) event4  - Power Button: device removed
[    60.198] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input11/event4"
[    60.198] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    60.198] (**) Option "xkb_model" "pc105"
[    60.198] (**) Option "xkb_layout" "us"
[    60.198] (**) Option "xkb_options" "grp:alt_shift_toggle,terminate:ctrl_alt_bksp,grp_led:scroll"
[    60.240] (II) event4  - Power Button: is tagged by udev as: Keyboard
[    60.240] (II) event4  - Power Button: device is a keyboard
[    60.241] (II) config/udev: Adding input device Lid Switch (/dev/input/event2)
[    60.241] (II) No input driver specified, ignoring this device.
[    60.241] (II) This device may have been added with another device file.
[    60.242] (II) config/udev: Adding input device Sleep Button (/dev/input/event3)
[    60.243] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[    60.243] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[    60.243] (II) Using input driver 'libinput' for 'Sleep Button'
[    60.243] (**) Sleep Button: always reports core events
[    60.243] (**) Option "Device" "/dev/input/event3"
[    60.243] (**) Option "_source" "server/udev"
[    60.245] (II) event3  - Sleep Button: is tagged by udev as: Keyboard
[    60.245] (II) event3  - Sleep Button: device is a keyboard
[    60.245] (II) event3  - Sleep Button: device removed
[    60.256] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input10/event3"
[    60.256] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 7)
[    60.256] (**) Option "xkb_model" "pc105"
[    60.256] (**) Option "xkb_layout" "us"
[    60.256] (**) Option "xkb_options" "grp:alt_shift_toggle,terminate:ctrl_alt_bksp,grp_led:scroll"
[    60.258] (II) event3  - Sleep Button: is tagged by udev as: Keyboard
[    60.258] (II) event3  - Sleep Button: device is a keyboard
[    60.259] (II) config/udev: Adding input device CKF8156: USB2.0 1.3M UVC WebCam (/dev/input/event6)
[    60.259] (**) CKF8156: USB2.0 1.3M UVC WebCam: Applying InputClass "evdev keyboard catchall"
[    60.259] (**) CKF8156: USB2.0 1.3M UVC WebCam: Applying InputClass "libinput keyboard catchall"
[    60.259] (II) Using input driver 'libinput' for 'CKF8156: USB2.0 1.3M UVC WebCam'
[    60.259] (**) CKF8156: USB2.0 1.3M UVC WebCam: always reports core events
[    60.259] (**) Option "Device" "/dev/input/event6"
[    60.259] (**) Option "_source" "server/udev"
[    60.262] (II) event6  - CKF8156: USB2.0 1.3M UVC WebCam: is tagged by udev as: Keyboard
[    60.262] (II) event6  - CKF8156: USB2.0 1.3M UVC WebCam: device is a keyboard
[    60.262] (II) event6  - CKF8156: USB2.0 1.3M UVC WebCam: device removed
[    60.280] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.0/input/input13/event6"
[    60.280] (II) XINPUT: Adding extended input device "CKF8156: USB2.0 1.3M UVC WebCam" (type: KEYBOARD, id 8)
[    60.280] (**) Option "xkb_model" "pc105"
[    60.280] (**) Option "xkb_layout" "us"
[    60.280] (**) Option "xkb_options" "grp:alt_shift_toggle,terminate:ctrl_alt_bksp,grp_led:scroll"
[    60.283] (II) event6  - CKF8156: USB2.0 1.3M UVC WebCam: is tagged by udev as: Keyboard
[    60.283] (II) event6  - CKF8156: USB2.0 1.3M UVC WebCam: device is a keyboard
[    60.285] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/event7)
[    60.285] (**) Logitech USB Receiver: Applying InputClass "evdev keyboard catchall"
[    60.285] (**) Logitech USB Receiver: Applying InputClass "libinput keyboard catchall"
[    60.285] (II) Using input driver 'libinput' for 'Logitech USB Receiver'
[    60.285] (**) Logitech USB Receiver: always reports core events
[    60.285] (**) Option "Device" "/dev/input/event7"
[    60.285] (**) Option "_source" "server/udev"
[    60.290] (II) event7  - Logitech USB Receiver: is tagged by udev as: Keyboard
[    60.290] (II) event7  - Logitech USB Receiver: device is a keyboard
[    60.290] (II) event7  - Logitech USB Receiver: device removed
[    60.300] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.2/2-1.2.7/2-1.2.7.2/2-1.2.7.2:1.0/0003:046D:C534.0001/input/input14/event7"
[    60.300] (II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: KEYBOARD, id 9)
[    60.300] (**) Option "xkb_model" "pc105"
[    60.300] (**) Option "xkb_layout" "us"
[    60.300] (**) Option "xkb_options" "grp:alt_shift_toggle,terminate:ctrl_alt_bksp,grp_led:scroll"
[    60.305] (II) event7  - Logitech USB Receiver: is tagged by udev as: Keyboard
[    60.305] (II) event7  - Logitech USB Receiver: device is a keyboard
[    60.308] (II) config/udev: Adding input device Logitech USB Receiver Mouse (/dev/input/event8)
[    60.308] (**) Logitech USB Receiver Mouse: Applying InputClass "evdev pointer catchall"
[    60.308] (**) Logitech USB Receiver Mouse: Applying InputClass "libinput pointer catchall"
[    60.308] (II) Using input driver 'libinput' for 'Logitech USB Receiver Mouse'
[    60.308] (**) Logitech USB Receiver Mouse: always reports core events
[    60.308] (**) Option "Device" "/dev/input/event8"
[    60.308] (**) Option "_source" "server/udev"
[    60.312] (II) event8  - Logitech USB Receiver Mouse: is tagged by udev as: Mouse
[    60.312] (II) event8  - Logitech USB Receiver Mouse: device is a pointer
[    60.312] (II) event8  - Logitech USB Receiver Mouse: device removed
[    60.328] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.2/2-1.2.7/2-1.2.7.2/2-1.2.7.2:1.1/0003:046D:C534.0002/input/input15/event8"
[    60.328] (II) XINPUT: Adding extended input device "Logitech USB Receiver Mouse" (type: MOUSE, id 10)
[    60.328] (**) Option "AccelerationScheme" "none"
[    60.328] (**) Logitech USB Receiver Mouse: (accel) selected scheme none/0
[    60.328] (**) Logitech USB Receiver Mouse: (accel) acceleration factor: 2.000
[    60.328] (**) Logitech USB Receiver Mouse: (accel) acceleration threshold: 4
[    60.332] (II) event8  - Logitech USB Receiver Mouse: is tagged by udev as: Mouse
[    60.332] (II) event8  - Logitech USB Receiver Mouse: device is a pointer
[    60.335] (II) config/udev: Adding input device Logitech USB Receiver Mouse (/dev/input/mouse1)
[    60.335] (II) No input driver specified, ignoring this device.
[    60.335] (II) This device may have been added with another device file.
[    60.337] (II) config/udev: Adding input device Logitech USB Receiver Consumer Control (/dev/input/event9)
[    60.337] (**) Logitech USB Receiver Consumer Control: Applying InputClass "evdev keyboard catchall"
[    60.337] (**) Logitech USB Receiver Consumer Control: Applying InputClass "libinput keyboard catchall"
[    60.337] (II) Using input driver 'libinput' for 'Logitech USB Receiver Consumer Control'
[    60.337] (**) Logitech USB Receiver Consumer Control: always reports core events
[    60.337] (**) Option "Device" "/dev/input/event9"
[    60.337] (**) Option "_source" "server/udev"
[    60.340] (II) event9  - Logitech USB Receiver Consumer Control: is tagged by udev as: Keyboard
[    60.340] (II) event9  - Logitech USB Receiver Consumer Control: device is a keyboard
[    60.340] (II) event9  - Logitech USB Receiver Consumer Control: device removed
[    60.348] (II) libinput: Logitech USB Receiver Consumer Control: needs a virtual subdevice
[    60.348] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.2/2-1.2.7/2-1.2.7.2/2-1.2.7.2:1.1/0003:046D:C534.0002/input/input16/event9"
[    60.348] (II) XINPUT: Adding extended input device "Logitech USB Receiver Consumer Control" (type: MOUSE, id 11)
[    60.348] (**) Option "AccelerationScheme" "none"
[    60.348] (**) Logitech USB Receiver Consumer Control: (accel) selected scheme none/0
[    60.348] (**) Logitech USB Receiver Consumer Control: (accel) acceleration factor: 2.000
[    60.348] (**) Logitech USB Receiver Consumer Control: (accel) acceleration threshold: 4
[    60.352] (II) event9  - Logitech USB Receiver Consumer Control: is tagged by udev as: Keyboard
[    60.353] (II) event9  - Logitech USB Receiver Consumer Control: device is a keyboard
[    60.355] (II) config/udev: Adding input device Logitech USB Receiver System Control (/dev/input/event10)
[    60.355] (**) Logitech USB Receiver System Control: Applying InputClass "evdev keyboard catchall"
[    60.355] (**) Logitech USB Receiver System Control: Applying InputClass "libinput keyboard catchall"
[    60.355] (II) Using input driver 'libinput' for 'Logitech USB Receiver System Control'
[    60.355] (**) Logitech USB Receiver System Control: always reports core events
[    60.356] (**) Option "Device" "/dev/input/event10"
[    60.356] (**) Option "_source" "server/udev"
[    60.360] (II) event10 - Logitech USB Receiver System Control: is tagged by udev as: Keyboard
[    60.360] (II) event10 - Logitech USB Receiver System Control: device is a keyboard
[    60.360] (II) event10 - Logitech USB Receiver System Control: device removed
[    60.368] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.2/2-1.2.7/2-1.2.7.2/2-1.2.7.2:1.1/0003:046D:C534.0002/input/input17/event10"
[    60.368] (II) XINPUT: Adding extended input device "Logitech USB Receiver System Control" (type: KEYBOARD, id 12)
[    60.368] (**) Option "xkb_model" "pc105"
[    60.368] (**) Option "xkb_layout" "us"
[    60.368] (**) Option "xkb_options" "grp:alt_shift_toggle,terminate:ctrl_alt_bksp,grp_led:scroll"
[    60.370] (II) event10 - Logitech USB Receiver System Control: is tagged by udev as: Keyboard
[    60.370] (II) event10 - Logitech USB Receiver System Control: device is a keyboard
[    60.371] (II) config/udev: Adding input device Asus Laptop extra buttons (/dev/input/event5)
[    60.371] (**) Asus Laptop extra buttons: Applying InputClass "evdev keyboard catchall"
[    60.371] (**) Asus Laptop extra buttons: Applying InputClass "libinput keyboard catchall"
[    60.371] (II) Using input driver 'libinput' for 'Asus Laptop extra buttons'
[    60.371] (**) Asus Laptop extra buttons: always reports core events
[    60.371] (**) Option "Device" "/dev/input/event5"
[    60.371] (**) Option "_source" "server/udev"
[    60.372] (II) event5  - Asus Laptop extra buttons: is tagged by udev as: Keyboard
[    60.372] (II) event5  - Asus Laptop extra buttons: device is a keyboard
[    60.372] (II) event5  - Asus Laptop extra buttons: device removed
[    60.380] (**) Option "config_info" "udev:/sys/devices/platform/asus_laptop/input/input12/event5"
[    60.380] (II) XINPUT: Adding extended input device "Asus Laptop extra buttons" (type: KEYBOARD, id 13)
[    60.380] (**) Option "xkb_model" "pc105"
[    60.380] (**) Option "xkb_layout" "us"
[    60.380] (**) Option "xkb_options" "grp:alt_shift_toggle,terminate:ctrl_alt_bksp,grp_led:scroll"
[    60.382] (II) event5  - Asus Laptop extra buttons: is tagged by udev as: Keyboard
[    60.382] (II) event5  - Asus Laptop extra buttons: device is a keyboard
[    60.383] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[    60.383] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[    60.383] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[    60.383] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[    60.383] (**) AT Translated Set 2 keyboard: always reports core events
[    60.383] (**) Option "Device" "/dev/input/event0"
[    60.383] (**) Option "_source" "server/udev"
[    60.386] (II) event0  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    60.386] (II) event0  - AT Translated Set 2 keyboard: device is a keyboard
[    60.388] (II) event0  - AT Translated Set 2 keyboard: device removed
[    60.396] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[    60.396] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 14)
[    60.396] (**) Option "xkb_model" "pc105"
[    60.396] (**) Option "xkb_layout" "us"
[    60.396] (**) Option "xkb_options" "grp:alt_shift_toggle,terminate:ctrl_alt_bksp,grp_led:scroll"
[    60.398] (II) event0  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    60.398] (II) event0  - AT Translated Set 2 keyboard: device is a keyboard
[    60.402] (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/event1)
[    60.402] (**) ETPS/2 Elantech Touchpad: Applying InputClass "evdev touchpad catchall"
[    60.402] (**) ETPS/2 Elantech Touchpad: Applying InputClass "libinput touchpad catchall"
[    60.402] (**) ETPS/2 Elantech Touchpad: Applying InputClass "touchpad catchall"
[    60.402] (**) ETPS/2 Elantech Touchpad: Applying InputClass "Default clickpad buttons"
[    60.402] (**) ETPS/2 Elantech Touchpad: Applying InputClass "Touchpad"
[    60.402] (II) LoadModule: "synaptics"
[    60.403] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[    60.406] (II) Module synaptics: vendor="X.Org Foundation"
[    60.407] 	compiled for 1.20.1, module version = 1.9.1
[    60.407] 	Module class: X.Org XInput Driver
[    60.407] 	ABI class: X.Org XInput driver, version 24.1
[    60.407] (II) Using input driver 'synaptics' for 'ETPS/2 Elantech Touchpad'
[    60.407] (**) ETPS/2 Elantech Touchpad: always reports core events
[    60.407] (**) Option "Device" "/dev/input/event1"
[    60.424] (II) synaptics: ETPS/2 Elantech Touchpad: ignoring touch events for semi-multitouch device
[    60.424] (--) synaptics: ETPS/2 Elantech Touchpad: x-axis range 0 - 1152 (res 31)
[    60.424] (--) synaptics: ETPS/2 Elantech Touchpad: y-axis range 0 - 576 (res 31)
[    60.424] (--) synaptics: ETPS/2 Elantech Touchpad: pressure range 0 - 255
[    60.424] (--) synaptics: ETPS/2 Elantech Touchpad: finger width range 0 - 15
[    60.424] (--) synaptics: ETPS/2 Elantech Touchpad: buttons: left right double triple
[    60.424] (--) synaptics: ETPS/2 Elantech Touchpad: Vendor 0x2 Product 0xe
[    60.424] (**) Option "VertEdgeScroll" "1"
[    60.424] (**) Option "CornerCoasting" "1"
[    60.424] (**) Option "VertTwoFingerScroll" "1"
[    60.424] (**) Option "HorizTwoFingerScroll" "1"
[    60.424] (**) Option "RBCornerButton" "9"
[    60.424] (**) Option "LBCornerButton" "8"
[    60.424] (**) Option "TapButton1" "1"
[    60.424] (**) Option "TapButton2" "2"
[    60.424] (**) Option "TapButton3" "3"
[    60.424] (**) Option "CircularScrolling" "1"
[    60.424] (**) Option "CircScrollTrigger" "7"
[    60.424] (**) Option "MinSpeed" "0.5"
[    60.424] (**) Option "MaxSpeed" "1.0"
[    60.424] (**) Option "AccelFactor" "0.075"
[    60.424] (**) Option "CoastingSpeed" "8"
[    60.424] (--) synaptics: ETPS/2 Elantech Touchpad: touchpad found
[    60.424] (**) ETPS/2 Elantech Touchpad: always reports core events
[    60.440] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio4/input/input8/event1"
[    60.440] (II) XINPUT: Adding extended input device "ETPS/2 Elantech Touchpad" (type: TOUCHPAD, id 15)
[    60.440] (**) synaptics: ETPS/2 Elantech Touchpad: (accel) MinSpeed is now constant deceleration 2.0
[    60.440] (**) synaptics: ETPS/2 Elantech Touchpad: (accel) MaxSpeed is now 2.00
[    60.440] (**) synaptics: ETPS/2 Elantech Touchpad: (accel) AccelFactor is now 0.075
[    60.440] (**) ETPS/2 Elantech Touchpad: (accel) keeping acceleration scheme 1
[    60.440] (**) ETPS/2 Elantech Touchpad: (accel) acceleration profile 1
[    60.440] (**) ETPS/2 Elantech Touchpad: (accel) acceleration factor: 2.000
[    60.440] (**) ETPS/2 Elantech Touchpad: (accel) acceleration threshold: 4
[    60.440] (--) synaptics: ETPS/2 Elantech Touchpad: touchpad found
[    60.441] (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/mouse0)
[    60.441] (**) ETPS/2 Elantech Touchpad: Ignoring device from InputClass "touchpad ignore duplicates"
[    60.453] (**) Logitech USB Receiver Consumer Control: Applying InputClass "evdev keyboard catchall"
[    60.453] (**) Logitech USB Receiver Consumer Control: Applying InputClass "libinput keyboard catchall"
[    60.453] (II) Using input driver 'libinput' for 'Logitech USB Receiver Consumer Control'
[    60.453] (**) Logitech USB Receiver Consumer Control: always reports core events
[    60.453] (**) Option "Device" "/dev/input/event9"
[    60.453] (**) Option "_source" "_driver/libinput"
[    60.453] (II) libinput: Logitech USB Receiver Consumer Control: is a virtual subdevice
[    60.453] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.2/2-1.2.7/2-1.2.7.2/2-1.2.7.2:1.1/0003:046D:C534.0002/input/input16/event9"
[    60.453] (II) XINPUT: Adding extended input device "Logitech USB Receiver Consumer Control" (type: KEYBOARD, id 16)
[    60.453] (**) Option "xkb_model" "pc105"
[    60.453] (**) Option "xkb_layout" "us"
[    60.453] (**) Option "xkb_options" "grp:alt_shift_toggle,terminate:ctrl_alt_bksp,grp_led:scroll"
[    67.087] (II) config/udev: Adding input device HDA Intel MID Headphone (/dev/input/event12)
[    67.087] (II) No input driver specified, ignoring this device.
[    67.087] (II) This device may have been added with another device file.
[    67.089] (II) config/udev: Adding input device HDA Intel MID Mic (/dev/input/event11)
[    67.089] (II) No input driver specified, ignoring this device.
[    67.089] (II) This device may have been added with another device file.
lspci -k | grep -A3 VGA

Code: Select all

root@0so:/# lspci -k | grep -A3 VGA
00:02.0 VGA compatible controller: Intel Corporation Core Processor Integrated Graphics Controller (rev 12)
	Subsystem: ASUSTeK Computer Inc. Core Processor Integrated Graphics Controller
	Kernel modules: i915
00:16.0 Communication controller: Intel Corporation 5 Series/3400 Series Chipset HECI Controller (rev 06)

User avatar
Head_on_a_Stick
Posts: 919
Joined: Sun Mar 17, 2019 3:37 pm

Re: xrandr won't change resolution

#9 Post by Head_on_a_Stick »

sp331yi wrote: Thu May 28, 2020 5:17 pm

Code: Select all

[    59.461] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.19.100-antix.1-amd64-smp root=UUID=abba55e5-170b-4447-a3c5-1fe3885866aa ro vga=895 quiet
Remove the vga=895 kernel parameter, it may be preventing the i915 kernel module from being loaded for your card.
sp331yi wrote: Thu May 28, 2020 5:17 pm

Code: Select all

[    59.463] (==) Using config file: "/etc/X11/xorg.conf"
Also remove that file, it shouldn't be needed.
mod note: Signature removed, please read the forum rules

User avatar
sp331yi
Posts: 21
Joined: Fri Apr 24, 2020 10:38 am

Re: xrandr won't change resolution

#10 Post by sp331yi »

I omitted vga=895 from boot parmeters, deleted /etc/X11/xorg.conf and booted.
No change.

Code: Select all

root@0so:/# xrandr --fb 1440x900
xrandr: Failed to get size of gamma for output default
xrandr: screen cannot be larger than 1024x768 (desired size 1440x900)

Post Reply

Return to “antiX”