Zawieszaj
Zawieszające się Gnome w Debianie Wheezy
Tutaj odnośnik do tematu, w którym jest to opisane wraz z próbami zidentyfikowania problemu threads/29516-Debian-wheezy-na-laptopie ... B590/page2
Mam prośbę, żeby mi podać pomysły, metody jak zidentyfikować problem.
System świeżo zainstalowany Wheezy 7.1.0 i nieregularnie się zawiesza Gnome. Zainstalowany domyślny Gnome z płyty systemowej. Wszystko zaktualizowane jak trzeba.
Jak na razie restart gnome robię z konsoli, ale oczywiście wszystko się traci z tego co robiłem.
Mam prośbę, żeby mi podać pomysły, metody jak zidentyfikować problem.
System świeżo zainstalowany Wheezy 7.1.0 i nieregularnie się zawiesza Gnome. Zainstalowany domyślny Gnome z płyty systemowej. Wszystko zaktualizowane jak trzeba.
Jak na razie restart gnome robię z konsoli, ale oczywiście wszystko się traci z tego co robiłem.
-
- Posty: 3
- Rejestracja: 26 maja 2011, 13:51
- marcin1982
- Moderator
- Posty: 1732
- Rejestracja: 05 maja 2011, 12:59
- Lokalizacja: Zagłębie Dąbrowskie
Podaj więcej informacji o sprzęcie, a zwłaszcza na temat karty / kart graficznych i używanych sterowników:
Kod: Zaznacz cały
lspci -k | grep -A2 VGA
Kod: Zaznacz cały
uname -r
Andrzej70, czy przeglądałeś wcześniej forum? Wydaje mi się, że nie.
Przejrzyj:
threads/12771-Zak%C5%82adaj%C4%85c-tema ... #post81406
i uzupełnij informacje.
Przejrzyj:
threads/12771-Zak%C5%82adaj%C4%85c-tema ... #post81406
i uzupełnij informacje.
Kod: Zaznacz cały
lspci -k | grep -A2 VGA00:02.0 VGA
compatible controller: Intel Corporation 3rd Gen Core processor Graphics Controller (rev 09)
Subsystem: Lenovo Device 5002
Kernel driver in use: i915
Kod: Zaznacz cały
uname -r
3.2.0-4-amd64
Kod: Zaznacz cały
lspci -k
00:00.0 Host bridge: Intel Corporation 3rd Gen Core processor DRAM Controller (rev 09)
Subsystem: Lenovo Device 5002
Kernel driver in use: agpgart-intel
00:02.0 VGA compatible controller: Intel Corporation 3rd Gen Core processor Graphics Controller (rev 09)
Subsystem: Lenovo Device 5002
Kernel driver in use: i915
00:14.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB xHCI Host Controller (rev 04)
Subsystem: Lenovo Device 5002
Kernel driver in use: xhci_hcd
00:16.0 Communication controller: Intel Corporation 7 Series/C210 Series Chipset Family MEI Controller #1 (rev 04)
Subsystem: Lenovo Device 5002
00:1a.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB Enhanced Host Controller #2 (rev 04)
Subsystem: Lenovo Device 5002
Kernel driver in use: ehci_hcd
00:1b.0 Audio device: Intel Corporation 7 Series/C210 Series Chipset Family High Definition Audio Controller (rev 04)
Subsystem: Lenovo Device 5002
Kernel driver in use: snd_hda_intel
00:1c.0 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 1 (rev c4)
Kernel driver in use: pcieport
00:1c.1 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 2 (rev c4)
Kernel driver in use: pcieport
00:1c.3 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 4 (rev c4)
Kernel driver in use: pcieport
00:1d.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB Enhanced Host Controller #1 (rev 04)
Subsystem: Lenovo Device 5002
Kernel driver in use: ehci_hcd
00:1f.0 ISA bridge: Intel Corporation HM77 Express Chipset LPC Controller (rev 04)
Subsystem: Lenovo Device 5002
00:1f.2 SATA controller: Intel Corporation 7 Series Chipset Family 6-port SATA Controller [AHCI mode] (rev 04)
Subsystem: Lenovo Device 5002
Kernel driver in use: ahci
00:1f.3 SMBus: Intel Corporation 7 Series/C210 Series Chipset Family SMBus Controller (rev 04)
Subsystem: Lenovo Device 5002
02:00.0 Network controller: Intel Corporation Centrino Wireless-N 2230 (rev c4)
Subsystem: Intel Corporation Centrino Wireless-N 2230 BGN
Kernel driver in use: iwlwifi
03:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 07)
Subsystem: Lenovo Device 5002
Kernel driver in use: r8169
Kod: Zaznacz cały
restart gnome /etc/init.d/gdm3 restart
W zlinkowanym temacie można zobaczyć, co zostało zrobione podczas instalacji.
Po zainstalowaniu systemu od razu zaczął występować ten problem z zawieszaniem.
Później poprawiłem wpisy w /etc/apt/sources.list
threads/1408-Wp...0079#post10079
Zaktualizowałem system:
Kod: Zaznacz cały
aptitude update && aptitude full-upgrade
Kod: Zaznacz cały
apt-get install flashplugin-nonfree
Kod: Zaznacz cały
wget [url]http://www.deb-multimedia.org/pool/non-free/w/w64codecs/w64codecs_20071007-dmo2_amd64.deb[/url]
dpkg -i w64codecs_20071007-dmo2_amd64.deb
Kod: Zaznacz cały
apt-get install vlc
Doinstalowałem architekturę 386 dla instalacji pakietu do drukarki Brother:
Kod: Zaznacz cały
dpkg --add-architecture i386
To pozwoliło zainstalować pakiet
Kod: Zaznacz cały
apt-get install ia32-libs:i386
apt-get install ia32-libs
Kod: Zaznacz cały
dpkg -i --force-all dcp7055wlpr-3.0.1-1.i386.deb
ln -s /etc/init.d/cups /etc/init.d/lpd
dpkg -i --force-all dcp7055wcupswrapper-3.0.1-1.i386.deb
/etc/init.d/lpd restart
Kod: Zaznacz cały
aptitude update && aptitude full-upgrade
Kod: Zaznacz cały
aptitude remove gnash
instalator i wykonałem:
Kod: Zaznacz cały
dpkg-i google-chrome-stable_current_amd64
Niestety problem, nadal występuje, rzadziej mam wrażenie, ale jednak. I nie wiem jak go zlokalizować. Myszka działa, konsola działa, tylko X robi zawieszenie i nie reaguje na myszkę zupełnie.
Dodane:
Zawartość pliku /var/log/Xorg.0.log po zawieszeniu się X-ów i zalogowaniu na konsolę.
Kod: Zaznacz cały
[ 16.793] X.Org X Server 1.12.4
Release Date: 2012-08-27
[ 16.793] X Protocol Version 11, Revision 0
[ 16.793] Build Operating System: Linux 3.2.0-4-amd64 x86_64 Debian
[ 16.793] Current Operating System: Linux Mama 3.2.0-4-amd64 #1 SMP Debian 3.2.46-1+deb7u1 x86_64
[ 16.793] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.2.0-4-amd64 root=UUID=4bba0893-7e87-49d3-b9d9-9f35fc77a5d9 ro quiet
[ 16.793] Build Date: 17 April 2013 10:22:47AM
[ 16.793] xorg-server 2:1.12.4-6 (Julien Cristau <jcristau@debian.org>)
[ 16.793] Current version of pixman: 0.26.0
[ 16.793] Before reporting problems, check [url]http://wiki.x.org[/url]
to make sure that you have the latest version.
[ 16.793] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 16.794] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Oct 30 21:05:24 2013
[ 16.853] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 16.898] (==) No Layout section. Using the first Screen section.
[ 16.898] (==) No screen section available. Using defaults.
[ 16.898] (**) |-->Screen "Default Screen Section" (0)
[ 16.898] (**) | |-->Monitor "<default monitor>"
[ 16.898] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 16.898] (==) Automatically adding devices
[ 16.898] (==) Automatically enabling devices
[ 16.953] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[ 16.953] Entry deleted from font path.
[ 17.169] (WW) The directory "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" does not exist.
[ 17.169] Entry deleted from font path.
[ 17.169] (==) FontPath set to:
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/100dpi/:unscaled,
/usr/share/fonts/X11/75dpi/:unscaled,
/usr/share/fonts/X11/Type1,
/usr/share/fonts/X11/100dpi,
/usr/share/fonts/X11/75dpi,
built-ins
[ 17.169] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 17.169] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 17.169] (II) Loader magic: 0x7fc11811cae0
[ 17.169] (II) Module ABI versions:
[ 17.169] X.Org ANSI C Emulation: 0.4
[ 17.169] X.Org Video Driver: 12.1
[ 17.169] X.Org XInput driver : 16.0
[ 17.169] X.Org Server Extension : 6.0
[ 17.171] (--) PCI:*(0:0:2:0) 8086:0166:17aa:5002 rev 9, Mem @ 0xf0000000/4194304, 0xe0000000/268435456, I/O @ 0x00003000/64
[ 17.171] (II) Open ACPI successful (/var/run/acpid.socket)
[ 17.171] (II) LoadModule: "extmod"
[ 17.182] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[ 17.192] (II) Module extmod: vendor="X.Org Foundation"
[ 17.192] compiled for 1.12.4, module version = 1.0.0
[ 17.192] Module class: X.Org Server Extension
[ 17.192] ABI class: X.Org Server Extension, version 6.0
[ 17.192] (II) Loading extension SELinux
[ 17.192] (II) Loading extension MIT-SCREEN-SAVER
[ 17.192] (II) Loading extension XFree86-VidModeExtension
[ 17.192] (II) Loading extension XFree86-DGA
[ 17.192] (II) Loading extension DPMS
[ 17.192] (II) Loading extension XVideo
[ 17.192] (II) Loading extension XVideo-MotionCompensation
[ 17.192] (II) Loading extension X-Resource
[ 17.192] (II) LoadModule: "dbe"
[ 17.192] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[ 17.202] (II) Module dbe: vendor="X.Org Foundation"
[ 17.202] compiled for 1.12.4, module version = 1.0.0
[ 17.202] Module class: X.Org Server Extension
[ 17.202] ABI class: X.Org Server Extension, version 6.0
[ 17.202] (II) Loading extension DOUBLE-BUFFER
[ 17.202] (II) LoadModule: "glx"
[ 17.202] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 17.215] (II) Module glx: vendor="X.Org Foundation"
[ 17.216] compiled for 1.12.4, module version = 1.0.0
[ 17.216] ABI class: X.Org Server Extension, version 6.0
[ 17.216] (==) AIGLX enabled
[ 17.216] (II) Loading extension GLX
[ 17.216] (II) LoadModule: "record"
[ 17.216] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[ 17.216] (II) Module record: vendor="X.Org Foundation"
[ 17.216] compiled for 1.12.4, module version = 1.13.0
[ 17.216] Module class: X.Org Server Extension
[ 17.216] ABI class: X.Org Server Extension, version 6.0
[ 17.216] (II) Loading extension RECORD
[ 17.216] (II) LoadModule: "dri"
[ 17.216] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[ 17.228] (II) Module dri: vendor="X.Org Foundation"
[ 17.228] compiled for 1.12.4, module version = 1.0.0
[ 17.228] ABI class: X.Org Server Extension, version 6.0
[ 17.228] (II) Loading extension XFree86-DRI
[ 17.228] (II) LoadModule: "dri2"
[ 17.228] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[ 17.229] (II) Module dri2: vendor="X.Org Foundation"
[ 17.229] compiled for 1.12.4, module version = 1.2.0
[ 17.229] ABI class: X.Org Server Extension, version 6.0
[ 17.229] (II) Loading extension DRI2
[ 17.229] (==) Matched intel as autoconfigured driver 0
[ 17.229] (==) Matched vesa as autoconfigured driver 1
[ 17.229] (==) Matched fbdev as autoconfigured driver 2
[ 17.229] (==) Assigned the driver to the xf86ConfigLayout
[ 17.229] (II) LoadModule: "intel"
[ 17.229] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[ 17.260] (II) Module intel: vendor="X.Org Foundation"
[ 17.260] compiled for 1.12.3.902, module version = 2.19.0
[ 17.260] Module class: X.Org Video Driver
[ 17.260] ABI class: X.Org Video Driver, version 12.1
[ 17.260] (II) LoadModule: "vesa"
[ 17.260] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[ 17.272] (II) Module vesa: vendor="X.Org Foundation"
[ 17.272] compiled for 1.12.1, module version = 2.3.1
[ 17.272] Module class: X.Org Video Driver
[ 17.272] ABI class: X.Org Video Driver, version 12.0
[ 17.272] (II) LoadModule: "fbdev"
[ 17.272] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[ 17.309] (II) Module fbdev: vendor="X.Org Foundation"
[ 17.309] compiled for 1.12.1, module version = 0.4.2
[ 17.309] ABI class: X.Org Video Driver, version 12.0
[ 17.309] (II) intel: Driver for Intel Integrated Graphics Chipsets: i810,
i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G, 915G,
E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM, Pineview G,
965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33, GM45,
4 Series, G45/G43, Q45/Q43, G41, B43, B43, Clarkdale, Arrandale,
Sandybridge Desktop (GT1), Sandybridge Desktop (GT2),
Sandybridge Desktop (GT2+), Sandybridge Mobile (GT1),
Sandybridge Mobile (GT2), Sandybridge Mobile (GT2+),
Sandybridge Server, Ivybridge Mobile (GT1), Ivybridge Mobile (GT2),
Ivybridge Desktop (GT1), Ivybridge Desktop (GT2), Ivybridge Server,
Ivybridge Server (GT2)
[ 17.309] (II) VESA: driver for VESA chipsets: vesa
[ 17.309] (II) FBDEV: driver for framebuffer: fbdev
[ 17.309] (++) using VT number 7
[ 17.315] (WW) Falling back to old probe method for vesa
[ 17.315] (WW) Falling back to old probe method for fbdev
[ 17.315] (II) Loading sub module "fbdevhw"
[ 17.315] (II) LoadModule: "fbdevhw"
[ 17.315] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[ 17.335] (II) Module fbdevhw: vendor="X.Org Foundation"
[ 17.335] compiled for 1.12.4, module version = 0.0.2
[ 17.335] ABI class: X.Org Video Driver, version 12.1
[ 17.335] drmOpenDevice: node name is /dev/dri/card0
[ 17.335] drmOpenDevice: open result is 9, (OK)
[ 17.335] drmOpenByBusid: Searching for BusID pci:0000:00:02.0
[ 17.335] drmOpenDevice: node name is /dev/dri/card0
[ 17.335] drmOpenDevice: open result is 9, (OK)
[ 17.335] drmOpenByBusid: drmOpenMinor returns 9
[ 17.335] drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
[ 17.335] (II) intel(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
[ 17.335] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[ 17.335] (==) intel(0): RGB weight 888
[ 17.335] (==) intel(0): Default visual is TrueColor
[ 17.335] (II) intel(0): Integrated Graphics Chipset: Intel(R) Ivybridge Mobile (GT2)
[ 17.335] (--) intel(0): Chipset: "Ivybridge Mobile (GT2)"
[ 17.335] (**) intel(0): Relaxed fencing enabled
[ 17.335] (**) intel(0): Wait on SwapBuffers? enabled
[ 17.335] (**) intel(0): Triple buffering? enabled
[ 17.335] (**) intel(0): Framebuffer tiled
[ 17.335] (**) intel(0): Pixmaps tiled
[ 17.335] (**) intel(0): 3D buffers tiled
[ 17.366] (**) intel(0): SwapBuffers wait enabled
[ 17.366] (==) intel(0): video overlay key set to 0x101fe
[ 17.366] (II) intel(0): Output LVDS1 has no monitor section
[ 17.366] (II) intel(0): found backlight control interface /sys/class/backlight/acpi_video0
[ 17.366] (II) intel(0): Output VGA1 has no monitor section
[ 17.367] (II) intel(0): Output HDMI1 has no monitor section
[ 17.416] (II) intel(0): Output DP1 has no monitor section
[ 17.440] (II) intel(0): EDID for output LVDS1
[ 17.440] (II) intel(0): Manufacturer: AUO Model: 21ec Serial#: 0
[ 17.440] (II) intel(0): Year: 2011 Week: 0
[ 17.440] (II) intel(0): EDID Version: 1.4
[ 17.440] (II) intel(0): Digital Display Input
[ 17.440] (II) intel(0): 6 bits per channel
[ 17.440] (II) intel(0): Digital interface is undefined
[ 17.440] (II) intel(0): Max Image Size [cm]: horiz.: 34 vert.: 19
[ 17.440] (II) intel(0): Gamma: 2.20
[ 17.440] (II) intel(0): No DPMS capabilities specified
[ 17.440] (II) intel(0): Supported color encodings: RGB 4:4:4
[ 17.440] (II) intel(0): First detailed timing is preferred mode
[ 17.440] (II) intel(0): Preferred mode is native pixel format and refresh rate
[ 17.440] (II) intel(0): redX: 0.620 redY: 0.340 greenX: 0.330 greenY: 0.570
[ 17.440] (II) intel(0): blueX: 0.150 blueY: 0.060 whiteX: 0.313 whiteY: 0.329
[ 17.440] (II) intel(0): Manufacturer's mask: 0
[ 17.440] (II) intel(0): Supported detailed timing:
[ 17.440] (II) intel(0): clock: 73.3 MHz Image Size: 344 x 193 mm
[ 17.440] (II) intel(0): h_active: 1366 h_sync: 1382 h_sync_end 1398 h_blank_end 1550 h_border: 0
[ 17.440] (II) intel(0): v_active: 768 v_sync: 771 v_sync_end 785 v_blanking: 788 v_border: 0
[ 17.440] (II) intel(0): Unknown vendor-specific block f
[ 17.440] (II) intel(0): AUO
[ 17.440] (II) intel(0): B156XTN02.1
[ 17.440] (II) intel(0): EDID (in hex):
[ 17.440] (II) intel(0): 00ffffffffffff0006afec2100000000
[ 17.440] (II) intel(0): 001501049022137802c8959e57549226
[ 17.440] (II) intel(0): 0f505400000001010101010101010101
[ 17.440] (II) intel(0): 010101010101a21c56b8500014301010
[ 17.440] (II) intel(0): 3e0058c1100000180000000f00000000
[ 17.440] (II) intel(0): 00000000000000000020000000fe0041
[ 17.440] (II) intel(0): 554f0a202020202020202020000000fe
[ 17.440] (II) intel(0): 004231353658544e30322e31200a00ce
[ 17.440] (II) intel(0): EDID vendor "AUO", prod id 8684
[ 17.440] (II) intel(0): Printing DDC gathered Modelines:
[ 17.440] (II) intel(0): Modeline "1366x768"x0.0 73.30 1366 1382 1398 1550 768 771 785 788 -hsync -vsync (47.3 kHz eP)
[ 17.440] (II) intel(0): Not using default mode "320x240" (doublescan mode not supported)
[ 17.440] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
[ 17.440] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
[ 17.441] (II) intel(0): Not using default mode "512x384" (doublescan mode not supported)
[ 17.441] (II) intel(0): Not using default mode "640x480" (doublescan mode not supported)
[ 17.441] (II) intel(0): Not using default mode "640x512" (doublescan mode not supported)
[ 17.441] (II) intel(0): Not using default mode "800x600" (doublescan mode not supported)
[ 17.441] (II) intel(0): Not using default mode "896x672" (doublescan mode not supported)
[ 17.441] (II) intel(0): Not using default mode "928x696" (doublescan mode not supported)
[ 17.441] (II) intel(0): Not using default mode "960x720" (doublescan mode not supported)
[ 17.441] (II) intel(0): Not using default mode "576x432" (doublescan mode not supported)
[ 17.441] (II) intel(0): Not using default mode "680x384" (doublescan mode not supported)
[ 17.441] (II) intel(0): Not using default mode "680x384" (doublescan mode not supported)
[ 17.441] (II) intel(0): Not using default mode "700x525" (doublescan mode not supported)
[ 17.441] (II) intel(0): Not using default mode "720x450" (doublescan mode not supported)
[ 17.441] (II) intel(0): Not using default mode "800x512" (doublescan mode not supported)
[ 17.441] (II) intel(0): Not using default mode "840x525" (doublescan mode not supported)
[ 17.441] (II) intel(0): Not using default mode "840x525" (doublescan mode not supported)
[ 17.441] (II) intel(0): Not using default mode "960x540" (doublescan mode not supported)
[ 17.441] (II) intel(0): Not using default mode "960x600" (doublescan mode not supported)
[ 17.441] (II) intel(0): Not using default mode "1024x768" (doublescan mode not supported)
[ 17.441] (II) intel(0): Printing probed modes for output LVDS1
[ 17.441] (II) intel(0): Modeline "1366x768"x60.0 73.30 1366 1382 1398 1550 768 771 785 788 -hsync -vsync (47.3 kHz eP)
[ 17.441] (II) intel(0): Modeline "1360x768"x59.8 84.75 1360 1432 1568 1776 768 771 781 798 -hsync +vsync (47.7 kHz d)
[ 17.441] (II) intel(0): Modeline "1360x768"x60.0 72.00 1360 1408 1440 1520 768 771 781 790 +hsync -vsync (47.4 kHz d)
[ 17.441] (II) intel(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz d)
[ 17.441] (II) intel(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz d)
[ 17.441] (II) intel(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz d)
[ 17.441] (II) intel(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz d)
[ 17.441] (II) intel(0): EDID for output VGA1
[ 17.442] (II) intel(0): EDID for output HDMI1
[ 17.492] (II) intel(0): EDID for output DP1
[ 17.492] (II) intel(0): Output LVDS1 connected
[ 17.492] (II) intel(0): Output VGA1 disconnected
[ 17.492] (II) intel(0): Output HDMI1 disconnected
[ 17.492] (II) intel(0): Output DP1 disconnected
[ 17.492] (II) intel(0): Using exact sizes for initial modes
[ 17.492] (II) intel(0): Output LVDS1 using initial mode 1366x768
[ 17.492] (II) intel(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[ 17.492] (II) intel(0): Kernel page flipping support detected, enabling
[ 17.492] (**) intel(0): Display dimensions: (340, 190) mm
[ 17.492] (**) intel(0): DPI set to (102, 102)
[ 17.492] (II) Loading sub module "fb"
[ 17.492] (II) LoadModule: "fb"
[ 17.492] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 17.515] (II) Module fb: vendor="X.Org Foundation"
[ 17.515] compiled for 1.12.4, module version = 1.0.0
[ 17.515] ABI class: X.Org ANSI C Emulation, version 0.4
[ 17.515] (II) Loading sub module "dri2"
[ 17.515] (II) LoadModule: "dri2"
[ 17.515] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[ 17.515] (II) Module dri2: vendor="X.Org Foundation"
[ 17.515] compiled for 1.12.4, module version = 1.2.0
[ 17.516] ABI class: X.Org Server Extension, version 6.0
[ 17.516] (II) UnloadModule: "vesa"
[ 17.516] (II) Unloading vesa
[ 17.516] (II) UnloadModule: "fbdev"
[ 17.516] (II) Unloading fbdev
[ 17.516] (II) UnloadSubModule: "fbdevhw"
[ 17.516] (II) Unloading fbdevhw
[ 17.516] (==) Depth 24 pixmap format is 32 bpp
[ 17.516] (II) intel(0): [DRI2] Setup complete
[ 17.516] (II) intel(0): [DRI2] DRI driver: i965
[ 17.516] (II) intel(0): Allocated new frame buffer 1408x768 stride 5632, tiled
[ 17.541] (II) UXA(0): Driver registered support for the following operations:
[ 17.541] (II) solid
[ 17.541] (II) copy
[ 17.541] (II) composite (RENDER acceleration)
[ 17.541] (II) put_image
[ 17.541] (II) get_image
[ 17.541] (==) intel(0): Backing store disabled
[ 17.541] (==) intel(0): Silken mouse enabled
[ 17.541] (II) intel(0): Initializing HW Cursor
[ 17.541] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[ 17.541] (==) intel(0): DPMS enabled
[ 17.541] (==) intel(0): Intel XvMC decoder enabled
[ 17.542] (II) intel(0): Set up textured video
[ 17.542] (II) intel(0): [XvMC] xvmc_vld driver initialized.
[ 17.542] (II) intel(0): direct rendering: DRI2 Enabled
[ 17.542] (==) intel(0): hotplug detection: "enabled"
[ 17.624] (--) RandR disabled
[ 17.624] (II) Initializing built-in extension Generic Event Extension
[ 17.624] (II) Initializing built-in extension SHAPE
[ 17.624] (II) Initializing built-in extension MIT-SHM
[ 17.624] (II) Initializing built-in extension XInputExtension
[ 17.624] (II) Initializing built-in extension XTEST
[ 17.624] (II) Initializing built-in extension BIG-REQUESTS
[ 17.624] (II) Initializing built-in extension SYNC
[ 17.624] (II) Initializing built-in extension XKEYBOARD
[ 17.624] (II) Initializing built-in extension XC-MISC
[ 17.624] (II) Initializing built-in extension SECURITY
[ 17.624] (II) Initializing built-in extension XINERAMA
[ 17.624] (II) Initializing built-in extension XFIXES
[ 17.624] (II) Initializing built-in extension RENDER
[ 17.624] (II) Initializing built-in extension RANDR
[ 17.624] (II) Initializing built-in extension COMPOSITE
[ 17.624] (II) Initializing built-in extension DAMAGE
[ 17.624] (II) SELinux: Disabled on system
[ 17.822] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[ 17.822] (II) AIGLX: enabled GLX_INTEL_swap_event
[ 17.822] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[ 17.822] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[ 17.822] (II) AIGLX: Loaded and initialized i965
[ 17.822] (II) GLX: Initialized DRI2 GL provider for screen 0
[ 17.822] (II) intel(0): Setting screen physical size to 361 x 203
[ 18.167] (II) config/udev: Adding input device Power Button (/dev/input/event4)
[ 18.167] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 18.167] (II) LoadModule: "evdev"
[ 18.168] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 18.181] (II) Module evdev: vendor="X.Org Foundation"
[ 18.181] compiled for 1.12.1, module version = 2.7.0
[ 18.181] Module class: X.Org XInput Driver
[ 18.181] ABI class: X.Org XInput driver, version 16.0
[ 18.181] (II) Using input driver 'evdev' for 'Power Button'
[ 18.181] (**) Power Button: always reports core events
[ 18.181] (**) evdev: Power Button: Device: "/dev/input/event4"
[ 18.181] (--) evdev: Power Button: Vendor 0 Product 0x1
[ 18.181] (--) evdev: Power Button: Found keys
[ 18.181] (II) evdev: Power Button: Configuring as keyboard
[ 18.181] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input4/event4"
[ 18.181] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 18.181] (**) Option "xkb_rules" "evdev"
[ 18.181] (**) Option "xkb_model" "pc105"
[ 18.181] (**) Option "xkb_layout" "pl"
[ 18.272] (II) config/udev: Adding input device Video Bus (/dev/input/event12)
[ 18.272] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[ 18.272] (II) Using input driver 'evdev' for 'Video Bus'
[ 18.272] (**) Video Bus: always reports core events
[ 18.272] (**) evdev: Video Bus: Device: "/dev/input/event12"
[ 18.272] (--) evdev: Video Bus: Vendor 0 Product 0x6
[ 18.272] (--) evdev: Video Bus: Found keys
[ 18.272] (II) evdev: Video Bus: Configuring as keyboard
[ 18.272] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input12/event12"
[ 18.272] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[ 18.272] (**) Option "xkb_rules" "evdev"
[ 18.272] (**) Option "xkb_model" "pc105"
[ 18.272] (**) Option "xkb_layout" "pl"
[ 18.273] (II) config/udev: Adding input device Lid Switch (/dev/input/event2)
[ 18.273] (II) No input driver specified, ignoring this device.
[ 18.273] (II) This device may have been added with another device file.
[ 18.273] (II) config/udev: Adding input device Sleep Button (/dev/input/event3)
[ 18.273] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[ 18.273] (II) Using input driver 'evdev' for 'Sleep Button'
[ 18.273] (**) Sleep Button: always reports core events
[ 18.273] (**) evdev: Sleep Button: Device: "/dev/input/event3"
[ 18.273] (--) evdev: Sleep Button: Vendor 0 Product 0x3
[ 18.273] (--) evdev: Sleep Button: Found keys
[ 18.273] (II) evdev: Sleep Button: Configuring as keyboard
[ 18.273] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input3/event3"
[ 18.273] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 8)
[ 18.273] (**) Option "xkb_rules" "evdev"
[ 18.273] (**) Option "xkb_model" "pc105"
[ 18.273] (**) Option "xkb_layout" "pl"
[ 18.274] (II) config/udev: Adding input device Razer Razer DeathAdder (/dev/input/event1)
[ 18.274] (**) Razer Razer DeathAdder: Applying InputClass "evdev pointer catchall"
[ 18.274] (II) Using input driver 'evdev' for 'Razer Razer DeathAdder'
[ 18.274] (**) Razer Razer DeathAdder: always reports core events
[ 18.274] (**) evdev: Razer Razer DeathAdder: Device: "/dev/input/event1"
[ 18.274] (--) evdev: Razer Razer DeathAdder: Vendor 0x1532 Product 0x16
[ 18.274] (--) evdev: Razer Razer DeathAdder: Found 12 mouse buttons
[ 18.274] (--) evdev: Razer Razer DeathAdder: Found scroll wheel(s)
[ 18.274] (--) evdev: Razer Razer DeathAdder: Found relative axes
[ 18.274] (--) evdev: Razer Razer DeathAdder: Found x and y relative axes
[ 18.274] (II) evdev: Razer Razer DeathAdder: Configuring as mouse
[ 18.274] (II) evdev: Razer Razer DeathAdder: Adding scrollwheel support
[ 18.274] (**) evdev: Razer Razer DeathAdder: YAxisMapping: buttons 4 and 5
[ 18.274] (**) evdev: Razer Razer DeathAdder: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 18.275] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-4/3-4:1.0/input/input1/event1"
[ 18.275] (II) XINPUT: Adding extended input device "Razer Razer DeathAdder" (type: MOUSE, id 9)
[ 18.275] (II) evdev: Razer Razer DeathAdder: initialized for relative axes.
[ 18.275] (**) Razer Razer DeathAdder: (accel) keeping acceleration scheme 1
[ 18.275] (**) Razer Razer DeathAdder: (accel) acceleration profile 0
[ 18.275] (**) Razer Razer DeathAdder: (accel) acceleration factor: 2.000
[ 18.275] (**) Razer Razer DeathAdder: (accel) acceleration threshold: 4
[ 18.275] (II) config/udev: Adding input device Razer Razer DeathAdder (/dev/input/mouse0)
[ 18.275] (II) No input driver specified, ignoring this device.
[ 18.275] (II) This device may have been added with another device file.
[ 18.276] (II) config/udev: Adding input device Integrated Camera (/dev/input/event11)
[ 18.276] (**) Integrated Camera: Applying InputClass "evdev keyboard catchall"
[ 18.276] (II) Using input driver 'evdev' for 'Integrated Camera'
[ 18.276] (**) Integrated Camera: always reports core events
[ 18.276] (**) evdev: Integrated Camera: Device: "/dev/input/event11"
[ 18.276] (--) evdev: Integrated Camera: Vendor 0x5986 Product 0x295
[ 18.276] (--) evdev: Integrated Camera: Found keys
[ 18.276] (II) evdev: Integrated Camera: Configuring as keyboard
[ 18.276] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.5/1-1.5:1.0/input/input11/event11"
[ 18.276] (II) XINPUT: Adding extended input device "Integrated Camera" (type: KEYBOARD, id 10)
[ 18.276] (**) Option "xkb_rules" "evdev"
[ 18.276] (**) Option "xkb_model" "pc105"
[ 18.276] (**) Option "xkb_layout" "pl"
[ 18.277] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event7)
[ 18.277] (II) No input driver specified, ignoring this device.
[ 18.277] (II) This device may have been added with another device file.
[ 18.277] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event10)
[ 18.277] (II) No input driver specified, ignoring this device.
[ 18.277] (II) This device may have been added with another device file.
[ 18.278] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event8)
[ 18.278] (II) No input driver specified, ignoring this device.
[ 18.278] (II) This device may have been added with another device file.
[ 18.278] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event9)
[ 18.278] (II) No input driver specified, ignoring this device.
[ 18.278] (II) This device may have been added with another device file.
[ 18.278] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[ 18.278] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[ 18.278] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[ 18.278] (**) AT Translated Set 2 keyboard: always reports core events
[ 18.278] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
[ 18.278] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
[ 18.278] (--) evdev: AT Translated Set 2 keyboard: Found keys
[ 18.278] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
[ 18.278] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[ 18.278] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 11)
[ 18.279] (**) Option "xkb_rules" "evdev"
[ 18.279] (**) Option "xkb_model" "pc105"
[ 18.279] (**) Option "xkb_layout" "pl"
[ 18.279] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event6)
[ 18.279] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
[ 18.279] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
[ 18.279] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "Default clickpad buttons"
[ 18.279] (II) LoadModule: "synaptics"
[ 18.280] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[ 18.312] (II) Module synaptics: vendor="X.Org Foundation"
[ 18.312] compiled for 1.12.4, module version = 1.6.2
[ 18.312] Module class: X.Org XInput Driver
[ 18.312] ABI class: X.Org XInput driver, version 16.0
[ 18.312] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
[ 18.312] (**) SynPS/2 Synaptics TouchPad: always reports core events
[ 18.312] (**) Option "Device" "/dev/input/event6"
[ 18.448] (II) synaptics: SynPS/2 Synaptics TouchPad: ignoring touch events for semi-multitouch device
[ 18.448] (--) synaptics: SynPS/2 Synaptics TouchPad: x-axis range 1184 - 5760
[ 18.448] (--) synaptics: SynPS/2 Synaptics TouchPad: y-axis range 1022 - 4828
[ 18.448] (--) synaptics: SynPS/2 Synaptics TouchPad: pressure range 0 - 255
[ 18.448] (--) synaptics: SynPS/2 Synaptics TouchPad: finger width range 0 - 15
[ 18.448] (--) synaptics: SynPS/2 Synaptics TouchPad: buttons: left right double triple
[ 18.448] (--) synaptics: SynPS/2 Synaptics TouchPad: Vendor 0x2 Product 0x7
[ 18.448] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
[ 18.448] (**) SynPS/2 Synaptics TouchPad: always reports core events
[ 18.548] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input6/event6"
[ 18.548] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 12)
[ 18.548] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
[ 18.548] (**) synaptics: SynPS/2 Synaptics TouchPad: MaxSpeed is now 1.75
[ 18.548] (**) synaptics: SynPS/2 Synaptics TouchPad: AccelFactor is now 0.034
[ 18.548] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
[ 18.548] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
[ 18.548] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[ 18.548] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[ 18.548] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
[ 18.549] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse1)
[ 18.549] (**) SynPS/2 Synaptics TouchPad: Ignoring device from InputClass "touchpad ignore duplicates"
[ 18.549] (II) config/udev: Adding input device PC Speaker (/dev/input/event5)
[ 18.550] (II) No input driver specified, ignoring this device.
[ 18.550] (II) This device may have been added with another device file.
[ 18.550] (II) config/udev: Adding input device ACPI Virtual Keyboard Device (/dev/input/event13)
[ 18.550] (**) ACPI Virtual Keyboard Device: Applying InputClass "evdev keyboard catchall"
[ 18.550] (II) Using input driver 'evdev' for 'ACPI Virtual Keyboard Device'
[ 18.550] (**) ACPI Virtual Keyboard Device: always reports core events
[ 18.550] (**) evdev: ACPI Virtual Keyboard Device: Device: "/dev/input/event13"
[ 18.550] (--) evdev: ACPI Virtual Keyboard Device: Vendor 0 Product 0
[ 18.550] (--) evdev: ACPI Virtual Keyboard Device: Found keys
[ 18.551] (II) evdev: ACPI Virtual Keyboard Device: Configuring as keyboard
[ 18.551] (**) Option "config_info" "udev:/sys/devices/virtual/input/input13/event13"
[ 18.551] (II) XINPUT: Adding extended input device "ACPI Virtual Keyboard Device" (type: KEYBOARD, id 13)
[ 18.551] (**) Option "xkb_rules" "evdev"
[ 18.551] (**) Option "xkb_model" "pc105"
[ 18.551] (**) Option "xkb_layout" "pl"
[ 18.571] (II) intel(0): EDID vendor "AUO", prod id 8684
[ 18.571] (II) intel(0): Printing DDC gathered Modelines:
[ 18.571] (II) intel(0): Modeline "1366x768"x0.0 73.30 1366 1382 1398 1550 768 771 785 788 -hsync -vsync (47.3 kHz eP)
[ 22.831] (II) intel(0): EDID vendor "AUO", prod id 8684
[ 22.831] (II) intel(0): Printing DDC gathered Modelines:
[ 22.831] (II) intel(0): Modeline "1366x768"x0.0 73.30 1366 1382 1398 1550 768 771 785 788 -hsync -vsync (47.3 kHz eP)
[ 36.621] (II) intel(0): EDID vendor "AUO", prod id 8684
[ 36.621] (II) intel(0): Printing DDC gathered Modelines:
[ 36.621] (II) intel(0): Modeline "1366x768"x0.0 73.30 1366 1382 1398 1550 768 771 785 788 -hsync -vsync (47.3 kHz eP)
[ 37.596] (II) intel(0): EDID vendor "AUO", prod id 8684
[ 37.596] (II) intel(0): Printing DDC gathered Modelines:
[ 37.596] (II) intel(0): Modeline "1366x768"x0.0 73.30 1366 1382 1398 1550 768 771 785 788 -hsync -vsync (47.3 kHz eP)
[ 39.481] (II) intel(0): EDID vendor "AUO", prod id 8684
[ 39.481] (II) intel(0): Printing DDC gathered Modelines:
[ 39.481] (II) intel(0): Modeline "1366x768"x0.0 73.30 1366 1382 1398 1550 768 771 785 788 -hsync -vsync (47.3 kHz eP)
[ 698.656] (II) AIGLX: Suspending AIGLX clients for VT switch
Problem nie rozwiązany a ostatnio doszedł jeszcze poważniejszy. Cały dzień mam zalogowanych kilku użytkowników logują się i wylogowują. W międzyczasie wrzuca się hibernację jak nikt nie używa laptopa. I podczas takiego przelogowywania raz na dzień lub dwa, X-y się porządnie wieszają. Po "przełącz użytkownika" pojawia się czarny ekran i jeszcze kursor myszki pokazujący, że coś tam się dzieje i trzeba czekać - kursor znika a ekran pozostaje. Nie idzie więc wrócić na konto użytkownika, ani zalogować na inne. ctrl-alt-F1 też nie przełącza do terminala. Może jakieś sugestie?
Uaktywniłem Alt-SysRq komendą i jak system pracował normalnie to funkcja działa.
Sprawdziłem zawartość pliku sysrq i było 1.
Sęk w tym, że podczas zawieszenia działa tylko opcja b czyli restart bez żadnego synchronizowania systemów plików czy ich odmontowywania. Efektem jest praca fsck przy starcie systemu i raz już były nawet jakieś inode osierocone co na szczęście fsck naprawił.
Wczoraj znowu zawiesił się i zadziałała tylko opcja Alt-SysRq-b. Chociaż próbowałem najpierw r, e, i, s, u. Dzisiaj postanowiłem poprosić o pomoc i zerknąłem do pliku sysrq.
Okazuje się, że mam dzisiaj w tym pliku wartość 438, wnoszę po info z wiki, że to oznacza nieaktywny Alt+SysRq, bo bit odpowiadający za włączenie funkcji równa się 0.
Nie wiem co jest grane. Sama się wartość naprawiła? a może to dzięki ostatnim aktualizacjom systemu? W każdym razie z tą wartością działa tylko opcja reboot co mnie nie urządza, chociaż pewnie lepsze to od wyłączenia zasilania.
Wiem, że ta funkcja obniża bezpieczeństwo systemu, ale póki nie wiem w czym problem, to jedyny sposób, żeby przeładować bezpiecznie system.
Uaktywniłem Alt-SysRq komendą
Kod: Zaznacz cały
[color=#000000]echo "1" > /proc/sys/kernel/sysrq[/color]
Sprawdziłem zawartość pliku sysrq i było 1.
Sęk w tym, że podczas zawieszenia działa tylko opcja b czyli restart bez żadnego synchronizowania systemów plików czy ich odmontowywania. Efektem jest praca fsck przy starcie systemu i raz już były nawet jakieś inode osierocone co na szczęście fsck naprawił.
Wczoraj znowu zawiesił się i zadziałała tylko opcja Alt-SysRq-b. Chociaż próbowałem najpierw r, e, i, s, u. Dzisiaj postanowiłem poprosić o pomoc i zerknąłem do pliku sysrq.
Okazuje się, że mam dzisiaj w tym pliku wartość 438, wnoszę po info z wiki, że to oznacza nieaktywny Alt+SysRq, bo bit odpowiadający za włączenie funkcji równa się 0.
Nie wiem co jest grane. Sama się wartość naprawiła? a może to dzięki ostatnim aktualizacjom systemu? W każdym razie z tą wartością działa tylko opcja reboot co mnie nie urządza, chociaż pewnie lepsze to od wyłączenia zasilania.
Wiem, że ta funkcja obniża bezpieczeństwo systemu, ale póki nie wiem w czym problem, to jedyny sposób, żeby przeładować bezpiecznie system.