You are not logged in.
Pages: 1
Hello, i installed lm_sensors with pacman and do the guide configuration of the arch wiki that generate the k10temp module, but after read about the hardware issues with this package, i decided to remove it but i can't do it because it breaks dependency required by mesa. I tried removing it with the unrecommended way ( pacman -Rdd ) and it breaks the system after reboot. Is there are any safe way of remove it ?
Offline
breaks the system after reboot.
How does it break the system after reboot? Just curious - the uninstall might not be the cause of the breakdown.
Offline
Welcome to the boards,
Please post actual outputs instead of paraphrasing the next time, you don't want to remove lm_sensors you just need to remove/disable the config it created to autoload the relevant hardware modules. So remove /etc/conf.d/lm_sensors and
systemctl disable lm_sensorsthat will return everything to the previous state. Maybe also blacklist k10temp to be extra sure.
@d_fajardo
I can entirely believe that. lm_sensors provides a shared library that all dependants of it can potentially fail on if they do not find it. But "system broke" is more likely to be "graphical session broke" and a multi-user.target still being usable.
Last edited by V1del (2020-09-03 07:29:54)
Offline
juanitojones wrote:breaks the system after reboot.
How does it break the system after reboot? Just curious - the uninstall might not be the cause of the breakdown.
Yea , i expressed wrong. It makes unable to load the DE and throws me back to the login screen.
This was the output error from Xorg.0.log:
[ 309.036] (==) Log file: "/home/juan/.local/share/xorg/Xorg.0.log", Time: Thu Sep 3 11:33:30 2020
[ 309.036] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 309.037] (==) No Layout section. Using the first Screen section.
[ 309.037] (==) No screen section available. Using defaults.
[ 309.037] (**) |-->Screen "Default Screen Section" (0)
[ 309.037] (**) | |-->Monitor "<default monitor>"
[ 309.037] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 309.037] (==) Automatically adding devices
[ 309.037] (==) Automatically enabling devices
[ 309.037] (==) Automatically adding GPU devices
[ 309.037] (==) Automatically binding GPU devices
[ 309.037] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 309.037] (WW) The directory "/usr/share/fonts/misc" does not exist.
[ 309.037] Entry deleted from font path.
[ 309.037] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[ 309.037] Entry deleted from font path.
[ 309.037] (==) FontPath set to:
/usr/share/fonts/TTF,
/usr/share/fonts/OTF,
/usr/share/fonts/100dpi,
/usr/share/fonts/75dpi
[ 309.037] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 309.037] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 309.037] (II) Module ABI versions:
[ 309.037] X.Org ANSI C Emulation: 0.4
[ 309.037] X.Org Video Driver: 24.1
[ 309.037] X.Org XInput driver : 24.1
[ 309.037] X.Org Server Extension : 10.0
[ 309.038] (++) using VT number 1
[ 309.041] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_35
[ 309.043] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 309.043] (II) Platform probe for /sys/devices/pci0000:00/0000:00:08.1/0000:04:00.0/drm/card0
[ 309.044] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 10 paused 0
[ 309.048] (--) PCI:*(4@0:0:0) 1002:15dd:17aa:3801 rev 195, Mem @ 0xc0000000/268435456, 0xd0000000/2097152, 0xd0600000/524288, I/O @ 0x00001000/256
[ 309.048] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 309.048] (II) LoadModule: "glx"
[ 309.048] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 309.050] (II) Module glx: vendor="X.Org Foundation"
[ 309.050] compiled for 1.20.9, module version = 1.0.0
[ 309.050] ABI class: X.Org Server Extension, version 10.0
[ 309.050] (II) Applying OutputClass "AMDgpu" to /dev/dri/card0
[ 309.050] loading driver: amdgpu
[ 309.050] (==) Matched amdgpu as autoconfigured driver 0
[ 309.050] (==) Matched ati as autoconfigured driver 1
[ 309.050] (==) Matched modesetting as autoconfigured driver 2
[ 309.050] (==) Matched fbdev as autoconfigured driver 3
[ 309.050] (==) Matched vesa as autoconfigured driver 4
[ 309.050] (==) Assigned the driver to the xf86ConfigLayout
[ 309.050] (II) LoadModule: "amdgpu"
[ 309.050] (II) Loading /usr/lib/xorg/modules/drivers/amdgpu_drv.so
[ 309.051] (II) Module amdgpu: vendor="X.Org Foundation"
[ 309.051] compiled for 1.20.8, module version = 19.1.0
[ 309.051] Module class: X.Org Video Driver
[ 309.051] ABI class: X.Org Video Driver, version 24.1
[ 309.051] (II) LoadModule: "ati"
[ 309.051] (WW) Warning, couldn't open module ati
[ 309.051] (EE) Failed to load module "ati" (module does not exist, 0)
[ 309.051] (II) LoadModule: "modesetting"
[ 309.051] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[ 309.052] (II) Module modesetting: vendor="X.Org Foundation"
[ 309.052] compiled for 1.20.9, module version = 1.20.9
[ 309.052] Module class: X.Org Video Driver
[ 309.052] ABI class: X.Org Video Driver, version 24.1
[ 309.052] (II) LoadModule: "fbdev"
[ 309.052] (WW) Warning, couldn't open module fbdev
[ 309.052] (EE) Failed to load module "fbdev" (module does not exist, 0)
[ 309.052] (II) LoadModule: "vesa"
[ 309.052] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[ 309.052] (II) Module vesa: vendor="X.Org Foundation"
[ 309.052] compiled for 1.20.8, module version = 2.4.0
[ 309.052] Module class: X.Org Video Driver
[ 309.052] ABI class: X.Org Video Driver, version 24.1
[ 309.052] (II) AMDGPU: Driver for AMD Radeon:
All GPUs supported by the amdgpu kernel driver
[ 309.052] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 309.052] (II) VESA: driver for VESA chipsets: vesa
[ 309.052] xf86EnableIOPorts: failed to set IOPL for I/O (Operation not permitted)
[ 309.053] (WW) Falling back to old probe method for modesetting
[ 309.054] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[ 309.054] (II) AMDGPU(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
[ 309.054] (==) AMDGPU(0): Depth 24, (--) framebuffer bpp 32
[ 309.054] (II) AMDGPU(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
[ 309.054] (==) AMDGPU(0): Default visual is TrueColor
[ 309.054] (==) AMDGPU(0): RGB weight 888
[ 309.054] (II) AMDGPU(0): Using 8 bits per RGB (8 bit DAC)
[ 309.054] (--) AMDGPU(0): Chipset: "Unknown AMD Radeon GPU" (ChipID = 0x15dd)
[ 309.054] (II) Loading sub module "fb"
[ 309.054] (II) LoadModule: "fb"
[ 309.054] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 309.054] (II) Module fb: vendor="X.Org Foundation"
[ 309.054] compiled for 1.20.9, module version = 1.0.0
[ 309.054] ABI class: X.Org ANSI C Emulation, version 0.4
[ 309.054] (II) Loading sub module "dri2"
[ 309.054] (II) LoadModule: "dri2"
[ 309.054] (II) Module "dri2" already built-in
[ 309.057] (WW) AMDGPU(0): gbm_create_device returned NULL, using ShadowFB
[ 309.057] (II) Loading sub module "shadow"
[ 309.057] (II) LoadModule: "shadow"
[ 309.057] (II) Loading /usr/lib/xorg/modules/libshadow.so
[ 309.057] (II) Module shadow: vendor="X.Org Foundation"
[ 309.057] compiled for 1.20.9, module version = 1.1.0
[ 309.057] ABI class: X.Org ANSI C Emulation, version 0.4
[ 309.057] (II) AMDGPU(0): KMS Pageflipping: enabled
[ 309.058] (II) AMDGPU(0): Output eDP has no monitor section
[ 309.058] (II) AMDGPU(0): Output HDMI-A-0 has no monitor section
[ 309.058] (II) AMDGPU(0): Output DisplayPort-0 has no monitor section
[ 309.058] (II) AMDGPU(0): Output DisplayPort-1 has no monitor section
[ 309.077] (II) AMDGPU(0): EDID for output eDP
[ 309.077] (II) AMDGPU(0): Manufacturer: LGD Model: 5e5 Serial#: 0
[ 309.077] (II) AMDGPU(0): Year: 2018 Week: 0
[ 309.077] (II) AMDGPU(0): EDID Version: 1.4
[ 309.077] (II) AMDGPU(0): Digital Display Input
[ 309.077] (II) AMDGPU(0): 8 bits per channel
[ 309.077] (II) AMDGPU(0): Digital interface is DisplayPort
[ 309.077] (II) AMDGPU(0): Max Image Size [cm]: horiz.: 34 vert.: 19
[ 309.077] (II) AMDGPU(0): Gamma: 2.20
[ 309.077] (II) AMDGPU(0): No DPMS capabilities specified
[ 309.077] (II) AMDGPU(0): Supported color encodings: RGB 4:4:4
[ 309.077] (II) AMDGPU(0): First detailed timing is preferred mode
[ 309.077] (II) AMDGPU(0): Preferred mode is native pixel format and refresh rate
[ 309.078] (II) AMDGPU(0): redX: 0.590 redY: 0.370 greenX: 0.350 greenY: 0.555
[ 309.078] (II) AMDGPU(0): blueX: 0.155 blueY: 0.110 whiteX: 0.313 whiteY: 0.329
[ 309.078] (II) AMDGPU(0): Manufacturer's mask: 0
[ 309.078] (II) AMDGPU(0): Supported detailed timing:
[ 309.078] (II) AMDGPU(0): clock: 138.6 MHz Image Size: 344 x 194 mm
[ 309.078] (II) AMDGPU(0): h_active: 1920 h_sync: 1968 h_sync_end 2000 h_blank_end 2080 h_border: 0
[ 309.078] (II) AMDGPU(0): v_active: 1080 v_sync: 1083 v_sync_end 1088 v_blanking: 1111 v_border: 0
[ 309.078] (II) AMDGPU(0): LG Display
[ 309.078] (II) AMDGPU(0): LP156WFC-SPD1
[ 309.078] (II) AMDGPU(0): EDID (in hex):
[ 309.078] (II) AMDGPU(0): 00ffffffffffff0030e4e50500000000
[ 309.078] (II) AMDGPU(0): 001c0104a52213780238d5975e598e27
[ 309.078] (II) AMDGPU(0): 1c505400000001010101010101010101
[ 309.078] (II) AMDGPU(0): 010101010101243680a070381f403020
[ 309.078] (II) AMDGPU(0): 350058c2100000190000000000000000
[ 309.078] (II) AMDGPU(0): 00000000000000000000000000fe004c
[ 309.078] (II) AMDGPU(0): 4720446973706c61790a2020000000fe
[ 309.078] (II) AMDGPU(0): 004c503135365746432d53504431003e
[ 309.078] (II) AMDGPU(0): Printing probed modes for output eDP
[ 309.078] (II) AMDGPU(0): Modeline "1920x1080"x60.0 138.60 1920 1968 2000 2080 1080 1083 1088 1111 -hsync -vsync (66.6 kHz eP)
[ 309.078] (II) AMDGPU(0): Modeline "1680x1050"x60.0 138.60 1680 1968 2000 2080 1050 1083 1088 1111 -hsync -vsync (66.6 kHz e)
[ 309.078] (II) AMDGPU(0): Modeline "1280x1024"x60.0 138.60 1280 1968 2000 2080 1024 1083 1088 1111 -hsync -vsync (66.6 kHz e)
[ 309.078] (II) AMDGPU(0): Modeline "1440x900"x60.0 138.60 1440 1968 2000 2080 900 1083 1088 1111 -hsync -vsync (66.6 kHz e)
[ 309.078] (II) AMDGPU(0): Modeline "1280x800"x60.0 138.60 1280 1968 2000 2080 800 1083 1088 1111 -hsync -vsync (66.6 kHz e)
[ 309.078] (II) AMDGPU(0): Modeline "1280x720"x60.0 138.60 1280 1968 2000 2080 720 1083 1088 1111 -hsync -vsync (66.6 kHz e)
[ 309.078] (II) AMDGPU(0): Modeline "1024x768"x60.0 138.60 1024 1968 2000 2080 768 1083 1088 1111 -hsync -vsync (66.6 kHz e)
[ 309.078] (II) AMDGPU(0): Modeline "800x600"x60.0 138.60 800 1968 2000 2080 600 1083 1088 1111 -hsync -vsync (66.6 kHz e)
[ 309.078] (II) AMDGPU(0): Modeline "640x480"x60.0 138.60 640 1968 2000 2080 480 1083 1088 1111 -hsync -vsync (66.6 kHz e)
[ 309.078] (II) AMDGPU(0): EDID for output HDMI-A-0
[ 309.078] (II) AMDGPU(0): EDID for output DisplayPort-0
[ 309.078] (II) AMDGPU(0): EDID for output DisplayPort-1
[ 309.078] (II) AMDGPU(0): Output eDP connected
[ 309.078] (II) AMDGPU(0): Output HDMI-A-0 disconnected
[ 309.078] (II) AMDGPU(0): Output DisplayPort-0 disconnected
[ 309.078] (II) AMDGPU(0): Output DisplayPort-1 disconnected
[ 309.078] (II) AMDGPU(0): Using exact sizes for initial modes
[ 309.078] (II) AMDGPU(0): Output eDP using initial mode 1920x1080 +0+0
[ 309.078] (II) AMDGPU(0): mem size init: gart size :bf6d3000 vram size: s:3e44d000 visible:3e44d000
[ 309.078] (==) AMDGPU(0): DPI set to (96, 96)
[ 309.078] (==) AMDGPU(0): Using gamma correction (1.0, 1.0, 1.0)
[ 309.078] (II) Loading sub module "ramdac"
[ 309.078] (II) LoadModule: "ramdac"
[ 309.078] (II) Module "ramdac" already built-in
[ 309.078] (II) UnloadModule: "modesetting"
[ 309.078] (II) Unloading modesetting
[ 309.078] (II) UnloadModule: "vesa"
[ 309.078] (II) Unloading vesa
[ 309.079] (II) AMDGPU(0): Front buffer pitch: 8192 bytes
[ 309.079] (==) AMDGPU(0): DRI3 disabled
[ 309.079] (==) AMDGPU(0): Backing store enabled
[ 309.079] (WW) AMDGPU(0): Direct rendering disabled
[ 309.079] (II) AMDGPU(0): 2D and 3D acceleration disabled
[ 309.079] (==) AMDGPU(0): DPMS enabled
[ 309.079] (==) AMDGPU(0): Silken mouse disabled
[ 309.095] (II) Initializing extension Generic Event Extension
[ 309.095] (II) Initializing extension SHAPE
[ 309.095] (II) Initializing extension MIT-SHM
[ 309.095] (II) Initializing extension XInputExtension
[ 309.095] (II) Initializing extension XTEST
[ 309.095] (II) Initializing extension BIG-REQUESTS
[ 309.095] (II) Initializing extension SYNC
[ 309.095] (II) Initializing extension XKEYBOARD
[ 309.095] (II) Initializing extension XC-MISC
[ 309.095] (II) Initializing extension SECURITY
[ 309.095] (II) Initializing extension XFIXES
[ 309.095] (II) Initializing extension RENDER
[ 309.095] (II) Initializing extension RANDR
[ 309.095] (II) Initializing extension COMPOSITE
[ 309.095] (II) Initializing extension DAMAGE
[ 309.095] (II) Initializing extension MIT-SCREEN-SAVER
[ 309.095] (II) Initializing extension DOUBLE-BUFFER
[ 309.095] (II) Initializing extension RECORD
[ 309.095] (II) Initializing extension DPMS
[ 309.095] (II) Initializing extension Present
[ 309.095] (II) Initializing extension DRI3
[ 309.095] (II) Initializing extension X-Resource
[ 309.095] (II) Initializing extension XVideo
[ 309.095] (II) Initializing extension XVideo-MotionCompensation
[ 309.095] (II) Initializing extension GLX
[ 309.095] (II) AIGLX: Screen 0 is not DRI2 capable
[ 309.096] (EE) AIGLX error: dlopen of /usr/lib/dri/swrast_dri.so failed (libsensors.so.5: cannot open shared object file: No such file or directory)
[ 309.096] (EE) AIGLX error: unable to load driver swrast
[ 309.096] (EE) GLX: could not load software renderer
[ 309.096] (II) GLX: no usable GL providers found for screen 0
[ 309.096] (II) Initializing extension XFree86-VidModeExtension
[ 309.096] (II) Initializing extension XFree86-DGA
[ 309.096] (II) Initializing extension XFree86-DRI
[ 309.096] (II) Initializing extension DRI2
[ 309.096] (II) AMDGPU(0): Setting screen physical size to 508 x 285
[ 309.152] (EE)
[ 309.152] (EE) Backtrace:
[ 309.152] (EE) 0: /usr/lib/Xorg (xorg_backtrace+0x53) [0x55d5addf9bd3]
[ 309.152] (EE) 1: /usr/lib/Xorg (0x55d5adcb3000+0x151a15) [0x55d5ade04a15]
[ 309.152] (EE) 2: /usr/lib/libc.so.6 (0x7f21a69e1000+0x3d6a0) [0x7f21a6a1e6a0]
[ 309.152] (EE) 3: /usr/lib/libc.so.6 (gsignal+0x145) [0x7f21a6a1e615]
[ 309.152] (EE) 4: /usr/lib/libc.so.6 (abort+0x116) [0x7f21a6a07862]
[ 309.152] (EE) 5: /usr/lib/libc.so.6 (0x7f21a69e1000+0x26747) [0x7f21a6a07747]
[ 309.152] (EE) 6: /usr/lib/libc.so.6 (0x7f21a69e1000+0x35bf6) [0x7f21a6a16bf6]
[ 309.152] (EE) 7: /usr/lib/xorg/modules/drivers/amdgpu_drv.so (0x7f21a5d69000+0x8fd3) [0x7f21a5d71fd3]
[ 309.152] (EE) 8: /usr/lib/xorg/modules/drivers/amdgpu_drv.so (0x7f21a5d69000+0x933a) [0x7f21a5d7233a]
[ 309.152] (EE) 9: /usr/lib/xorg/modules/drivers/amdgpu_drv.so (0x7f21a5d69000+0x1534d) [0x7f21a5d7e34d]
[ 309.152] (EE) 10: /usr/lib/xorg/modules/drivers/amdgpu_drv.so (0x7f21a5d69000+0x1746a) [0x7f21a5d8046a]
[ 309.152] (EE) 11: /usr/lib/xorg/modules/drivers/amdgpu_drv.so (0x7f21a5d69000+0x19127) [0x7f21a5d82127]
[ 309.152] (EE) 12: /usr/lib/Xorg (MapWindow+0x251) [0x55d5add56931]
[ 309.153] (EE) 13: /usr/lib/Xorg (0x55d5adcb3000+0x395e9) [0x55d5adcec5e9]
[ 309.153] (EE) 14: /usr/lib/libc.so.6 (__libc_start_main+0xf2) [0x7f21a6a09152]
[ 309.153] (EE) 15: /usr/lib/Xorg (_start+0x2e) [0x55d5adced5ae]
[ 309.153] (EE)
[ 309.153] (EE)
Fatal server error:
[ 309.153] (EE) Caught signal 6 (Aborted). Server aborting
[ 309.153] (EE)
[ 309.153] (EE)
Please consult the The X.Org Foundation support
at http://wiki.x.org
for help.
[ 309.153] (EE) Please also check the log file at "/home/juan/.local/share/xorg/Xorg.0.log" for additional information.
[ 309.153] (EE)
[ 309.167] (EE) Server terminated with error (1). Closing log file.Re-installing lm_sensors package fix the issue but k10temp it still loading after boot.
Welcome to the boards,
Please post actual outputs instead of paraphrasing the next time, you don't want to remove lm_sensors you just need to remove/disable the config it created to autoload the relevant hardware modules. So remove /etc/conf.d/lm_sensors and
systemctl disable lm_sensorsthat will return everything to the previous state. Maybe also blacklist k10temp to be extra sure.
Ok , i will keep it in mind for the next post
. There wasn't a config file of lm_sensors in /etc/conf.d/ but blacklisting k10temp definitely prevents the module from loading.
Thanks for replying
Offline
Pages: 1