[SOLVED] Screen constantly flickers vertically after GRUB

Hi all,
I finally bought myself a new PC with the following basic configuration:
ATI Radeon 3200 + AMD Phenom II X4 940
After a complete FTP installation of Arch Linux x86_64 I tried to setup X. Keyboard became unresponsive as I forgot something so I had to force a reboot. Since then right after selecting the to be booted kernel in GRUB the screen flickers. Funnily, this is only a vertical flicker. Independent on the framebuffer settings the flicker offset is almost one line, so that I see each line twice. Starting X (higher resolution than the console) the flickering makes it impossible to read anything clearly.
When shutting down, I noticed that for a short moment the flickering would completely halt. This happens when the message "Saving System Clock" is being displayed. After that the flickering continues until the PC has shut down. This is very curious, I thought and then started X again after rebooting (the PC was turned off the whole day). Still, the same flicker from right after GRUB. I started glxgears from the xterm (haven't had the chance to install any other terminal emulator so far) and suddenly the flickering stopped. If I abort glxgears the flickering returns.
I assume that a higher CPU load makes the flickering disappear. Where might the flickering come from? It is a fresh install, everything new. I already turned off the internal graphics chip (and blindly activted again) in the BIOS but to no avail.
I would appreciate any comments or questions!
I'm pretty sure it is nothing to do with the hardware (don't have another graphics card here to prove that, but the PC is bought yesterday) and is nothing to do with Xorg either (even though an aborted X-test seems to have triggered this phenomenon). Is there a chance to clear the video BIOS or something like this?
EDIT:
I know now what it is related to: Cool'n'Quiet (frequency scaling), When I turn of Cool'n'Quiet in the BIOS everything is alright. But this means that the CPU runs at 3.0GHz all the time which I really don't want it to. Even running at 2.3GHz doesn't help. Only when the CPU is maxed out the flickering stops. Weird.
Any ideas?
Last edited by rekado (2009-05-07 08:48:27)

The uber-weird thing is: I deactivated my internal graphics card again and booted for several times. I heard that the PC rebooted automatically again and again. Then I don't know if I changed it or it was changed automatically, but I had internal graphics again (I did try to turn it on blindly, don't know if I succeeded, though) and the flickering was gone.
Well, yesterday this also happened but today in the morning it was back on, flickering. I really don't know what the problem is. Now Cool'n'Quiet does work.
Hmm.
EDIT: I just turned the PC on again after leaving it off the whole night and the problem is back. Flickering unless I do not use Cool'n'Quiet.
Last edited by rekado (2009-03-16 23:19:18)

Similar Messages

  • [SOLVED] PC reboots by itself after grub

    Hi all, like in the tilte, when I turn on my computer, it reboots by itself just after grub, no error message is shown, it just reboots. I can boot to my Windows partition though.
    I tried to boot with the partion directory (/dev/sdX) instead of UUID. I also tried to boot without boot options and I still have the same result.
    Thanks for your answers, and sorry for my bad english!
    Last edited by froli (2010-09-02 21:19:32)

    menu.lst:
    # Config file for GRUB - The GNU GRand Unified Bootloader
    # /boot/grub/menu.lst
    # DEVICE NAME CONVERSIONS
    # Linux Grub
    # /dev/fd0 (fd0)
    # /dev/sda (hd0)
    # /dev/sdb2 (hd1,1)
    # /dev/sda3 (hd0,2)
    # FRAMEBUFFER RESOLUTION SETTINGS
    # +-------------------------------------------------+
    # | 640x480 800x600 1024x768 1280x1024
    # ----+--------------------------------------------
    # 256 | 0x301=769 0x303=771 0x305=773 0x307=775
    # 32K | 0x310=784 0x313=787 0x316=790 0x319=793
    # 64K | 0x311=785 0x314=788 0x317=791 0x31A=794
    # 16M | 0x312=786 0x315=789 0x318=792 0x31B=795
    # +-------------------------------------------------+
    # for more details and different resolutions see
    # http://wiki.archlinux.org/index.php/GRUB#Framebuffer_Resolution
    # general configuration:
    timeout 5
    default 0
    color light-blue/black light-cyan/blue
    # boot sections follow
    # each is implicitly numbered from 0 in the order of appearance below
    # TIP: If you want a 1024x768 framebuffer, add "vga=773" to your kernel line.
    # (0) Arch Linux
    title Arch Linux
    root (hd0,4)
    kernel /vmlinuz26 root=/dev/disk/by-uuid/4ed5fc3a-0c44-4101-b985-73127f58eda1 ro quiet splash ro acpi_enforce_resources=lax ro radeon.modeset=1
    initrd /kernel26.img
    # (1) Arch Linux
    title Arch Linux Fallback
    root (hd0,4)
    kernel /vmlinuz26 root=/dev/disk/by-uuid/4ed5fc3a-0c44-4101-b985-73127f58eda1
    initrd /kernel26-fallback.img
    # (2) Windows
    title Windows
    rootnoverify (hd0,1)
    makeactive
    chainloader +1
    kernel.log:
    Aug 29 21:53:36 localhost kernel: usb 2-5: new high speed USB device using ehci_hcd and address 7
    Aug 29 21:53:36 localhost kernel: scsi10 : usb-storage 2-5:1.0
    Aug 29 21:53:37 localhost kernel: scsi 10:0:0:0: Direct-Access HP v140w 0.00 PQ: 0 ANSI: 2
    Aug 29 21:53:37 localhost kernel: sd 10:0:0:0: Attached scsi generic sg7 type 0
    Aug 29 21:53:37 localhost kernel: sd 10:0:0:0: [sdg] 7897087 512-byte logical blocks: (4.04 GB/3.76 GiB)
    Aug 29 21:53:37 localhost kernel: sd 10:0:0:0: [sdg] Write Protect is off
    Aug 29 21:53:37 localhost kernel: sd 10:0:0:0: [sdg] Mode Sense: 00 00 00 00
    Aug 29 21:53:37 localhost kernel: sd 10:0:0:0: [sdg] Assuming drive cache: write through
    Aug 29 21:53:37 localhost kernel: sd 10:0:0:0: [sdg] Assuming drive cache: write through
    Aug 29 21:53:37 localhost kernel: sdg: unknown partition table
    Aug 29 21:53:37 localhost kernel: sd 10:0:0:0: [sdg] Assuming drive cache: write through
    Aug 29 21:53:37 localhost kernel: sd 10:0:0:0: [sdg] Attached SCSI removable disk
    Aug 29 21:58:00 localhost kernel: usb 2-5: USB disconnect, address 7
    Aug 29 21:58:00 localhost kernel: sd 10:0:0:0: [sdg] Unhandled error code
    Aug 29 21:58:00 localhost kernel: sd 10:0:0:0: [sdg] Result: hostbyte=0x07 driverbyte=0x00
    Aug 29 21:58:00 localhost kernel: sd 10:0:0:0: [sdg] CDB: cdb[0]=0x2a: 2a 00 00 04 a5 f8 00 00 f0 00
    Aug 29 21:58:00 localhost kernel: end_request: I/O error, dev sdg, sector 304632
    Aug 29 21:58:00 localhost kernel: Buffer I/O error on device sdg, logical block 304632
    Aug 29 21:58:00 localhost kernel: lost page write due to I/O error on sdg
    Aug 29 21:58:00 localhost kernel: Buffer I/O error on device sdg, logical block 304633
    Aug 29 21:58:00 localhost kernel: lost page write due to I/O error on sdg
    Aug 29 21:58:00 localhost kernel: Buffer I/O error on device sdg, logical block 304634
    Aug 29 21:58:00 localhost kernel: lost page write due to I/O error on sdg
    Aug 29 21:58:00 localhost kernel: Buffer I/O error on device sdg, logical block 304635
    Aug 29 21:58:00 localhost kernel: lost page write due to I/O error on sdg
    Aug 29 21:58:00 localhost kernel: Buffer I/O error on device sdg, logical block 304636
    Aug 29 21:58:00 localhost kernel: lost page write due to I/O error on sdg
    Aug 29 21:58:00 localhost kernel: Buffer I/O error on device sdg, logical block 304637
    Aug 29 21:58:00 localhost kernel: lost page write due to I/O error on sdg
    Aug 29 21:58:00 localhost kernel: Buffer I/O error on device sdg, logical block 304638
    Aug 29 21:58:00 localhost kernel: lost page write due to I/O error on sdg
    Aug 29 21:58:00 localhost kernel: Buffer I/O error on device sdg, logical block 304639
    Aug 29 21:58:00 localhost kernel: lost page write due to I/O error on sdg
    Aug 29 21:58:00 localhost kernel: Buffer I/O error on device sdg, logical block 304640
    Aug 29 21:58:00 localhost kernel: lost page write due to I/O error on sdg
    Aug 29 21:58:00 localhost kernel: Buffer I/O error on device sdg, logical block 304641
    Aug 29 21:58:00 localhost kernel: lost page write due to I/O error on sdg
    Aug 29 21:58:00 localhost kernel: sd 10:0:0:0: [sdg] Unhandled error code
    Aug 29 21:58:00 localhost kernel: sd 10:0:0:0: [sdg] Result: hostbyte=0x01 driverbyte=0x00
    Aug 29 21:58:00 localhost kernel: sd 10:0:0:0: [sdg] CDB: cdb[0]=0x2a: 2a 00 00 04 a6 e8 00 00 08 00
    Aug 29 21:58:00 localhost kernel: end_request: I/O error, dev sdg, sector 304872
    Aug 29 21:58:03 localhost kernel: usb 2-5: new high speed USB device using ehci_hcd and address 8
    Aug 29 21:58:03 localhost kernel: scsi11 : usb-storage 2-5:1.0
    Aug 29 21:58:04 localhost kernel: scsi 11:0:0:0: Direct-Access HP v140w 0.00 PQ: 0 ANSI: 2
    Aug 29 21:58:04 localhost kernel: sd 11:0:0:0: Attached scsi generic sg7 type 0
    Aug 29 21:58:04 localhost kernel: sd 11:0:0:0: [sdg] 7897087 512-byte logical blocks: (4.04 GB/3.76 GiB)
    Aug 29 21:58:04 localhost kernel: sd 11:0:0:0: [sdg] Write Protect is off
    Aug 29 21:58:04 localhost kernel: sd 11:0:0:0: [sdg] Mode Sense: 00 00 00 00
    Aug 29 21:58:04 localhost kernel: sd 11:0:0:0: [sdg] Assuming drive cache: write through
    Aug 29 21:58:04 localhost kernel: sd 11:0:0:0: [sdg] Assuming drive cache: write through
    Aug 29 21:58:04 localhost kernel: sdg: unknown partition table
    Aug 29 21:58:04 localhost kernel: sd 11:0:0:0: [sdg] Assuming drive cache: write through
    Aug 29 21:58:04 localhost kernel: sd 11:0:0:0: [sdg] Attached SCSI removable disk
    Aug 29 21:59:29 localhost kernel: sd 11:0:0:0: [sdg] Assuming drive cache: write through
    Aug 29 21:59:29 localhost kernel: sdg: sdg1
    Aug 29 22:00:00 localhost kernel: sd 11:0:0:0: [sdg] Assuming drive cache: write through
    Aug 29 22:00:00 localhost kernel: sdg: sdg1
    Aug 29 22:06:25 localhost kernel: INFO: task blkid:14646 blocked for more than 120 seconds.
    Aug 29 22:06:25 localhost kernel: "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
    Aug 29 22:06:25 localhost kernel: blkid D 0000000000000000 0 14646 10636 0x00000000
    Aug 29 22:06:25 localhost kernel: ffff880055419ba8 0000000000000086 ffff880055419b58 ffffffff00000000
    Aug 29 22:06:25 localhost kernel: 0000000000014f40 0000000000014f40 ffff880055419fd8 ffff880055419fd8
    Aug 29 22:06:25 localhost kernel: ffff880055419fd8 ffff880100300000 ffff880055419fd8 0000000000014f40
    Aug 29 22:06:25 localhost kernel: Call Trace:
    Aug 29 22:06:25 localhost kernel: [<ffffffff81371689>] __mutex_lock_slowpath+0x139/0x310
    Aug 29 22:06:25 localhost kernel: [<ffffffff81371871>] mutex_lock+0x11/0x30
    Aug 29 22:06:25 localhost kernel: [<ffffffff811533c8>] __blkdev_get+0x78/0x430
    Aug 29 22:06:25 localhost kernel: [<ffffffff8115378b>] blkdev_get+0xb/0x10
    Aug 29 22:06:25 localhost kernel: [<ffffffff8115388a>] blkdev_open+0xfa/0x130
    Aug 29 22:06:25 localhost kernel: [<ffffffff81153790>] ? blkdev_open+0x0/0x130
    Aug 29 22:06:25 localhost kernel: [<ffffffff81121b2b>] __dentry_open+0x11b/0x3c0
    Aug 29 22:06:25 localhost kernel: [<ffffffff811a243a>] ? security_inode_permission+0x1a/0x20
    Aug 29 22:06:25 localhost kernel: [<ffffffff81122d64>] nameidata_to_filp+0x54/0x70
    Aug 29 22:06:25 localhost kernel: [<ffffffff81130ff0>] do_last+0x480/0x740
    Aug 29 22:06:25 localhost kernel: [<ffffffff8113149d>] do_filp_open+0x1ed/0x680
    Aug 29 22:06:25 localhost kernel: [<ffffffff810fe912>] ? do_brk+0x2e2/0x310
    Aug 29 22:06:25 localhost kernel: [<ffffffff8113ca74>] ? alloc_fd+0xf4/0x150
    Aug 29 22:06:25 localhost kernel: [<ffffffff81122de4>] do_sys_open+0x64/0x130
    Aug 29 22:06:25 localhost kernel: [<ffffffff81122ecb>] sys_open+0x1b/0x20
    Aug 29 22:06:25 localhost kernel: [<ffffffff81009e82>] system_call_fastpath+0x16/0x1b
    Aug 29 22:08:25 localhost kernel: INFO: task blkid:14646 blocked for more than 120 seconds.
    Aug 29 22:08:25 localhost kernel: "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
    Aug 29 22:08:25 localhost kernel: blkid D 0000000000000000 0 14646 1 0x00000000
    Aug 29 22:08:25 localhost kernel: ffff880055419ba8 0000000000000086 ffff880055419b58 ffffffff00000000
    Aug 29 22:08:25 localhost kernel: 0000000000014f40 0000000000014f40 ffff880055419fd8 ffff880055419fd8
    Aug 29 22:08:25 localhost kernel: ffff880055419fd8 ffff880100300000 ffff880055419fd8 0000000000014f40
    Aug 29 22:08:25 localhost kernel: Call Trace:
    Aug 29 22:08:25 localhost kernel: [<ffffffff81371689>] __mutex_lock_slowpath+0x139/0x310
    Aug 29 22:08:25 localhost kernel: [<ffffffff81371871>] mutex_lock+0x11/0x30
    Aug 29 22:08:25 localhost kernel: [<ffffffff811533c8>] __blkdev_get+0x78/0x430
    Aug 29 22:08:25 localhost kernel: [<ffffffff8115378b>] blkdev_get+0xb/0x10
    Aug 29 22:08:25 localhost kernel: [<ffffffff8115388a>] blkdev_open+0xfa/0x130
    Aug 29 22:08:25 localhost kernel: [<ffffffff81153790>] ? blkdev_open+0x0/0x130
    Aug 29 22:08:25 localhost kernel: [<ffffffff81121b2b>] __dentry_open+0x11b/0x3c0
    Aug 29 22:08:25 localhost kernel: [<ffffffff811a243a>] ? security_inode_permission+0x1a/0x20
    Aug 29 22:08:25 localhost kernel: [<ffffffff81122d64>] nameidata_to_filp+0x54/0x70
    Aug 29 22:08:25 localhost kernel: [<ffffffff81130ff0>] do_last+0x480/0x740
    Aug 29 22:08:25 localhost kernel: [<ffffffff8113149d>] do_filp_open+0x1ed/0x680
    Aug 29 22:08:25 localhost kernel: [<ffffffff810fe912>] ? do_brk+0x2e2/0x310
    Aug 29 22:08:25 localhost kernel: [<ffffffff8113ca74>] ? alloc_fd+0xf4/0x150
    Aug 29 22:08:25 localhost kernel: [<ffffffff81122de4>] do_sys_open+0x64/0x130
    Aug 29 22:08:25 localhost kernel: [<ffffffff81122ecb>] sys_open+0x1b/0x20
    Aug 29 22:08:25 localhost kernel: [<ffffffff81009e82>] system_call_fastpath+0x16/0x1b
    Aug 29 22:12:04 localhost kernel: usb 2-5: USB disconnect, address 8
    Aug 29 22:34:29 localhost kernel: usb 2-5: new high speed USB device using ehci_hcd and address 9
    Aug 29 22:34:29 localhost kernel: scsi12 : usb-storage 2-5:1.0
    Aug 29 22:34:30 localhost kernel: scsi 12:0:0:0: Direct-Access HP v140w 0.00 PQ: 0 ANSI: 2
    Aug 29 22:34:30 localhost kernel: sd 12:0:0:0: Attached scsi generic sg7 type 0
    Aug 29 22:34:30 localhost kernel: sd 12:0:0:0: [sdg] 7897087 512-byte logical blocks: (4.04 GB/3.76 GiB)
    Aug 29 22:34:30 localhost kernel: sd 12:0:0:0: [sdg] Write Protect is off
    Aug 29 22:34:30 localhost kernel: sd 12:0:0:0: [sdg] Mode Sense: 00 00 00 00
    Aug 29 22:34:30 localhost kernel: sd 12:0:0:0: [sdg] Assuming drive cache: write through
    Aug 29 22:34:30 localhost kernel: sd 12:0:0:0: [sdg] Assuming drive cache: write through
    Aug 29 22:34:30 localhost kernel: sdg: sdg1
    Aug 29 22:34:30 localhost kernel: sd 12:0:0:0: [sdg] Assuming drive cache: write through
    Aug 29 22:34:30 localhost kernel: sd 12:0:0:0: [sdg] Attached SCSI removable disk
    Aug 29 22:48:25 localhost kernel: INFO: task blkid:5779 blocked for more than 120 seconds.
    Aug 29 22:48:25 localhost kernel: "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
    Aug 29 22:48:25 localhost kernel: blkid D 0000000000000000 0 5779 31610 0x00000000
    Aug 29 22:48:25 localhost kernel: ffff88006273dba8 0000000000000082 ffff88006273db58 ffffffff8137177d
    Aug 29 22:48:25 localhost kernel: 0000000000014f40 0000000000014f40 ffff88006273dfd8 ffff88006273dfd8
    Aug 29 22:48:25 localhost kernel: ffff88006273dfd8 ffff8801000386f0 ffff88006273dfd8 0000000000014f40
    Aug 29 22:48:25 localhost kernel: Call Trace:
    Aug 29 22:48:25 localhost kernel: [<ffffffff8137177d>] ? __mutex_lock_slowpath+0x22d/0x310
    Aug 29 22:48:25 localhost kernel: [<ffffffff81371689>] __mutex_lock_slowpath+0x139/0x310
    Aug 29 22:48:25 localhost kernel: [<ffffffff81371871>] mutex_lock+0x11/0x30
    Aug 29 22:48:25 localhost kernel: [<ffffffff811533c8>] __blkdev_get+0x78/0x430
    Aug 29 22:48:25 localhost kernel: [<ffffffff8115378b>] blkdev_get+0xb/0x10
    Aug 29 22:48:25 localhost kernel: [<ffffffff8115388a>] blkdev_open+0xfa/0x130
    Aug 29 22:48:25 localhost kernel: [<ffffffff81153790>] ? blkdev_open+0x0/0x130
    Aug 29 22:48:25 localhost kernel: [<ffffffff81121b2b>] __dentry_open+0x11b/0x3c0
    Aug 29 22:48:25 localhost kernel: [<ffffffff811a243a>] ? security_inode_permission+0x1a/0x20
    Aug 29 22:48:25 localhost kernel: [<ffffffff81122d64>] nameidata_to_filp+0x54/0x70
    Aug 29 22:48:25 localhost kernel: [<ffffffff81130ff0>] do_last+0x480/0x740
    Aug 29 22:48:25 localhost kernel: [<ffffffff8113149d>] do_filp_open+0x1ed/0x680
    Aug 29 22:48:25 localhost kernel: [<ffffffff810fe912>] ? do_brk+0x2e2/0x310
    Aug 29 22:48:25 localhost kernel: [<ffffffff8113ca74>] ? alloc_fd+0xf4/0x150
    Aug 29 22:48:25 localhost kernel: [<ffffffff81122de4>] do_sys_open+0x64/0x130
    Aug 29 22:48:25 localhost kernel: [<ffffffff81122ecb>] sys_open+0x1b/0x20
    Aug 29 22:48:25 localhost kernel: [<ffffffff81009e82>] system_call_fastpath+0x16/0x1b
    Aug 29 22:58:41 localhost kernel: usb 2-5: USB disconnect, address 9
    Aug 29 23:00:40 localhost kernel: sd 6:0:0:2: [sdd] 3862528 512-byte logical blocks: (1.97 GB/1.84 GiB)
    Aug 29 23:00:40 localhost kernel: sd 6:0:0:2: [sdd] Assuming drive cache: write through
    Aug 29 23:00:40 localhost kernel: sd 6:0:0:2: [sdd] Assuming drive cache: write through
    Aug 29 23:00:40 localhost kernel: sdd: sdd1
    Aug 30 11:40:18 localhost kernel: radeon 0000:01:00.0: ffff88017d8a2400 reserve failed for wait
    Aug 30 11:57:21 localhost kernel: radeon 0000:01:00.0: ffff8801b8296a00 reserve failed for wait
    Aug 30 14:55:20 localhost kernel: usb 2-3: new high speed USB device using ehci_hcd and address 10
    Aug 30 14:55:20 localhost kernel: scsi13 : usb-storage 2-3:1.0
    Aug 30 14:55:21 localhost kernel: scsi 13:0:0:0: Direct-Access HP v140w 0.00 PQ: 0 ANSI: 2
    Aug 30 14:55:21 localhost kernel: sd 13:0:0:0: Attached scsi generic sg7 type 0
    Aug 30 14:55:21 localhost kernel: sd 13:0:0:0: [sdg] 7897087 512-byte logical blocks: (4.04 GB/3.76 GiB)
    Aug 30 14:55:21 localhost kernel: sd 13:0:0:0: [sdg] Write Protect is off
    Aug 30 14:55:21 localhost kernel: sd 13:0:0:0: [sdg] Mode Sense: 00 00 00 00
    Aug 30 14:55:21 localhost kernel: sd 13:0:0:0: [sdg] Assuming drive cache: write through
    Aug 30 14:55:21 localhost kernel: sd 13:0:0:0: [sdg] Assuming drive cache: write through
    Aug 30 14:55:21 localhost kernel: sdg: sdg1
    Aug 30 14:55:21 localhost kernel: sd 13:0:0:0: [sdg] Assuming drive cache: write through
    Aug 30 14:55:21 localhost kernel: sd 13:0:0:0: [sdg] Attached SCSI removable disk
    Aug 30 15:02:25 localhost kernel: INFO: task udisks-daemon:6871 blocked for more than 120 seconds.
    Aug 30 15:02:25 localhost kernel: "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
    Aug 30 15:02:25 localhost kernel: udisks-daemon D 0000000000000000 0 6871 6870 0x00000000
    Aug 30 15:02:25 localhost kernel: ffff88019af45ba8 0000000000000086 ffff88019af45b58 ffffffff00000000
    Aug 30 15:02:25 localhost kernel: 0000000000014f40 0000000000014f40 ffff88019af45fd8 ffff88019af45fd8
    Aug 30 15:02:25 localhost kernel: ffff88019af45fd8 ffff8801000d9bc0 ffff88019af45fd8 0000000000014f40
    Aug 30 15:02:25 localhost kernel: Call Trace:
    Aug 30 15:02:25 localhost kernel: [<ffffffff81371689>] __mutex_lock_slowpath+0x139/0x310
    Aug 30 15:02:25 localhost kernel: [<ffffffff81371871>] mutex_lock+0x11/0x30
    Aug 30 15:02:25 localhost kernel: [<ffffffff811533c8>] __blkdev_get+0x78/0x430
    Aug 30 15:02:25 localhost kernel: [<ffffffff8115378b>] blkdev_get+0xb/0x10
    Aug 30 15:02:25 localhost kernel: [<ffffffff8115388a>] blkdev_open+0xfa/0x130
    Aug 30 15:02:25 localhost kernel: [<ffffffff81153790>] ? blkdev_open+0x0/0x130
    Aug 30 15:02:25 localhost kernel: [<ffffffff81121b2b>] __dentry_open+0x11b/0x3c0
    Aug 30 15:02:25 localhost kernel: [<ffffffff811a243a>] ? security_inode_permission+0x1a/0x20
    Aug 30 15:02:25 localhost kernel: [<ffffffff81122d64>] nameidata_to_filp+0x54/0x70
    Aug 30 15:02:25 localhost kernel: [<ffffffff81130ff0>] do_last+0x480/0x740
    Aug 30 15:02:25 localhost kernel: [<ffffffff8113149d>] do_filp_open+0x1ed/0x680
    Aug 30 15:02:25 localhost kernel: [<ffffffff8113ca74>] ? alloc_fd+0xf4/0x150
    Aug 30 15:02:25 localhost kernel: [<ffffffff81122de4>] do_sys_open+0x64/0x130
    Aug 30 15:02:25 localhost kernel: [<ffffffff8100c0fd>] ? math_state_restore+0x3d/0x60
    Aug 30 15:02:25 localhost kernel: [<ffffffff81122ecb>] sys_open+0x1b/0x20
    Aug 30 15:02:25 localhost kernel: [<ffffffff81009e82>] system_call_fastpath+0x16/0x1b
    Aug 30 15:02:25 localhost kernel: INFO: task hald-addon-stor:32383 blocked for more than 120 seconds.
    Aug 30 15:02:25 localhost kernel: "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
    Aug 30 15:02:25 localhost kernel: hald-addon-st D 0000000000000000 0 32383 2185 0x00000000
    Aug 30 15:02:25 localhost kernel: ffff88019c537ba8 0000000000000086 ffff88019c537b58 ffffffff00000000
    Aug 30 15:02:25 localhost kernel: 0000000000014f40 0000000000014f40 ffff88019c537fd8 ffff88019c537fd8
    Aug 30 15:02:25 localhost kernel: ffff88019c537fd8 ffff8801000df5f0 ffff88019c537fd8 0000000000014f40
    Aug 30 15:02:25 localhost kernel: Call Trace:
    Aug 30 15:02:25 localhost kernel: [<ffffffff81371689>] __mutex_lock_slowpath+0x139/0x310
    Aug 30 15:02:25 localhost kernel: [<ffffffff81371871>] mutex_lock+0x11/0x30
    Aug 30 15:02:25 localhost kernel: [<ffffffff811533c8>] __blkdev_get+0x78/0x430
    Aug 30 15:02:25 localhost kernel: [<ffffffff8115378b>] blkdev_get+0xb/0x10
    Aug 30 15:02:25 localhost kernel: [<ffffffff8115388a>] blkdev_open+0xfa/0x130
    Aug 30 15:02:25 localhost kernel: [<ffffffff81153790>] ? blkdev_open+0x0/0x130
    Aug 30 15:02:25 localhost kernel: [<ffffffff81121b2b>] __dentry_open+0x11b/0x3c0
    Aug 30 15:02:25 localhost kernel: [<ffffffff811a243a>] ? security_inode_permission+0x1a/0x20
    Aug 30 15:02:25 localhost kernel: [<ffffffff81122d64>] nameidata_to_filp+0x54/0x70
    Aug 30 15:02:25 localhost kernel: [<ffffffff81130ff0>] do_last+0x480/0x740
    Aug 30 15:02:25 localhost kernel: [<ffffffff8113149d>] do_filp_open+0x1ed/0x680
    Aug 30 15:02:25 localhost kernel: [<ffffffff8113ca74>] ? alloc_fd+0xf4/0x150
    Aug 30 15:02:25 localhost kernel: [<ffffffff81122de4>] do_sys_open+0x64/0x130
    Aug 30 15:02:25 localhost kernel: [<ffffffff81122ecb>] sys_open+0x1b/0x20
    Aug 30 15:02:25 localhost kernel: [<ffffffff81009e82>] system_call_fastpath+0x16/0x1b
    Aug 30 15:02:25 localhost kernel: INFO: task blkid:2868 blocked for more than 120 seconds.
    Aug 30 15:02:25 localhost kernel: "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
    Aug 30 15:02:25 localhost kernel: blkid D 0000000000000000 0 2868 32373 0x00000000
    Aug 30 15:02:25 localhost kernel: ffff88000c225ba8 0000000000000086 ffff88000c225b58 ffffffff00000000
    Aug 30 15:02:25 localhost kernel: 0000000000014f40 0000000000014f40 ffff88000c225fd8 ffff88000c225fd8
    Aug 30 15:02:25 localhost kernel: ffff88000c225fd8 ffff880180b2b780 ffff88000c225fd8 0000000000014f40
    Aug 30 15:02:25 localhost kernel: Call Trace:
    Aug 30 15:02:25 localhost kernel: [<ffffffff81371689>] __mutex_lock_slowpath+0x139/0x310
    Aug 30 15:02:25 localhost kernel: [<ffffffff81371871>] mutex_lock+0x11/0x30
    Aug 30 15:02:25 localhost kernel: [<ffffffff811533c8>] __blkdev_get+0x78/0x430
    Aug 30 15:02:25 localhost kernel: [<ffffffff8115378b>] blkdev_get+0xb/0x10
    Aug 30 15:02:25 localhost kernel: [<ffffffff8115388a>] blkdev_open+0xfa/0x130
    Aug 30 15:02:25 localhost kernel: [<ffffffff81153790>] ? blkdev_open+0x0/0x130
    Aug 30 15:02:25 localhost kernel: [<ffffffff81121b2b>] __dentry_open+0x11b/0x3c0
    Aug 30 15:02:25 localhost kernel: [<ffffffff811a243a>] ? security_inode_permission+0x1a/0x20
    Aug 30 15:02:25 localhost kernel: [<ffffffff81122d64>] nameidata_to_filp+0x54/0x70
    Aug 30 15:02:25 localhost kernel: [<ffffffff81130ff0>] do_last+0x480/0x740
    Aug 30 15:02:25 localhost kernel: [<ffffffff8113149d>] do_filp_open+0x1ed/0x680
    Aug 30 15:02:25 localhost kernel: [<ffffffff810fe912>] ? do_brk+0x2e2/0x310
    Aug 30 15:02:25 localhost kernel: [<ffffffff8113ca74>] ? alloc_fd+0xf4/0x150
    Aug 30 15:02:25 localhost kernel: [<ffffffff81122de4>] do_sys_open+0x64/0x130
    Aug 30 15:02:25 localhost kernel: [<ffffffff81122ecb>] sys_open+0x1b/0x20
    Aug 30 15:02:25 localhost kernel: [<ffffffff81009e82>] system_call_fastpath+0x16/0x1b
    Aug 30 15:04:25 localhost kernel: INFO: task udisks-daemon:6871 blocked for more than 120 seconds.
    Aug 30 15:04:25 localhost kernel: "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
    Aug 30 15:04:25 localhost kernel: udisks-daemon D 0000000000000000 0 6871 6870 0x00000000
    Aug 30 15:04:25 localhost kernel: ffff88019af45ba8 0000000000000086 ffff88019af45b58 ffffffff00000000
    Aug 30 15:04:25 localhost kernel: 0000000000014f40 0000000000014f40 ffff88019af45fd8 ffff88019af45fd8
    Aug 30 15:04:25 localhost kernel: ffff88019af45fd8 ffff8801000d9bc0 ffff88019af45fd8 0000000000014f40
    Aug 30 15:04:25 localhost kernel: Call Trace:
    Aug 30 15:04:25 localhost kernel: [<ffffffff81371689>] __mutex_lock_slowpath+0x139/0x310
    Aug 30 15:04:25 localhost kernel: [<ffffffff81371871>] mutex_lock+0x11/0x30
    Aug 30 15:04:25 localhost kernel: [<ffffffff811533c8>] __blkdev_get+0x78/0x430
    Aug 30 15:04:25 localhost kernel: [<ffffffff8115378b>] blkdev_get+0xb/0x10
    Aug 30 15:04:25 localhost kernel: [<ffffffff8115388a>] blkdev_open+0xfa/0x130
    Aug 30 15:04:25 localhost kernel: [<ffffffff81153790>] ? blkdev_open+0x0/0x130
    Aug 30 15:04:25 localhost kernel: [<ffffffff81121b2b>] __dentry_open+0x11b/0x3c0
    Aug 30 15:04:25 localhost kernel: [<ffffffff811a243a>] ? security_inode_permission+0x1a/0x20
    Aug 30 15:04:25 localhost kernel: [<ffffffff81122d64>] nameidata_to_filp+0x54/0x70
    Aug 30 15:04:25 localhost kernel: [<ffffffff81130ff0>] do_last+0x480/0x740
    Aug 30 15:04:25 localhost kernel: [<ffffffff8113149d>] do_filp_open+0x1ed/0x680
    Aug 30 15:04:25 localhost kernel: [<ffffffff8113ca74>] ? alloc_fd+0xf4/0x150
    Aug 30 15:04:25 localhost kernel: [<ffffffff81122de4>] do_sys_open+0x64/0x130
    Aug 30 15:04:25 localhost kernel: [<ffffffff8100c0fd>] ? math_state_restore+0x3d/0x60
    Aug 30 15:04:25 localhost kernel: [<ffffffff81122ecb>] sys_open+0x1b/0x20
    Aug 30 15:04:25 localhost kernel: [<ffffffff81009e82>] system_call_fastpath+0x16/0x1b
    Aug 30 15:04:25 localhost kernel: INFO: task hald-addon-stor:32383 blocked for more than 120 seconds.
    Aug 30 15:04:25 localhost kernel: "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
    Aug 30 15:04:25 localhost kernel: hald-addon-st D 0000000000000000 0 32383 2185 0x00000000
    Aug 30 15:04:25 localhost kernel: ffff88019c537ba8 0000000000000086 ffff88019c537b58 ffffffff00000000
    Aug 30 15:04:25 localhost kernel: 0000000000014f40 0000000000014f40 ffff88019c537fd8 ffff88019c537fd8
    Aug 30 15:04:25 localhost kernel: ffff88019c537fd8 ffff8801000df5f0 ffff88019c537fd8 0000000000014f40
    Aug 30 15:04:25 localhost kernel: Call Trace:
    Aug 30 15:04:25 localhost kernel: [<ffffffff81371689>] __mutex_lock_slowpath+0x139/0x310
    Aug 30 15:04:25 localhost kernel: [<ffffffff81371871>] mutex_lock+0x11/0x30
    Aug 30 15:04:25 localhost kernel: [<ffffffff811533c8>] __blkdev_get+0x78/0x430
    Aug 30 15:04:25 localhost kernel: [<ffffffff8115378b>] blkdev_get+0xb/0x10
    Aug 30 15:04:25 localhost kernel: [<ffffffff8115388a>] blkdev_open+0xfa/0x130
    Aug 30 15:04:25 localhost kernel: [<ffffffff81153790>] ? blkdev_open+0x0/0x130
    Aug 30 15:04:25 localhost kernel: [<ffffffff81121b2b>] __dentry_open+0x11b/0x3c0
    Aug 30 15:04:25 localhost kernel: [<ffffffff811a243a>] ? security_inode_permission+0x1a/0x20
    Aug 30 15:04:25 localhost kernel: [<ffffffff81122d64>] nameidata_to_filp+0x54/0x70
    Aug 30 15:04:25 localhost kernel: [<ffffffff81130ff0>] do_last+0x480/0x740
    Aug 30 15:04:25 localhost kernel: [<ffffffff8113149d>] do_filp_open+0x1ed/0x680
    Aug 30 15:04:25 localhost kernel: [<ffffffff8113ca74>] ? alloc_fd+0xf4/0x150
    Aug 30 15:04:25 localhost kernel: [<ffffffff81122de4>] do_sys_open+0x64/0x130
    Aug 30 15:04:25 localhost kernel: [<ffffffff81122ecb>] sys_open+0x1b/0x20
    Aug 30 15:04:25 localhost kernel: [<ffffffff81009e82>] system_call_fastpath+0x16/0x1b
    Aug 30 15:04:25 localhost kernel: INFO: task blkid:2868 blocked for more than 120 seconds.
    Aug 30 15:04:25 localhost kernel: "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
    Aug 30 15:04:25 localhost kernel: blkid D 0000000000000000 0 2868 1 0x00000000
    Aug 30 15:04:25 localhost kernel: ffff88000c225ba8 0000000000000086 ffff88000c225b58 ffffffff00000000
    Aug 30 15:04:25 localhost kernel: 0000000000014f40 0000000000014f40 ffff88000c225fd8 ffff88000c225fd8
    Aug 30 15:04:25 localhost kernel: ffff88000c225fd8 ffff880180b2b780 ffff88000c225fd8 0000000000014f40
    Aug 30 15:04:25 localhost kernel: Call Trace:
    Aug 30 15:04:25 localhost kernel: [<ffffffff81371689>] __mutex_lock_slowpath+0x139/0x310
    Aug 30 15:04:25 localhost kernel: [<ffffffff81371871>] mutex_lock+0x11/0x30
    Aug 30 15:04:25 localhost kernel: [<ffffffff811533c8>] __blkdev_get+0x78/0x430
    Aug 30 15:04:25 localhost kernel: [<ffffffff8115378b>] blkdev_get+0xb/0x10
    Aug 30 15:04:25 localhost kernel: [<ffffffff8115388a>] blkdev_open+0xfa/0x130
    Aug 30 15:04:25 localhost kernel: [<ffffffff81153790>] ? blkdev_open+0x0/0x130
    Aug 30 15:04:25 localhost kernel: [<ffffffff81121b2b>] __dentry_open+0x11b/0x3c0
    Aug 30 15:04:25 localhost kernel: [<ffffffff811a243a>] ? security_inode_permission+0x1a/0x20
    Aug 30 15:04:25 localhost kernel: [<ffffffff81122d64>] nameidata_to_filp+0x54/0x70
    Aug 30 15:04:25 localhost kernel: [<ffffffff81130ff0>] do_last+0x480/0x740
    Aug 30 15:04:25 localhost kernel: [<ffffffff8113149d>] do_filp_open+0x1ed/0x680
    Aug 30 15:04:25 localhost kernel: [<ffffffff810fe912>] ? do_brk+0x2e2/0x310
    Aug 30 15:04:25 localhost kernel: [<ffffffff8113ca74>] ? alloc_fd+0xf4/0x150
    Aug 30 15:04:25 localhost kernel: [<ffffffff81122de4>] do_sys_open+0x64/0x130
    Aug 30 15:04:25 localhost kernel: [<ffffffff81122ecb>] sys_open+0x1b/0x20
    Aug 30 15:04:25 localhost kernel: [<ffffffff81009e82>] system_call_fastpath+0x16/0x1b
    Aug 30 15:21:23 localhost kernel: usb 2-3: USB disconnect, address 10
    Aug 30 16:40:43 localhost kernel: usb 2-5: new high speed USB device using ehci_hcd and address 11
    Aug 30 16:40:43 localhost kernel: scsi14 : usb-storage 2-5:1.0
    Aug 30 16:40:44 localhost kernel: scsi 14:0:0:0: Direct-Access HP v140w 0.00 PQ: 0 ANSI: 2
    Aug 30 16:40:44 localhost kernel: sd 14:0:0:0: Attached scsi generic sg7 type 0
    Aug 30 16:40:44 localhost kernel: sd 14:0:0:0: [sdg] 7897087 512-byte logical blocks: (4.04 GB/3.76 GiB)
    Aug 30 16:40:44 localhost kernel: sd 14:0:0:0: [sdg] Write Protect is off
    Aug 30 16:40:44 localhost kernel: sd 14:0:0:0: [sdg] Mode Sense: 00 00 00 00
    Aug 30 16:40:44 localhost kernel: sd 14:0:0:0: [sdg] Assuming drive cache: write through
    Aug 30 16:40:44 localhost kernel: sd 14:0:0:0: [sdg] Assuming drive cache: write through
    Aug 30 16:40:44 localhost kernel: sdg: unknown partition table
    Aug 30 16:40:44 localhost kernel: sd 14:0:0:0: [sdg] Assuming drive cache: write through
    Aug 30 16:40:44 localhost kernel: sd 14:0:0:0: [sdg] Attached SCSI removable disk
    Aug 30 16:44:17 localhost kernel: ISO 9660 Extensions: Microsoft Joliet Level 3
    Aug 30 16:44:17 localhost kernel: ISO 9660 Extensions: RRIP_1991A
    Aug 30 16:47:51 localhost kernel: do_general_protection: 238 callbacks suppressed
    Aug 30 16:47:51 localhost kernel: unetbootin[31527] general protection ip:7f422a1a2c6d sp:7f421f5aeda0 error:0 in libQtCore.so.4.6.3[7f422a031000+269000]
    Aug 30 16:59:46 localhost kernel: usb 2-5: USB disconnect, address 11
    Aug 30 16:59:47 localhost kernel: usb 2-5: new high speed USB device using ehci_hcd and address 12
    Aug 30 16:59:48 localhost kernel: scsi15 : usb-storage 2-5:1.0
    Aug 30 16:59:49 localhost kernel: scsi 15:0:0:0: Direct-Access HP v140w 0.00 PQ: 0 ANSI: 2
    Aug 30 16:59:49 localhost kernel: sd 15:0:0:0: Attached scsi generic sg7 type 0
    Aug 30 16:59:49 localhost kernel: sd 15:0:0:0: [sdg] 7897087 512-byte logical blocks: (4.04 GB/3.76 GiB)
    Aug 30 16:59:49 localhost kernel: sd 15:0:0:0: [sdg] Write Protect is off
    Aug 30 16:59:49 localhost kernel: sd 15:0:0:0: [sdg] Mode Sense: 00 00 00 00
    Aug 30 16:59:49 localhost kernel: sd 15:0:0:0: [sdg] Assuming drive cache: write through
    Aug 30 16:59:49 localhost kernel: sd 15:0:0:0: [sdg] Assuming drive cache: write through
    Aug 30 16:59:49 localhost kernel: sdg: sdg1
    Aug 30 16:59:49 localhost kernel: sd 15:0:0:0: [sdg] Assuming drive cache: write through
    Aug 30 16:59:49 localhost kernel: sd 15:0:0:0: [sdg] Attached SCSI removable disk
    Aug 30 16:59:56 localhost kernel: ISOFS: Unable to identify CD-ROM format.
    Aug 30 16:59:59 localhost kernel: ISOFS: Unable to identify CD-ROM format.
    Aug 30 17:00:39 localhost kernel: sd 15:0:0:0: [sdg] Assuming drive cache: write through
    Aug 30 17:00:39 localhost kernel: sdg: sdg1
    Aug 30 17:01:19 localhost kernel: ISOFS: Unable to identify CD-ROM format.
    Aug 30 17:01:25 localhost kernel: usb 2-5: USB disconnect, address 12
    Aug 30 17:01:26 localhost kernel: usb 2-5: new high speed USB device using ehci_hcd and address 13
    Aug 30 17:01:26 localhost kernel: scsi16 : usb-storage 2-5:1.0
    Aug 30 17:01:27 localhost kernel: scsi 16:0:0:0: Direct-Access HP v140w 0.00 PQ: 0 ANSI: 2
    Aug 30 17:01:27 localhost kernel: sd 16:0:0:0: Attached scsi generic sg7 type 0
    Aug 30 17:01:27 localhost kernel: sd 16:0:0:0: [sdg] 7897087 512-byte logical blocks: (4.04 GB/3.76 GiB)
    Aug 30 17:01:27 localhost kernel: sd 16:0:0:0: [sdg] Write Protect is off
    Aug 30 17:01:27 localhost kernel: sd 16:0:0:0: [sdg] Mode Sense: 00 00 00 00
    Aug 30 17:01:27 localhost kernel: sd 16:0:0:0: [sdg] Assuming drive cache: write through
    Aug 30 17:01:27 localhost kernel: sd 16:0:0:0: [sdg] Assuming drive cache: write through
    Aug 30 17:01:27 localhost kernel: sdg: sdg1
    Aug 30 17:01:27 localhost kernel: sd 16:0:0:0: [sdg] Assuming drive cache: write through
    Aug 30 17:01:27 localhost kernel: sd 16:0:0:0: [sdg] Attached SCSI removable disk
    Aug 30 17:02:11 localhost kernel: usb 2-5: USB disconnect, address 13
    Aug 30 17:02:12 localhost kernel: usb 2-5: new high speed USB device using ehci_hcd and address 14
    Aug 30 17:02:13 localhost kernel: scsi17 : usb-storage 2-5:1.0
    Aug 30 17:02:14 localhost kernel: scsi 17:0:0:0: Direct-Access HP v140w 0.00 PQ: 0 ANSI: 2
    Aug 30 17:02:14 localhost kernel: sd 17:0:0:0: Attached scsi generic sg7 type 0
    Aug 30 17:02:14 localhost kernel: sd 17:0:0:0: [sdg] 7897087 512-byte logical blocks: (4.04 GB/3.76 GiB)
    Aug 30 17:02:14 localhost kernel: sd 17:0:0:0: [sdg] Write Protect is off
    Aug 30 17:02:14 localhost kernel: sd 17:0:0:0: [sdg] Mode Sense: 00 00 00 00
    Aug 30 17:02:14 localhost kernel: sd 17:0:0:0: [sdg] Assuming drive cache: write through
    Aug 30 17:02:14 localhost kernel: sd 17:0:0:0: [sdg] Assuming drive cache: write through
    Aug 30 17:02:14 localhost kernel: sdg: sdg1
    Aug 30 17:02:14 localhost kernel: sd 17:0:0:0: [sdg] Assuming drive cache: write through
    Aug 30 17:02:14 localhost kernel: sd 17:0:0:0: [sdg] Attached SCSI removable disk
    Aug 30 17:18:37 localhost kernel: usb 2-5: USB disconnect, address 14
    Aug 30 17:35:20 localhost kernel: npviewer.bin[26387]: segfault at 418 ip 00000000f610fdd6 sp 00000000ff8563b8 error 6 in libflashplayer.so[f5ec1000+b2c000]
    Aug 30 17:39:28 localhost kernel: npviewer.bin[29346]: segfault at 0 ip 00000000f629e741 sp 00000000ff8e8a20 error 4 in libflashplayer.so[f5eff000+b2c000]
    Aug 30 18:00:45 localhost kernel: npviewer.bin[8611]: segfault at f5a8c04c ip 00000000f62f4757 sp 00000000ffcb0610 error 4 in libflashplayer.so[f5f55000+b2c000]
    Aug 30 18:15:55 localhost kernel: usb 2-5: new high speed USB device using ehci_hcd and address 15
    Aug 30 18:15:55 localhost kernel: scsi18 : usb-storage 2-5:1.0
    Aug 30 18:15:55 localhost kernel: usb 2-5: USB disconnect, address 15
    Aug 30 18:15:56 localhost kernel: usb 2-5: new high speed USB device using ehci_hcd and address 16
    Aug 30 18:15:56 localhost kernel: scsi19 : usb-storage 2-5:1.0
    Aug 30 18:15:57 localhost kernel: scsi 19:0:0:0: Direct-Access HP v140w 0.00 PQ: 0 ANSI: 2
    Aug 30 18:15:57 localhost kernel: sd 19:0:0:0: Attached scsi generic sg7 type 0
    Aug 30 18:15:57 localhost kernel: sd 19:0:0:0: [sdg] 7897087 512-byte logical blocks: (4.04 GB/3.76 GiB)
    Aug 30 18:15:57 localhost kernel: sd 19:0:0:0: [sdg] Write Protect is off
    Aug 30 18:15:57 localhost kernel: sd 19:0:0:0: [sdg] Mode Sense: 00 00 00 00
    Aug 30 18:15:57 localhost kernel: sd 19:0:0:0: [sdg] Assuming drive cache: write through
    Aug 30 18:15:57 localhost kernel: sd 19:0:0:0: [sdg] Assuming drive cache: write through
    Aug 30 18:15:57 localhost kernel: sdg: sdg1
    Aug 30 18:15:57 localhost kernel: sd 19:0:0:0: [sdg] Assuming drive cache: write through
    Aug 30 18:15:57 localhost kernel: sd 19:0:0:0: [sdg] Attached SCSI removable disk
    Aug 30 18:20:29 localhost kernel: usb 2-5: USB disconnect, address 16
    Aug 30 21:18:54 localhost kernel: compiz[9526]: segfault at 8 ip 00007fe57d842218 sp 00007fff40d2c900 error 4 in libc-2.12.1.so[7fe57d7cf000+153000]
    Aug 31 03:04:49 localhost kernel: NOHZ: local_softirq_pending 100
    Aug 31 17:31:17 localhost kernel: chrome[5739] general protection ip:7f0faa56443e sp:8e40d3338b8dde9c error:0 in libc-2.12.1.so[7f0faa532000+153000]
    Aug 31 17:31:36 localhost kernel: chrome[24578] general protection ip:7f3189e4e43e sp:40e9284d3b378f1b error:0 in libc-2.12.1.so[7f3189e1c000+153000]
    Aug 31 18:10:19 localhost kernel: npviewer.bin[14201]: segfault at f3269054 ip 00000000f6242733 sp 00000000ffbc4850 error 4 in libflashplayer.so[f5ea3000+b2c000]
    Aug 31 18:12:48 localhost kernel: npviewer.bin[15099]: segfault at 418 ip 00000000f6131dd6 sp 00000000ffd949f8 error 6 in libflashplayer.so[f5ee3000+b2c000]
    Aug 31 18:16:38 localhost kernel: npviewer.bin[17005]: segfault at 0 ip 00000000f62a3741 sp 00000000ff941ed0 error 4 in libflashplayer.so[f5f04000+b2c000]
    Aug 31 18:18:41 localhost kernel: npviewer.bin[18983]: segfault at f330b054 ip 00000000f62a4733 sp 00000000fffc5f20 error 4 in libflashplayer.so[f5f05000+b2c000]
    Aug 31 22:33:16 localhost kernel: radeon 0000:01:00.0: ffff88008e613a00 reserve failed for wait
    Sep 1 03:04:28 localhost kernel: [drm:radeon_dvi_detect] *ERROR* DVI-I-1: probed a monitor but no|invalid EDID
    Sep 1 08:26:50 localhost kernel: TCP: Peer 87.89.25.194:14710/57623 unexpectedly shrunk window 1160958495:1160961375 (repaired)
    Sep 1 08:28:26 localhost kernel: TCP: Peer 87.89.25.194:14710/57623 unexpectedly shrunk window 1164770175:1164773055 (repaired)
    Sep 1 08:28:28 localhost kernel: TCP: Peer 87.89.25.194:14710/57623 unexpectedly shrunk window 1164770175:1164773055 (repaired)
    Sep 1 10:10:00 localhost kernel: [drm:radeon_dvi_detect] *ERROR* DVI-I-1: probed a monitor but no|invalid EDID
    Sep 1 14:08:27 localhost kernel: radeon 0000:01:00.0: ffff88003da22600 reserve failed for wait
    Sep 1 14:08:37 localhost kernel: radeon 0000:01:00.0: ffff88003da22600 reserve failed for wait
    Sep 1 14:08:37 localhost kernel: radeon 0000:01:00.0: ffff88003da22600 reserve failed for wait
    Sep 1 14:10:10 localhost kernel: npviewer.bin[27586]: segfault at f32d3828 ip 00000000f62eb15f sp 00000000ffd5e450 error 4 in libflashplayer.so (deleted)[f5e9f000+b2c000]
    Sep 1 17:09:25 localhost kernel: radeon 0000:01:00.0: ffff88003d9c6400 reserve failed for wait
    Sep 1 17:09:29 localhost kernel: radeon 0000:01:00.0: ffff88003d9c6400 reserve failed for wait
    Last days of pacman.log:
    [2010-08-20 18:11] Running 'pacman -Sy'
    [2010-08-20 18:11] synchronizing package lists
    [2010-08-20 19:02] Running '/usr/bin/pacman -Sy'
    [2010-08-20 19:02] synchronizing package lists
    [2010-08-20 19:05] Running '/usr/bin/pacman -S -u'
    [2010-08-20 19:05] starting full system upgrade
    [2010-08-20 19:24] Running '/usr/bin/pacman -Sy'
    [2010-08-20 19:24] synchronizing package lists
    [2010-08-20 19:25] Running '/usr/bin/pacman -S -u'
    [2010-08-20 19:25] starting full system upgrade
    [2010-08-20 19:29] upgraded avahi (0.6.25-3 -> 0.6.27-2)
    [2010-08-20 19:29] upgraded chromium (5.0.375.125-1 -> 5.0.375.127-1)
    [2010-08-20 19:29] upgraded gnome-keyring (2.30.3-1 -> 2.30.3-2)
    [2010-08-20 19:29] upgraded k3b (2.0.0-2 -> 2.0.1-2)
    [2010-08-20 19:29] upgraded qimageblitz (0.0.5-1 -> 0.0.6-1)
    [2010-08-20 19:29] warning: /usr/share/config/kdm/kdmrc installed as /usr/share/config/kdm/kdmrc.pacnew
    [2010-08-20 19:29] > Rebuilding xdg icon database ... DONE
    [2010-08-20 19:29] upgraded kdemod-kdebase-workspace (4.5.0-1 -> 4.5.0-2)
    [2010-08-20 19:29] upgraded kdemod-kdebase-workspace-doc (4.5.0-1 -> 4.5.0-2)
    [2010-08-20 19:29] upgraded kdemod-kdebase-workspace-wallpapers (4.5.0-1 -> 4.5.0-2)
    [2010-08-20 19:29] upgraded linux-firmware (20100623-2 -> 20100807-1)
    [2010-08-20 19:29] >>> Updating module dependencies. Please wait ...
    [2010-08-20 19:29] >>> MKINITCPIO SETUP
    [2010-08-20 19:29] >>> ----------------
    [2010-08-20 19:29] >>> If you use LVM2, Encrypted root or software RAID,
    [2010-08-20 19:29] >>> Ensure you enable support in /etc/mkinitcpio.conf .
    [2010-08-20 19:29] >>> More information about mkinitcpio setup can be found here:
    [2010-08-20 19:29] >>> http://wiki.archlinux.org/index.php/Mkinitcpio
    [2010-08-20 19:29]
    [2010-08-20 19:29] >>> Generating initial ramdisk, using mkinitcpio. Please wait...
    [2010-08-20 19:29] ==> Building image "default"
    [2010-08-20 19:29] ==> Running command: /sbin/mkinitcpio -k 2.6.35-ARCH -c /etc/mkinitcpio.conf -g /boot/kernel26.img
    [2010-08-20 19:29] :: Begin build
    [2010-08-20 19:29] :: Parsing hook [base]
    [2010-08-20 19:29] :: Parsing hook [udev]
    [2010-08-20 19:29] :: Parsing hook [autodetect]
    [2010-08-20 19:29] :: Parsing hook [plymouth]
    [2010-08-20 19:29] :: Parsing hook [pata]
    [2010-08-20 19:29] :: Parsing hook [scsi]
    [2010-08-20 19:29] :: Parsing hook [sata]
    [2010-08-20 19:29] :: Parsing hook [filesystems]
    [2010-08-20 19:29] :: Generating module dependencies
    [2010-08-20 19:30] :: Generating image '/boot/kernel26.img'...SUCCESS
    [2010-08-20 19:30] ==> SUCCESS
    [2010-08-20 19:30] ==> Building image "fallback"
    [2010-08-20 19:30] ==> Running command: /sbin/mkinitcpio -k 2.6.35-ARCH -c /etc/mkinitcpio.conf -g /boot/kernel26-fallback.img -S autodetect
    [2010-08-20 19:30] :: Begin build
    [2010-08-20 19:30] :: Parsing hook [base]
    [2010-08-20 19:30] :: Parsing hook [udev]
    [2010-08-20 19:30] :: Parsing hook [plymouth]
    [2010-08-20 19:30] :: Parsing hook [pata]
    [2010-08-20 19:30] :: Parsing hook [scsi]
    [2010-08-20 19:30] :: Parsing hook [sata]
    [2010-08-20 19:30] :: Parsing hook [filesystems]
    [2010-08-20 19:30] :: Generating module dependencies
    [2010-08-20 19:30] :: Generating image '/boot/kernel26-fallback.img'...SUCCESS
    [2010-08-20 19:30] ==> SUCCESS
    [2010-08-20 19:30] upgraded kernel26 (2.6.34.3-1 -> 2.6.35.2-1)
    [2010-08-20 19:30] upgraded libgnome-keyring (2.30.1-1 -> 2.30.1-2)
    [2010-08-20 19:30] upgraded mdadm (3.1.2-2 -> 3.1.3-1)
    [2010-08-20 19:30] upgraded pycairo (1.8.8-1 -> 1.8.10-1)
    [2010-08-20 19:30] upgraded pygtk (2.17.0-1 -> 2.17.0-2)
    [2010-08-20 19:30] upgraded udev (160-1 -> 161-1)
    [2010-08-20 19:30] upgraded usbutils (0.87-1 -> 0.90-1)
    [2010-08-20 19:30] upgraded vlc (1.1.2-2 -> 1.1.3-1)
    [2010-08-20 19:31] upgraded xf86-input-evdev (2.4.0-1 -> 2.4.0-2)
    [2010-08-20 19:39] Running '/usr/bin/pacman -Uf /tmp/yaourt-tmp-froli/PKGDEST.v0T/kdropbox-0.4.1-1-x86_64.pkg.tar.xz'
    [2010-08-20 19:39] upgraded kdropbox (0.4.0-2 -> 0.4.1-1)
    [2010-08-20 19:42] Running '/usr/bin/pacman -S extra/partitionmanager'
    [2010-08-20 19:42] installed partitionmanager (1.0.2-1)
    [2010-08-20 19:43] Running '/usr/bin/pacman -S extra/dosfstools'
    [2010-08-20 19:43] installed dosfstools (3.0.9-1)
    [2010-08-20 19:44] Running '/usr/bin/pacman -S core/e2fsprogs core/xfsprogs core/jfsutils core/reiserfsprogs extra/ntfsprogs'
    [2010-08-20 19:44] upgraded e2fsprogs (1.41.12-1 -> 1.41.12-1)
    [2010-08-20 19:44] upgraded xfsprogs (3.1.2-1 -> 3.1.2-1)
    [2010-08-20 19:44] upgraded jfsutils (1.1.14-1 -> 1.1.14-1)
    [2010-08-20 19:44] upgraded reiserfsprogs (3.6.21-2 -> 3.6.21-2)
    [2010-08-20 19:44] installed ntfsprogs (2.0.0-4)
    [2010-08-20 20:11] Running 'pacman -Sy'
    [2010-08-20 20:11] synchronizing package lists
    [2010-08-20 22:11] Running 'pacman -Sy'
    [2010-08-20 22:11] synchronizing package lists
    [2010-08-21 00:11] Running 'pacman -Sy'
    [2010-08-21 00:11] synchronizing package lists
    [2010-08-21 02:11] Running 'pacman -Sy'
    [2010-08-21 02:11] synchronizing package lists
    [2010-08-21 04:11] Running 'pacman -Sy'
    [2010-08-21 04:11] synchronizing package lists
    [2010-08-21 06:11] Running 'pacman -Sy'
    [2010-08-21 06:11] synchronizing package lists
    [2010-08-21 08:11] Running 'pacman -Sy'
    [2010-08-21 08:11] synchronizing package lists
    [2010-08-21 16:43] Running 'pacman -Sy'
    [2010-08-21 16:43] synchronizing package lists
    [2010-08-21 17:23] Running '/usr/bin/pacman -Sy'
    [2010-08-21 17:23] synchronizing package lists
    [2010-08-21 17:24] Running '/usr/bin/pacman -S -u'
    [2010-08-21 17:24] starting full system upgrade
    [2010-08-21 17:24] upgraded libpciaccess (0.11.0-1 -> 0.12.0-1)
    [2010-08-21 17:24] upgraded orc (0.4.6-1 -> 0.4.7-1)
    [2010-08-21 18:43] Running 'pacman -Sy'
    [2010-08-21 18:43] synchronizing package lists
    [2010-08-21 18:50] Running '/usr/bin/pacman -Uf /tmp/yaourt-tmp-froli/PKGDEST.5MJ/droid-plasmatheme-0.1-1-x86_64.pkg.tar.xz'
    [2010-08-21 18:50] installed droid-plasmatheme (0.1-1)
    [2010-08-21 20:43] Running 'pacman -Sy'
    [2010-08-21 20:43] synchronizing package lists
    [2010-08-22 17:10] Running 'pacman -Sy'
    [2010-08-22 17:10] synchronizing package lists
    [2010-08-22 17:21] Running '/usr/bin/pacman -Sy'
    [2010-08-22 17:21] synchronizing package lists
    [2010-08-22 17:24] Running '/usr/bin/pacman -S -u'
    [2010-08-22 17:24] starting full system upgrade
    [2010-08-22 17:24] >>> Updating module dependencies. Please wait ...
    [2010-08-22 17:24] >>> MKINITCPIO SETUP
    [2010-08-22 17:24] >>> ----------------
    [2010-08-22 17:24] >>> If you use LVM2, Encrypted root or software RAID,
    [2010-08-22 17:24] >>> Ensure you enable support in /etc/mkinitcpio.conf .
    [2010-08-22 17:24] >>> More information about mkinitcpio setup can be found here:
    [2010-08-22 17:24] >>> http://wiki.archlinux.org/index.php/Mkinitcpio
    [2010-08-22 17:24]
    [2010-08-22 17:24] >>> Generating initial ramdisk, using mkinitcpio. Please wait...
    [2010-08-22 17:24] ==> Building image "default"
    [2010-08-22 17:24] ==> Running command: /sbin/mkinitcpio -k 2.6.35-ARCH -c /etc/mkinitcpio.conf -g /boot/kernel26.img
    [2010-08-22 17:24] :: Begin build
    [2010-08-22 17:24] :: Parsing hook [base]
    [2010-08-22 17:24] :: Parsing hook [udev]
    [2010-08-22 17:24] :: Parsing hook [autodetect]
    [2010-08-22 17:25] :: Parsing hook [plymouth]
    [2010-08-22 17:25] :: Parsing hook [pata]
    [2010-08-22 17:25] :: Parsing hook [scsi]
    [2010-08-22 17:25] :: Parsing hook [sata]
    [2010-08-22 17:25] :: Parsing hook [filesystems]
    [2010-08-22 17:25] :: Generating module dependencies
    [2010-08-22 17:25] :: Generating image '/boot/kernel26.img'...SUCCESS
    [2010-08-22 17:25] ==> SUCCESS
    [2010-08-22 17:25] ==> Building image "fallback"
    [2010-08-22 17:25] ==> Running command: /sbin/mkinitcpio -k 2.6.35-ARCH -c /etc/mkinitcpio.conf -g /boot/kernel26-fallback.img -S autodetect
    [2010-08-22 17:25] :: Begin build
    [2010-08-22 17:25] :: Parsing hook [base]
    [2010-08-22 17:25] :: Parsing hook [udev]
    [2010-08-22 17:25] :: Parsing hook [plymouth]
    [2010-08-22 17:25] :: Parsing hook [pata]
    [2010-08-22 17:25] :: Parsing hook [scsi]
    [2010-08-22 17:25] :: Parsing hook [sata]
    [2010-08-22 17:25] :: Parsing hook [filesystems]
    [2010-08-22 17:25] :: Generating module dependencies
    [2010-08-22 17:26] :: Generating image '/boot/kernel26-fallback.img'...SUCCESS
    [2010-08-22 17:26] ==> SUCCESS
    [2010-08-22 17:26] upgraded kernel26 (2.6.35.2-1 -> 2.6.35.3-1)
    [2010-08-22 19:10] Running 'pacman -Sy'
    [2010-08-22 19:10] synchronizing package lists
    [2010-08-22 20:23] Running '/usr/bin/pacman -S community/kmess'
    [2010-08-22 20:23] installed kmess (2.0.4-1)
    [2010-08-22 20:41] Running '/usr/bin/pacman -S kopete'
    [2010-08-22 20:46] Running '/usr/bin/pacman -S --asdeps pil'
    [2010-08-22 20:46] installed python-imaging (1.1.7-1)
    [2010-08-22 20:47] Running '/usr/bin/pacman -Uf --asdeps /tmp/yaourt-tmp-froli/PKGDEST.iT1/libmimic-1.0.4-4-x86_64.pkg.tar.xz'
    [2010-08-22 20:47] installed libmimic (1.0.4-4)
    [2010-08-22 20:49] Running '/usr/bin/pacman -S --asdeps community/adns-python'
    [2010-08-22 20:49] installed adns (1.4-2)
    [2010-08-22 20:49] installed adns-python (1.2.1-3)
    [2010-08-22 20:54] Running '/usr/bin/pacman -Uf /tmp/yaourt-tmp-froli/PKGDEST.iMs/amsn2-git-20100822-1-x86_64.pkg.tar.xz'
    [2010-08-22 20:54] ==> Installation notes:
    [2010-08-22 20:54] ==> amsn2 start with gtk interface.
    [2010-08-22 20:54] ==> If you want any other available frontends
    [2010-08-22 20:54] ==> ['web', 'qt4', 'gtk', 'console', 'curses']
    [2010-08-22 20:54] ==> you can launch 'amsn2 web' 'amsn2 qt4'
    [2010-08-22 20:54] ==> 'amsn2 gtk' 'amsn2 console'
    [2010-08-22 20:54] ==> 'amsn2 curses' rispectively
    [2010-08-22 20:54]
    [2010-08-22 20:54] installed amsn2-git (20100822-1)
    [2010-08-22 20:57] Running '/usr/bin/pacman -Rd amsn2-git'
    [2010-08-22 20:57] removed amsn2-git (20100822-1)
    [2010-08-22 21:02] Running '/usr/bin/pacman -S community/amsn'
    [2010-08-22 21:03] installed tls (1.6-3)
    [2010-08-22 21:03] installed amsn (0.98.3-3)
    [2010-08-22 21:10] Running 'pacman -Sy'
    [2010-08-22 21:10] synchronizing package lists
    [2010-08-22 21:14] Running '/usr/bin/pacman -Uf /tmp/yaourt-tmp-froli/PKGDEST.9ry/amsn-plugins-desktopintegration-r9739-2-any.pkg.tar.xz'
    [2010-08-22 21:14] installed amsn-plugins-desktopintegration (r9739-2)
    [2010-08-22 21:19] Running '/usr/bin/pacman -S --asdeps gstreamer0.10-farsight libjingle>'
    [2010-08-22 23:10] Running 'pacman -Sy'
    [2010-08-22 23:10] synchronizing package lists
    [2010-08-23 01:10] Running 'pacman -Sy'
    [2010-08-23 01:10] synchronizing package lists
    [2010-08-23 03:10] Running 'pacman -Sy'
    [2010-08-23 03:10] synchronizing package lists
    [2010-08-23 05:10] Running 'pacman -Sy'
    [2010-08-23 05:10] synchronizing package lists
    [2010-08-23 07:10] Running 'pacman -Sy'
    [2010-08-23 07:10] synchronizing package lists
    [2010-08-23 09:10] Running 'pacman -Sy'
    [2010-08-23 09:10] synchronizing package lists
    [2010-08-23 11:10] Running 'pacman -Sy'
    [2010-08-23 11:10] synchronizing package lists
    [2010-08-23 12:10] Running '/usr/bin/pacman -Sy'
    [2010-08-23 12:10] synchronizing package lists
    [2010-08-23 12:11] Running '/usr/bin/pacman -S -u'
    [2010-08-23 12:11] starting full system upgrade
    [2010-08-23 12:11] upgraded frostwire (4.20.8-1 -> 4.20.9-1)
    [2010-08-23 13:10] Running 'pacman -Sy'
    [2010-08-23 13:10] synchronizing package lists
    [2010-08-23 15:10] Running 'pacman -Sy'
    [2010-08-23 15:10] synchronizing package lists
    [2010-08-23 15:19] Running '/usr/bin/pacman -Sy'
    [2010-08-23 15:19] synchronizing package lists
    [2010-08-23 15:20] Running '/usr/bin/pacman -S -u'
    [2010-08-23 15:20] starting full system upgrade
    [2010-08-23 15:20] upgraded git (1.7.2.1-1 -> 1.7.2.2-1)
    [2010-08-23 15:20] upgraded kbproto (1.0.4-1 -> 1.0.5-1)
    [2010-08-23 15:20] upgraded libxau (1.0.5-1 -> 1.0.6-1)
    [2010-08-23 15:20] upgraded libxcb (1.6-1 -> 1.7-1)
    [2010-08-23 15:20] upgraded libx11 (1.3.4-1 -> 1.3.5-1)
    [2010-08-23 15:20] upgraded libxi (1.3-2 -> 1.3.2-1)
    [2010-08-23 15:20] upgraded renderproto (0.11-1 -> 0.11.1-1)
    [2010-08-23 15:20] upgraded videoproto (2.3.0-1 -> 2.3.1-1)
    [2010-08-23 15:20] upgraded xorg-server-utils (7.5-4 -> 7.5-5)
    [2010-08-23 15:20] upgraded xterm (259-1 -> 261-1)
    [2010-08-23 15:34] Running '/usr/bin/pacman -S --asdeps extra/wxgtk'
    [2010-08-23 15:35] installed wxgtk (2.8.11-1)
    [2010-08-23 15:40] Running '/usr/bin/pacman -Uf /tmp/yaourt-tmp-froli/PKGDEST.y1q/wxcam-1.0.6-2-x86_64.pkg.tar.xz'
    [2010-08-23 15:40] installed wxcam (1.0.6-2)
    [2010-08-23 17:10] Running 'pacman -Sy'
    [2010-08-23 17:10] synchronizing package lists
    [2010-08-23 19:10] Running 'pacman -Sy'
    [2010-08-23 19:10] synchronizing package lists
    [2010-08-23 21:10] Running 'pacman -Sy'
    [2010-08-23 21:10] synchronizing package lists
    [2010-08-23 23:10] Running 'pacman -Sy'
    [2010-08-23 23:10] synchronizing package lists
    [2010-08-24 01:10] Running 'pacman -Sy'
    [2010-08-24 01:10] synchronizing package lists
    [2010-08-24 03:10] Running 'pacman -Sy'
    [2010-08-24 03:10] synchronizing package lists
    [2010-08-24 05:10] Running 'pacman -Sy'
    [2010-08-24 05:10] synchronizing package lists
    [2010-08-24 07:10] Running 'pacman -Sy'
    [2010-08-24 07:10] synchronizing package lists
    [2010-08-24 09:10] Running 'pacman -Sy'
    [2010-08-24 09:10] synchronizing package lists
    [2010-08-24 11:10] Running 'pacman -Sy'
    [2010-08-24 11:10] synchronizing package lists
    [2010-08-24 13:10] Running 'pacman -Sy'
    [2010-08-24 13:10] synchronizing package lists
    [2010-08-24 15:10] Running 'pacman -Sy'
    [2010-08-24 15:10] synchronizing package lists
    [2010-08-24 17:10] Running 'pacman -Sy'
    [2010-08-24 17:10] synchronizing package lists
    [2010-08-24 19:10] Running 'pacman -Sy'
    [2010-08-24 19:10] synchronizing package lists
    [2010-08-24 21:10] Running 'pacman -Sy'
    [2010-08-24 21:10] synchronizing package lists
    [2010-08-24 23:10] Running 'pacman -Sy'
    [2010-08-24 23:10] synchronizing package lists
    [2010-08-25 01:10] Running 'pacman -Sy'
    [2010-08-25 01:10] synchronizing package lists
    [2010-08-25 03:10] Running 'pacman -Sy'
    [2010-08-25 03:10] synchronizing package lists
    [2010-08-25 05:10] Running 'pacman -Sy'
    [2010-08-25 05:10] synchronizing package lists
    [2010-08-25 07:10] Running 'pacman -Sy'
    [2010-08-25 07:10] synchronizing package lists
    [2010-08-25 09:10] Running 'pacman -Sy'
    [2010-08-25 09:10] synchronizing package lists
    [2010-08-25 11:10] Running 'pacman -Sy'
    [2010-08-25 11:10] synchronizing package lists
    [2010-08-25 12:07] Running '/usr/bin/pacman -Sy'
    [2010-08-25 12:07] synchronizing package lists
    [2010-08-25 12:07] Running '/usr/bin/pacman -S -u'
    [2010-08-25 12:07] starting full system upgrade
    [2010-08-25 12:09] upgraded bison (2.4.2-1 -> 2.4.3-1)
    [2010-08-25 12:09] upgraded kde-l10n-fr (4.4.5-1 -> 4.5.0-1)
    [2010-08-25 12:09] upgraded kdeplasma-applets-networkmanagement (1121484-1 -> 1154750-1)
    [2010-08-25 12:09] upgraded kdeutils-printer-applet (4.4.5-2 -> 4.5.0-1)
    [2010-08-25 12:09] upgraded libtorrent-rasterbar (0.15.1-1 -> 0.15.2-1)
    [2010-08-25 12:09] upgraded packer (20100719-1 -> 20100824-1)
    [2010-08-25 12:09] upgraded sqlite3 (3.7.0.1-1 -> 3.7.1-1)
    [2010-08-25 12:09] upgraded tzdata (2010k-1 -> 2010l-1)
    [2010-08-25 12:09] upgraded xorg-server-utils (7.5-5 -> 7.5-6)
    [2010-08-25 12:09] upgraded xorg-utils (7.6-2 -> 7.6-3)
    [2010-08-25 12:09] upgraded xscreensaver (5.11-1 -> 5.11-2)
    [2010-08-25 13:10] Running 'pacman -Sy'
    [2010-08-25 13:10] synchronizing package lists
    [2010-08-25 13:13] Running '/usr/bin/pacman -S --asdeps community/lib32-libxt community/lib32-gtk2 community/lib32-nss community/lib32-curl community/lib32-libxdamage'
    [2010-08-25 13:14] installed lib32-glibc (2.12-5)
    [2010-08-25 13:14] installed lib32-libice (1.0.6-1)
    [2010-08-25 13:14] installed lib32-util-linux-ng (2.17.2-2)
    [2010-08-25 13:14] installed lib32-e2fsprogs (1.41.12-1)
    [2010-08-25 13:14] installed lib32-libsm (1.1.1-1)
    [2010-08-25 13:14] installed lib32-libxau (1.0.5-1)
    [2010-08-25 13:14] installed lib32-libxdmcp (1.0.3-1)
    [2010-08-25 13:14] installed lib32-libxcb (1.6-1)
    [2010-08-25 13:14] installed lib32-libxcomposite (0.4.2-1)
    [2010-08-25 13:14] installed lib32-libx11 (1.3.4-1)
    [2010-08-25 13:14] installed lib32-libxt (1.0.8-1)
    [2010-08-25 13:14] installed lib32-zlib (1.2.5-2)
    [2010-08-25 13:14] installed lib32-libjpeg (8.0.2-1)
    [2010-08-25 13:14] installed lib32-libtiff (3.9.4-1)
    [2010-08-25 13:14] installed lib32-glib2 (2.24.1-1)
    [2010-08-25 13:14] installed lib32-atk (1.30.0-1)
    [2010-08-25 13:14] installed lib32-libxrender (0.9.6-1)
    [2010-08-25 13:14] installed lib32-libpng (1.4.3-1)
    [2010-08-25 13:14] installed lib32-expat (2.0.1-5)
    [2010-08-25 13:14] installed lib32-freetype2 (2.4.1-1)
    [2010-08-25 13:14] installed lib32-fontconfig (2.8.0-1)
    [2010-08-25 13:14] installed lib32-pixman (0.18.2-1)
    [2010-08-25 13:14] installed lib32-xcb-util (0.3.6-1)
    [2010-08-25 13:14] installed lib32-cairo (1.8.10-1)
    [2010-08-25 13:14] installed lib32-libxft (2.1.14-1)
    [2010-08-25 13:14] installed lib32-pango (1.28.1-1)
    [2010-08-25 13:14] installed lib32-libxfixes (4.0.5-1)
    [2010-08-25 13:14] installed lib32-libxcursor (1.1.10-1)
    [2010-08-25 13:14] installed lib32-libxext (1.1.2-1)
    [2010-08-25 13:14] installed lib32-libxinerama (1.1-1)
    [2010-08-25 13:14] installed lib32-libxrandr (1.3.0-1)
    [2010-08-25 13:14] installed lib32-libxi (1.3-2)
    [2010-08-25 13:14] installed lib32-gcc-libs (4.5.1-1)
    [2010-08-25 13:14] installed lib32-libgpg-error (1.7-3.1)
    [2010-08-25 13:14] installed lib32-libgcrypt (1.4.5-2.1)
    [2010-08-25 13:14] installed lib32-opencdk (0.6.6-1.1)
    [2010-08-25 13:14] installed lib32-libtasn1 (2.6-1)
    [2010-08-25 13:14] installed lib32-lzo2 (2.03-1)
    [2010-08-25 13:14] installed lib32-ncurses (5.7-3)
    [2010-08-25 13:14] installed lib32-readline (6.1.002-1)
    [2010-08-25 13:14] installed lib32-gnutls (2.8.6-1)
    [2010-08-25 13:14] installed lib32-dbus-core (1.2.24-1)
    [2010-08-25 13:14] installed lib32-libcap (2.19-1)
    [2010-08-25 13:14] installed lib32-avahi (0.6.25-3.1)
    [2010-08-25 13:14] installed lib32-libcups (1.4.4-1)
    [2010-08-25 13:14] installed lib32-openssl (1.0.0.a-2)
    [2010-08-25 13:14] installed lib32-db (4.8.26-2)
    [2010-08-25 13:14] installed lib32-heimdal (1.3.3-1)
    [2010-08-25 13:14] installed lib32-pcre (8.02-1)
    [2010-08-25 13:14] installed lib32-gtk2 (2.20.1-2)
    [2010-08-25 13:14] installed lib32-nspr (4.8.4-1)
    [2010-08-25 13:14] installed lib32-sqlite3 (3.6.23.1-1)
    [2010-08-25 13:14] installed lib32-nss (3.12.6-3)
    [2010-08-25 13:14] installed lib32-curl (7.21.0-1)
    [2010-08-25 13:14] installed lib32-libxdamage (1.1.3-1)
    [2010-08-25 15:10] Running 'pacman -Sy'
    [2010-08-25 15:10] synchronizing package lists
    [2010-08-25 15:15] Running '/usr/bin/pacman -Uf /tmp/yaourt-tmp-froli/PKGDEST.sgV/burg-bzr-fixed-1842-1-x86_64.pkg.tar.xz'
    [2010-08-25 15:15] [0;31m IMPORTANT
    [2010-08-25 15:15] [0;0m Run [0;32m 'burg-install /dev/sda' [0;0m as root for installing in MBR
    [2010-08-25 15:15] [0;0m Run [0;32m 'burg-mkconfig -o /boot/burg/burg.cfg' [0;0m as root for generating burg.cfg
    [2010-08-25 15:15] installed burg-bzr-fixed (1842-1)
    [2010-08-25 15:19] Running '/usr/bin/pacman -Uf /tmp/yaourt-tmp-froli/PKGDEST.0We/burg-emu-fixed-1842-1-x86_64.pkg.tar.xz'
    [2010-08-25 15:19] [0;31m IMPORTANT
    [2010-08-25 15:19] [0;0m Run [0;32m '/opt/burg-emu/bin/burg-emu' [0;0m as root to set burg look
    [2010-08-25 15:19] [0;0m In burg-emu press [0;32m 'h' [0;0m for a list of shortcuts
    [2010-08-25 15:19] installed burg-emu-fixed (1842-1)
    [2010-08-25 15:19] Running '/usr/bin/pacman -S --asdeps extra/zip'
    [2010-08-25 15:20] installed zip (3.0-1)
    [2010-08-25 15:20] Running '/usr/bin/pacman -Uf /tmp/yaourt-tmp-froli/PKGDEST.BBA/burg-themes-fixed-20100623-1-x86_64.pkg.tar.xz'
    [2010-08-25 15:20] [0;31m IMPORTANT
    [2010-08-25 15:20] [0;0m Run [0;32m 'burg-mkconfig -o /boot/burg/burg.cfg' [0;0m as root for generating and/or updating burg.cfg
    [2010-08-25 15:20] installed burg-themes-fixed (20100623-1)
    [2010-08-25 15:26] Running '/usr/bin/pacman -Sy'
    [2010-08-25 15:26] synchronizing package lists
    [2010-08-25 15:26] Running '/usr/bin/pacman -S -u'
    [2010-08-25 15:26] starting full system upgrade
    [2010-08-25 15:26] upgraded libfetch (2.32-1 -> 2.33-1)
    [2010-08-25 15:59] Running '/usr/bin/pacman -S --asdeps extra/glew extra/libstdc++5 community/lib32-libstdc++5'
    [2010-08-25 16:00] installed glew (1.5.5-1)
    [2010-08-25 16:00] installed libstdc++5 (3.3.6-3)
    [2010-08-25 16:00] installed lib32-libstdc++5 (3.3.6-3)
    [2010-08-25 16:00] Running '/usr/bin/pacman -Uf --asdeps /tmp/yaourt-tmp-froli/PKGDEST.dsw/lib32-openssl-compatibility-0.9.8-1-x86_64.pkg.tar.xz'
    [2010-08-25 16:00] installed lib32-openssl-compatibility (0.9.8-1)
    [2010-08-25 16:01] Running '/usr/bin/pacman -Uf /tmp/yaourt-tmp-froli/PKGDEST.bjK/google-talkplugin-1.4.1-3-x86_64.pkg.tar.xz'
    [2010-08-25 16:08] Running '/usr/bin/pacman -Uf --asdeps /tmp/yaourt-tmp-froli/PKGDEST.y70/facebook-utils-8-1-any.pkg.tar.xz'
    [2010-08-25 16:08] installed facebook-utils (8-1)
    [2010-08-25 16:19] Running '/usr/bin/pacman -Rcsn facebook-utils>'
    [2010-08-25 16:19] Running '/usr/bin/pacman -Uf --asdeps /tmp/yaourt-tmp-froli/PKGDEST.23E/google-contacts-utils-4-1-any.pkg.tar.xz'
    [2010-08-25 16:19] installed google-contacts-utils (4-1)
    [2010-08-25 16:19] Running '/usr/bin/pacman -Uf /tmp/yaourt-tmp-froli/PKGDEST.UBu/facebook-google-sync-8-1-any.pkg.tar.xz'
    [2010-08-25 16:19] installed facebook-google-sync (8-1)
    [2010-08-25 17:10] Running 'pacman -Sy'
    [2010-08-25 17:10] synchronizing package lists
    [2010-08-25 18:41] Running '/usr/bin/pacman -Uf /tmp/yaourt-tmp-froli/PKGDEST.Tom/google-talkplugin-1.4.1-3-x86_64.pkg.tar.xz'
    [2010-08-25 18:41] installed google-talkplugin (1.4.1-3)
    [2010-08-25 19:19] Running 'pacman -Sy'
    [2010-08-25 19:19] synchronizing package lists
    [2010-08-25 21:19] Running 'pacman -Sy'
    [2010-08-25 21:19] synchronizing package lists
    [2010-08-25 21:39] Running '/usr/bin/pacman -Sy'
    [2010-08-25 21:39] synchronizing package lists
    [2010-08-25 21:42] Running '/usr/bin/pacman -Uf /tmp/yaourt-tmp-froli/PKGDEST.UmR/google-talkplugin-1.4.1-4-x86_64.pkg.tar.xz'
    [2010-08-25 21:42] upgraded google-talkplugin (1.4.1-3 -> 1.4.1-4)
    [2010-08-25 23:19] Running 'pacman -Sy'
    [2010-08-25 23:19] synchronizing package lists
    [2010-08-26 01:19] Running 'pacman -Sy'
    [2010-08-26 01:19] synchronizing package lists
    [2010-08-26 03:19] Running 'pacman -Sy'
    [2010-08-26 03:19] synchronizing package lists
    [2010-08-26 05:19] Running 'pacman -Sy'
    [2010-08-26 05:19] synchronizing package lists
    [2010-08-26 07:19] Running 'pacman -Sy'
    [2010-08-26 07:19] synchronizing package lists
    [2010-08-26 09:28] Running 'pacman -Sy'
    [2010-08-26 09:28] synchronizing package lists
    [2010-08-26 09:32] Running '/usr/bin/pacman -Sy'
    [2010-08-26 09:32] synchronizing package lists
    [2010-08-26 09:32] Running '/usr/bin/pacman -S -u'
    [2010-08-26 09:32] starting full system upgrade
    [2010-08-26 09:32] warning: /etc/pacman.d/mirrorlist installed as /etc/pacman.d/mirrorlist.pacnew
    [2010-08-26 09:32] upgraded pacman-mirrorlist (20100808-1 -> 20100825-1)
    [2010-08-26 10:04] Running '/usr/bin/pacman -Syy'
    [2010-08-26 10:04] synchronizing package lists
    [2010-08-26 10:05] Running 'pacman -Syy'
    [2010-08-26 10:05] synchronizing package lists
    [2010-08-26 10:09] Running 'pacman -Syy'
    [2010-08-26 10:09] synchronizing package lists
    [2010-08-26 10:11] Running 'pacman -Syy'
    [2010-08-26 10:11] synchronizing package lists
    [2010-08-26 10:13] Running '/usr/bin/pacman -Sy'
    [2010-08-26 10:13] synchronizing package lists
    [2010-08-26 10:15] Running '/usr/bin/pacman -Sy'
    [2010-08-26 10:15] synchronizing package lists
    [2010-08-26 11:17] Running '/usr/bin/pacman -Uf --asdeps /tmp/yaourt-tmp-froli/PKGDEST.pEh/adobe-air-sdk-2.0.2-1-x86_64.pkg.tar.xz'
    [2010-08-26 11:17]
    [2010-08-26 11:17] Adobe Air SDK has been installed to /opt/adobe-air-sdk
    [2010-08-26 11:17]
    [2010-08-26 11:17] You can run Adobe Air apps using the SDK by first unzipping them, and then running: /opt/adobe-air-sdk/bin/adl -nodebug /path/to/app/META-INF/AIR/application.xml /path/to/app &
    [2010-08-26 11:17]
    [2010-08-26 11:17] To run Adobe Air apps directly from the .air file, install the 'adobe-air' package
    [2010-08-26 11:17]
    [2010-08-26 11:17] The Adobe Air SDK is 32bit; if you're running x86_64, the appropriate lib32* are required
    [2010-08-26 11:17]
    [2010-08-26 11:17] installed adobe-air-sdk (2.0.2-1)
    [2010-08-26 11:17] Running '/usr/bin/pacman -Uf --asdeps /tmp/yaourt-tmp-froli/PKGDEST.SIz/adobe-air-2.0.2-1-x86_64.pkg.tar.xz'
    [2010-08-26 11:17] installed adobe-air (2.0.2-1)
    [2010-08-26 11:18] Running '/usr/bin/pacman -Uf /tmp/yaourt-tmp-froli/PKGDEST.aUz/tweetdeck-0_34.3.2-1-x86_64.pkg.tar.xz'
    [2010-08-26 11:18] installed tweetdeck (0_34.3.2-1)
    [2010-08-26 11:21] Running '/usr/bin/pacman -S community/lib32-libxml2'
    [2010-08-26 11:21] installed lib32-libxml2 (2.7.7-1)
    [2010-08-26 11:28] Running 'pacman -Sy'
    [2010-08-26 11:28] synchronizing package lists
    [2010-08-26 13:28] Running 'pacman -Sy'
    [2010-08-26 13:28] synchronizing package lists
    [2010-08-26 13:36] Running '/usr/bin/pacman -S community/aircrack-ng'
    [2010-08-26 13:36] installed iw (0.9.18-1)
    [2010-08-26 13:36] installed aircrack-ng (1.1-1)
    [2010-08-26 13:41] Running '/usr/bin/pacman -S airodump-ng'
    [2010-08-26 13:48] Running '/usr/bin/pacman -Rd aircrack-ng'
    [2010-08-26 13:48] removed aircrack-ng (1.1-1)
    [2010-08-26 13:52] Running '/usr/bin/pacman -Sy'
    [2010-08-26 13:52] synchronizing package lists
    [2010-08-26 13:56] Running '/usr/bin/pacman -S -u'
    [2010-08-26 13:56] starting full system upgrade
    [2010-08-26 13:58] > Rebuilding xdg icon database ... DONE
    [2010-08-26 13:58] upgraded kdemod-kdenetwork-common (4.5.0-1 -> 4.5.0-2)
    [2010-08-26 13:58] upgraded kdemod-kdenetwork-doc (4.5.0-1 -> 4.5.0-2)
    [2010-08-26 13:58] installed kwebkitpart (0.9.6-1)
    [2010-08-26 13:58] > Rebuilding xdg icon database ... DONE
    [2010-08-26 13:58] upgraded kdemod-kdenetwork-kget (4.5.0-1 -> 4.5.0-2)
    [2010-08-26 13:58] > Rebuilding xdg icon database ... DONE
    [2010-08-26 13:58] upgraded kdemod-kdenetwork-kopete (4.5.0-1 -> 4.5.0-2)
    [2010-08-26 13:58] > Rebuilding xdg icon database ... DONE
    [2010-08-26 13:58] upgraded kdemod-kdenetwork-kppp (4.5.0-1 -> 4.5.0-2)
    [2010-08-26 13:58] > Rebuilding xdg icon database ... DONE
    [2010-08-26 13:58] upgraded kdemod-kdenetwork-krdc (4.5.0-1 -> 4.5.0-2)
    [2010-08-26 13:58] > Rebuilding xdg icon database ... DONE
    [2010-08-26 13:58] upgraded kdemod-kdenetwork-krfb (4.5.0-1 -> 4.5.0-2)
    [2010-08-26 15:28] Running 'pacman -Sy'
    [2010-08-26 15:28] synchronizing package lists
    [2010-08-26 20:13] Running 'pacman -Sy'
    [2010-08-26 20:13] synchronizing package lists
    [2010-08-26 20:14] Running '/usr/bin/pacman -Syu'
    [2010-08-26 20:14] synchronizing package lists
    [2010-08-26 20:14] starting full system upgrade
    [2010-08-26 20:15] removed libv4l (0.6.4-1)
    [2010-08-26 20:15] installed v4l-utils (0.8.0-1)
    [2010-08-26 20:15] Running '/usr/bin/pacman --noconfirm --asdeps -S -- lsb-release'
    [2010-08-26 20:15] installed lsb-release (1.4-10)
    [2010-08-26 20:15] Running '/usr/bin/pacman -U archey-20100826-1-x86_64.pkg.tar.xz'
    [2010-08-26 20:15] upgraded archey (20100622-1 -> 20100826-1)
    [2010-08-26 22:13] Running 'pacman -Sy'
    [2010-08-26 22:13] synchronizing package lists
    [2010-08-26 22:25] Running '/usr/bin/pacman -Sy'
    [2010-08-26 22:25] synchronizing package lists
    [2010-08-27 00:13] Running 'pacman -Sy'
    [2010-08-27 00:13] synchronizing package lists
    [2010-08-27 02:13] Running 'pacman -Sy'
    [2010-08-27 02:13] synchronizing package lists
    [2010-08-27 04:13] Running 'pacman -Sy'
    [2010-08-27 04:13] synchronizing package lists
    [2010-08-27 06:13] Running 'pacman -Sy'
    [2010-08-27 06:13] synchronizing package lists
    [2010-08-27 08:13] Running 'pacman -Sy'
    [2010-08-27 08:13] synchronizing package lists
    [2010-08-27 10:13] Running 'pacman -Sy'
    [2010-08-27 10:13] synchronizing package lists
    [2010-08-27 12:13] Running 'pacman -Sy'
    [2010-08-27 12:13] synchronizing package lists
    [2010-08-27 16:24] Running 'pacman -Sy'
    [2010-08-27 16:24] synchronizing package lists
    [2010-08-27 16:28] Running '/usr/bin/pacman -Sy'
    [2010-08-27 16:28] synchronizing package lists
    [2010-08-27 16:29] Running '/usr/bin/pacman -S -u'
    [2010-08-27 16:29] starting full system upgrade
    [2010-08-27 16:29] upgraded vlc (1.1.3-1 -> 1.1.4-1)
    [2010-08-27 17:07] Running 'pacman -Syy'
    [2010-08-27 17:07] synchronizing package lists
    [2010-08-27 17:09] Running 'pacman -Syy'
    [2010-08-27 17:09] synchronizing package lists
    [2010-08-27 17:09] Running '/usr/bin/pacman -Sy'
    [2010-08-27 17:09] synchronizing package lists
    [

  • [SOLVED*] system hangs at startup after grub screen

    My system is hanged after the grub window. I choose Archlinux, like always, apparently starts to boot and the next screen is frozen. It says:
    /dev/sda2: recovering journal
    /dev/sda2: clean ....
    systemd-fsck[208]: /dev/sda1: recovering transactions file
    systemd-fsck[208]: /dev/sda1: clean ...
    systemd-fsck[221]: /dev/sda4: recovering transactions file
    systemd-fsck[221]: /dev/sda4: clean ...
    And that's it. It frozes in this point. I didn't make any update since 3 days ago. Yesterday the computer runs well.
    I tried to enter into Fallback mode, but I get to the same point.
    Any suggestions?
    Solved partially: I connected a second screen this morning. When I disconnect it, the system starts. Now I have to solve how to add a second screen because when I add it once the system is running, it hangs.
    Last edited by doblerone (2014-03-01 08:32:18)

    Have you looked at any logs whatsoever?
    Edit ::
    doblerone wrote:Solved partially: I connected a second screen this morning. When I disconnect it, the system starts. Now I have to solve how to add a second screen because when I add it once the system is running, it hangs.
    Thats more like you found a work around and is far from being solved
    Last edited by Kartious (2014-03-01 13:46:46)

  • [Solved] Screen freezes few seconds after logging in.

    Hey there.
    I'm looking for some guidance if possible.
    I installed Arch in an external hard drive to test out the compatibility with my laptop (a LG P1-J331P > http://pastie.org/8548089 ) with an ATI Mobility Radeon X1400 video card. All following the beginner's guide [https://wiki.archlinux.org/index.php/Beginners%27_Guide] and relevant wiki for the external/usb device installation [https://wiki.archlinux.org/index.php/Usb_installation].
    Running arch with "nomodeset" on kernel parameter, it runs normally, except that the screen resolution was fixed at [email protected], though it should be maxed at 1280x800@60.
    When "nomodeset" is set:
    $dmesg | grep radeon
    [ 10.859500] [drm] VGACON disable radeon kernel modesetting.
    [ 10.859507] [drm:radeon_init] *ERROR* No UMS support in radeon module!
    Without using "nomodeset", the system detects correctly the screen resolution but it freezes few seconds later after logging. Can't Ctrl+Alt+F1.
    Tried:
    - added "radeon" to MODULES array in the mkinitcpio file. And run the subsequent "mkinitcpio -p linux";
    - created a "/etc/rc.d/rc.local" file with contents:
    modprobe -r radeon
    modprobe -r drm
    modprobe radeon modeset=1
    - tested "radeon.pcie_gen2=0", "pci=nomsi", "noapic" and "acpi=off" to the kernel parameter.
    - created a "/etc/X11/xorg.conf.d/10-monitor.conf" file with contents: http://pastie.org/private/bhcbfvs3zvplvspwamxa2q
    Video card drivers installed: mesa, xf86-video-vesa and xf86-video-ati.
    lsmod > http://pastie.org/private/orfrp0qg8kijqwuvrrxqag
    uname -r > http://pastie.org/private/u89igykam0slvnv2ffhhpq
    lspci | grep VGA >
    dmesg | grep radeon >
    journalctl --since=today >
    cat /var/log/Xorg.0.log > http://pastie.org/private/thgrsplegancpggsfsbjlw
    top -b > http://codepad.org/iojWRb9U
    Any advice for this newbie would be appreciated.
    Last edited by T-Cypher (2014-03-11 16:00:55)

    - Tried creating a "/etc/X11/xorg.conf.d/20-radeon.conf" file with contents:
    Section "Device"
    Identifier "ATI Mobility Radeon X1400"
    Driver "radeon"
    Option "SWcursor" "off" #software cursor might be necessary on some rare occasions, hence set off by default
    Option "EnablePageFlip" "on" #supported on all R/RV/RS4xx and older hardware, and set on by default
    Option "AccelMethod" "EXA" #valid options are XAA, EXA and Glamor. EXA is the default
    Option "RenderAccel" "on" #enabled by default on all radeon hardware
    Option "ColorTiling" "on" #enabled by default on RV300 and later radeon cards
    Option "EXAVSync" "off" #default is off, otherwise on. Only works if EXA activated
    Option "EXAPixmaps" "on" #when on icreases 2D performance, but may also cause artifacts on some old cards. Only works if EXA activated
    Option "AccelDFS" "on" #default is off, read the radeon manpage for more information
    EndSection
        And the subsequent Xorg.0.log > http://pastie.org/private/goyhnu9bzxhzybl4sisaa
        With this file and using "nomodeset", the boot would be stuck at :
    [ OK ] Reached target Graphical Interface.
        But without "nomodeset" parameter, it would successfully launch the graphical login but still freezes a few seconds after logging in.
    xdpyinfo | grep -B2 resolution
    screen #0:
    dimensions: 1280x800 pixels (338x211 millimeters)
    resolution: 96x96 dots per inch

  • [SOLVED] Black screen after GRUB

    Hello everyone
    I was setting up a machine with E17 and was trying various DM's since none seemed to work. After attempting to use LightDM, I get a black screen after GRUB. I was trying to read the various logs at /var/log/ but I cannot understand them properly. I tried reinstalling entrance and LightDM with no luck. I even tried editing grub's entry appending '1' or 's' and still no dice. Any help would be appreciated.
    Last edited by Linoman (2014-01-20 09:22:33)

    Hi tnx for both answers.
    I missed something important in Xorg.log. As you can see, fbdev and modesetting aren't loading as usual. I didn't check grub stuff, I don't think it's related, since loading in level 3 (text mode) I get a black screen but I can login as root and turn off the computer blindlessly.
    [ 2.969] (II) LoadModule: "modesetting"
    [ 2.969] (WW) Warning, couldn't open module modesetting
    [ 2.969] (II) UnloadModule: "modesetting"
    [ 2.969] (II) Unloading modesetting
    [ 2.970] (EE) Failed to load module "modesetting" (module does not exist, 0)
    [ 2.970] (II) LoadModule: "fbdev"
    [ 2.970] (WW) Warning, couldn't open module fbdev
    [ 2.970] (II) UnloadModule: "fbdev"
    [ 2.970] (II) Unloading fbdev
    [ 2.970] (EE) Failed to load module "fbdev" (module does not exist, 0)
    [ 2.970] (II) intel: Driver for Intel(R) 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, HD Graphics,
    HD Graphics 2000, HD Graphics 3000, HD Graphics 2500,
    HD Graphics 4000, HD Graphics P4000, HD Graphics 4600,
    HD Graphics 5000, HD Graphics P4600/P4700, Iris(TM) Graphics 5100,
    HD Graphics 4400, HD Graphics 4200, Iris(TM) Pro Graphics 5200
    [ 2.970] (II) VESA: driver for VESA chipsets: vesa
    [ 2.970] (++) using VT number 7
    [ 2.974] (WW) Falling back to old probe method for vesa
    javex wrote:Post the content of the following files:
    Also does disabling LightDM again help resolve the issue, i.e. can you get it to work without LightDM?
    No, I can't get it to work changing DM's. I'm not sure if I pacman -Syu before changing DM's another time. Maybe it wasn't LightDM's fault afterall.
    Spider.007 wrote:Additionally; try booting without the 'quiet' entry that is in the kernel line by default; and disable https://wiki.archlinux.org/index.php/Ke … de_Setting too
    Thanks for pointing out that. I didn't knew I had it on.
    Last edited by Linoman (2014-01-11 21:34:08)

  • Flickering vertical lines on screen HP Spectre 13X2

    Hi all
    Just go my new HP Spectre 13X2 two days ago.
    Today when I turned It on after it was in sleep mode - 5 flickering vertical white lines appeared on screen.
    Sometimes they get weaker, sometimes stronger.
    From looking up in google saw it happened to other consumers - but couldn't find any help/explanation and so on.
    Any ideas?
    Thanks

     Hi Mikale_Mik, welcome to the HP Forums. I understand you are getting flickering vertical lines.  What is the model or product number? What version of Windows is installed?
    Guide to finding your product number
    Which Windows operating system am I running?
    TwoPointOh
    I work on behalf of HP
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos, Thumbs Up" on the bottom to say “Thanks” for helping!

  • Help Solve eMac Jittering/Flickering Screen Mystery

    The eMac: 1.25 GHz, 256 MB, 40 GB, CD, USB 2.0, OS 10.4.11 with all updates. S/N: G85506PTSCF, manufactured Dec. 2005 (week 50).
    It was purchased by a local grammar school in early 2006 and performed without flaw until recently. Now it has a constantly flickering/jittering screen when it's warm. There are no smells and no sounds, just an unstable video display. On cold startup the video jitters and jumps, and the vertical screen size shrinks about 2 inches from the top and bottom, then slowly grows until the Dock and Menu Bar can barely be seen. It does this a couple of times until it's warmed up. The horizontal size, which was set using System Preferences when the video had stabilized, does not change; it always shows a light color in the little "dot windows" at maximum image size on each side.
    Sometimes the video display stays rock solid for hours on end, going to sleep and waking up with just a hint of flickering/jittering. But most of the time the video display is constantly jittering, flickering and changing vertical dimensions, which is why it was taken out of service.
    It has passed every diagnostic test I could find to run on it. I even exchanged the meager 256 MB memory stick for a known-good 512 MB stick, which made no difference. The PRAM battery measures over 3.6 volts. I took it apart far enough to look at all the capacitors on the logic board, downconverter board and analog board. Everything inside the eMac looked normal: no bulging, no leaking, no tilting of capacitors, no smells. The hard drives tests OK on the Drive Genius 2 Scan test for bad sectors. I even did a complete archive & install of OS 10.4.11 to eliminate a possibly corrupted video portion of the operating system, with no change in symptoms. Booting into safe mode has no effect on the video problems either.
    I connected an external LCD monitor to the eMac, which gave me a mirror image of the eMac's screen display. However, none of the screen artifacts, flickering or image geometry changes that occur on a cold startup on the eMac's screen happen on the external monitor's screen. To me, that pretty much clears the logic board, which has the video chip and circuitry on it, of having a problem. That means the problem lies within what Apple calls the Display/Analog Assembly. This comprises the cathode ray picture tube, the video card on the neck, the analog/power supply board and the flyback transformer, plus some other little bits and pieces and cables. Apple's method of repairing any of these components is to replace the entire assembly, which costs 2-4 times what a complete, working, trouble-free eMac is worth on the market ($125-$150).
    The strange thing is that, once it's fully warmed up and has run a while, it sometimes is absolutely stable, with no flickering/jittering or other problems. The screen geometry even stabilizes and stops shrinking/growing/blooming while it's awake. It then is possible to adjust the image size and make other screen geometry changes in System Preferences and have them remain unchanged. There is a slight bit of jittering/image size changing when it awakes from sleep, but it doesn't last more than 15 seconds.
    My take on the eMac is that there is at least one capacitor or other on-board electronic component in the Display/Analog Assembly that has aged to the point where it has lost its ability to operate within its original specifications/values when it is cold (room temperature). But as the component or components warm up, the flickering, etc. are visual evidence of the values changing. Finally, after as long as an hour, when everything has reached its maximum temperature and has stabilized, the eMac sometimes performs quite normally. At most other times, it continues to jitter slightly and the vertical screen image blooms and shrinks slowly. The Dock and Menu Bar get pushed just out of sight, then slowly shrink to about a quarter-inch inside the image mask. The really odd thing is that the horizontal geometry appears to always be stable.
    This could be caused by one tiny component, or it could be an early warning of a flyback transformer problem. It's hard to say. I'm tempted to install a new set of capacitors on the logic board, but I'm not sure that's where the problem lies.
    I've Googled and mined the Apple knowledge base, but I've not found any similar problems, helpful insights or fixes. Help, please!
    -- Jim Scott
    Eureka, CA (no, our 6.5 earthquake last Saturday is not the cause of the eMac's problems)

    Hello Jim,
    There is one Mac service place that does a repair of faulty eMac capacitors rather than replace the logic board. Seems to be a solid fix, and much less than a new logic board. The good news is that, as you are in Eureka, they are not painfully far away.
    http://www.synaptech.com/catalog/
    They are in Eugene OR.
    One of the techs there is also a Level 4 member here and really knows eMacs, so he told me about the service. I recommend calling them and asking about the repair service--that particular service is not listed on their web page.
    The tech says that, due to costs of shipping a 50-pound computer across country costs so much, Synaptech often recommends the owner get the logic board out and send only it. However, with the firm in the next state, your shipping may not be as onerous. That would save your getting inside one of the less DYI-appropriate Macs.

  • Blank screen after grub

    Nvidia GT610 through HDMI
    I know this issue is one of the more popular ones (at least for me); however, after several hours of research, there is not much to go off of and nearly no information pertaining to this card.
    A while back, I posted an issue about a garbled screen when booting into a live enviornment and really got no where; however, I was able to work around it by using the VGA port on my motherboard and get Arch and ssh installed.
    With the closed source drivers installed, I was able to get something other than a garbled screen.  That something, unfortunately, is just a blank screen.  There isn't even an xorg log file in /var/log.
    nomodeset produces the same results.
    Any sort of lead at this point is appreciated.
    Thank you
    Last edited by linuxuser21 (2014-12-16 02:54:28)

    I have same problem: black screen after grub. This started happening after installing 'nvidia' package. My graphics card is gtx 570. I am logging in by typing username and password, then using startx blindfolded. After that i get to see desktop.
    my problem was fixed adding nomodeset parameter
    Last edited by sahtimonni (2014-12-21 11:06:26)

  • After upgrading to latest IOS while playing games screen is flickering

    While playing games screen is flickering after upgrading to latest IOS.

    I have taken it out of the case - I figured it would obstruct the sensor (also have no screen protector).
    Only thing I haven't tried from the Basic troubleshooting steps you mentioned was to "restore as new".
    That I did try it tonight (succesffully restored), BUT my problem still exists.
    You mentioned to go in the MAC store > Would they replace it (for free) if they reach the conclusion it's some sort of manufacturer faulty wiring even if it's a 3Gs (as an old model)?
    Would they still if phone had water damage (this I'm just curious - the phone didn't)?

  • Screen edges flickering after IOS 7 update?

    I updated my iPhone 4S to the new IOS 7 and now the edges of my screen are flickering and faded. I downloaded a couple days ago and this just happened today.

    I am using iPhone 4S GSM. after updating os to iOS7 the following issues are appeared.
    1. Bottom of the screen is flickering some times during getting a call.
    2. After screen flicker Siri is activated automatically.
    3. Touchscreen is activating during a call(when I kept my phone near to my ear). this is triggering to activate speaker phone.
    My OS version is 7.0.2

  • Screen edges flickering after IOS 7 update in iphone 4

    I updated my iPhone 4 to the new IOS 7 and now the edges of my screen are flickering and faded. This is happening from past two day

    I am having this same issue on my iphone 5. I have had iOS7 since day one but just started having the problem today.

  • MacBook Pro Repeatedly Loads Purple & Teal Stripe, Gray, Light Blue, Bright Blue and Bright Blue Stripe Screens Instead of OS after Optical Drive Replacement by Apple (PICTURES INCLUDED)

    17 inch March 26-29 (order date – shipping date) 2011 MacBook Pro, 256GB Solid State Drive, 2.3 GHz Quad-core Intel Core i7, 1 processer, 4 Cores, 256 KB L2 Cache per core, 8 MB L3 Cache, 8 GB Memory (8GB 1333MHZ DDR3 SDRAM - 2X4GB), AMD Radeon HD 6750M Video Card, Intel HD Graphics 3000 with 512 MB total of VRAM. 110 GBs of free/unused disk space remaining.
    Full Specs are in subsequent post.
    The issues described in the title continue even after I’ve reinstalled the operating system twice (Snow Leopard) and installed Mavericks (which is working fine and even faster). I’ve tried many commands to repair this.
    If anyone has experienced any of the symptoms above or below, your advice and response will be much appreciated as well as marked. These are the details:
    My Early 2011 MacBook Pro has had the typical blue screens, screen freezes and graphics issues since I bought it about three years ago but nothing like this and NEVER any load issues until about a month ago. That was when my superdrive replacement was put in.
    Since then my MacBook Pro will go into hard freezes or kernel panics. Then I’ll have to power it down manually and power it up manually. It’ll then refuse to load the OS until after multiple tries. It started out just 2 or 3, then 4 or 5, then 6-12, then 20. Now it takes over 30 boots to load the OS. These boot issues also occur even if it doesn’t freeze, i.e.: when I shut it down or restart it naturally (via the Apple menu, etc.).
    95% of the time it’ll load to a gray screen instead of the OS. 4% of the time it’ll load to a light blue screen. Then there are the others: the first time this happened it loaded to the striped purple and teal screen shown in the picture. This happened the next four times then intermittently for about 5 or so more times.
    It also loaded gray flickering screens. Flickering screens also occurred right before it froze and had to be manually powered down and up. Then it began to load regular gray and light blue screens and all flickering screens stopped. And then bright blue screens a couple times intermittently for a few days, sometimes with lines. Sometimes it’ll load to a blank/black screen as well. I’d reset the NVRAM and SMC but it still continued, happening multiple times a day, each time taking more and more hard shut downs and hard power ons to finally load the OS.
    Until I installed Mavericks, every time it finally loaded the OS Finder began indexing. After Mavericks this has occurred 95% of the time.
    After talking to Apple Support they had me do a NVRAM and SMC reset again over the phone. The MacBook Pro refused to load the entire time we were on the phone. After the call it got worse. It froze over 6 times that day and at worse took over 30 boots to load the OS.
    I finally had time to deal with it the next day when it froze again. After over 25 boots it loaded and I put in the Snow Leopard OS dvd and ran Disk Utility. I verified the hard drive and it said it was fine. Repaired the disk anyway and it gave this message at the end:
    “Updating boot support partitions for volume required”.
    Next I tried to start in safe mode and it just hung up for hours. Then started up in single mode and it loaded the OS. It then loaded normally for three times in a row. I reinstalled Snow Leopard. Everything loaded normally. I waited an hour or so and then I downloaded Mavericks. 5 or so hours later Mavericks was installed. Everything hardware wise was fine for a day and all software issues were easily fixable incompatibilities. My Mac was even faster with Mavericks. However, Photoshop did give a perhaps relevant message:
    “Photoshop has encountered a problem with the display driver, and has temporarily disabled GPU enhancements. Check the video card manufacturer’s website for the latest software.
    GPU enhancements can be enabled in the Performance panel of Preferences.”
    (I have OpenGL enabled in Photoshop and it was already checked when this error occurred).
    Two days ago I went to Disk Utility to repair permissions while logged in to a non-admin account. Verified and repaired the disk, then verified permissions. Everything fine. After repairing permissions however, it gave a weird error box:
    "Unapproved caller, SecurityAgent may only be invoked by Apple software".
    The box stayed “stuck” in the Disk Utility window. My MacBook Pro then failed to do anything. I manually powered it down and up. It loaded to a gray screen with the error message box again: "Unapproved caller, SecurityAgent may only be invoked by Apple software".
    It then refused to load anything else but this message box on a gray screen even after rebooting it multiple times in safe, verbose and single modes and after resetting the NVRAM and SMC. I went online with an iPad and entered in the error and got some advice. I tried to run fsck and erase the /var/folders/ via single user mode but it still loaded to a gray screen with the error message. I just decided to skip to the end and Cmd-R loaded into recovery mode and reinstalled Mavericks again. That worked: the message has not appeared since.
    Some people have said this error is related to a hard drive cable failure. I know that this cable was tampered with during the optical drive replacement procedures because I watched them do it.
    Everything was fine for a day. Then yesterday my MacBook Pro froze while trying to open a VLC file. It took 12 boots to load the OS.  I tried single mode once and verbose mode once. 10 times it loaded to gray screens, even in those mode. A Safe boot lead to a bright blue screen. Finally reset the SMC and it loaded on the 12th time.
    Just five hours ago the same thing happened except it took over 30 boots to load the OS. Single, verbose and normal boots, NVRAM and SMC resets lead to gray screens.  Safe boots lead to bright blue screens with and without lines (see pictures). Finally loaded on a normal boot.
    I know I should have tried safe booting, verbose, single and recovery modes, disk utility, fsck and other command methods earlier this month but in the end, these methods have not solved the problem anymore than resetting the NVRAM or SMC.
    There seems to be conclusive evidence that it’s a hardware problem, stemming from last month, the FIRST AND ONLY time my MacBook Pro was opened up. Maybe it’s the hard drive cable, but it could also be the graphics card and/or logic board (something that’s always been defective on this MacBook Pro, in my opinion). Many early 2011 MacBook Pro owners have given evidence to the latter possibility online.
    The first time it started it seemed to stem from me using iPhoto and Photoshop a lot. I had both running continuously for about two weeks. This is another reason for suspecting the graphics card/logic board is at fault (in addition to three years of screen/graphics glitches). And since the card is soldered to the board and the board connected to the cable...I also have serious battery draining issues, something else that got bad after the Apple Superdrive repair. And the battery is connected to the board...
    Also, since downloading Mavericks, windows from every app get blurry/fuzzy when I scroll or zoom in. I have read that this is happening to a lot of folks though for various reasons.
    I guess it could always be the hard drive. I just don’t know. I’m taking it in to Apple, but can't right away because it’s not local.  I know they’ll be able to run a test on the hard drive. I wanted to see if anyone else has had this problem (especially the purple and teal striped screen) before they start poking around, possibly creating another problem that goes beyond my Apple Care Plan allotment.

    SPECS OF MY MACBOOK PRO:
    Model Name: March 26-29 2011 MacBook Pro (order date – shipping date)
    Model Identifier: MacBookPro8,3
    Processor Name: Quad-core Intel Core i7
    Processor Speed:    2.3 GHz
    Number of Processors:    1
    Total Number of Cores: 4
    L2 Cache (per Core): 256 KB
    L3 Cache: 8 MB
    Memory: 8 GB Memory (8GB 1333MHZ DDR3 SDRAM - 2X4GB)
    HARD DRIVE: 256GB Solid State Drive
    DISPLAY: MBP 17" HR Antiglare WS Display
    AMD Radeon HD 6750M:
    Chipset Model: AMD Radeon HD 6750M
    Type:    GPU
    Bus: PCIe
    PCIe Lane Width:    x8
    VRAM (Total): 1024 MB
    Vendor: ATI (0x1002)
    Device ID: 0x6741
    Revision ID: 0x0000
    ROM Revision: 113-C0170L-573
    gMux Version: 1.9.24
    EFI Driver Version: 01.00.573
    Intel HD Graphics 3000:
    Chipset Model: Intel HD Graphics 3000
    Type:    GPU
    Bus: Built-In
    VRAM (Total): 512 MB
    Vendor: Intel (0x8086)
    Device ID: 0x0126
    Revision ID: 0x0009
    gMux Version: 1.9.24
    Displays
    Color LCD:
    Resolution: 1920 x 1200
    Pixel Depth: 32-Bit Color (ARGB8888)
    Main Display:  Yes
    Mirror:  Off
    Online:  Yes
    Built-In: Yes
    Battery Information:
      Model Information:
      Serial Number:    C01111403GLDGKMAE
      Manufacturer: DP
      Device Name: bq20z451
      Pack Lot Code:    0000
      PCB Lot Code: 0000
      Firmware Version:  0406
      Hardware Revision: 0001
      Cell Revision:    1102
      Charge Information:
      Charge Remaining (mAh): 4583
      Fully Charged:    No
      Charging: Yes
      Full Charge Capacity (mAh): 7765
      Health Information:
      Cycle Count: 276
      Condition:  Normal
      Battery Installed: Yes
      Amperage (mA):    -4487
      Voltage (mV): 11306
    System Power Settings:
      AC Power:
      System Sleep Timer (Minutes):    15
      Disk Sleep Timer (Minutes):  10
      Display Sleep Timer (Minutes):    15
      Wake on AC Change: No
      Wake on Clamshell Open: Yes
      Wake on LAN: No
      Current Power Source:  Yes
      Display Sleep Uses Dim: No
      GPUSwitch:  2
      Battery Power:
      System Sleep Timer (Minutes):    15
      Disk Sleep Timer (Minutes):  10
      Display Sleep Timer (Minutes):    5
      Wake on AC Change: No
      Wake on Clamshell Open: Yes
      Display Sleep Uses Dim: No
      GPUSwitch:  2
      Reduce Brightness: Yes
    Hardware Configuration:
      UPS Installed:    No
    AC Charger Information:
      Connected: Yes
      ID:    0x0100
      Wattage (W): 85
      Revision: 0x0000
      Family: 0x0085
      Serial Number:    0x007ad8c5
      Charging: Yes
    Current operating system: 10.9.3 (Mavericks) ; Installed on 6/21/14
    Previous operating system:  10.6.8 (Snow Leopard); Installed 4/4/11
            Reinstalled multiple times. Last reinstall: 6/21/14

  • [SOLVED] Screen brightness issues with Acer 5372Z

    The screen of my laptop goes black whenever I boot into ArchLinux, after "reading Udev events" on startup. Most of the time I have to use a flashlight to see the console on my screen and type
    sudo setpci -s 00:02.0 F4.B=20
    to set screen brightness manually. The `Fn` + `Brightness up` combination doesn't work on my machine, but that's not an issue with Arch, but fault to sugar in coffee.
    There are a lot of similar threads in this forum, but none of the solutions described there really worked 100% or not at all, that's why I'm opening a new thread as this seems to be specific to my hardware.
    Details:
    Graphics controller:
    00:02.0 VGA compatible controller: Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller (rev 09)
    Screen resolution:
    1366*766
    /boot/grub/menu.lst:
    # (0) Arch Linux
    title Arch Linux
    root (hd0,0)
    kernel /vmlinuz-linux root=/dev/sda10 resume=/dev/sda5 ro vga=775
    initrd /initramfs-linux.img
    /etc/rc.conf#DAEMONS:
    DAEMONS=(hwclock syslog-ng network netfs crond laptop-mode dbus gdm)
    I will describe here what I have did so far on hacking:
    Installed the video driver for my Intel card as described here in the wiki
    Set kernel mode to `nomodeset`, without specifying vga, of course, which surprisingly solved the issue, but prevented me from using Gnome.
    The supposed solution in the Arch wiki doesn't work for me. It makes it worse, in the sense of dumping screen brightness even before "reading udev events" on boot.
    My current workaround (to avoid using a flashlight) is to put this line into my `/etc/rc.local`:
    setpci -s 00:02.0 F4.B=20
    I wonder if you can help me to solve this issue, or point me to any of the great documentation provided by the Arch community I might have missed...
    Last edited by kennym (2011-09-06 16:03:58)

    rg_arc wrote:I have this problem as well for my Acer Aspire 4810TZ. The only thing I can think of is to make some sort of temporary fix. But I agree with you, There should be a permanent fix. Every time I've installed Arch on this computer the same problem arises and the only way I can change the brightness is the setpci terminal method.
    This is bad news for new Arch (and Linux) users. This will be probably the point where they will turn over to another distribution.
    It seems to be something which has been included in newer kernels, because I can remember that in the 2.6 series this issue did not exist.
    Last edited by kennym (2011-09-05 16:05:08)

  • Hi, after installing Adobe CC I tried opening Adobe Photoshop. This failed. I get the opening window where it says installing plugins searching etc, after which PS opens in full screen. Just moments after that there's a fail warning, no code number, only

    Hi, after installing Adobe CC I tried opening Adobe Photoshop. This failed.
    I get the opening window where it says installing plugins searching etc, after which PS opens in full screen.
    Just moments after that there's a failure warning, no code number, only the warning that PS failed to open and PS will close.
    I tried downloading it for a second time, but this did'nt solve the problem.
    Befor the CC version I used a one year student version of Adobe CS6.
    What can I do?

    Regarding the Flash Player problem, disable Hardware Acceleration to circumvent driver incompatibilities.
    Regarding the Flash Pro installation problems, post in the Flash forums or http://forums.adobe.com/community/download_install_setup

  • Phone with busted screen turns on right after turn...

    Hello everyone,
    Thought i'd register to lay out a problem i have with my N95 phone. First of all, great phone, ive been using it for years and it still competes with everything out there for me. It did break down occasionally, but nothing i couldn't fix by cleaning the contacts or whatever, i always found a way to get it going again.
    Last month somewhere i went for a run, but on my way there the derailleur of my bike (gear shifter thing) snapped off, my wheel locked up, i came tumbling off and i had to fish my beloved N95 out of my pocket in two bits, the screen and the main body. After carrying my bike home i ordered a new flex cable, a new screen and a new body for my N95, build it in with no problem at all (done it 3 times before) and popped in the battery to have a go. That's when it got interesting.
    The phone turned on (giving the customary bleep), the keys lit up (although one keyboard led seemed to have broken) but the screen wouldn't turn on. Oh well i thought, let me just buy another screen since this one is obviously DOA. But with the second screen it still wouldn't work, and what are the odds of receiving two DOA parts from different stores? Not very likely. 
    I started looking for cases similar to mine and i came across tons of topics, they all pointed in the same general direction, format the phone using either the 3 * green button method or calling to #7370# and so on. Would be fine solutions if my screen worked, but since it didn't i was in for a blast. I tried the 3 button method and it seemed to be doing something, but since i couldn't see anything it was a little tricky to tell, but anyway i just assumed it did something. I left for a few days (i'm not one for half measures) hooked to the power and just let it format, or i thought so because i couldn't actually see anything happening because the screen wouldn't come on. After seeing nothing change i just turned it off. But it wouldn't turn off, because immediately after it gave a bleep and turned back on again. When i try to shut it down it happens again, comes back on. Only way to kill the power is to take out the battery, but when i pop the battery back in the same thing happens, the phone turning on after turning it off. 
    So to recap: phone busted, new flexcable, new screen and new body, after reassembling screen not working and after a seemingly botched attempt at formatting it won't turn off normally, instead it turns back on with the screen still not working. 
    The obvious question here is: what is going on and what can i do to get it going again? Either by formatting the thing and hopefully fixing corrupt video drivers and get the screen going again or some other solution i haven't thought of yet. Any suggestion would be greatly appreciated, as i said i think its a fantastic phone. Now im using my old 1100 which is of course a poor substitute to an N95, even if its more functional in terms of being able to use it to hammer concrete nails into walls :-) And i know what your thinking: just drop it in the bin and buy a new one. But i'd rather fix it, i always try to fix broken appliances, phones and computers and it has probably saved me thousands of euros. So again: any help is greatly appreciated!
    Moderator's Note: We have removed mention of unofficial parts which may void warranty of other users.

    Hi miintz,
    You phone will need repair. Please contact a Nokia Care point in your country so they can take a look at your phone and help. You can find Care point locations globally from www.nokia.com/repair or your local Nokia website -> Support.
    Also note that as your warranty may be void, a charge may be in place to get it fixed. Let us know how you get on.
    Regards,
    haZey
    If you find this post helpful, a click upon the white star at bottom would always be appreciated.
    If it also solves your problem, clicking ACCEPT AS SOLUTION below it will benefit other users!

Maybe you are looking for

  • How to connect my ps3 via thunderbolt to my imac 27'late 2012?

    I have a new imac an old ps3 and will buy the new ps4 once available. Is anyone aware comcerning a solution to connect these devices? I need a solution video in (thunderbolt) to video out (hdmi) would prefer of course if sound would go the same way.

  • How can i change my email if my account is disabled

    My old email was hacked , so i had to disable it ... now my itunes account has been disabled , because the email is no longer in use . im not able to get into the account to change any information, i cant update any of my apps because it asks for me

  • Vendor as customer ( clearing with customer field)

    Hi Iam customer number in control view of vendor master i think nest i have to check the clearing with customer indicator, but iam not finding this field. help me out with the navigation for this field chris

  • DataGrid with data paging

    Hi, I have seen many examples of data paging using a Flex DataGrid: http://www.jamesward.com/2010/10/11/data-paging-in-flex-4/ This essentially means that as the user scrolls the DataGrid only the data needed  is requested and displayed (essential fo

  • Remove decimals from the Bar Graph..

    Hii, How to remove the Decimals from the Bar Graph. I am using Reports 9i. I have created a Bar Graph in that It is showing the decimals bar. Actully in the query i hv used the inbuild function Round but while i run the report it is showing the decim