You are not logged in.

#1 2021-10-18 11:09:19

Testaz
Member
Registered: 2021-10-18
Posts: 1

Black screen after login on MSI-CX600

Hello,

I have recently installed archlinux with a Budgie desktop.
The problem seems to concern all Linux distros. My laptop screen was black after login. After some searches, I was able to find a workaround, it consists in adding "irqpoll" in the Kernel parameters (I use GRUB btw).
But I read that this solution was temporary, like "nomodeset" I guess. So I want to solve the problem without using this option.

"lspci" output:

00:00.0 Host bridge: Silicon Integrated Systems [SiS] 671MX
00:01.0 PCI bridge: Silicon Integrated Systems [SiS] PCI-to-PCI bridge
00:02.0 ISA bridge: Silicon Integrated Systems [SiS] SiS968 [MuTIOL Media IO] (rev 01)
00:02.5 IDE interface: Silicon Integrated Systems [SiS] 5513 IDE Controller (rev 01)
00:03.0 USB controller: Silicon Integrated Systems [SiS] USB 1.1 Controller (rev 0f)
00:03.1 USB controller: Silicon Integrated Systems [SiS] USB 1.1 Controller (rev 0f)
00:03.3 USB controller: Silicon Integrated Systems [SiS] USB 2.0 Controller
00:04.0 Ethernet controller: Silicon Integrated Systems [SiS] 191 Gigabit Ethernet Adapter (rev 02)
00:05.0 IDE interface: Silicon Integrated Systems [SiS] SATA Controller / IDE mode (rev 03)
00:06.0 PCI bridge: Silicon Integrated Systems [SiS] PCI-to-PCI bridge
00:07.0 PCI bridge: Silicon Integrated Systems [SiS] PCI-to-PCI bridge
00:0f.0 Audio device: Silicon Integrated Systems [SiS] Azalia Audio Controller
01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] RV710/M92 [Mobility Radeon HD 4330/4350/4550]
02:00.0 Network controller: Ralink corp. RT3090 Wireless 802.11n 1T/1R PCIe

Xorg.0.log when the black screen occurs: http://ix.io/3C77

"dmesg | grep irq" output when the black screen occurs:

[    0.088484] ACPI: INT SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.088488] ACPI: INT SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[    0.233154] NR_IRQS: 20736, nr_irqs: 456, preallocated irqs: 16
[    0.814550] ehci-pci 0000:00:03.3: irg 22, io mem 0xfe9fd000
[    0.841609] ohci-pci 0000:00:03.0: irq 20, io mem 0xfe9ff000
[    0.913422] ohci-pci 0000:00:03.1: irq 21, io mem 0xfe9fe000
[    0.983843] rtc_cmos 00:01: alarms up to one year, 114 bytes nvram, hpet irqs
[    1.349316] i8042: PNP: PS/2 Controller [PNP0303:PS2K, PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[    1.369036] serio: i8042 KBD port at 0x60,0x64 irq 1
[    1.369053] serio: i8042 AUX port at 0x60,0x64 irq 12
[    1.396673] ata1: PATA max UDMA/133 cmd 0x1f0 ct1 0x3f6 bmdma 0xfff0 irq 14
[    1.396676] ata2: PATA max UDMA/133 cmd 0x170 ctl 0x376 bmdma 0xfff8 irq 15
[    1.567387] ata3: PATA max UDMA/133 cmd 0xd800 ctl 0xd400 bmdma 0xc800 irq 17
[    1.567390] ata4: PATA max UDMA/133 cmd 0xd000 ct1 0xcc00 bmdma 0xc808 irq 17
[    7.221677] [drm] radeon: irq initialized.

"dmesg | grep irq" output when using "irqpoll":

[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-linux-lts root=UUID=c4bcea33-1ecc-42f0-93d4-cc727d8a0f5a rw loglevel=3 quiet irqpoll
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux-lts root=UUID=c4bcea33-1ecc-42f0-93d4-cc727d8a0f5a rw loglevel=3 quiet irqpoll
[    0.000000] NR_IRQS: 20736, nr_irqs: 456, preallocated irqs: 16
[    0.530677] ehci-pci 0000:00:03.3: irq 22, io mem 0xfe9fd000
[    0.557941] ohci-pci 0000:00:03.0: irq 20, io mem 0xfe9ff000
[    0.629758] ohci-pci 0000:00:03.1: irq 21, io mem 0xfe9fe000
[    0.700161] rtc_cmos 00:01: alarms up to one year, 114 bytes nvram, hpet irqs
[    1.047141] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[    1.063109] serio: i8042 KBD port at 0x60,0x64 irq 1
[    1.063129] serio: i8042 AUX port at 0x60,0x64 irq 12
[    1.113018] ata1: PATA max UDMA/133 cmd 0x1f0 ctl 0x3f6 bmdma 0xfff0 irq 14
[    1.113021] ata2: PATA max UDMA/133 cmd 0x170 ctl 0x376 bmdma 0xfff8 irq 15
[    1.155127] ata3: PATA max UDMA/133 cmd 0xd800 ctl 0xd400 bmdma 0xc800 irq 17
[    1.155130] ata4: PATA max UDMA/133 cmd 0xd000 ctl 0xcc00 bmdma 0xc808 irq 17
[    6.465282] [drm] radeon: irq initialized.

Any help would be appreciated.

Thank you.

Offline

Board footer

Powered by FluxBB