Fedora18 crashes frequently and becomes very popular after a while, with no response from the mouse or keyboard. In win7, the heat is good and rarely crashes.
Now delete Firefox and change chrome to change KDE
Yum groupinstall KDE-Desktop
Installation instructions:
Yum install kde-i18n-Chinese.noarch
Yum install kde-l10n-Chinese.noarch
Then, log out. There is an option under login. Select KDE,
Enter the account password and log on to the KDE.
Check whether the problem can be solved.
This method is better. It took a day not to die. When you open the Google browser and open multiple pages to watch videos at the same time, the heat sink will soon become hot. Try to disable the independent video card. The command is as follows:
echo IGD > /sys/kernel/debug/vgaswitcheroo/switchecho OFF > /sys/kernel/debug/vgaswitcheroo/switch
View the closing result after closing
CAT/sys/kernel/debug/vgaswitcheroo/switch: 0: IgD: +: PWR: 0000: 00: 02.01: DIS: off: 0000: 01: 00.0 proves that the Singleton is successfully disabled.
Add the following command to the end of/etc/bashrc and restart the computer.
#todo: wulong close graphics cardecho IGD >/sys/kernel/debug/vgaswitcheroo/switch ;echo OFF > /sys/kernel/debug/vgaswitcheroo/switch#endif
Let's take a look at the effect. Computer crashes. There are many issues with fedora.
The system prompts that you do not have the permission to run the video, but the independent video card is disabled.
I just crashed again. Normal Internet access, suddenly fan flying, feel bad hurry to reboot, and then the machine will crash, the fan is still flying, hot, can only hard shutdown, distressed computer. View/var/log/message
May 27 23:42:10 localhost kernel: [ 3384.954712] Disabling IRQ #17May 27 23:42:11 localhost kernel: [ 3385.452900] ath: phy0: Failed to stop TX DMA, queues=0x10f!May 27 23:42:11 localhost kernel: [ 3385.466319] ath: phy0: DMA failed to stop in 10 ms AR_CR=0xffffffff AR_DIAG_SW=0xffffffff DMADBG_7=0xffffffffMay 27 23:42:11 localhost kernel: [ 3385.466385] ath: phy0: Could not stop RX, we could be confusing the DMA engine when we start RX upMay 27 23:42:11 localhost kernel: [ 3385.584248] ath: phy0: Chip reset failedMay 27 23:42:11 localhost kernel: [ 3385.584257] ath: phy0: Unable to reset channel, reset status -22May 27 23:42:11 localhost kernel: [ 3385.584325] ath: phy0: Unable to set channelMay 27 23:53:38 localhost systemd-logind[526]: Linked /tmp/.X11-unix/X0 to /run/user/1000/X11-display.May 27 23:53:38 localhost gnome-session[1049]: WARNING: Detected that screensaver has left the busMay 27 23:53:38 localhost gnome-session[1049]: CRITICAL: gsm_manager_set_phase: assertion `GSM_IS_MANAGER (manager)' failedMay 27 23:53:38 localhost gdm-simple-slave[583]: WARNING: Failed to remove slave program access to the display. Trying to proceed.May 27 23:53:54 localhost dbus-daemon[544]: ** Message: No devices in use, exitMay 27 23:53:58 localhost systemd-logind[526]: Removed session 1.May 27 23:53:59 localhost systemd[1]: Cannot add dependency job for unit mdmonitor-takeover.service, ignoring: Unit mdmonitor-takeover.service failed to load: No such file or directory. See system logs and 'systemctl status mdmonitor-takeover.service' for details.May 27 23:53:59 localhost systemd[1]: Starting CUPS Printing Service...May 27 23:53:59 localhost systemd[1]: Started CUPS Printing Service.May 27 23:54:04 localhost rtkit-daemon[1185]: Successfully made thread 1465 of process 1465 (/usr/bin/pulseaudio) owned by '1000' high priority at nice level -11.May 27 23:54:05 localhost dbus-daemon[544]: dbus[544]: [system] Activating via systemd: service name='org.bluez' unit='dbus-org.bluez.service'May 27 23:54:05 localhost dbus-daemon[544]: dbus[544]: [system] Activation via systemd failed for unit 'dbus-org.bluez.service': Unit dbus-org.bluez.service failed to load: No such file or directory. See system logs and 'systemctl status dbus-org.bluez.service' for details.May 27 23:54:05 localhost dbus[544]: [system] Activating via systemd: service name='org.bluez' unit='dbus-org.bluez.service'May 27 23:54:05 localhost dbus[544]: [system] Activation via systemd failed for unit 'dbus-org.bluez.service': Unit dbus-org.bluez.service failed to load: No such file or directory. See system logs and 'systemctl status dbus-org.bluez.service' for details.May 27 23:54:05 localhost pulseaudio[1465]: [pulseaudio] bluetooth-util.c: org.bluez.Manager.ListAdapters() failed: org.freedesktop.systemd1.LoadFailed: Unit dbus-org.bluez.service failed to load: No such file or directory. See system logs and 'systemctl status dbus-org.bluez.service' for details.
The above is an error.
I. Bluetooth Problems
Usage [544]: [system] activation via systemd failed for unit 'memory-org. bluez. Service'
Foreigners said this solution, refer to https://bbs.archlinux.org/viewtopic.php? Id = 155714
1. First check the Bluetooth status
[root@localhost wulong]# systemctl status dbus-org.bluez.servicedbus-org.bluez.service Loaded: error (Reason: No such file or directory) Active: inactive (dead)
2. Unable to detect the Bluetooth status. Therefore, the Bluetooth status can be detected.
[root@localhost wulong]# systemctl enable bluetooth.serviceFailed to issue method call: File exists
3. view the setting result
[root@localhost wulong]# systemctl status dbus-org.bluez.servicebluetooth.service - Bluetooth service Loaded: loaded (/usr/lib/systemd/system/bluetooth.service; enabled) Active: inactive (dead)
2. solve this problem
May 27 23:53:59 localhost systemd [1]: cannot add dependency job for unit mdmonitor-takeover.service, ignoring: Unit mdmonitor-takeover.service failed to load: no such file or directory. see system logs and 'systemctl status mdmonitor-takeover.service 'for details.
Refer to here
Https://bugzilla.redhat.com/show_bug.cgi? Id = 901651
1. Check
[root@localhost log]# ls /etc/systemd/system/sysinit.target.wants/lvm2-monitor.service mdmonitor-takeover.service
[root@localhost log]# ls -l /etc/systemd/system/sysinit.target.wants/mdmonitor-takeover.service lrwxrwxrwx. 1 root root 46 May 23 05:23 /etc/systemd/system/sysinit.target.wants/mdmonitor-takeover.service -> /lib/systemd/system/mdmonitor-takeover.service
2. See the mdmonitor-takeover.service and remove it
[root@localhost log]# rm /etc/systemd/system/sysinit.target.wants/mdmonitor-takeover.service
First. Continue the test. Download both centos and ubuntu. Fedora then changes the system. It's a waste of time.