a stop is job running for login service

Sasha30
что это такое?
https://wiki.archlinux.org/index.php/Getty
Это менеджер терминалов, а tty1-9 это номер терминала
Sasha30
bash: lshw: command not found
Перед выполнением программы её надо установить хотя бы...
[[email protected] sasha]# lshw -c display
  *-display
       description: VGA compatible controller
       product: Haswell-ULT Integrated Graphics Controller
       vendor: Intel Corporation
       physical id: 2
       bus info: [email protected]:00:02.0
       version: 09
       width: 64 bits
       clock: 33MHz
       capabilities: msi pm vga_controller bus_master cap_list rom
       configuration: driver=i915 latency=0
       resources: irq:49 memory:c0000000-c03fffff memory:b0000000-bfffffff ioport:4000(size=64)
[[email protected] sasha]#
cat /var/log/Xorg.0.log | grep EE
[[email protected] ~]$ cat /var/log/Xorg.0.log | grep EE
[    86.010] Current Operating System: Linux sashapc 4.4.1-2-ARCH #1 SMP PREEMPT Wed Feb 3 13:12:33 UTC 2016 x86_64
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    86.193] (EE) Failed to load module "intel" (module does not exist, 0)
[    86.194] (EE) Failed to load module "ati" (module does not exist, 0)
[    86.205] (EE) Failed to load module "fbdev" (module does not exist, 0)
[    86.205] (EE) Failed to load module "vesa" (module does not exist, 0)
[[email protected] ~]$

в /etc/mkinitcpio.conf
MODULES="intel radeon"
потом
#mkinitcpio -p linux
и перезагрузится, а потом еще раз...
[[email protected] sasha]# nano /etc/mkinitcpio.conf
[[email protected] sasha]# mkinitcpio -p linux
==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
  -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
==> Starting build: 4.4.1-2-ARCH
  -> Running build hook: [base]
  -> Running build hook: [udev]
  -> Running build hook: [autodetect]
  -> Running build hook: [modconf]
  -> Running build hook: [block]
  -> Running build hook: [filesystems]
  -> Running build hook: [keyboard]
  -> Running build hook: [fsck]
==> ERROR: module not found: `intel'
==> Generating module dependencies
==> Creating gzip-compressed initcpio image: /boot/initramfs-linux.img
==> WARNING: errors were encountered during the build. The image may not be complete.
==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
  -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
==> Starting build: 4.4.1-2-ARCH
  -> Running build hook: [base]
  -> Running build hook: [udev]
  -> Running build hook: [modconf]
  -> Running build hook: [block]
==> WARNING: Possibly missing firmware for module: aic94xx
==> WARNING: Possibly missing firmware for module: wd719x
  -> Running build hook: [filesystems]
  -> Running build hook: [keyboard]
  -> Running build hook: [fsck]
==> ERROR: module not found: `intel'
==> Generating module dependencies
==> Creating gzip-compressed initcpio image: /boot/initramfs-linux-fallback.img
==> WARNING: errors were encountered during the build. The image may not be complete.
[[email protected] sasha]#


оставил только radeon, перезагружаюсь:

[[email protected] sasha]# nano /etc/mkinitcpio.conf
[[email protected] sasha]# mkinitcpio -p linux
==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
  -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
==> Starting build: 4.4.1-2-ARCH
  -> Running build hook: [base]
  -> Running build hook: [udev]
  -> Running build hook: [autodetect]
  -> Running build hook: [modconf]
  -> Running build hook: [block]
  -> Running build hook: [filesystems]
  -> Running build hook: [keyboard]
  -> Running build hook: [fsck]
==> Generating module dependencies
==> Creating gzip-compressed initcpio image: /boot/initramfs-linux.img
==> Image generation successful
==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
  -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
==> Starting build: 4.4.1-2-ARCH
  -> Running build hook: [base]
  -> Running build hook: [udev]
  -> Running build hook: [modconf]
  -> Running build hook: [block]
==> WARNING: Possibly missing firmware for module: aic94xx
==> WARNING: Possibly missing firmware for module: wd719x
  -> Running build hook: [filesystems]
  -> Running build hook: [keyboard]
  -> Running build hook: [fsck]
==> Generating module dependencies
==> Creating gzip-compressed initcpio image: /boot/initramfs-linux-fallback.img
==> Image generation successful

Sasha30
оставил только radeon, перезагружаюсь:
ой, не intel, а i915
[[email protected] ~]$ cat /var/log/Xorg.0.log | grep EE
[    22.498] Current Operating System: Linux sashapc 4.4.1-2-ARCH #1 SMP PREEMPT Wed Feb 3 13:12:33 UTC 2016 x86_64
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    22.671] (EE) Failed to load module "intel" (module does not exist, 0)
[    22.671] (EE) Failed to load module "ati" (module does not exist, 0)
[    22.682] (EE) Failed to load module "fbdev" (module does not exist, 0)
[    22.682] (EE) Failed to load module "vesa" (module does not exist, 0)
[[email protected] ~]$
lscpi | grep VGA
 
Зарегистрироваться или войдите чтобы оставить сообщение.