LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 03-04-2024, 09:26 AM   #1
skiwarz1
LQ Newbie
 
Registered: Dec 2021
Posts: 8

Rep: Reputation: Disabled
intel graphics crash


Evening, everyone. Whenever I try to start my X server (I'm using "startx"), 90% of the time my desktop shows up for about a second, and then my machine powers off (instantly, as if you'd cut power to it). I can use it all day long in the tty/console without issues, but as soon as I start X, or wayland, it dies. I have a thinkpad x61 (so a little older) with intel graphics.

I've tried a handful of times booting with "nomodeset i915.modeset=0" on my kernel command line, and I haven't had it crash with that yet. I think this all started around the time I installed slackware64 15, about 2 years ago. Previously on 14, I don't recall having any issues.
I've also tried an openSUSE, Knoppix 9.1 (kernel 5.10.10), and knoppix 8.6.1 (kernel 5.3.5) live CDs with similar crashes.
I don't see any signs of overheating (2 seconds before the crash, my cpu and gpu are stable around 35-50 degrees). There is no sign of anything in the logs. Xorg.0.log, dmesg, syslog, all show nothing at all.
Specifically, I have a Core 2 Duo T7500 cpu, with an Intel Mobile GM965/GL960 graphics chip. lspci shows the driver in use is "i915" and the modules in use are "i915, intelfb".

Any thoughts as to what's going on here? Since X seems to work without modesetting, are there downsides to permanently using it this way?
 
Old 03-04-2024, 05:23 PM   #2
allend
LQ 5k Club
 
Registered: Oct 2003
Location: Melbourne
Distribution: Slackware64-15.0
Posts: 6,383

Rep: Reputation: 2762Reputation: 2762Reputation: 2762Reputation: 2762Reputation: 2762Reputation: 2762Reputation: 2762Reputation: 2762Reputation: 2762Reputation: 2762Reputation: 2762
Just something to try.
I have a laptop with an older Intel chipset that uses the i915 driver. When I do startx, the intel driver is loaded. The intel driver used to use the UXA acceleration method by default, but now defaults to the SNA method. I find I do better using the UXA method. I have a /etc/X11/xorg.conf.d/20-intel.conf
Code:
Section "Monitor"
  Identifier "Laptop Internal Display"
EndSection

Section "Monitor"
  Identifier "External Display"
EndSection

Section "Device"
  Identifier  "Intel Graphics"
  Driver      "intel"
  # Revert from SNA default to previous UXA
  Option "AccelMethod"  "UXA"
  Option "monitor-LVDS1" "Laptop Internal Display"
  Option "monitor-VGA1"  "External Display"
EndSection

Last edited by allend; 03-04-2024 at 07:06 PM. Reason: Remove tautology
 
Old 03-09-2024, 08:58 PM   #3
skiwarz1
LQ Newbie
 
Registered: Dec 2021
Posts: 8

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by allend View Post
Just something to try.
I have a laptop with an older Intel chipset that uses the i915 driver. When I do startx, the intel driver is loaded. The intel driver used to use the UXA acceleration method by default, but now defaults to the SNA method. I find I do better using the UXA method. I have a /etc/X11/xorg.conf.d/20-intel.conf
Code:
Section "Monitor"
  Identifier "Laptop Internal Display"
EndSection

Section "Monitor"
  Identifier "External Display"
EndSection

Section "Device"
  Identifier  "Intel Graphics"
  Driver      "intel"
  # Revert from SNA default to previous UXA
  Option "AccelMethod"  "UXA"
  Option "monitor-LVDS1" "Laptop Internal Display"
  Option "monitor-VGA1"  "External Display"
EndSection
I gave this a shot, but it didn't change anything. The default xorg.conf loads the "modesetting" xorg driver, so I've used both the "intel" and "modesetting" xorg drivers with identical results. Also, wayland has the same issue, so I don't believe it's the xorg driver.
When I boot with "nomodeset i915.modeset=0" xorg starts just fine, but it uses the "vesa" xorg driver, according to my Xorg.0.log.
I installed windows on a separate hard drive, and that works just fine on this machine, so I don't believe it's the hardware. Any tips for troubleshooting the kernel intel graphics driver? Or is this the wrong forum for that?
 
Old 03-09-2024, 09:14 PM   #4
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,386
Blog Entries: 28

Rep: Reputation: 6164Reputation: 6164Reputation: 6164Reputation: 6164Reputation: 6164Reputation: 6164Reputation: 6164Reputation: 6164Reputation: 6164Reputation: 6164Reputation: 6164
It's a long shot, but did the log files (particularly Xorg.0.log) provide any hints as to what might be happening?
 
Old 03-09-2024, 11:06 PM   #5
skiwarz1
LQ Newbie
 
Registered: Dec 2021
Posts: 8

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by frankbell View Post
It's a long shot, but did the log files (particularly Xorg.0.log) provide any hints as to what might be happening?
Not a peep. To be extra sure nothing got overwritten, as soon as my system crashed, I booted to a live cd and checked the logs from there. Nothing that seemed pertinent in the last two seconds (time it took from entering "startx" to cutting power/hard crashing). Xorg.0.log, dmesg, syslog, and everything else in /var/log/ that had been modified today all show no signs. I'll see about posting them here anyways.
 
Old 03-10-2024, 05:28 PM   #6
ludist
Member
 
Registered: Nov 2005
Location: Greece
Distribution: Slackware
Posts: 172

Rep: Reputation: 21
Quote:
Originally Posted by skiwarz1 View Post
I have a thinkpad x61 (so a little older) with intel graphics.
I have the same laptop. No problems with fresh install. Maybe you have some settings somewhere?

a. Try with fresh user?
b. Try with fresh /etc?

This is my Xorg.0.log
Code:
[    66.154] 
X.Org X Server 1.20.14
X Protocol Version 11, Revision 0
[    66.160] Build Operating System: Slackware 15.0 Slackware Linux Project
[    66.162] Current Operating System: Linux ludist 5.15.150t61 #3 SMP Thu Mar 7 16:22:47 EET 2024 x86_64
[    66.162] Kernel command line: BOOT_IMAGE=/vmlinuz-ludist root=/dev/sda2 ro append resume=/dev/sda4
[    66.166] Build Date: 16 January 2024  01:50:14PM
[    66.168]  
[    66.169] Current version of pixman: 0.40.0
[...]
[    66.187] (==) ModulePath set to "/usr/lib64/xorg/modules"
[    66.187] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    66.187] (II) Loader magic: 0x619c80
[    66.187] (II) Module ABI versions:
[    66.187] 	X.Org ANSI C Emulation: 0.4
[    66.187] 	X.Org Video Driver: 24.1
[    66.187] 	X.Org XInput driver : 24.1
[    66.187] 	X.Org Server Extension : 10.0
[    66.187] (II) xfree86: Adding drm device (/dev/dri/card0)
[    66.210] (--) PCI:*(0@0:2:0) 8086:2a02:17aa:20b5 rev 12, Mem @ 0xf8100000/1048576, 0xe0000000/268435456, I/O @ 0x00001800/8, BIOS @ 0x????????/131072
[    66.210] (--) PCI: (0@0:2:1) 8086:2a03:17aa:20b5 rev 12, Mem @ 0xf8200000/1048576
[    66.210] (II) Open ACPI successful (/var/run/acpid.socket)
[    66.210] (II) LoadModule: "glx"
[    66.217] (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so
[    66.221] (II) Module glx: vendor="X.Org Foundation"
[    66.221] 	compiled for 1.20.14, module version = 1.0.0
[    66.221] 	ABI class: X.Org Server Extension, version 10.0
[    66.221] (==) Matched modesetting as autoconfigured driver 0
[    66.221] (==) Matched fbdev as autoconfigured driver 1
[    66.221] (==) Matched vesa as autoconfigured driver 2
[    66.221] (==) Assigned the driver to the xf86ConfigLayout
[    66.221] (II) LoadModule: "modesetting"
[    66.222] (II) Loading /usr/lib64/xorg/modules/drivers/modesetting_drv.so
[    66.223] (II) Module modesetting: vendor="X.Org Foundation"
[    66.223] 	compiled for 1.20.14, module version = 1.20.14
[    66.223] 	Module class: X.Org Video Driver
[    66.223] 	ABI class: X.Org Video Driver, version 24.1
[    66.223] (II) LoadModule: "fbdev"
[    66.224] (WW) Warning, couldn't open module fbdev
[    66.224] (EE) Failed to load module "fbdev" (module does not exist, 0)
[    66.224] (II) LoadModule: "vesa"
[    66.225] (II) Loading /usr/lib64/xorg/modules/drivers/vesa_drv.so
[    66.225] (II) Module vesa: vendor="X.Org Foundation"
[    66.226] 	compiled for 1.20.10, module version = 2.5.0
[    66.226] 	Module class: X.Org Video Driver
[    66.226] 	ABI class: X.Org Video Driver, version 24.1
[    66.226] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    66.226] (II) VESA: driver for VESA chipsets: vesa
[    66.226] (++) using VT number 1

[    66.245] (II) modeset(0): using drv /dev/dri/card0
[    66.245] (II) modeset(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[    66.245] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[    66.245] (==) modeset(0): RGB weight 888
[    66.245] (==) modeset(0): Default visual is TrueColor
[    66.245] (II) Loading sub module "glamoregl"
[    66.245] (II) LoadModule: "glamoregl"
[    66.246] (II) Loading /usr/lib64/xorg/modules/libglamoregl.so
[    66.261] (II) Module glamoregl: vendor="X.Org Foundation"
[    66.261] 	compiled for 1.20.14, module version = 1.0.1
[    66.261] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    66.351] (II) modeset(0): glamor X acceleration enabled on Mesa DRI Intel(R) 965GM (CL)
[    66.351] (II) modeset(0): glamor initialized
[    66.351] (II) modeset(0): Output LVDS-1 has no monitor section
[    66.360] (II) modeset(0): Output VGA-1 has no monitor section
[    66.360] (II) modeset(0): EDID for output LVDS-1
[    66.360] (II) modeset(0): Manufacturer: LEN  Model: 4000  Serial#: 0
[    66.360] (II) modeset(0): Year: 2005  Week: 0
[    66.360] (II) modeset(0): EDID Version: 1.3
[    66.360] (II) modeset(0): Digital Display Input
[    66.360] (II) modeset(0): Max Image Size [cm]: horiz.: 25  vert.: 18
[    66.360] (II) modeset(0): Gamma: 2.20
[    66.360] (II) modeset(0): DPMS capabilities: StandBy Suspend Off
[    66.361] (II) modeset(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[    66.361] (II) modeset(0): First detailed timing is preferred mode
[    66.361] (II) modeset(0): redX: 0.569 redY: 0.342   greenX: 0.312 greenY: 0.544
[    66.361] (II) modeset(0): blueX: 0.149 blueY: 0.132   whiteX: 0.313 whiteY: 0.329
[    66.361] (II) modeset(0): Supported established timings:
[    66.361] (II) modeset(0): 640x480@60Hz
[    66.361] (II) modeset(0): 800x600@60Hz
[    66.361] (II) modeset(0): 1024x768@60Hz
[    66.361] (II) modeset(0): Manufacturer's mask: 0
[    66.361] (II) modeset(0): Supported detailed timing:
[    66.361] (II) modeset(0): clock: 54.2 MHz   Image Size:  246 x 185 mm
[    66.361] (II) modeset(0): h_active: 1024  h_sync: 1048  h_sync_end 1184 h_blank_end 1344 h_border: 0
[    66.361] (II) modeset(0): v_active: 768  v_sync: 771  v_sync_end 777 v_blanking: 806 v_border: 0
[    66.361] (II) modeset(0): Supported detailed timing:
[    66.361] (II) modeset(0): clock: 43.3 MHz   Image Size:  246 x 185 mm
[    66.361] (II) modeset(0): h_active: 1024  h_sync: 1048  h_sync_end 1184 h_blank_end 1344 h_border: 0
[    66.361] (II) modeset(0): v_active: 768  v_sync: 771  v_sync_end 777 v_blanking: 806 v_border: 0
[    66.361] (II) modeset(0): Unknown vendor-specific block f
[    66.361] (II) modeset(0):  LTN121XJ-L07
[    66.361] (II) modeset(0): EDID (in hex):
[    66.361] (II) modeset(0): 	00ffffffffffff0030ae004000000000
[    66.361] (II) modeset(0): 	000f010380191278eaed7591574f8b26
[    66.361] (II) modeset(0): 	21505421080001010101010101010101
[    66.361] (II) modeset(0): 	01010101010128150040410026301888
[    66.361] (II) modeset(0): 	3600f6b900000018ed10004041002630
[    66.361] (II) modeset(0): 	18883600f6b9000000180000000f0061
[    66.361] (II) modeset(0): 	43326143280f01004ca3584a000000fe
[    66.361] (II) modeset(0): 	004c544e313231584a2d4c30370a0000
[    66.361] (II) modeset(0): Printing probed modes for output LVDS-1
[    66.361] (II) modeset(0): Modeline "1024x768"x50.0   54.16  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (40.3 kHz eP)
[...]
[    66.362] (II) modeset(0): Modeline "320x180"x118.6    8.88  320 344 360 400  180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[    66.370] (II) modeset(0): EDID for output VGA-1
[    66.371] (II) modeset(0): Output LVDS-1 connected
[    66.371] (II) modeset(0): Output VGA-1 disconnected
[    66.371] (II) modeset(0): Using exact sizes for initial modes
[    66.371] (II) modeset(0): Output LVDS-1 using initial mode 1024x768 +0+0
[    66.371] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[    66.371] (==) modeset(0): DPI set to (96, 96)
[    66.371] (II) Loading sub module "fb"
[    66.371] (II) LoadModule: "fb"
[    66.371] (II) Loading /usr/lib64/xorg/modules/libfb.so
[    66.373] (II) Module fb: vendor="X.Org Foundation"
[    66.373] 	compiled for 1.20.14, module version = 1.0.0
[    66.373] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    66.373] (II) UnloadModule: "vesa"
[    66.373] (II) Unloading vesa
[    66.484] (==) modeset(0): Backing store enabled
[    66.484] (==) modeset(0): Silken mouse enabled
[    66.506] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[    66.506] (==) modeset(0): DPMS enabled
[    66.506] (II) modeset(0): [DRI2] Setup complete
[    66.506] (II) modeset(0): [DRI2]   DRI driver: i965
[    66.506] (II) modeset(0): [DRI2]   VDPAU driver: va_gl
[    66.506] (II) Initializing extension Generic Event Extension
[...]
[    66.515] (II) Initializing extension DRI2
[    66.516] (II) modeset(0): Damage tracking initialized
[    66.516] (II) modeset(0): Setting screen physical size to 270 x 203
[    66.705] (II) config/udev: Adding input device Power Button (/dev/input/event7)
[    66.705] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    66.705] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    66.705] (**) Power Button: Applying InputClass "keyboard-all"
[    66.705] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    66.705] (II) LoadModule: "libinput"
[    66.705] (II) Loading /usr/lib64/xorg/modules/input/libinput_drv.so
[    66.711] (II) Module libinput: vendor="X.Org Foundation"
[    66.711] 	compiled for 1.20.14, module version = 1.2.1
[    66.712] 	Module class: X.Org XInput Driver
[    66.712] 	ABI class: X.Org XInput driver, version 24.1
[    66.712] (II) Using input driver 'libinput' for 'Power Button'
[    66.712] (**) Power Button: always reports core events
[    66.712] (**) Option "Device" "/dev/input/event7"
[    66.720] (II) event7  - Power Button: is tagged by udev as: Keyboard
[    66.721] (II) event7  - Power Button: device is a keyboard
[    66.721] (II) event7  - Power Button: device removed
[    66.750] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input8/event7"
[    66.750] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    66.750] (**) Option "xkb_layout" "us"
[    66.750] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    66.810] (II) event7  - Power Button: is tagged by udev as: Keyboard
[    66.810] (II) event7  - Power Button: device is a keyboard
[    66.811] (II) config/udev: Adding input device Video Bus (/dev/input/event9)
[    66.811] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[    66.811] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    66.811] (**) Video Bus: Applying InputClass "keyboard-all"
[    66.811] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    66.811] (II) Using input driver 'libinput' for 'Video Bus'
[    66.811] (**) Video Bus: always reports core events
[    66.811] (**) Option "Device" "/dev/input/event9"
[    66.811] (II) event9  - Video Bus: is tagged by udev as: Keyboard
[    66.812] (II) event9  - Video Bus: device is a keyboard
[    66.812] (II) event9  - Video Bus: device removed
[    66.870] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input10/event9"
[    66.870] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[    66.870] (**) Option "xkb_layout" "us"
[    66.870] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    66.872] (II) event9  - Video Bus: is tagged by udev as: Keyboard
[    66.872] (II) event9  - Video Bus: device is a keyboard
[    66.873] (II) config/udev: Adding input device Lid Switch (/dev/input/event5)
[    66.874] (II) No input driver specified, ignoring this device.
[    66.874] (II) This device may have been added with another device file.
[    66.874] (II) config/udev: Adding input device Sleep Button (/dev/input/event6)
[    66.874] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[    66.874] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[    66.874] (**) Sleep Button: Applying InputClass "keyboard-all"
[    66.875] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[    66.875] (II) Using input driver 'libinput' for 'Sleep Button'
[    66.875] (**) Sleep Button: always reports core events
[    66.875] (**) Option "Device" "/dev/input/event6"
[    66.876] (II) event6  - Sleep Button: is tagged by udev as: Keyboard
[    66.876] (II) event6  - Sleep Button: device is a keyboard
[    66.877] (II) event6  - Sleep Button: device removed
[    66.920] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input7/event6"
[    66.920] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 8)
[    66.920] (**) Option "xkb_layout" "us"
[    66.920] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    66.922] (II) event6  - Sleep Button: is tagged by udev as: Keyboard
[    66.922] (II) event6  - Sleep Button: device is a keyboard
[    66.924] (II) config/udev: Adding input device HDA Intel Mic (/dev/input/event1)
[    66.924] (II) No input driver specified, ignoring this device.
[    66.924] (II) This device may have been added with another device file.
[    66.925] (II) config/udev: Adding input device HDA Intel Dock Mic (/dev/input/event2)
[    66.925] (II) No input driver specified, ignoring this device.
[    66.925] (II) This device may have been added with another device file.
[    66.925] (II) config/udev: Adding input device HDA Intel Headphone (/dev/input/event3)
[    66.925] (II) No input driver specified, ignoring this device.
[    66.925] (II) This device may have been added with another device file.
[    66.927] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[    66.927] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[    66.927] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[    66.927] (**) AT Translated Set 2 keyboard: Applying InputClass "keyboard-all"
[    66.927] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[    66.927] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[    66.927] (**) AT Translated Set 2 keyboard: always reports core events
[    66.927] (**) Option "Device" "/dev/input/event0"
[    66.929] (II) event0  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    66.929] (II) event0  - AT Translated Set 2 keyboard: device is a keyboard
[    66.930] (II) event0  - AT Translated Set 2 keyboard: device removed
[    66.970] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[    66.970] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 9)
[    66.970] (**) Option "xkb_layout" "us"
[    66.970] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    66.972] (II) event0  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    66.972] (II) event0  - AT Translated Set 2 keyboard: device is a keyboard
[    66.974] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/event4)
[    66.974] (**) TPPS/2 IBM TrackPoint: Applying InputClass "evdev pointer catchall"
[    66.974] (**) TPPS/2 IBM TrackPoint: Applying InputClass "libinput pointer catchall"
[    66.974] (II) Using input driver 'libinput' for 'TPPS/2 IBM TrackPoint'
[    66.975] (**) TPPS/2 IBM TrackPoint: always reports core events
[    66.975] (**) Option "Device" "/dev/input/event4"
[    66.976] (II) event4  - TPPS/2 IBM TrackPoint: is tagged by udev as: Mouse Pointingstick
[    66.977] (II) event4  - TPPS/2 IBM TrackPoint: device is a pointer
[    66.979] (II) event4  - TPPS/2 IBM TrackPoint: device removed
[    67.050] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input2/event4"
[    67.050] (II) XINPUT: Adding extended input device "TPPS/2 IBM TrackPoint" (type: MOUSE, id 10)
[    67.051] (**) Option "AccelerationScheme" "none"
[    67.051] (**) TPPS/2 IBM TrackPoint: (accel) selected scheme none/0
[    67.051] (**) TPPS/2 IBM TrackPoint: (accel) acceleration factor: 2.000
[    67.051] (**) TPPS/2 IBM TrackPoint: (accel) acceleration threshold: 4
[    67.052] (II) event4  - TPPS/2 IBM TrackPoint: is tagged by udev as: Mouse Pointingstick
[    67.053] (II) event4  - TPPS/2 IBM TrackPoint: device is a pointer
[    67.055] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/mouse0)
[    67.055] (II) No input driver specified, ignoring this device.
[    67.055] (II) This device may have been added with another device file.
[    67.057] (II) config/udev: Adding input device ThinkPad Extra Buttons (/dev/input/event8)
[    67.057] (**) ThinkPad Extra Buttons: Applying InputClass "evdev keyboard catchall"
[    67.057] (**) ThinkPad Extra Buttons: Applying InputClass "libinput keyboard catchall"
[    67.057] (**) ThinkPad Extra Buttons: Applying InputClass "keyboard-all"
[    67.057] (**) ThinkPad Extra Buttons: Applying InputClass "libinput keyboard catchall"
[    67.057] (II) Using input driver 'libinput' for 'ThinkPad Extra Buttons'
[    67.057] (**) ThinkPad Extra Buttons: always reports core events
[    67.057] (**) Option "Device" "/dev/input/event8"
[    67.059] (II) event8  - ThinkPad Extra Buttons: is tagged by udev as: Keyboard Switch
[    67.059] (II) event8  - ThinkPad Extra Buttons: device is a keyboard
[    67.060] (II) event8  - ThinkPad Extra Buttons: device removed
[    67.120] (**) Option "config_info" "udev:/sys/devices/platform/thinkpad_acpi/input/input9/event8"
[    67.120] (II) XINPUT: Adding extended input device "ThinkPad Extra Buttons" (type: KEYBOARD, id 11)
[    67.120] (**) Option "xkb_layout" "us"
[    67.120] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    67.122] (II) event8  - ThinkPad Extra Buttons: is tagged by udev as: Keyboard Switch
[    67.122] (II) event8  - ThinkPad Extra Buttons: device is a keyboard
[    68.391] (II) modeset(0): EDID vendor "LEN", prod id 16384
[    68.391] (II) modeset(0): Printing DDC gathered Modelines:
[    68.391] (II) modeset(0): Modeline "1024x768"x0.0   54.16  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (40.3 kHz eP)
[    68.391] (II) modeset(0): Modeline "1024x768"x0.0   43.33  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (32.2 kHz e)
[    68.391] (II) modeset(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    68.391] (II) modeset(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    68.391] (II) modeset(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[   478.774] (II) event7  - Power Button: device removed
[   478.810] (II) event9  - Video Bus: device removed
[   478.861] (II) event6  - Sleep Button: device removed
[   478.902] (II) event0  - AT Translated Set 2 keyboard: device removed
[   478.941] (II) event4  - TPPS/2 IBM TrackPoint: device removed
[   479.031] (II) event8  - ThinkPad Extra Buttons: device removed
[   479.080] (II) AIGLX: Suspending AIGLX clients for VT switch
[   483.256] (II) Open ACPI successful (/var/run/acpid.socket)
[   483.256] (II) AIGLX: Resuming AIGLX clients after VT switch
[   483.266] (II) modeset(0): EDID vendor "LEN", prod id 16384
[   483.266] (II) modeset(0): Printing DDC gathered Modelines:
[   483.266] (II) modeset(0): Modeline "1024x768"x0.0   54.16  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (40.3 kHz eP)
[...]
[   483.342] (II) modeset(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[   483.402] (II) event7  - Power Button: is tagged by udev as: Keyboard
[   483.402] (II) event7  - Power Button: device is a keyboard
[   483.404] (II) event9  - Video Bus: is tagged by udev as: Keyboard
[   483.404] (II) event9  - Video Bus: device is a keyboard
[   483.406] (II) event6  - Sleep Button: is tagged by udev as: Keyboard
[   483.406] (II) event6  - Sleep Button: device is a keyboard
[   483.408] (II) event0  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[   483.408] (II) event0  - AT Translated Set 2 keyboard: device is a keyboard
[   483.410] (II) event4  - TPPS/2 IBM TrackPoint: is tagged by udev as: Mouse Pointingstick
[   483.410] (II) event4  - TPPS/2 IBM TrackPoint: device is a pointer
[   483.412] (II) event8  - ThinkPad Extra Buttons: is tagged by udev as: Keyboard Switch
[   483.412] (II) event8  - ThinkPad Extra Buttons: device is a keyboard
[ 10593.410] (II) event4  - TPPS/2 IBM TrackPoint: device removed
[ 10593.787] (II) config/udev: removing device TPPS/2 IBM TrackPoint
[ 10594.060] (II) UnloadModule: "libinput"
[ 10594.128] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/mouse0)
[ 10594.129] (II) No input driver specified, ignoring this device.
[ 10594.129] (II) This device may have been added with another device file.
[ 10594.176] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/event4)
[ 10594.179] (**) TPPS/2 IBM TrackPoint: Applying InputClass "evdev pointer catchall"
[ 10594.180] (**) TPPS/2 IBM TrackPoint: Applying InputClass "libinput pointer catchall"
[ 10594.181] (II) Using input driver 'libinput' for 'TPPS/2 IBM TrackPoint'
[ 10594.182] (**) TPPS/2 IBM TrackPoint: always reports core events
[ 10594.182] (**) Option "Device" "/dev/input/event4"
[ 10594.227] (II) event4  - TPPS/2 IBM TrackPoint: is tagged by udev as: Mouse Pointingstick
[ 10594.228] (II) event4  - TPPS/2 IBM TrackPoint: device is a pointer
[ 10594.230] (II) event4  - TPPS/2 IBM TrackPoint: device removed
[ 10594.310] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input12/event4"
[ 10594.310] (II) XINPUT: Adding extended input device "TPPS/2 IBM TrackPoint" (type: MOUSE, id 10)
[ 10594.312] (**) Option "AccelerationScheme" "none"
[ 10594.313] (**) TPPS/2 IBM TrackPoint: (accel) selected scheme none/0
[ 10594.313] (**) TPPS/2 IBM TrackPoint: (accel) acceleration factor: 2.000
[ 10594.313] (**) TPPS/2 IBM TrackPoint: (accel) acceleration threshold: 4
[ 10594.341] (II) event4  - TPPS/2 IBM TrackPoint: is tagged by udev as: Mouse Pointingstick
[ 10594.342] (II) event4  - TPPS/2 IBM TrackPoint: device is a pointer
[ 22446.003] (II) event4  - TPPS/2 IBM TrackPoint: device removed
[ 22446.159] (II) config/udev: removing device TPPS/2 IBM TrackPoint
[ 22446.251] (II) UnloadModule: "libinput"
[ 22446.532] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/mouse0)
[ 22446.542] (II) No input driver specified, ignoring this device.
[ 22446.543] (II) This device may have been added with another device file.
[ 22446.711] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/event4)
[ 22446.711] (**) TPPS/2 IBM TrackPoint: Applying InputClass "evdev pointer catchall"
[ 22446.711] (**) TPPS/2 IBM TrackPoint: Applying InputClass "libinput pointer catchall"
[ 22446.712] (II) Using input driver 'libinput' for 'TPPS/2 IBM TrackPoint'
[ 22446.712] (**) TPPS/2 IBM TrackPoint: always reports core events
[ 22446.713] (**) Option "Device" "/dev/input/event4"
[ 22446.722] (II) event4  - TPPS/2 IBM TrackPoint: is tagged by udev as: Mouse Pointingstick
[ 22446.725] (II) event4  - TPPS/2 IBM TrackPoint: device is a pointer
[ 22446.731] (II) event4  - TPPS/2 IBM TrackPoint: device removed
[ 22446.820] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input14/event4"
[ 22446.821] (II) XINPUT: Adding extended input device "TPPS/2 IBM TrackPoint" (type: MOUSE, id 10)
[ 22446.822] (**) Option "AccelerationScheme" "none"
[ 22446.823] (**) TPPS/2 IBM TrackPoint: (accel) selected scheme none/0
[ 22446.823] (**) TPPS/2 IBM TrackPoint: (accel) acceleration factor: 2.000
[ 22446.823] (**) TPPS/2 IBM TrackPoint: (accel) acceleration threshold: 4
[ 22446.842] (II) event4  - TPPS/2 IBM TrackPoint: is tagged by udev as: Mouse Pointingstick
[ 22446.843] (II) event4  - TPPS/2 IBM TrackPoint: device is a pointer

Last edited by ludist; 03-12-2024 at 08:54 AM. Reason: xorg
 
1 members found this post helpful.
Old 03-10-2024, 08:21 PM   #7
skiwarz1
LQ Newbie
 
Registered: Dec 2021
Posts: 8

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by ludist View Post
I have the same laptop. No problems with fresh install. Maybe you have some settings somewhere?

a. Try with fresh user?
b. Try with fresh /etc?
Interesting...
Yeah, my Xorg.0.log looked pretty much identical to yours. Same kernel version, same kernel options (essentially), and same xorg driver (modesetting).
What's stranger is I never really installed anything weird to this - it's basically stock slackware. All my packages are in the default slackware64-15 repo, and I don't really use this machine all that often anyways. If I have time in the near future, I'll try a fresh install anyways.
For right now, I installed the -current kernel (6.6.21), and it's working just fine. If that works in the long run, I guess I'll be happy with it, despite not knowing what the issue was (lol).
As I can't get it to crash at the moment, I can't post my Xorg.0.log. If it does, I'll post it.
 
Old 03-11-2024, 09:40 AM   #8
ludist
Member
 
Registered: Nov 2005
Location: Greece
Distribution: Slackware
Posts: 172

Rep: Reputation: 21
Quote:
Originally Posted by skiwarz1 View Post
Interesting...
I installed the -current kernel (6.6.21), and it's working just fine.
Hmm... I don't use the stock Slackware-15.0 kernel but my custom latest kernel from 5.15 series. I booted with generic only for you to examine if there is a problem. I don't tested generic long term. I don't have huge kernel installed to test.

Here is my config to compile your own kernel.

Although the config states T61 I run-it / test-it for several days on X61. They have similar, or maybe identical hardware.
 
Old 03-11-2024, 06:17 PM   #9
skiwarz1
LQ Newbie
 
Registered: Dec 2021
Posts: 8

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by ludist View Post
I booted with generic only for you to examine if there is a problem. I don't tested generic long term. I don't have huge kernel installed to test.
Ok, so the Xorg.0.log you posted was with your custom kernel, or with the generic kernel?
 
Old 03-12-2024, 08:55 AM   #10
ludist
Member
 
Registered: Nov 2005
Location: Greece
Distribution: Slackware
Posts: 172

Rep: Reputation: 21
Custom kernel, as you can see from the first lines.

See *stars*
Code:
[    66.162] Current Operating System: Linux ludist *5.15.150t61* #3 SMP Thu Mar 7 16:22:47 EET 2024 x86_64
[    66.162] Kernel command line: *BOOT_IMAGE=/vmlinuz-ludist* root=/dev/sda2 ro append resume=/dev/sda4
I imagine the other lines are the same with other kernels.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
crash () { crash|crash& }; crash grob115 Linux - Security 6 05-07-2011 03:06 AM
Sound and Graphics not working in Intel D101GGC with ATI graphics and Realtek audio sanu1 Linux - Hardware 2 12-28-2008 07:29 PM
Crash, Crash, Crash, Crash and You Guessed it Crash! little_penguin SUSE / openSUSE 8 07-04-2005 09:34 AM
Graphics issues with Intel 82856G Graphics Adapter herrmag Linux - Newbie 1 08-09-2004 02:52 PM
xmms crash xine crash mplayer crash paledread Linux - Software 9 03-09-2004 07:09 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 10:14 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration