(solved) Grub won't boot Vista

Hi!
Just installed Arch Linux and it is great. But after installing Arch I'm not able to boot Windowas Vista. I googled it and added Windows to /boot/grub/menu.lst. Now there is an entry for Vista, unfortunately the bootprozess fails.
Vista is sda1 and I'm able to mount the partition. So it shouldn't be damaged.
Grub says:
Booting `Microsoft Vista'
root (hd0)
Filesystem type unkown, using whole disk savedefault
Error 15: File not found
Press any key to continue
After running fdisk:
Platte /dev/sda: 160.0 GByte, 160041885696 Byte
255 Köpfe, 63 Sektoren/Spuren, 19457 Zylinder
Einheiten = Zylinder von 16065 × 512 = 8225280 Bytes
Disk identifier: 0x28caa9e7
   Gerät  boot.     Anfang        Ende     Blöcke   Id  System
/dev/sda1   *           1       11675    93773824    7  HPFS/NTFS
/dev/sda2           11676       18941    58364145   83  Linux
/dev/sda3           18942       19457     4144770   82  Linux Swap / Solaris
# 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/GRU … Resolution
# general configuration:
timeout   10
default   0
color light-blue/black light-cyan/blue
# boot sections follow
# each is implicitly numbered from 0 in the order of appearance below
# (1) Windows
hiddenmenu
default 0
timeout 1
# (0) Arch Linux
title Arch Linux
root (hd0,1)
kernel /boot/vmlinuz26 resume=/dev/disk/by-uuid/05aee231-ac3d-4a06-8b9e-d51242502eba root=/dev/disk/by-uuid/c38463d4-b802-419a-8255-771cbf290be6 ro
initrd /boot/kernel26.img
# (1) Arch Linux Fallback
title Arch Linux Fallback
root (hd0,1)
kernel /boot/vmlinuz26 resume=/dev/disk/by-uuid/05aee231-ac3d-4a06-8b9e-d51242502eba root=/dev/disk/by-uuid/c38463d4-b802-419a-8255-771cbf290be6 ro
initrd /boot/kernel26-fallback.img
title Microsoft Vista
root (hd0)
savedefault
chainloader +1
makeactive
Greetings and thanks in advance!
hendrikalexander
Last edited by hendrikalexander (2009-11-30 19:24:34)

Remove the savedefault and see if you can boot into Vista
I don't know if this makes a diffrenence but in the wiki makeactive comes before chainloader+1
title Microsoft Vista
rootnoverify (hd0,0)
makeactive
chainloader +1
Last edited by M177ER (2009-11-30 19:16:09)

Similar Messages

  • [solved] grub won't boot unless live cd is inserted

    Hey everyone,
    I'm trying to get Arch working on my home computer, however I'm having troubles getting grub to boot. After following the beginner's guide and running through the usual steps, I restarted my computer to boot into my dual-booted Arch/Windows computer. However, every time I try to boot, it fails, reboots, and tries again. Here's what I see on my screen moments before it reboots:
    Loading Operating System..
    Boot from CD/DVD :
    GRUB loading..
    After that, it reboots. However, if I insert a live CD of arch and select "Boot existing OS", I get
    Booting..
    GRUB Loading..
    Welcome to GRUB!
    and then it goes straight to grub. Does anyone know how I could best start to debug this issue, so that I don't need the live cd just to boot into grub every time?
    Thanks!
    Last edited by bacongobbler (2014-01-04 10:49:51)

    jasonwryan wrote:
    bacongobbler wrote:I have my CD set as first to boot, but that hasn't been the issue before. I've had both Ubuntu and Debian installed in this configuration and grub would boot in both cases, but not the case with arch.
    And what happens if you change it?
    It was a hard drive boot priority issue. It had nothing to do with the CD having first boot priority or not. I have two drives, and it was attempting to boot from /dev/sdb first, which was the incorrect drive. Switching boot priority between the two drives fixed this. I'll update the topic.
    Last edited by bacongobbler (2014-01-04 10:48:34)

  • [SOLVED] Grub won't boot into Arch...

    So, this all started when I got this wacky idea of trying Debian on a separate drive.
    Installs great, boots up and get a blank screen with blinky cursor..not in the mood to mess with it since I can't find
    a reasonable answer for what is wrong with it sooo I boot back into Arch but now I get Error device not found with a "Grub Rescue>" prompt.
    Not sure what to do now. I installed grub to the drive I was installing Debian on but it seemed to screw with my precious Arch too
    I looked around the forums for help but couldn't find anything.
    Also, it goes from post directly to the Grub Rescue prompt
    Last edited by PumpkinJack (2011-08-26 07:59:37)

    edit:
    ok here it is:
    # 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
    # https://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,0)
    kernel /vmlinuz-linux root=/dev/disk/by-uuid/6ab6f3ca-2c64-4264-97aa-10819e4561ed ro
    initrd /initramfs-linux.img
    # (1) Arch Linux
    title Arch Linux Fallback
    root (hd0,0)
    kernel /vmlinuz-linux root=/dev/disk/by-uuid/6ab6f3ca-2c64-4264-97aa-10819e4561ed ro
    initrd /initramfs-linux-fallback.img
    # (2) Windows
    #title Windows
    #rootnoverify (hd0,0)
    #makeactive
    #chainloader +1
    Last edited by PumpkinJack (2011-08-26 02:42:08)

  • (SOLVED) Grub2 won't boot lvm on gpt

    When i try to boot arch the grub screen comes up for a second and then my computer restarts. I followed this tutorial to the letter: http://www.youtube.com/watch?v=69X9ZYA41xU
    I've been at this for a couple days with no luck.
    Thanks
    Last edited by unilx (2012-01-30 19:09:37)

    Well i managed to get arch to boot by editing the /boot/grub/grub.cfg directly. For some reason, running the command grub-mkconfig -o /boot/grub/grub.cfg
    and grub-install won't update anything from my /etc/default/grub file or anything from my /etc/grub.d folder. What i have to do:
    grub-mkconfig > /boot/grub/grub.cfg
    Then append my menu entries
    # DO NOT EDIT THIS FILE
    # It is automatically generated by grub-mkconfig using templates
    # from /etc/grub.d and settings from /etc/default/grub
    ### BEGIN /etc/grub.d/00_header ###
    insmod part_gpt
    insmod part_msdos
    if [ -s $prefix/grubenv ]; then
    load_env
    fi
    set default="0"
    if [ "${prev_saved_entry}" ]; then
    set saved_entry="${prev_saved_entry}"
    save_env saved_entry
    set prev_saved_entry=
    save_env prev_saved_entry
    set boot_once=true
    fi
    function savedefault {
    if [ -z "${boot_once}" ]; then
    saved_entry="${chosen}"
    save_env saved_entry
    fi
    function load_video {
    insmod vbe
    insmod vga
    insmod video_bochs
    insmod video_cirrus
    set menu_color_normal=light-blue/black
    set menu_color_highlight=light-cyan/blue
    insmod part_gpt
    insmod lvm
    insmod ext2
    set root='lvm/arch-rooti'
    menuentry "Arch Linux 3.2.2-1 [Primary]" {
    insmod lvm
    insmod ext2
    insmod part_gpt
    set root=(arch-boot)
    linux /vmlinuz-linux root=/dev/arch/root vga=795 ro
    initrd /initramfs-linux.img
    menuentry "Arch Linux 3.2.2-1 [Recovery]" {
    insmod lvm
    insmod ext2
    insmod part_gpt
    set root=(arch-boot)
    linux /vmlinuz-linux root=/dev/arch/root ro
    initrd /initramfs-linux-fallback.img
    This does work  but i lose a lot of functionality

  • [SOLVED] Grub Entry to boot via UUID

    I'm trying to get my system booting by UUID but I am having issues with the grub entry as it won't boot. The following is the non uuid one that works:
    # (2) Arch Linux
    title Arch Linux sda5
    root (hd0,4)
    kernel /boot/vmlinuz-linux root=/dev/sda5 ro
    initrd /boot/initramfs-linux.img
    And below are the two that I have tried for uuid:
    title Arch Linux by UUID (sda5)
    uuid 857136db-0356-46bd-9fff-0126b575218b
    kernel /boot/vmlinuz-linux root=UUID=857136db-0356-46bd-9fff-0126b575218b
    initrd /boot/initramfs-linux.img
    and
    title Arch Linux by UUID (sda5)
    uuid 857136db-0356-46bd-9fff-0126b575218b
    kernel /boot/vmlinuz-linux root=/dev/disk/by-uuid/857136db-0356-46bd-9fff-0126b575218b
    initrd /boot/initramfs-linux.img
    Can someone point out which bit is wrong?
    Thanks
    Last edited by morphjk (2011-10-11 04:08:53)

    Try:
    title Arch Linux by UUID (sda5)
    kernel /boot/vmlinuz-linux root=/dev/disk/by-uuid/857136db-0356-46bd-9fff-0126b575218b
    initrd /boot/initramfs-linux.img
    You may need the root   (hd0,4) line as well.  I think that is required to tell Grub where to find it's intermediate files.  It would go in front of the kernel line.
    Edit:  I assume, of course, that your UUID is correct   You might check that.
    Last edited by ewaller (2011-10-11 03:16:48)

  • [SOLVED] Grub Problems Can boot Arch w/ grub edits only

    I had 3 Linux OS's installed on this computer, Arch and 2 versions of Ubuntu on one hard drive.
    The MBR belonged to Ubuntu, using grub2. I decided to get rid of the older Ubuntu (sda8 and 9) and add it's HDD space to my Arch home (sda12). Used the current Gparted live to modify the partitions and all went well, but of course, the numbers changed getting rid of 2 partitions.
    No boot upon restart so I decided to get Arch's grub back to the MBR with the new partition numbering scheme.
    Using a live CD, I used the grub shell, find /boot/grub/stage1.....etc, etc. and after a bit of fumbling, grub indicated success in the shell. When I was through though, a reboot was not successful, although the current stable grub was now written to the MBR.  I edited the lines using grub edit option, and got Arch to boot, and figured out the correct partition numbers. Next I edited the menu.lst to reflect the new sda numbers.
    Now rebooting results in a long delay when grub should be on the screen, and the numbers on the Arch entries reflect the old numbers still!! I double checked thinking I forgot to save the edits to the menu.lst file, but they are correct. I can boot Arch, but have to edit the lines each time.
    The current partitions are as follows. I edited the terminal output to show details.
    [jeff@Arch2009p2 ~]$ sudo fdisk -l
    Password:
    Disk /dev/sda: 750.2 GB, 750156374016 bytes
    255 heads, 63 sectors/track, 91201 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes
    Disk identifier: 0x000383e7
    Device Boot Start End Blocks Id System
    /dev/sda1 * 1 91201 732572001 5 Extended
    /dev/sda5 1 255 2048224+ 82 Linux swap / Solaris
    /dev/sda6 (ubuntu /) 256 1471 9767488+ 83 Linux
    /dev/sda7 (ubuntu /home) 1472 22321 167477593+ 83 Linux
    /dev/sda8 (arch boot) 22322 22325 32098+ 83 Linux
    /dev/sda9 (arch /) 22326 23627 10458283+ 83 Linux
    /dev/sda10 (arch /home) 23628 91201 542788123+ 83 Linux
    I have a few questions regarding a separate boot partition for Arch.
    Should the grub> root (hd0.0) command be directed to the root or boot partition.
    My handy printed emergency guide says: Set grubs root device to the partition containing the boot directory.
    OK.....Writing it out now, it seems clear, so I'll try reinstalling grub from a live CD.
    Why does grub have incorrect partition numbers even though the menu.lst is correct?
    There are only 2 OS's on this box now, and one contains grub2.
    Is current grub able to interact with grub 2 if I screwed something up on the install?
    Last edited by jeff story (2010-05-24 20:05:06)

    OK
    I managed to fix the problem of grub not reading/using the menu.lst file. Not sure WTF it was reading and where that file was located!
    The problem seems to have been the most insignificant detail.
    When using the grub terminal, I did not execute the quit command when I was through. I just closed the terminal and rebooted.
    After repeating the following code via live CD a few times:
    $ sudo grub
    grub> find /grub/stage1
    grub> root (hd0,7)
    grub> setup (hd0)
    Grub still didn't read the current menu.lst.
    This morning I got things to work correctly and grub to read the current menu.lst by adding a quit command and returning to the linux shell prior to rebooting.
    I used the following commands:
    $ sudo grub
    grub> find /grub/stage1
    grub> root (hd0,7)
    grub> setup (hd0)
    grub> quit

  • [SOLVED] System won't boot (boots fine in fallback mode)

    HI guys,
    I just rebooted my headless server for the first time in a while, but it won't boot up.
    I just sits at this screen:
    Please note the system does boot using fallback mode.
    (also, nothing to do with the latest boot problem - systemd-sysvcompat is installed and boots fine in fallback)
    Last edited by kaipee (2013-05-18 21:23:13)

    That screen shot looks like its booted to me? I see a login prompt

  • [SOLVED] Arch won't boot after I created a separate /var parition

    Arch won't boot after I created a separate /var parition on an existing installation.And let me confess: it was maybe stupid trying to do it on an existing install.
    I edited the fstab correctly, copied the files using rsync preserving permissions. Then I kept a backup of /var using tar. Then went on to delete everything under /var, ie /var/*, the /var folder is still there. All this I did from a live CD. After that I booted into my arch linux. Here I get messages about systemd successfully finishing fsck on each of my partitions, then the screen starts blinking. And there is no more output. Pressing Ctrl+Alt+Delete causes systemd to stop its services and reboot.
    Having realized I had borked my system, I removed the /var line from fstab and restored /var from the tar file I made earlier. Again I did this from a live cd. Rebooted into my arch system, and again similar issues, namely that after fsck and messages informing a few services had started, the screen keeps blinking.
    The live cd I used for reorganizing my partitions was elementary OS freya. They have GParted in there. I also have an arch install iso lying aroung from May 2013. If necessary, I can download the latest version. I am currently typing from a Windows installation I dual boot from.
    I don't know how to extract any boot logs as I am locked out of the system. Here is my fstab in any case:
    # Filesystem information
    # /dev/sda5 LABEL=fs_root
    UUID=b9d739cf-fd8c-46dd-a919-bd827dc47c66 / ext4 rw,noatime,data=ordered 0 1
    # /dev/sda9 LABEL=fs_var
    UUID=ec0f7a49-dccd-43ab-8651-9aa3fdb41cc7 /var ext4 rw,noatime,data=ordered 0 2
    # /dev/sda2 LABEL=fs_boot
    UUID=0e8ab31a-3bda-4b85-a901-a36f21b1583d /boot ext2 rw,noatime 0 2
    # /dev/sda6 LABEL=fs_home
    UUID=d9e63c47-274e-447f-ad01-0d97afe0fd34 /home ext4 rw,noatime,data=ordered 0 2
    # /dev/sda7 LABEL=fs_swap
    UUID=7301227c-e9f3-41b8-9d0f-4cf3c159491c none swap defaults 0 0
    # /dev/sda3 LABEL=fs_win
    UUID=12B639D1B639B5D7 /fs_win ntfs uid=1000,gid=1000,dmask=027,fmask=137,showexec,nofail,noauto,x-systemd.automount 0 0
    # /dev/sda3 LABEL=fs_share
    UUID=D272269772268079 /fs_share ntfs uid=1000,gid=1000,dmask=027,fmask=137,showexec,noauto,nofail,x-systemd.automount 0 0
    I would greatly appreciate any help.
    Last edited by richcocoa (2015-05-03 18:04:44)

    Have you moved everything from /var to /new_var (i named it for learning purpose)? You shoud copy content from /var but not on the fly but booting from arch iso cd, and than you shoud mount your / into arch-chroot environement, mount all of your mount points and than copy content from default /var to new /var. The copying should be done with this
    cp -rax
    and you can add -v switch to verbose output. I have my own /var moved the same way.
    The simples way is:
    -boot the arch iso cd
    -mount all of your mount point (i created here in this step /new_var to move /var to a new place, and this /new_var i put in /etc/fstab as /var later)
    -copy /var to /new_var with -rax or -vrax (recursive, archive, this filesystem or verbose, recursive, archive, this filesystem switches)
    -umount all of it
    -reboot.
    Last edited by firekage (2015-05-02 07:49:20)

  • [Solved] PC won't boot any longer...

    I updated last night and since I got a new kernel (3.3.2-1), I decided to boot... But it won't boot anymore... It gets to the point where the boot menu should appear and then just stops... No error messages or anything else, just hangs there...
    I am using Syslinux as boot manager and BIOS for disk access... Does anyone know of any reason this has happend?
    Regards,
    BTJ
    Last edited by bjorntj (2012-04-18 21:50:11)

    Nope, nothing else related to the boot... Yes, I thought about trying to install syslinux again as the next step, just had to backup my pc first, just in case... (of course this happend at the same time as I have deleted my NAS because I am changing my harddisks in my NAS.... :-|)
    I just thought I should check if it was only me or not first...  I will try different thing tonight to get my PC booting again....
    BTJ
    Last edited by bjorntj (2012-04-18 13:10:56)

  • [SOLVED] Arch won't boot after install - "GRUB" on black screen

    I've installed arch on my 1000H from usb stick using zeneee kernel as described in wiki. Right after install everything was fine - wireless and ethernet were working normally, so i've done reboot.
    Now it shows me black screen with "GRUB" text (sic! not "grub>", no error messages) on it. keyboard is not working.
    I've tried reinstalling completely again - with full repartitioning of HDD and this time without installing eee kernel - just stock kernel26. Everithing went ok, i've checked grub settings and partitions - ok, but after reboot - again "GRUB" and non-working keyboard.
    I'm completely out of ideas.
    EDIT: turns out i misplaced GRUB or something. reinstalled placing GRUB on /dev/sda. works fine now.
    Last edited by glas01 (2008-11-29 12:46:15)

    Have you moved everything from /var to /new_var (i named it for learning purpose)? You shoud copy content from /var but not on the fly but booting from arch iso cd, and than you shoud mount your / into arch-chroot environement, mount all of your mount points and than copy content from default /var to new /var. The copying should be done with this
    cp -rax
    and you can add -v switch to verbose output. I have my own /var moved the same way.
    The simples way is:
    -boot the arch iso cd
    -mount all of your mount point (i created here in this step /new_var to move /var to a new place, and this /new_var i put in /etc/fstab as /var later)
    -copy /var to /new_var with -rax or -vrax (recursive, archive, this filesystem or verbose, recursive, archive, this filesystem switches)
    -umount all of it
    -reboot.
    Last edited by firekage (2015-05-02 07:49:20)

  • [solved] - Grub - can't boot

    Hi everyone !
    I've read some stuff on the wiki on read many topic on the forum, but I can't solve my problem...
    Now, i'm on a Live Cd (mint) for fixed it.
    Disk
    I've got a 4 disk.
    My arch one
    -sda1 rfs 20 gb /
    -sda4 xfs 120gb /home
    -sda5 fat 6gb /partage - for quick partage with my windows, I've to try to found another R&W file system
    -sda6 swap 4gb
    My SSD win
    -sdb2 ext2 100mb boot - Yes, i know 100mb is too much
    -sdb1 ntfs - win ssd
    My win' home
    -sdbc
    My hard drive back up
    -sdd
    This the fdisk :
    Disk /dev/sda: 160.0 GB, 160040803840 bytes
    255 heads, 63 sectors/track, 19457 cylinders, total 312579695 sectors
    Units = sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes
    Disk identifier: 0x17df17de
    Device Boot Start End Blocks Id System
    /dev/sda1 63 43552214 21776076 83 Linux
    /dev/sda3 293060720 312579694 9759487+ 5 Extended
    /dev/sda4 43552215 293060719 124754252+ 83 Linux
    /dev/sda5 * 293060783 304772104 5855661 83 Linux
    /dev/sda6 304772168 312579694 3903763+ 83 Linux
    Partition table entries are not in disk order
    Disk /dev/sdb: 128.0 GB, 128035676160 bytes
    255 heads, 63 sectors/track, 15566 cylinders, total 250069680 sectors
    Units = sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes
    Disk identifier: 0x24880018
    Device Boot Start End Blocks Id System
    /dev/sdb1 * 206848 250068991 124931072 7 HPFS/NTFS/exFAT
    /dev/sdb2 * 63 206847 103392+ 83 Linux
    Partition table entries are not in disk order
    Disk /dev/sdd: 320.1 GB, 320071851520 bytes
    255 heads, 63 sectors/track, 38913 cylinders, total 625140335 sectors
    Units = sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes
    Disk identifier: 0xd1c3b656
    Device Boot Start End Blocks Id System
    /dev/sdd1 2048 625137663 312567808 7 HPFS/NTFS/exFAT
    /dev/sdd4 * 0 0 0 0 Empty
    Disk /dev/sdc: 640.1 GB, 640135028736 bytes
    255 heads, 63 sectors/track, 77825 cylinders, total 1250263728 sectors
    Units = sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes
    Disk identifier: 0x72599e54
    Device Boot Start End Blocks Id System
    /dev/sdc1 2048 1250260991 625129472 7 HPFS/NTFS/exFAT
    /dev/sdc2 1250260992 1250263039 1024 7 HPFS/NTFS/exFAT
    /dev/sdc4 * 0 0 0 0 Empty
    Disk /dev/sde: 4009 MB, 4009754624 bytes
    64 heads, 32 sectors/track, 3824 cylinders, total 7831552 sectors
    Units = sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes
    Disk identifier: 0x2d2040cf
    Device Boot Start End Blocks Id System
    /dev/sde1 * 0 1812479 906240 17 Hidden HPFS/NTFS
    Disk /dev/sde1: 927 MB, 927989760 bytes
    64 heads, 32 sectors/track, 885 cylinders, total 1812480 sectors
    Units = sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes
    Disk identifier: 0x2d2040cf
    Device Boot Start End Blocks Id System
    /dev/sde1p1 * 0 1812479 906240 17 Hidden HPFS/NTFS
    So, I have a grub install on sdb2 and my arch install on sda1.
    My menu.lst is :
    The win chain is workin.
    # 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
    # https://wiki.archlinux.org/index.php/GRUB#Framebuffer_resolution
    # general configuration:
    timeout 10
    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,1)
    kernel /vmlinuz-linux root=/dev/sda1 ro
    initrd /initramfs-linux.img
    # (1) Arch Linux
    title Arch Linux Fallback
    root (hd0,1)
    kernel /vmlinuz-linux root=/dev/sda1 ro
    initrd /initramfs-linux-fallback.img
    # (2) Windows
    title Windows
    rootnoverify (hd0,0)
    makeactive
    chainloader +1
    What I'm doing wrong ?
    I apologie for my english and trulley thanks you for any help.
    Last edited by Thom (2012-07-16 23:11:26)

    I make this choice for testing some fun file system for / and still have a fast boot.
    uuid sound a good idea :
    mint@mint ~ $ sudo ls -lF /dev/disk/by-uuid/
    total 0
    lrwxrwxrwx 1 root root 10 Jul 15 20:51 3A7437317436EEEF -> ../../sdb1
    lrwxrwxrwx 1 root root 10 Jul 15 2012 4bcd96bd-ee8f-4411-ba5c-a1d42e5bc44f -> ../../sda6
    lrwxrwxrwx 1 root root 10 Jul 15 20:53 6111e8b1-ba2d-427c-8d54-7a7b022aecbf -> ../../sda1
    lrwxrwxrwx 1 root root 10 Jul 15 20:53 ADA6-3C08 -> ../../sda5
    lrwxrwxrwx 1 root root 10 Jul 15 2012 C8745CE5745CD830 -> ../../sdd1
    lrwxrwxrwx 1 root root 10 Jul 15 20:53 d808df0a-49ac-4618-a934-0d2fe0470291 -> ../../sda4
    lrwxrwxrwx 1 root root 10 Jul 15 20:51 e9e0a468-7114-48da-9b6d-bacf1ceef13d -> ../../sdb2
    lrwxrwxrwx 1 root root 10 Jul 15 20:53 F22C0F1D2C0EDC8B -> ../../sdc1
    give me a new menu.lst (just for the first arch line)
    # (0) Arch Linux
    title Arch Linux
    root (hd0,1)
    kernel /vmlinuz-linux root=/dev/disk/by-uuid/6111e8b1-ba2d-427c-8d54-7a7b022aecbf ro
    initrd /initramfs-linux.img
    The first root (hd0,1) is for the "boot" ?
    the second root = dev/... is for the "/" ?

  • [SOLVED] Gnome won't boot up after catalyst install

    Hello all,
    I'm new to Arch, and seem to have been thrown into the deep end here, as it were. I installed the catalyst drivers for my Radeon HD8xxx card in my laptop to try and get some better video performance, and, through the help of the extraordinarily informative wiki, was able to do so. However when it boots now, it stays on the first screen with all the OK's (I removed quiet from my boot options in grub). I have to switch to tty2 (Alt+F2) and log in to start using it. Here's the kicker though: from there I can run startx and work just fine in x with the catalyst drivers. I don't get that, but I'm hoping someone else might. I apologize in advance if this is noobish mistake, but appreciate any pointers I can get.
    Here's some relevant technical info:
    /var/log/Xorg.0.log (if I understand things correctly, this would be from startx since that's where I'm working now, right?):
    [ 49.034]
    X.Org X Server 1.15.2
    Release Date: 2014-06-27
    [ 49.034] X Protocol Version 11, Revision 0
    [ 49.034] Build Operating System: Linux 3.15.1-1-ARCH x86_64
    [ 49.035] Current Operating System: Linux samwise 3.15.4-1-ARCH #1 SMP PREEMPT Mon Jul 7 07:42:54 CEST 2014 x86_64
    [ 49.035] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=eb465246-d35b-4dc0-a92a-d948f621ccaa rw nomodeset
    [ 49.035] Build Date: 27 June 2014 07:32:26PM
    [ 49.035]
    [ 49.035] Current version of pixman: 0.32.6
    [ 49.035] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 49.035] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 49.036] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Jul 10 16:09:18 2014
    [ 49.036] (==) Using config file: "/etc/X11/xorg.conf"
    [ 49.037] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 49.037] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
    [ 49.037] (==) ServerLayout "aticonfig Layout"
    [ 49.037] (**) |-->Screen "aticonfig-Screen[0]-0" (0)
    [ 49.037] (**) | |-->Monitor "aticonfig-Monitor[0]-0"
    [ 49.037] (**) | |-->Device "aticonfig-Device[0]-0"
    [ 49.037] (==) Automatically adding devices
    [ 49.037] (==) Automatically enabling devices
    [ 49.037] (==) Automatically adding GPU devices
    [ 49.037] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 49.037] Entry deleted from font path.
    [ 49.037] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 49.037] Entry deleted from font path.
    [ 49.037] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 49.037] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 49.037] Entry deleted from font path.
    [ 49.037] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 49.037] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/
    [ 49.037] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 49.037] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 49.037] (II) Loader magic: 0x811cc0
    [ 49.037] (II) Module ABI versions:
    [ 49.037] X.Org ANSI C Emulation: 0.4
    [ 49.037] X.Org Video Driver: 15.0
    [ 49.037] X.Org XInput driver : 20.0
    [ 49.037] X.Org Server Extension : 8.0
    [ 49.038] (--) PCI:*(0:0:1:0) 1002:9995:17aa:510a rev 0, Mem @ 0xe0000000/268435456, 0xf0300000/262144, I/O @ 0x00003000/256
    [ 49.038] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 49.039] Initializing built-in extension Generic Event Extension
    [ 49.039] Initializing built-in extension SHAPE
    [ 49.039] Initializing built-in extension MIT-SHM
    [ 49.039] Initializing built-in extension XInputExtension
    [ 49.039] Initializing built-in extension XTEST
    [ 49.039] Initializing built-in extension BIG-REQUESTS
    [ 49.039] Initializing built-in extension SYNC
    [ 49.039] Initializing built-in extension XKEYBOARD
    [ 49.039] Initializing built-in extension XC-MISC
    [ 49.039] Initializing built-in extension SECURITY
    [ 49.039] Initializing built-in extension XINERAMA
    [ 49.039] Initializing built-in extension XFIXES
    [ 49.040] Initializing built-in extension RENDER
    [ 49.040] Initializing built-in extension RANDR
    [ 49.040] Initializing built-in extension COMPOSITE
    [ 49.040] Initializing built-in extension DAMAGE
    [ 49.040] Initializing built-in extension MIT-SCREEN-SAVER
    [ 49.040] Initializing built-in extension DOUBLE-BUFFER
    [ 49.040] Initializing built-in extension RECORD
    [ 49.040] Initializing built-in extension DPMS
    [ 49.043] Initializing built-in extension Present
    [ 49.045] Initializing built-in extension DRI3
    [ 49.048] Initializing built-in extension X-Resource
    [ 49.051] Initializing built-in extension XVideo
    [ 49.053] Initializing built-in extension XVideo-MotionCompensation
    [ 49.056] Initializing built-in extension XFree86-VidModeExtension
    [ 49.058] Initializing built-in extension XFree86-DGA
    [ 49.061] Initializing built-in extension XFree86-DRI
    [ 49.063] Initializing built-in extension DRI2
    [ 49.063] (II) "glx" will be loaded by default.
    [ 49.063] (II) LoadModule: "glx"
    [ 49.064] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 49.064] (II) Module glx: vendor="Advanced Micro Devices, Inc."
    [ 49.064] compiled for 6.9.0, module version = 1.0.0
    [ 49.067] Loading extension GLX
    [ 49.067] (II) LoadModule: "fglrx"
    [ 49.067] (II) Loading /usr/lib/xorg/modules/drivers/fglrx_drv.so
    [ 49.086] (II) Module fglrx: vendor="FireGL - AMD Technologies Inc."
    [ 49.086] compiled for 1.4.99.906, module version = 14.10.2
    [ 49.086] Module class: X.Org Video Driver
    [ 49.086] (II) Loading sub module "fglrxdrm"
    [ 49.086] (II) LoadModule: "fglrxdrm"
    [ 49.086] (II) Loading /usr/lib/xorg/modules/linux/libfglrxdrm.so
    [ 49.117] (II) Module fglrxdrm: vendor="FireGL - AMD Technologies Inc."
    [ 49.117] compiled for 1.4.99.906, module version = 14.10.2
    [ 49.117] (II) AMD Proprietary Linux Driver Version Identifier:14.10.2
    [ 49.117] (II) AMD Proprietary Linux Driver Release Identifier: UNSUPPORTED-14.10.1006.1001
    [ 49.117] (II) AMD Proprietary Linux Driver Build Date: May 5 2014 21:38:38
    [ 49.117] (++) using VT number 2
    [ 49.117] (WW) Falling back to old probe method for fglrx
    [ 49.186] (II) Loading PCS database from /etc/ati/amdpcsdb /etc/ati/amdpcsdb.default
    [ 49.189] ukiDynamicMajor: found major device number 251
    [ 49.189] ukiDynamicMajor: found major device number 251
    [ 49.189] ukiOpenByBusid: Searching for BusID PCI:0:1:0
    [ 49.189] ukiOpenDevice: node name is /dev/ati/card0
    [ 49.189] ukiOpenDevice: open result is 9, (OK)
    [ 49.533] ukiOpenByBusid: ukiOpenMinor returns 9
    [ 49.533] ukiOpenByBusid: ukiGetBusid reports PCI:0:1:0
    [ 49.629] (--) Chipset Supported AMD Graphics Processor (0x9995) found
    [ 49.629] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:1:1) found
    [ 49.631] (II) fglrx(0): pEnt->device->identifier=0x12181a0
    [ 49.631] (II) fglrx(0): === [xdl_xs115_atiddxPreInit] === begin
    [ 49.631] (II) Loading sub module "vgahw"
    [ 49.631] (II) LoadModule: "vgahw"
    [ 49.631] (II) Loading /usr/lib/xorg/modules/libvgahw.so
    [ 49.644] (II) Module vgahw: vendor="X.Org Foundation"
    [ 49.644] compiled for 1.15.2, module version = 0.1.0
    [ 49.644] ABI class: X.Org Video Driver, version 15.0
    [ 49.644] (**) fglrx(0): Depth 24, (--) framebuffer bpp 32
    [ 49.644] (II) fglrx(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
    [ 49.644] (==) fglrx(0): Default visual is TrueColor
    [ 49.645] (**) fglrx(0): Option "DPMS" "true"
    [ 49.645] (==) fglrx(0): RGB weight 888
    [ 49.645] (II) fglrx(0): Using 8 bits per RGB
    [ 49.645] (==) fglrx(0): Buffer Tiling is ON
    [ 49.645] (II) Loading sub module "fglrxdrm"
    [ 49.645] (II) LoadModule: "fglrxdrm"
    [ 49.645] (II) Loading /usr/lib/xorg/modules/linux/libfglrxdrm.so
    [ 49.645] (II) Module fglrxdrm: vendor="FireGL - AMD Technologies Inc."
    [ 49.645] compiled for 1.4.99.906, module version = 14.10.2
    [ 49.647] ukiDynamicMajor: found major device number 251
    [ 49.647] ukiDynamicMajor: found major device number 251
    [ 49.647] ukiOpenByBusid: Searching for BusID PCI:0:1:0
    [ 49.647] ukiOpenDevice: node name is /dev/ati/card0
    [ 49.647] ukiOpenDevice: open result is 11, (OK)
    [ 49.647] ukiOpenByBusid: ukiOpenMinor returns 11
    [ 49.647] ukiOpenByBusid: ukiGetBusid reports PCI:0:1:0
    [ 49.647] (**) fglrx(0): NoAccel = NO
    [ 49.647] (**) fglrx(0): AMD 2D Acceleration Architecture enabled
    [ 49.647] (--) fglrx(0): Chipset: "AMD Radeon HD 8450G" (Chipset = 0x9995)
    [ 49.647] (--) fglrx(0): (PciSubVendor = 0x17aa, PciSubDevice = 0x510a)
    [ 49.647] (==) fglrx(0): board vendor info: third party graphics adapter - NOT original AMD
    [ 49.647] (--) fglrx(0): Linear framebuffer (phys) at 0xe0000000
    [ 49.647] (--) fglrx(0): MMIO registers at 0xf0300000
    [ 49.647] (--) fglrx(0): I/O port at 0x00003000
    [ 49.647] (==) fglrx(0): ROM-BIOS at 0x000c0000
    [ 49.666] (II) fglrx(0): ATIF platform detected
    [ 49.670] (II) fglrx(0): AC Adapter is used
    [ 49.680] (II) fglrx(0): Primary V_BIOS segment is: 0xc000
    [ 49.685] (II) Loading sub module "vbe"
    [ 49.685] (II) LoadModule: "vbe"
    [ 49.685] (II) Loading /usr/lib/xorg/modules/libvbe.so
    [ 49.686] (II) Module vbe: vendor="X.Org Foundation"
    [ 49.686] compiled for 1.15.2, module version = 1.1.0
    [ 49.686] ABI class: X.Org Video Driver, version 15.0
    [ 49.690] (II) fglrx(0): VESA BIOS detected
    [ 49.690] (II) fglrx(0): VESA VBE Version 3.0
    [ 49.690] (II) fglrx(0): VESA VBE Total Mem: 16384 kB
    [ 49.690] (II) fglrx(0): VESA VBE OEM: AMD ATOMBIOS
    [ 49.690] (II) fglrx(0): VESA VBE OEM Software Rev: 15.31
    [ 49.690] (II) fglrx(0): VESA VBE OEM Vendor: (C) 1988-2010, Advanced Micro Devices, Inc.
    [ 49.690] (II) fglrx(0): VESA VBE OEM Product: DVST
    [ 49.690] (II) fglrx(0): VESA VBE OEM Product Rev: 01.00
    [ 49.690] (II) fglrx(0): AMD Video BIOS revision 9 or later detected
    [ 49.690] (--) fglrx(0): Video RAM: 786432 kByte, Type: DDR3
    [ 49.690] (II) fglrx(0): PCIE card detected
    [ 49.690] (--) fglrx(0): Using per-process page tables (PPPT) as GART.
    [ 49.690] (WW) fglrx(0): board is an unknown third party board, chipset is supported
    [ 49.690] (II) fglrx(0): [FB] MC range(MCFBBase = 0xf00000000, MCFBSize = 0x30000000)
    [ 49.690] (II) fglrx(0): RandR 1.2 support is enabled!
    [ 49.690] (II) fglrx(0): RandR 1.2 rotation support is enabled!
    [ 49.691] (II) Loading sub module "fb"
    [ 49.691] (II) LoadModule: "fb"
    [ 49.691] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 49.692] (II) Module fb: vendor="X.Org Foundation"
    [ 49.693] compiled for 1.15.2, module version = 1.0.0
    [ 49.693] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 49.693] (II) fglrx(0): EDID Management option: EDID Management is enabled
    [ 49.693] (II) Loading sub module "ddc"
    [ 49.693] (II) LoadModule: "ddc"
    [ 49.693] (II) Module "ddc" already built-in
    [ 49.839] (II) fglrx(0): Output LVDS using monitor section aticonfig-Monitor[0]-0
    [ 49.839] (II) fglrx(0): Output DFP1 has no monitor section
    [ 49.839] (II) fglrx(0): Output CRT1 has no monitor section
    [ 49.839] (II) Loading sub module "ddc"
    [ 49.839] (II) LoadModule: "ddc"
    [ 49.839] (II) Module "ddc" already built-in
    [ 49.839] (II) fglrx(0): Connected Display0: LVDS
    [ 49.839] (II) fglrx(0): Display0 EDID data ---------------------------
    [ 49.839] (II) fglrx(0): Manufacturer: LEN Model: 40b0 Serial#: 0
    [ 49.839] (II) fglrx(0): Year: 2011 Week: 0
    [ 49.839] (II) fglrx(0): EDID Version: 1.3
    [ 49.839] (II) fglrx(0): Digital Display Input
    [ 49.839] (II) fglrx(0): Max Image Size [cm]: horiz.: 35 vert.: 19
    [ 49.839] (II) fglrx(0): Gamma: 2.20
    [ 49.839] (II) fglrx(0): DPMS capabilities: StandBy Suspend Off
    [ 49.839] (II) fglrx(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
    [ 49.839] (II) fglrx(0): First detailed timing is preferred mode
    [ 49.839] (II) fglrx(0): redX: 0.617 redY: 0.340 greenX: 0.320 greenY: 0.598
    [ 49.839] (II) fglrx(0): blueX: 0.160 blueY: 0.084 whiteX: 0.313 whiteY: 0.329
    [ 49.839] (II) fglrx(0): Manufacturer's mask: 0
    [ 49.839] (II) fglrx(0): Supported detailed timing:
    [ 49.839] (II) fglrx(0): clock: 69.3 MHz Image Size: 344 x 193 mm
    [ 49.839] (II) fglrx(0): h_active: 1366 h_sync: 1382 h_sync_end 1416 h_blank_end 1466 h_border: 0
    [ 49.839] (II) fglrx(0): v_active: 768 v_sync: 770 v_sync_end 776 v_blanking: 788 v_border: 0
    [ 49.839] (II) fglrx(0): Supported detailed timing:
    [ 49.839] (II) fglrx(0): clock: 57.8 MHz Image Size: 344 x 193 mm
    [ 49.839] (II) fglrx(0): h_active: 1366 h_sync: 1382 h_sync_end 1416 h_blank_end 1466 h_border: 0
    [ 49.839] (II) fglrx(0): v_active: 768 v_sync: 770 v_sync_end 776 v_blanking: 788 v_border: 0
    [ 49.839] (II) fglrx(0): Unknown vendor-specific block f
    [ 49.839] (II) fglrx(0): N156BGE-L11
    [ 49.839] (II) fglrx(0): EDID (in hex):
    [ 49.840] (II) fglrx(0): 00ffffffffffff0030aeb04000000000
    [ 49.840] (II) fglrx(0): 0015010380231378ea00259e57529929
    [ 49.840] (II) fglrx(0): 15505400000001010101010101010101
    [ 49.840] (II) fglrx(0): 010101010101121b5664500014301022
    [ 49.840] (II) fglrx(0): 260058c1100000189116566450001430
    [ 49.840] (II) fglrx(0): 1022260058c1100000180000000f008c
    [ 49.840] (II) fglrx(0): 09328c09321609000daea915000000fe
    [ 49.840] (II) fglrx(0): 004e3135364247452d4c31310a20007e
    [ 49.840] (II) fglrx(0): End of Display0 EDID data --------------------
    [ 49.840] (II) fglrx(0): Dynamic Surface Resizing Enabled
    [ 49.840] (II) fglrx(0): EDID for output LVDS
    [ 49.840] (II) fglrx(0): Manufacturer: LEN Model: 40b0 Serial#: 0
    [ 49.840] (II) fglrx(0): Year: 2011 Week: 0
    [ 49.840] (II) fglrx(0): EDID Version: 1.3
    [ 49.840] (II) fglrx(0): Digital Display Input
    [ 49.840] (II) fglrx(0): Max Image Size [cm]: horiz.: 35 vert.: 19
    [ 49.840] (II) fglrx(0): Gamma: 2.20
    [ 49.840] (II) fglrx(0): DPMS capabilities: StandBy Suspend Off
    [ 49.840] (II) fglrx(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
    [ 49.840] (II) fglrx(0): First detailed timing is preferred mode
    [ 49.840] (II) fglrx(0): redX: 0.617 redY: 0.340 greenX: 0.320 greenY: 0.598
    [ 49.840] (II) fglrx(0): blueX: 0.160 blueY: 0.084 whiteX: 0.313 whiteY: 0.329
    [ 49.840] (II) fglrx(0): Manufacturer's mask: 0
    [ 49.840] (II) fglrx(0): Supported detailed timing:
    [ 49.840] (II) fglrx(0): clock: 69.3 MHz Image Size: 344 x 193 mm
    [ 49.840] (II) fglrx(0): h_active: 1366 h_sync: 1382 h_sync_end 1416 h_blank_end 1466 h_border: 0
    [ 49.840] (II) fglrx(0): v_active: 768 v_sync: 770 v_sync_end 776 v_blanking: 788 v_border: 0
    [ 49.840] (II) fglrx(0): Supported detailed timing:
    [ 49.840] (II) fglrx(0): clock: 57.8 MHz Image Size: 344 x 193 mm
    [ 49.840] (II) fglrx(0): h_active: 1366 h_sync: 1382 h_sync_end 1416 h_blank_end 1466 h_border: 0
    [ 49.840] (II) fglrx(0): v_active: 768 v_sync: 770 v_sync_end 776 v_blanking: 788 v_border: 0
    [ 49.840] (II) fglrx(0): Unknown vendor-specific block f
    [ 49.840] (II) fglrx(0): N156BGE-L11
    [ 49.840] (II) fglrx(0): EDID (in hex):
    [ 49.840] (II) fglrx(0): 00ffffffffffff0030aeb04000000000
    [ 49.840] (II) fglrx(0): 0015010380231378ea00259e57529929
    [ 49.840] (II) fglrx(0): 15505400000001010101010101010101
    [ 49.840] (II) fglrx(0): 010101010101121b5664500014301022
    [ 49.840] (II) fglrx(0): 260058c1100000189116566450001430
    [ 49.841] (II) fglrx(0): 1022260058c1100000180000000f008c
    [ 49.841] (II) fglrx(0): 09328c09321609000daea915000000fe
    [ 49.841] (II) fglrx(0): 004e3135364247452d4c31310a20007e
    [ 49.841] (II) fglrx(0): EDID vendor "LEN", prod id 16560
    [ 49.841] (II) fglrx(0): Printing DDC gathered Modelines:
    [ 49.841] (II) fglrx(0): Modeline "1366x768"x0.0 69.30 1366 1382 1416 1466 768 770 776 788 -hsync -vsync (47.3 kHz eP)
    [ 49.841] (II) fglrx(0): Modeline "1366x768"x0.0 57.77 1366 1382 1416 1466 768 770 776 788 -hsync -vsync (39.4 kHz e)
    [ 49.841] (II) fglrx(0): Printing probed modes for output LVDS
    [ 49.841] (II) fglrx(0): Modeline "1366x768"x60.0 69.30 1366 1382 1416 1466 768 770 776 788 -hsync -vsync (47.3 kHz eP)
    [ 49.841] (II) fglrx(0): Modeline "1366x768"x50.0 57.77 1366 1382 1416 1466 768 770 776 788 -hsync -vsync (39.4 kHz e)
    [ 49.841] (II) fglrx(0): Modeline "1360x768"x60.0 69.30 1360 1382 1416 1466 768 770 776 788 -hsync -vsync (47.3 kHz e)
    [ 49.841] (II) fglrx(0): Modeline "1360x768"x50.0 57.77 1360 1382 1416 1466 768 770 776 788 -hsync -vsync (39.4 kHz e)
    [ 49.841] (II) fglrx(0): Modeline "1280x768"x60.0 69.30 1280 1382 1416 1466 768 770 776 788 -hsync -vsync (47.3 kHz e)
    [ 49.841] (II) fglrx(0): Modeline "1280x768"x50.0 57.77 1280 1382 1416 1466 768 770 776 788 -hsync -vsync (39.4 kHz e)
    [ 49.841] (II) fglrx(0): Modeline "1280x720"x60.0 69.30 1280 1382 1416 1466 720 770 776 788 -hsync -vsync (47.3 kHz e)
    [ 49.841] (II) fglrx(0): Modeline "1280x720"x50.0 57.77 1280 1382 1416 1466 720 770 776 788 -hsync -vsync (39.4 kHz e)
    [ 49.841] (II) fglrx(0): Modeline "1024x768"x60.0 69.30 1024 1382 1416 1466 768 770 776 788 -hsync -vsync (47.3 kHz e)
    [ 49.841] (II) fglrx(0): Modeline "1024x768"x50.0 57.77 1024 1382 1416 1466 768 770 776 788 -hsync -vsync (39.4 kHz e)
    [ 49.841] (II) fglrx(0): Modeline "1024x600"x60.0 69.30 1024 1382 1416 1466 600 770 776 788 -hsync -vsync (47.3 kHz e)
    [ 49.841] (II) fglrx(0): Modeline "1024x600"x50.0 57.77 1024 1382 1416 1466 600 770 776 788 -hsync -vsync (39.4 kHz e)
    [ 49.841] (II) fglrx(0): Modeline "800x600"x60.0 69.30 800 1382 1416 1466 600 770 776 788 -hsync -vsync (47.3 kHz e)
    [ 49.841] (II) fglrx(0): Modeline "800x600"x50.0 57.77 800 1382 1416 1466 600 770 776 788 -hsync -vsync (39.4 kHz e)
    [ 49.841] (II) fglrx(0): Modeline "800x480"x60.0 69.30 800 1382 1416 1466 480 770 776 788 -hsync -vsync (47.3 kHz e)
    [ 49.841] (II) fglrx(0): Modeline "800x480"x50.0 57.77 800 1382 1416 1466 480 770 776 788 -hsync -vsync (39.4 kHz e)
    [ 49.841] (II) fglrx(0): Modeline "640x480"x60.0 69.30 640 1382 1416 1466 480 770 776 788 -hsync -vsync (47.3 kHz e)
    [ 49.841] (II) fglrx(0): Modeline "640x480"x50.0 57.77 640 1382 1416 1466 480 770 776 788 -hsync -vsync (39.4 kHz e)
    [ 49.841] (II) fglrx(0): EDID for output DFP1
    [ 49.841] (II) fglrx(0): EDID for output CRT1
    [ 49.841] (II) fglrx(0): Output LVDS connected
    [ 49.841] (II) fglrx(0): Output DFP1 disconnected
    [ 49.841] (II) fglrx(0): Output CRT1 disconnected
    [ 49.841] (II) fglrx(0): Using exact sizes for initial modes
    [ 49.841] (II) fglrx(0): Output LVDS using initial mode 1366x768
    [ 49.841] (II) fglrx(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
    [ 49.841] (II) fglrx(0): Display dimensions: (350, 190) mm
    [ 49.841] (II) fglrx(0): DPI set to (99, 102)
    [ 49.841] (II) fglrx(0): Eyefinity capable adapter detected.
    [ 49.841] (II) fglrx(0): Adapter AMD Radeon HD 8450G has 4 configurable heads and 1 displays connected.
    [ 49.841] (==) fglrx(0): PseudoColor visuals disabled
    [ 49.841] (II) Loading sub module "ramdac"
    [ 49.841] (II) LoadModule: "ramdac"
    [ 49.841] (II) Module "ramdac" already built-in
    [ 49.841] (==) fglrx(0): NoDRI = NO
    [ 49.841] (==) fglrx(0): Capabilities: 0x00000000
    [ 49.841] (==) fglrx(0): CapabilitiesEx: 0x00000000
    [ 49.841] (==) fglrx(0): OpenGL ClientDriverName: "fglrx_dri.so"
    [ 49.841] (==) fglrx(0): UseFastTLS=0
    [ 49.841] (II) fglrx(0): Shadow Primary option: ShadowPrimary is enabled
    [ 49.841] (--) Depth 24 pixmap format is 32 bpp
    [ 49.841] Loading extension ATIFGLRXDRI
    [ 49.841] (II) fglrx(0): doing swlDriScreenInit
    [ 49.841] (II) fglrx(0): swlDriScreenInit for fglrx driver
    [ 49.841] ukiDynamicMajor: found major device number 251
    [ 49.841] ukiDynamicMajor: found major device number 251
    [ 49.841] ukiDynamicMajor: found major device number 251
    [ 49.841] ukiOpenByBusid: Searching for BusID PCI:0:1:0
    [ 49.841] ukiOpenDevice: node name is /dev/ati/card0
    [ 49.841] ukiOpenDevice: open result is 12, (OK)
    [ 49.841] ukiOpenByBusid: ukiOpenMinor returns 12
    [ 49.841] ukiOpenByBusid: ukiGetBusid reports PCI:0:1:0
    [ 49.842] (II) fglrx(0): [uki] DRM interface version 1.0
    [ 49.842] (II) fglrx(0): [uki] created "fglrx" driver at busid "PCI:0:1:0"
    [ 49.842] (II) fglrx(0): [uki] added 8192 byte SAREA at 0x2000
    [ 49.842] (II) fglrx(0): [uki] mapped SAREA 0x2000 to 0x7f64c6e62000
    [ 49.842] (II) fglrx(0): [uki] framebuffer handle = 0x3000
    [ 49.842] (II) fglrx(0): [uki] added 1 reserved context for kernel
    [ 49.842] (II) fglrx(0): swlDriScreenInit done
    [ 49.842] (II) fglrx(0): Kernel Module Version Information:
    [ 49.842] (II) fglrx(0): Name: fglrx
    [ 49.842] (II) fglrx(0): Version: 14.10.2
    [ 49.842] (II) fglrx(0): Date: May 5 2014
    [ 49.842] (II) fglrx(0): Desc: AMD FireGL DRM kernel module
    [ 49.842] (II) fglrx(0): Kernel Module version matches driver.
    [ 49.842] (II) fglrx(0): Kernel Module Build Time Information:
    [ 49.842] (II) fglrx(0): Build-Kernel UTS_RELEASE: 3.15.4-1-ARCH
    [ 49.842] (II) fglrx(0): Build-Kernel MODVERSIONS: yes
    [ 49.842] (II) fglrx(0): Build-Kernel __SMP__: yes
    [ 49.842] (II) fglrx(0): Build-Kernel PAGE_SIZE: 0x1000
    [ 49.842] (II) fglrx(0): [uki] register handle = 0x00004000
    [ 49.844] (II) fglrx(0): DRI initialization successfull
    [ 49.856] (II) fglrx(0): FBADPhys: 0xf00000000 FBMappedSize: 0x01080000
    [ 49.862] (==) fglrx(0): Backing store enabled
    [ 49.862] Loading extension FGLRXEXTENSION
    [ 49.862] (**) fglrx(0): DPMS enabled
    [ 49.863] (II) fglrx(0): Initialized in-driver Xinerama extension
    [ 49.863] (**) fglrx(0): Textured Video is enabled.
    [ 49.863] (II) LoadModule: "glesx"
    [ 49.863] (II) Loading /usr/lib/xorg/modules/glesx.so
    [ 50.008] (II) Module glesx: vendor="X.Org Foundation"
    [ 50.008] compiled for 1.4.99.906, module version = 1.0.0
    [ 50.008] Loading extension GLESX
    [ 50.008] (II) fglrx(0): GLESX enableFlags = 8784
    [ 50.016] (II) fglrx(0): GLESX is enabled
    [ 50.017] (II) LoadModule: "amdxmm"
    [ 50.017] (II) Loading /usr/lib/xorg/modules/amdxmm.so
    [ 50.035] (II) Module amdxmm: vendor="X.Org Foundation"
    [ 50.035] compiled for 1.4.99.906, module version = 2.0.0
    [ 50.058] Loading extension AMDXVOPL
    [ 50.058] Loading extension AMDXVBA
    [ 50.086] (II) fglrx(0): UVD feature is enabled(II) fglrx(0):
    [ 50.088] (II) fglrx(0): Enable composite support successfully
    [ 50.088] (II) fglrx(0): X context handle = 0x1
    [ 50.088] (II) fglrx(0): [DRI] installation complete
    [ 50.089] (==) fglrx(0): Silken mouse enabled
    [ 50.106] (==) fglrx(0): Using HW cursor of display infrastructure!
    [ 50.107] (II) fglrx(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    [ 50.115] (II) fglrx(0): 'LVDS LCD' ConnectorType, abstracted as 'Panel'
    [ 50.115] (II) fglrx(0): 'eDP LCD' ConnectorType, abstracted as 'Panel'
    [ 52.673] (--) RandR disabled
    [ 52.679] ukiDynamicMajor: found major device number 251
    [ 52.679] ukiDynamicMajor: found major device number 251
    [ 52.679] ukiOpenByBusid: Searching for BusID PCI:0:1:0
    [ 52.679] ukiOpenDevice: node name is /dev/ati/card0
    [ 52.679] ukiOpenDevice: open result is 13, (OK)
    [ 52.679] ukiOpenByBusid: ukiOpenMinor returns 13
    [ 52.679] ukiOpenByBusid: ukiGetBusid reports PCI:0:1:0
    [ 52.680] (EE) AIGLX error: failed to open /usr/X11R6/lib64/modules/dri/fglrx_dri.so, error[/usr/X11R6/lib64/modules/dri/fglrx_dri.so: cannot open shared object file: No such file or directory]
    [ 52.929] ukiDynamicMajor: found major device number 251
    [ 52.929] ukiDynamicMajor: found major device number 251
    [ 52.929] ukiDynamicMajor: found major device number 251
    [ 52.929] ukiOpenDevice: node name is /dev/ati/card0
    [ 52.929] ukiOpenDevice: open result is 14, (OK)
    [ 52.929] ukiGetBusid returned 'PCI:0:1:0'
    [ 52.929] ukiOpenDevice: node name is /dev/ati/card1
    [ 52.929] ukiOpenDevice: open result is -1, (No such device)
    [ 52.929] ukiOpenDevice: open result is -1, (No such device)
    [ 52.929] ukiOpenDevice: Open failed
    [ 52.929] ukiOpenDevice: node name is /dev/ati/card2
    [ 52.929] ukiOpenDevice: open result is -1, (No such device)
    [ 52.929] ukiOpenDevice: open result is -1, (No such device)
    [ 52.929] ukiOpenDevice: Open failed
    [ 52.929] ukiOpenDevice: node name is /dev/ati/card3
    [ 52.929] ukiOpenDevice: open result is -1, (No such device)
    [ 52.929] ukiOpenDevice: open result is -1, (No such device)
    [ 52.929] ukiOpenDevice: Open failed
    [ 52.929] ukiOpenDevice: node name is /dev/ati/card4
    [ 52.930] ukiOpenDevice: open result is -1, (No such device)
    [ 52.930] ukiOpenDevice: open result is -1, (No such device)
    [ 52.930] ukiOpenDevice: Open failed
    [ 52.930] ukiOpenDevice: node name is /dev/ati/card5
    [ 52.930] ukiOpenDevice: open result is -1, (No such device)
    [ 52.930] ukiOpenDevice: open result is -1, (No such device)
    [ 52.930] ukiOpenDevice: Open failed
    [ 52.930] ukiOpenDevice: node name is /dev/ati/card6
    [ 52.930] ukiOpenDevice: open result is -1, (No such device)
    [ 52.930] ukiOpenDevice: open result is -1, (No such device)
    [ 52.930] ukiOpenDevice: Open failed
    [ 52.930] ukiOpenDevice: node name is /dev/ati/card7
    [ 52.930] ukiOpenDevice: open result is -1, (No such device)
    [ 52.930] ukiOpenDevice: open result is -1, (No such device)
    [ 52.930] ukiOpenDevice: Open failed
    [ 52.930] ukiOpenDevice: node name is /dev/ati/card8
    [ 52.930] ukiOpenDevice: open result is -1, (No such device)
    [ 52.930] ukiOpenDevice: open result is -1, (No such device)
    [ 52.930] ukiOpenDevice: Open failed
    [ 52.930] ukiOpenDevice: node name is /dev/ati/card9
    [ 52.930] ukiOpenDevice: open result is -1, (No such device)
    [ 52.930] ukiOpenDevice: open result is -1, (No such device)
    [ 52.930] ukiOpenDevice: Open failed
    [ 52.930] ukiOpenDevice: node name is /dev/ati/card10
    [ 52.930] ukiOpenDevice: open result is -1, (No such device)
    [ 52.930] ukiOpenDevice: open result is -1, (No such device)
    [ 52.930] ukiOpenDevice: Open failed
    [ 52.931] ukiOpenDevice: node name is /dev/ati/card11
    [ 52.931] ukiOpenDevice: open result is -1, (No such device)
    [ 52.931] ukiOpenDevice: open result is -1, (No such device)
    [ 52.931] ukiOpenDevice: Open failed
    [ 52.931] ukiOpenDevice: node name is /dev/ati/card12
    [ 52.931] ukiOpenDevice: open result is -1, (No such device)
    [ 52.931] ukiOpenDevice: open result is -1, (No such device)
    [ 52.931] ukiOpenDevice: Open failed
    [ 52.931] ukiOpenDevice: node name is /dev/ati/card13
    [ 52.931] ukiOpenDevice: open result is -1, (No such device)
    [ 52.931] ukiOpenDevice: open result is -1, (No such device)
    [ 52.931] ukiOpenDevice: Open failed
    [ 52.931] ukiOpenDevice: node name is /dev/ati/card14
    [ 52.931] ukiOpenDevice: open result is -1, (No such device)
    [ 52.931] ukiOpenDevice: open result is -1, (No such device)
    [ 52.931] ukiOpenDevice: Open failed
    [ 52.931] ukiOpenDevice: node name is /dev/ati/card15
    [ 52.931] ukiOpenDevice: open result is -1, (No such device)
    [ 52.931] ukiOpenDevice: open result is -1, (No such device)
    [ 52.931] ukiOpenDevice: Open failed
    [ 52.931] ukiDynamicMajor: found major device number 251
    [ 52.931] ukiOpenByBusid: Searching for BusID PCI:0:1:0
    [ 52.931] ukiOpenDevice: node name is /dev/ati/card0
    [ 52.931] ukiOpenDevice: open result is 14, (OK)
    [ 52.931] ukiOpenByBusid: ukiOpenMinor returns 14
    [ 52.931] ukiOpenByBusid: ukiGetBusid reports PCI:0:1:0
    [ 53.834] (II) AIGLX: Loaded and initialized OpenGL driver(II) GLX: Initialized DRI GL provider for screen 0
    [ 53.835] ukiDynamicMajor: found major device number 251
    [ 53.835] ukiDynamicMajor: found major device number 251
    [ 53.835] ukiDynamicMajor: found major device number 251
    [ 53.836] ukiOpenDevice: node name is /dev/ati/card0
    [ 53.836] ukiOpenDevice: open result is 15, (OK)
    [ 53.836] ukiGetBusid returned 'PCI:0:1:0'
    [ 53.836] ukiOpenDevice: node name is /dev/ati/card1
    [ 53.836] ukiOpenDevice: open result is -1, (No such device)
    [ 53.836] ukiOpenDevice: open result is -1, (No such device)
    [ 53.836] ukiOpenDevice: Open failed
    [ 53.836] ukiOpenDevice: node name is /dev/ati/card2
    [ 53.836] ukiOpenDevice: open result is -1, (No such device)
    [ 53.836] ukiOpenDevice: open result is -1, (No such device)
    [ 53.836] ukiOpenDevice: Open failed
    [ 53.836] ukiOpenDevice: node name is /dev/ati/card3
    [ 53.836] ukiOpenDevice: open result is -1, (No such device)
    [ 53.836] ukiOpenDevice: open result is -1, (No such device)
    [ 53.836] ukiOpenDevice: Open failed
    [ 53.836] ukiOpenDevice: node name is /dev/ati/card4
    [ 53.836] ukiOpenDevice: open result is -1, (No such device)
    [ 53.836] ukiOpenDevice: open result is -1, (No such device)
    [ 53.836] ukiOpenDevice: Open failed
    [ 53.836] ukiOpenDevice: node name is /dev/ati/card5
    [ 53.836] ukiOpenDevice: open result is -1, (No such device)
    [ 53.836] ukiOpenDevice: open result is -1, (No such device)
    [ 53.836] ukiOpenDevice: Open failed
    [ 53.836] ukiOpenDevice: node name is /dev/ati/card6
    [ 53.836] ukiOpenDevice: open result is -1, (No such device)
    [ 53.836] ukiOpenDevice: open result is -1, (No such device)
    [ 53.836] ukiOpenDevice: Open failed
    [ 53.836] ukiOpenDevice: node name is /dev/ati/card7
    [ 53.836] ukiOpenDevice: open result is -1, (No such device)
    [ 53.836] ukiOpenDevice: open result is -1, (No such device)
    [ 53.836] ukiOpenDevice: Open failed
    [ 53.836] ukiOpenDevice: node name is /dev/ati/card8
    [ 53.837] ukiOpenDevice: open result is -1, (No such device)
    [ 53.837] ukiOpenDevice: open result is -1, (No such device)
    [ 53.837] ukiOpenDevice: Open failed
    [ 53.837] ukiOpenDevice: node name is /dev/ati/card9
    [ 53.837] ukiOpenDevice: open result is -1, (No such device)
    [ 53.837] ukiOpenDevice: open result is -1, (No such device)
    [ 53.837] ukiOpenDevice: Open failed
    [ 53.837] ukiOpenDevice: node name is /dev/ati/card10
    [ 53.837] ukiOpenDevice: open result is -1, (No such device)
    [ 53.837] ukiOpenDevice: open result is -1, (No such device)
    [ 53.837] ukiOpenDevice: Open failed
    [ 53.837] ukiOpenDevice: node name is /dev/ati/card11
    [ 53.837] ukiOpenDevice: open result is -1, (No such device)
    [ 53.837] ukiOpenDevice: open result is -1, (No such device)
    [ 53.837] ukiOpenDevice: Open failed
    [ 53.837] ukiOpenDevice: node name is /dev/ati/card12
    [ 53.837] ukiOpenDevice: open result is -1, (No such device)
    [ 53.837] ukiOpenDevice: open result is -1, (No such device)
    [ 53.837] ukiOpenDevice: Open failed
    [ 53.837] ukiOpenDevice: node name is /dev/ati/card13
    [ 53.837] ukiOpenDevice: open result is -1, (No such device)
    [ 53.837] ukiOpenDevice: open result is -1, (No such device)
    [ 53.837] ukiOpenDevice: Open failed
    [ 53.837] ukiOpenDevice: node name is /dev/ati/card14
    [ 53.837] ukiOpenDevice: open result is -1, (No such device)
    [ 53.837] ukiOpenDevice: open result is -1, (No such device)
    [ 53.837] ukiOpenDevice: Open failed
    [ 53.837] ukiOpenDevice: node name is /dev/ati/card15
    [ 53.837] ukiOpenDevice: open result is -1, (No such device)
    [ 53.837] ukiOpenDevice: open result is -1, (No such device)
    [ 53.837] ukiOpenDevice: Open failed
    [ 53.837] ukiDynamicMajor: found major device number 251
    [ 53.837] ukiOpenByBusid: Searching for BusID PCI:0:1:0
    [ 53.837] ukiOpenDevice: node name is /dev/ati/card0
    [ 53.837] ukiOpenDevice: open result is 15, (OK)
    [ 53.837] ukiOpenByBusid: ukiOpenMinor returns 15
    [ 53.837] ukiOpenByBusid: ukiGetBusid reports PCI:0:1:0
    [ 53.941] (II) fglrx(0): Setting screen physical size to 361 x 203
    [ 54.199] (II) config/udev: Adding input device Power Button (/dev/input/event3)
    [ 54.199] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 54.199] (II) LoadModule: "evdev"
    [ 54.200] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 54.222] (II) Module evdev: vendor="X.Org Foundation"
    [ 54.223] compiled for 1.15.1, module version = 2.9.0
    [ 54.223] Module class: X.Org XInput Driver
    [ 54.223] ABI class: X.Org XInput driver, version 20.0
    [ 54.223] (II) Using input driver 'evdev' for 'Power Button'
    [ 54.223] (**) Power Button: always reports core events
    [ 54.223] (**) evdev: Power Button: Device: "/dev/input/event3"
    [ 54.223] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 54.223] (--) evdev: Power Button: Found keys
    [ 54.223] (II) evdev: Power Button: Configuring as keyboard
    [ 54.223] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input4/event3"
    [ 54.223] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
    [ 54.223] (**) Option "xkb_rules" "evdev"
    [ 54.223] (**) Option "xkb_model" "pc104"
    [ 54.223] (**) Option "xkb_layout" "us"
    [ 54.249] (II) config/udev: Adding input device Video Bus (/dev/input/event4)
    [ 54.250] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
    [ 54.250] (II) Using input driver 'evdev' for 'Video Bus'
    [ 54.250] (**) Video Bus: always reports core events
    [ 54.250] (**) evdev: Video Bus: Device: "/dev/input/event4"
    [ 54.250] (--) evdev: Video Bus: Vendor 0 Product 0x6
    [ 54.250] (--) evdev: Video Bus: Found keys
    [ 54.250] (II) evdev: Video Bus: Configuring as keyboard
    [ 54.250] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:02/input/input5/event4"
    [ 54.250] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
    [ 54.250] (**) Option "xkb_rules" "evdev"
    [ 54.250] (**) Option "xkb_model" "pc104"
    [ 54.250] (**) Option "xkb_layout" "us"
    [ 54.250] (II) config/udev: Adding input device Power Button (/dev/input/event1)
    [ 54.250] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 54.250] (II) Using input driver 'evdev' for 'Power Button'
    [ 54.250] (**) Power Button: always reports core events
    [ 54.250] (**) evdev: Power Button: Device: "/dev/input/event1"
    [ 54.250] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 54.250] (--) evdev: Power Button: Found keys
    [ 54.250] (II) evdev: Power Button: Configuring as keyboard
    [ 54.250] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2/event1"
    [ 54.250] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
    [ 54.250] (**) Option "xkb_rules" "evdev"
    [ 54.250] (**) Option "xkb_model" "pc104"
    [ 54.250] (**) Option "xkb_layout" "us"
    [ 54.251] (II) config/udev: Adding input device Lid Switch (/dev/input/event2)
    [ 54.251] (II) No input driver specified, ignoring this device.
    [ 54.251] (II) This device may have been added with another device file.
    [ 54.251] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=3 (/dev/input/event5)
    [ 54.251] (II) No input driver specified, ignoring this device.
    [ 54.251] (II) This device may have been added with another device file.
    [ 54.251] (II) config/udev: Adding input device Integrated Camera (/dev/input/event12)
    [ 54.251] (**) Integrated Camera: Applying InputClass "evdev keyboard catchall"
    [ 54.251] (II) Using input driver 'evdev' for 'Integrated Camera'
    [ 54.251] (**) Integrated Camera: always reports core events
    [ 54.251] (**) evdev: Integrated Camera: Device: "/dev/input/event12"
    [ 54.251] (--) evdev: Integrated Camera: Vendor 0x4f2 Product 0xb44d
    [ 54.251] (--) evdev: Integrated Camera: Found keys
    [ 54.251] (II) evdev: Integrated Camera: Configuring as keyboard
    [ 54.251] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:13.2/usb7/7-2/7-2:1.0/input/input14/event12"
    [ 54.251] (II) XINPUT: Adding extended input device "Integrated Camera" (type: KEYBOARD, id 9)
    [ 54.251] (**) Option "xkb_rules" "evdev"
    [ 54.251] (**) Option "xkb_model" "pc104"
    [ 54.251] (**) Option "xkb_layout" "us"
    [ 54.252] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event7)
    [ 54.252] (II) No input driver specified, ignoring this device.
    [ 54.252] (II) This device may have been added with another device file.
    [ 54.252] (II) config/udev: Adding input device HD-Audio Generic Headphone (/dev/input/event9)
    [ 54.252] (II) No input driver specified, ignoring this device.
    [ 54.252] (II) This device may have been added with another device file.
    [ 54.252] (II) config/udev: Adding input device HD-Audio Generic Mic (/dev/input/event8)
    [ 54.252] (II) No input driver specified, ignoring this device.
    [ 54.252] (II) This device may have been added with another device file.
    [ 54.252] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
    [ 54.252] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
    [ 54.252] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
    [ 54.252] (**) AT Translated Set 2 keyboard: always reports core events
    [ 54.252] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
    [ 54.252] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
    [ 54.252] (--) evdev: AT Translated Set 2 keyboard: Found keys
    [ 54.252] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
    [ 54.252] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
    [ 54.252] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 10)
    [ 54.252] (**) Option "xkb_rules" "evdev"
    [ 54.252] (**) Option "xkb_model" "pc104"
    [ 54.252] (**) Option "xkb_layout" "us"
    [ 54.253] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event11)
    [ 54.253] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
    [ 54.253] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
    [ 54.253] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "Default clickpad buttons"
    [ 54.253] (II) LoadModule: "synaptics"
    [ 54.253] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
    [ 54.258] (II) Module synaptics: vendor="X.Org Foundation"
    [ 54.258] compiled for 1.15.1, module version = 1.8.0
    [ 54.258] Module class: X.Org XInput Driver
    [ 54.258] ABI class: X.Org XInput driver, version 20.0
    [ 54.258] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
    [ 54.258] (**) SynPS/2 Synaptics TouchPad: always reports core events
    [ 54.258] (**) Option "Device" "/dev/input/event11"
    [ 54.384] (II) synaptics: SynPS/2 Synaptics TouchPad: found clickpad property
    [ 54.385] (--) synaptics: SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5702 (res 51)
    [ 54.385] (--) synaptics: SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4750 (res 67)
    [ 54.385] (--) synaptics: SynPS/2 Synaptics TouchPad: pressure range 0 - 255
    [ 54.385] (--) synaptics: SynPS/2 Synaptics TouchPad: finger width range 0 - 15
    [ 54.385] (--) synaptics: SynPS/2 Synaptics TouchPad: buttons: left double triple
    [ 54.385] (--) synaptics: SynPS/2 Synaptics TouchPad: Vendor 0x2 Product 0x7
    [ 54.385] (**) Option "TapButton1" "1"
    [ 54.385] (**) Option "TapButton2" "2"
    [ 54.385] (**) Option "TapButton3" "3"
    [ 54.385] (**) Option "SoftButtonAreas" "50% 0 82% 0 0 0 0 0"
    [ 54.385] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
    [ 54.385] (**) SynPS/2 Synaptics TouchPad: always reports core events
    [ 54.466] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input11/event11"
    [ 54.467] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 11)
    [ 54.467] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
    [ 54.467] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MaxSpeed is now 1.75
    [ 54.467] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) AccelFactor is now 0.037
    [ 54.467] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
    [ 54.467] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
    [ 54.467] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
    [ 54.467] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
    [ 54.467] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
    [ 54.468] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
    [ 54.468] (**) SynPS/2 Synaptics TouchPad: Ignoring device from InputClass "touchpad ignore duplicates"
    [ 54.468] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/event13)
    [ 54.468] (**) TPPS/2 IBM TrackPoint: Applying InputClass "evdev pointer catchall"
    [ 54.468] (II) Using input driver 'evdev' for 'TPPS/2 IBM TrackPoint'
    [ 54.468] (**) TPPS/2 IBM TrackPoint: always reports core events
    [ 54.468] (**) evdev: TPPS/2 IBM TrackPoint: Device: "/dev/input/event13"
    [ 54.469] (--) evdev: TPPS/2 IBM TrackPoint: Vendor 0x2 Product 0xa
    [ 54.469] (--) evdev: TPPS/2 IBM TrackPoint: Found 3 mouse buttons
    [ 54.469] (--) evdev: TPPS/2 IBM TrackPoint: Found relative axes
    [ 54.469] (--) evdev: TPPS/2 IBM TrackPoint: Found x and y relative axes
    [ 54.469] (II) evdev: TPPS/2 IBM TrackPoint: Configuring as mouse
    [ 54.469] (**) evdev: TPPS/2 IBM TrackPoint: YAxisMapping: buttons 4 and 5
    [ 54.469] (**) evdev: TPPS/2 IBM TrackPoint: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 54.469] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/serio2/input/input13/event13"
    [ 54.469] (II) XINPUT: Adding extended input device "TPPS/2 IBM TrackPoint" (type: MOUSE, id 12)
    [ 54.469] (II) evdev: TPPS/2 IBM TrackPoint: initialized for relative axes.
    [ 54.469] (**) TPPS/2 IBM TrackPoint: (accel) keeping acceleration scheme 1
    [ 54.469] (**) TPPS/2 IBM TrackPoint: (accel) acceleration profile 0
    [ 54.469] (**) TPPS/2 IBM TrackPoint: (accel) acceleration factor: 2.000
    [ 54.469] (**) TPPS/2 IBM TrackPoint: (accel) acceleration threshold: 4
    [ 54.470] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/mouse1)
    [ 54.470] (II) No input driver specified, ignoring this device.
    [ 54.470] (II) This device may have been added with another device file.
    [ 54.470] (II) config/udev: Adding input device PC Speaker (/dev/input/event10)
    [ 54.470] (II) No input driver specified, ignoring this device.
    [ 54.470] (II) This device may have been added with another device file.
    [ 54.471] (II) config/udev: Adding input device ThinkPad Extra Buttons (/dev/input/event6)
    [ 54.471] (**) ThinkPad Extra Buttons: Applying InputClass "evdev keyboard catchall"
    [ 54.471] (II) Using input driver 'evdev' for 'ThinkPad Extra Buttons'
    [ 54.471] (**) ThinkPad Extra Buttons: always reports core events
    [ 54.471] (**) evdev: ThinkPad Extra Buttons: Device: "/dev/input/event6"
    [ 54.471] (--) evdev: ThinkPad Extra Buttons: Vendor 0x17aa Product 0x5054
    [ 54.471] (--) evdev: ThinkPad Extra Buttons: Found keys
    [ 54.471] (II) evdev: ThinkPad Extra Buttons: Configuring as keyboard
    [ 54.471] (**) Option "config_info" "udev:/sys/devices/platform/thinkpad_acpi/input/input8/event6"
    [ 54.471] (II) XINPUT: Adding extended input device "ThinkPad Extra Buttons" (type: KEYBOARD, id 13)
    [ 54.472] (**) Option "xkb_rules" "evdev"
    [ 54.472] (**) Option "xkb_model" "pc104"
    [ 54.472] (**) Option "xkb_layout" "us"
    [ 54.479] (II) fglrx(0): Restoring Recent Mode via PCS is not supported in RANDR 1.2 capable environments
    [ 1453.877] ukiDynamicMajor: found major device number 251
    [ 1453.877] ukiDynamicMajor: found major device number 251
    [ 1453.878] ukiDynamicMajor: found major device number 251
    [ 1453.878] ukiOpenDevice: node name is /dev/ati/card0
    [ 1453.878] ukiOpenDevice: open result is 41, (OK)
    [ 1453.878] ukiGetBusid returned 'PCI:0:1:0'
    [ 1453.878] ukiOpenDevice: node name is /dev/ati/card1
    [ 1453.878] ukiOpenDevice: open result is -1, (No such device)
    [ 1453.878] ukiOpenDevice: open result is -1, (No such device)
    [ 1453.878] ukiOpenDevice: Open failed
    [ 1453.878] ukiOpenDevice: node name is /dev/ati/card2
    [ 1453.878] ukiOpenDevice: open result is -1, (No such device)
    [ 1453.878] ukiOpenDevice: open result is -1, (No such device)
    [ 1453.878] ukiOpenDevice: Open failed
    [ 1453.878] ukiOpenDevice: node name is /dev/ati/card3
    [ 1453.878] ukiOpenDevice: open result is -1, (No such device)
    [ 1453.878] ukiOpenDevice: open result is -1, (No such device)
    [ 1453.878] ukiOpenDevice: Open failed
    [ 1453.878] ukiOpenDevice: node name is /dev/ati/card4
    [ 1453.878] ukiOpenDevice: open result is -1, (No such device)
    [ 1453.878] ukiOpenDevice: open result is -1, (No such device)
    [ 1453.878] ukiOpenDevice: Open failed
    [ 1453.878] ukiOpenDevice: node name is /dev/ati/card5
    [ 1453.878] ukiOpenDevice: open result is -1, (No such device)
    [ 1453.878] ukiOpenDevice: open result is -1, (No such device)
    [ 1453.878] ukiOpenDevice: Open failed
    [ 1453.878] ukiOpenDevice: node name is /dev/ati/card6
    [ 1453.878] ukiOpenDevice: open result is -1, (No such device)
    [ 1453.878] ukiOpenDevice: open result is -1, (No such device)
    [ 1453.878] ukiOpenDevice: Open failed
    [ 1453.878] ukiOpenDevice: node name is /dev/ati/card7
    [ 1453.878] ukiOpenDevice: open result is -1, (No such device)
    [ 1453.878] ukiOpenDevice: open result is -1, (No such device)
    [ 1453.878] ukiOpenDevice: Open failed
    [ 1453.878] ukiOpenDevice: node name is /dev/ati/card8
    [ 1453.878] ukiOpenDevice: open result is -1, (No such device)
    [ 1453.878] ukiOpenDevice: open result is -1, (No such device)
    [ 1453.878] ukiOpenDevice: Open failed
    [ 1453.878] ukiOpenDevice: node name is /dev/ati/card9
    [ 1453.878] ukiOpenDevice: open result is -1, (No such device)
    [ 1453.878] ukiOpenDevice: open result is -1, (No such device)
    [ 1453.878] ukiOpenDevice: Open failed
    [ 1453.878] ukiOpenDevice: node name is /dev/ati/card10
    [ 1453.878] ukiOpenDevice: open result is -1, (No such device)
    [ 1453.878] ukiOpenDevice: open result is -1, (No such device)
    [ 1453.878] ukiOpenDevice: Open failed
    [ 1453.878] ukiOpenDevice: node name is /dev/ati/card11
    [ 1453.878] ukiOpenDevice: open result is -1, (No such device)
    [ 1453.878] ukiOpenDevice: open result is -1, (No such device)
    [ 1453.878] ukiOpenDevice: Open failed
    [ 1453.878] ukiOpenDevice: node name is /dev/ati/card12
    [ 1453.878] ukiOpenDevice: open result is -1, (No such device)
    [ 1453.878] ukiOpenDevice: open result is -1, (No such device)
    [ 1453.878] ukiOpenDevice: Open failed
    [ 1453.878] ukiOpenDevice: node name is /dev/ati/card13
    [ 1453.878] ukiOpenDevice: open result is -1, (No such device)
    [ 1453.879] ukiOpenDevice: open result is -1, (No such device)
    [ 1453.879] ukiOpenDevice: Open failed
    [ 1453.879] ukiOpenDevice: node name is /dev/ati/card14
    [ 1453.879] ukiOpenDevice: open result is -1, (No such device)
    [ 1453.879] ukiOpenDevice: open result is -1, (No such device)
    [ 1453.879] ukiOpenDevice: Open failed
    [ 1453.879] ukiOpenDevice: node name is /dev/ati/card15
    [ 1453.879] ukiOpenDevice: open result is -1, (No such device)
    [ 1453.879] ukiOpenDevice: open result is -1, (No such device)
    [ 1453.879] ukiOpenDevice: Open failed
    [ 1453.879] ukiDynamicMajor: found major device number 251
    [ 1453.879] ukiOpenByBusid: Searching for BusID PCI:0:1:0
    [ 1453.879] ukiOpenDevice: node name is /dev/ati/card0
    [ 1453.879] ukiOpenDevice: open result is 41, (OK)
    [ 1453.879] ukiOpenByBusid: ukiOpenMinor returns 41
    [ 1453.879] ukiOpenByBusid: ukiGetBusid reports PCI:0:1:0
    /var/log/Xorg.0.log.old:
    [ 144.740]
    X.Org X Server 1.15.2
    Release Date: 2014-06-27
    [ 144.755] X Protocol Version 11, Revision 0
    [ 144.759] Build Operating System: Linux 3.15.1-1-ARCH x86_64
    [ 144.764] Current Operating System: Linux samwise 3.15.4-1-ARCH #1 SMP PREEMPT Mon Jul 7 07:42:54 CEST 2014 x86_64
    [ 144.765] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=eb465246-d35b-4dc0-a92a-d948f621ccaa rw nomodeset
    [ 144.774] Build Date: 27 June 2014 07:32:26PM
    [ 144.779]
    [ 144.784] Current version of pixman: 0.32.6
    [ 144.793] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 144.793] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 144.812] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Jul 10 13:39:10 2014
    [ 144.817] (==) Using config file: "/etc/X11/xorg.conf"
    [ 144.821] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 144.826] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
    [ 144.826] (==) ServerLayout "aticonfig Layout"
    [ 144.826] (**) |-->Screen "aticonfig-Screen[0]-0" (0)
    [ 144.826] (**) | |-->Monitor "aticonfig-Monitor[0]-0"
    [ 144.826] (**) | |-->Device "aticonfig-Device[0]-0"
    [ 144.826] (==) Automatically adding devices
    [ 144.826] (==) Automatically enabling devices
    [ 144.826] (==) Automatically adding GPU devices
    [ 144.826] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 144.826] Entry deleted from font path.
    [ 144.826] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 144.826] Entry deleted from font path.
    [ 144.826] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 144.826] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 144.826] Entry deleted from font path.
    [ 144.826] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 144.826] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/
    [ 144.826] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 144.826] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 144.826] (II) Loader magic: 0x811cc0
    [ 144.826] (II) Module ABI versions:
    [ 144.826] X.Org ANSI C Emulation: 0.4
    [ 144.827] X.Org Video Driver: 15.0
    [ 144.827] X.Org XInput driver : 20.0
    [ 144.827] X.Org Server Extension : 8.0
    [ 144.828] (--) PCI:*(0:0:1:0) 1002:9995:17aa:510a rev 0, Mem @ 0xe0000000/268435456, 0xf0300000/262144, I/O @ 0x00003000/256
    [ 144.828] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 144.833] Initializing built-in extension Generic Event Extension
    [ 144.837] Initializing built-in extension SHAPE
    [ 144.842] Initializing built-in extension MIT-SHM
    [ 144.846] Initializing built-in extension XInputExtension
    [ 144.850] Initializing built-in extension XTEST
    [ 144.855] Initializing built-in extension BIG-REQUESTS
    [ 144.859] Initializing built-in extension SYNC
    [ 144.863] Initializing built-in extension XKEYBOARD
    [ 144.867] Initializing built-in extension XC-MISC
    [ 144.871] Initializing built-in extension SECURITY
    [ 144.875] Initializing built-in extension XINERAMA
    [ 144.878] Initializing built-in extension XFIXES
    [ 144.882] Initializing built-in extension RENDER
    [ 144.886] Initializing built-in extension RANDR
    [ 144.889] Initializing built-in extension COMPOSITE
    [ 144.893] Initializing built-in extension DAMAGE
    [ 144.896] Initializing built-in extension MIT-SCREEN-SAVER
    [ 144.899] Initializing built-in extension DOUBLE-BUFFER
    [ 144.902] Initializing built-in extension RECORD
    [ 144.906] Initializing built-in extension DPMS
    [ 144.909] Initializing built-in extension Present
    [ 144.911] Initializing built-in extension DRI3
    [ 144.914] Initializing built-in extension X-Resource
    [ 144.917] Initializing built-in extension XVideo
    [ 144.920] Initializing built-in extension XVideo-MotionCompensation
    [ 144.923] Initializing built-in extension XFree86-VidModeExtension
    [ 144.925] Initializing built-in extension XFree86-DGA
    [ 144.928] Initializing built-in extension XFree86-DRI
    [ 144.930] Initializing built-in extension DRI2
    [ 144.930] (II) "glx" will be loaded by default.
    [ 144.930] (II) LoadModule: "glx"
    [ 144.930] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 144.931] (II) Module glx: vendor="Advanced Micro Devices, Inc."
    [ 144.931] compiled for 6.9.0, module version = 1.0.0
    [ 144.933] Loading extension GLX
    [ 144.933] (II) LoadModule: "fglrx"
    [ 144.933] (II) Loading /usr/lib/xorg/modules/drivers/fglrx_drv.so
    [ 144.953] (II) Module fglrx: vendor="FireGL - AMD Technologies Inc."
    [ 144.953] compiled for 1.4.99.906, module version = 14.10.2
    [ 144.953] Module class: X.Org Video Driver
    [ 144.953] (II) Loading sub module "fglrxdrm"
    [ 144.953] (II) LoadModule: "fglrxdrm"
    [ 144.953] (II) Loading /usr/lib/xorg/modules/linux/libfglrxdrm.so
    [ 144.981] (II) Module fglrxdrm: vendor="FireGL - AMD Technologies Inc."
    [ 144.981] compiled for 1.4.99.906, module version = 14.10.2
    [ 144.981] (II) AMD Proprietary Linux Driver Version Identifier:14.10.2
    [ 144.981] (II) AMD Proprietary Linux Driver Release Identifier: UNSUPPORTED-14.10.1006.1001
    [ 144.982] (II) AMD Proprietary Linux Driver Build Date: May 5 2014 21:38:38
    [ 144.982] (++) using VT number 2
    [ 144.982] (WW) Falling back to old probe method for fglrx
    [ 145.046] (II) Loading PCS database from /etc/ati/amdpcsdb /etc/ati/amdpcsdb.default
    [ 145.049] ukiDynamicMajor: found major device number 251
    [ 145.049] ukiDynamicMajor: found major device number 251
    [ 145.049] ukiOpenByBusid: Searching for BusID PCI:0:1:0
    [ 145.049] ukiOpenDevice: node name is /dev/ati/card0
    [ 145.049] ukiOpenDevice: open result is 9, (OK)
    [ 145.406] ukiOpenByBusid: ukiOpenMinor returns 9
    [ 145.407] ukiOpenByBusid: ukiGetBusid reports PCI:0:1:0
    [ 145.493] (--) Chipset Supported AMD Graphics Processor (0x9995) found
    [ 145.493] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:1:1) found
    [ 145.495] (II) fglrx(0): pEnt->device->identifier=0x17b11a0
    [ 145.495] (II) fglrx(0): === [xdl_xs115_atiddxPreInit] === begin
    [ 145.495] (II) Loading sub module "vgahw"
    [ 145.495] (II) LoadModule: "vgahw"
    [ 145.496] (II) Loading /usr/lib/xorg/modules/libvgahw.so
    [ 145.508] (II) Module vgahw: vendor="X.Org Foundation"
    [ 145.508] compiled for 1.15.2, module version = 0.1.0
    [ 145.508] ABI class: X.Org Video Driver, version 15.0
    [ 145.509] (**) fglrx(0): Depth 24, (--) framebuffer bpp 32
    [ 145.509] (II) fglrx(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
    [ 145.509] (==) fglrx(0): Default visual is TrueColor
    [ 145.509] (**) fglrx(0): Option "DPMS" "true"
    [ 145.509] (==) fglrx(0): RGB weight 888
    [ 145.509] (II) fglrx(0): Using 8 bits per RGB
    [ 145.509] (==) fglrx(0): Buffer Tiling is ON
    [ 145.510] (II) Loading sub module "fglrxdrm"
    [ 145.510] (II) LoadModule: "fglrxdrm"
    [ 145.510] (II) Loading /usr/lib/xorg/modules/linux/libfglrxdrm.so
    [ 145.510] (II) Module fglrxdrm: vendor="FireGL - AMD Technologies Inc."
    [ 145.510] compiled for 1.4.99.906, module version = 14.10.2
    [ 145.513] ukiDynamicMajor: found major device number 251
    [ 145.513] ukiDynamicMajor: found major device number 251
    [ 145.513] ukiOpenByBusid: Searching for BusID PCI:0:1:0
    [ 145.513] ukiOpenDevice: node name is /dev/ati/card0
    [ 145.513] ukiOpenDevice: open result is 11, (OK)
    [ 145.513] ukiOpenByBusid: ukiOpenMinor returns 11
    [ 145.513] ukiOpenByBusid: ukiGetBusid reports PCI:0:1:0
    [ 145.513] (**) fglrx(0): NoAccel = NO
    [ 145.513] (**) fglrx(0): AMD 2D Acceleration Architecture enabled
    [ 145.513] (--) fglrx(0): Chipset: "AMD Radeon HD 8450G" (Chipset = 0x9995)
    [ 145.513] (--) fglrx(0): (PciSubVendor = 0x17aa, PciSubDevice = 0x510a)
    [ 145.513] (==) fglrx(0): board vendor info: third party graphics adapter - NOT original AMD
    [ 145.514] (--) fglrx(0): Linear framebuffer (phys) at 0xe0000000
    [ 145.514] (--) fglrx(0): MMIO registers at 0xf0300000
    [ 145.514] (--) fglrx(0): I/O port at 0x00003000
    [ 145.514] (==) fglrx(0): ROM-BIOS at 0x000c0000
    [ 145.530] (II) fglrx(0): ATIF platform detected
    [ 145.536] (II) fglrx(0): AC Adapter is used
    [ 145.556] (II) fglrx(0): Primary V_BIOS segment is: 0xc000
    [ 145.560] (II) Loading sub module "vbe"
    [ 145.560] (II) LoadModule: "vbe"
    [ 145.560] (II) Loading /usr/lib/xorg/modules/libvbe.so
    [ 145.561] (II) Module vbe: vendor="X.Org Foundation"
    [ 145.561] compiled for 1.15.2, module version = 1.1.0
    [ 145.561] ABI class: X.Org Video Driver, version 15.0
    [ 145.565] (II) fglrx(0): VESA BIOS detected
    [ 145.565] (II) fglrx(0): VESA VBE Version 3.0
    [ 145.565] (II) fglrx(0): VESA VBE Total Mem: 16384 kB
    [ 145.565] (II) fglrx(0): VESA VBE OEM: AMD ATOMBIOS
    [ 145.565] (II) fglrx(0): VESA VBE OEM Software Rev: 15.31
    [ 145.565] (II) fglrx(0): VESA VBE OEM Vendor: (C) 1988-2010, Advanced Micro Devices, Inc.
    [ 145.565] (II) fglrx(0): VESA VBE OEM Product: DVST
    [ 145.565] (II) fglrx(0): VESA VBE OEM Product Rev: 01.00
    [ 145.565] (II) fglrx(0): AMD Video BIOS revision 9 or later detected
    [ 145.565] (--) fglrx(0): Video RAM: 786432 kByte, Type: DDR3
    [ 145.565] (II) fglrx(0): PCIE card detected
    [ 145.565] (--) fglrx(0): Using per-process page tables (PPPT) as GART.
    [ 145.565] (WW) fglrx(0): board is an unknown third party board, chipset is supported
    [ 145.565] (II) fglrx(0): [FB] MC range(MCFBBase = 0xf00000000, MCFBSize = 0x30000000)
    [ 145.566] (II) fglrx(0): RandR 1.2 support is enabled!
    [ 145.566] (II) fglrx(0): RandR 1.2 rotation support is enabled!
    [ 145.566] (II) Loading sub module "fb"
    [ 145.566] (II) LoadModule: "fb"
    [ 145.566] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 145.567] (II) Module fb: vendor="X.Org Foundation"
    [ 145.567] compiled for 1.15.2, module version = 1.0.0
    [ 145.567] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 145.567] (II) fglrx(0): EDID Management option: EDID Management is enabled
    [ 145.567] (II) Loading sub module "ddc"
    [ 145.567] (II) LoadModule: "ddc"
    [ 145.567] (II) Module "ddc" already built-in
    [ 145.714] (II) fglrx(0): Output LVDS using monitor section aticonfig-Monitor[0]-0
    [ 145.714] (II) fglrx(0): Output DFP1 has no monitor section
    [ 145.714] (II) fglrx(0): Output CRT1 has no monitor section
    [ 145.714] (II) Loading sub module "ddc"
    [ 145.714] (II) LoadModule: "ddc"
    [ 145.714] (II) Module "ddc" already built-in
    [ 145.714] (II) fglrx(0): Connected Display0: LVDS
    [ 145.714] (II) fglrx(0): Display0 EDID data ---------------------------
    [ 145.714] (II) fglrx(0): Manufacturer: LEN Model: 40b0 Serial#: 0
    [ 145.714] (II) fglrx(0): Year: 2011 Week: 0
    [ 145.714] (II) fglrx(0): EDID Version: 1.3
    [ 145.714] (II) fglrx(0): Digital Display Input
    [ 145.714] (II) fglrx(0): Max Image Size [cm]: horiz.: 35 vert.: 19
    [ 145.714] (II) fglrx(0): Gamma: 2.20
    [ 145.714] (II) fglrx(0): DPMS capabilities: StandBy Suspend Off
    [ 145.714] (II) fglrx(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
    [ 145.714] (II) fglrx(0): First detailed timing is preferred mode
    [ 145.714] (II) fglrx(0): redX: 0.617 redY: 0.340 greenX: 0.320 greenY: 0.598
    [ 145.714] (II) fglrx(0): blueX: 0.160 blueY: 0.084 whiteX: 0.313 whiteY: 0.329
    [ 145.715] (II) fglrx(0): Manufacturer's mask: 0
    [ 145.715] (II) fglrx(0): Supported detailed timing:
    [ 145.715] (II) fglrx(0): clock: 69.3 MHz Image Size: 344 x 193 mm
    [ 145.715] (II) fglrx(0): h_active: 1366 h_sync: 1382 h_sync_end 1416 h_blank_end 1466 h_border: 0
    [ 145.715] (II) fglrx(0): v_active: 768 v_sync: 770 v_sync_end 776 v_blanking: 788 v_border: 0
    [ 145.715] (II) fglrx(0): Supported detailed timing:
    [ 145.715] (II) fglrx(0): clock: 57.8 MHz Image Size: 344 x 193 mm
    [ 145.715] (II) fglrx(0): h_active: 1366 h_sync: 1382 h_sync_end 1416 h_blank_end 1466 h_border: 0
    [ 145.715] (II) fglrx(0): v_active: 768 v_sync: 770 v_sync_end 776 v_blanking: 788 v_border: 0
    [ 145.715] (II) fglrx(0): Unknown vendor-specific block f
    [ 145.715] (II) fglrx(0): N156BGE-L11
    [ 145.715] (II) fglrx(0): EDID (in hex):
    [ 145.715] (II) fglrx(0): 00ffffffffffff0030aeb04000000000
    [ 145.715] (II) fglrx(0): 0015010380231378ea00259e57529929
    [ 145.715] (II) fglrx(0): 15505400000001010101010101010101
    [ 145.715] (II) fglrx(0): 010101010101121b5664500014301022
    [ 145.715] (II) fglrx(0): 260058c1100000189116566450001430
    [ 145.715] (II) fglrx(0): 1022260058c1100000180000000f008c
    [ 145.715] (II) fglrx(0): 09328c09321609000daea915000000fe
    [ 145.715] (II) fglrx(0): 004e3135364247452d4c31310a20007e
    [ 145.715] (II) fglrx(0): End of Display0 EDID data --------------------
    [ 145.715] (II) fglrx(0): Dynamic Surface Resizing Enabled
    [ 145.715] (II) fglrx(0): EDID for output LVDS
    [ 145.715] (II) fglrx(0): Manufacturer: LEN Model: 40b0 Serial#: 0
    [ 145.715] (II) fglrx(0): Year: 2011 Week: 0
    [ 145.715] (II) fglrx(0): EDID Version: 1.3
    [ 145.715] (II) fglrx(0): Digital Display Input
    [ 145.715] (II) fglrx(0): Max Image Size [cm]: horiz.: 35 vert.: 19
    [ 145.715] (II) fglrx(0): Gamma: 2.20
    [ 145.715] (II) fglrx(0): DPMS capabilities: StandBy Suspend Off
    [ 145.715] (II) fglrx(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
    [ 145.715] (II) fglrx(0): First detailed timing is preferred mode
    [ 145.715] (II) fglrx(0): redX: 0.617 redY: 0.340 greenX: 0.320 greenY: 0.598
    [ 145.715] (II) fglrx(0): blueX: 0.160 blueY: 0.084 whiteX: 0.313 whiteY: 0.329
    [ 145.715] (II) fglrx(0): Manufacturer's mask: 0
    [ 145.715] (II) fglrx(0): Supported detailed timing:
    [ 145.715] (II) fglrx(0): clock: 69.3 MHz Image Size: 344 x 193 mm
    [ 145.715] (II) fglrx(0): h_active: 1366 h_sync: 1382 h_sync_end 1416 h_blank_end 1466 h_border: 0
    [ 145.715] (II) fglrx(0): v_active: 768 v_sync: 770 v_sync_end 776 v_blanking: 788 v_border: 0
    [ 145.715] (II) fglrx(0): Supported detailed timing:
    [ 145.715] (II) fglrx(0): clock: 57.8 MHz Image Size: 344 x 193 mm
    [ 145.715] (II) fglrx(0): h_active: 1366 h_sync: 1382 h_sync_end 1416 h_blank_end 1466 h_border: 0
    [ 145.715] (II) fglrx(0): v_active: 768 v_sync: 770 v_sync_end 776 v_blanking: 788 v_border: 0
    [ 145.715] (II) fglrx(0): Unknown vendor-specific block f
    [ 145.715] (II) fglrx(0): N156BGE-L11
    [ 145.715] (II) fglrx(0): EDID (in hex):
    [ 145.715] (II) fglrx(0): 00ffffffffffff0030aeb04000000000
    [ 145.716] (II) fglrx(0): 0015010380231378ea00259e57529929
    [ 145.716] (II) fglrx(0): 15505400000001010101010101010101
    [ 145.716] (II) fglrx(0): 010101010101121b5664500014301022
    [ 145.716] (II) fglrx(0): 260058c1100000189116566450001430
    [ 145.716] (II) fglrx(0): 1022260058c1100000180000000f008c
    [ 145.716] (II) fglrx(0): 09328c09321609000daea915000000fe
    [ 145.716] (II) fglrx(0): 004e3135364247452d4c31310a20007e
    [ 145.716] (II) fglrx(0): EDID vendor "LEN", prod id 16560
    [ 145.716] (II) fglrx(0): Printing DDC gathered Modelines:
    [ 145.716] (II) fglrx(0): Modeline "1366x768"x0.0 69.30 1366 1382 1416 1466 768 770 776 788 -hsync -vsync (47.3 kHz eP)
    [ 145.716] (II) fglrx(0): Modeline "1366x768"x0.0 57.77 1366 1382 1416 1466 768 770 776 788 -hsync -vsync (39.4 kHz e)
    [ 145.716] (II) fglrx(0): Printing probed modes for output LVDS
    [ 145.716] (II) fglrx(0): Modeline "1366x768"x60.0 69.30 1366 1382 1416 1466 768 770 776 788 -hsync -vsync (47.3 kHz eP)
    [ 145.716] (II) fglrx(0): Modeline "1366x768"x50.0 57.77 1366 1382 1416 1466 768 770 776 788 -hsync -vsync (39.4 kHz e)
    [ 145.716] (II) fglrx(0): Modeline "1360x768"x60.0 69.30 1360 1382 1416 1466 768 770 776 788 -hsync -vsync (47.3 kHz e)
    [ 145.716] (II) fglrx(0): Modeline "1360x768"x50.0 57.77 1360 1382 1416 1466 768 770 776 788 -hsync -vsync (39.4 kHz e)
    [ 145.716] (II) fglrx(0): Modeline "1280x768"x60.0 69.30 1280 1382 1416 1466 768 770 776 788 -hsync -vsync (47.3 kHz e)
    [ 145.716] (II) fglrx(0): Modeline "1280x768"x50.0 57.77 1280 1382 1416 1466 768 770 776 788 -hsync -vsync (39.4 kHz e)
    [ 145.716] (II) fglrx(0): Modeline "1280x720"x60.0 69.30 1280 1382 1416 1466 720 770 776 788 -hsync -vsync (47.3 kHz e)
    [ 145.716] (II) fglrx(0): Modeline "1280x720"x50.0 57.77 1280 1382 1416 1466 720 770 776 788 -hsync -vsync (39.4 kHz e)
    [ 145.716] (II) fglrx(0): Modeline "1024x768"x60.0 69.30 1024 1382 1416 1466 768 770 776 788 -hsync -vsync (47.3 kHz e)

    The short answer here is this: https://bbs.archlinux.org/viewtopic.php … 9#p1404629 ... some weird incompatibility w/ the catalyst drivers w/ latest gnome... had I really been paying attention to the wiki, I'd have known this. Oh well, it's worth the extra performance to me to use startx. Thanks all for watching. Nothing more to see here.

  • [SOLVED] Grub refuses to boot Arch on a dual boot

    Hi,
    After hours of trying things out and searching the web for answers, I finally gave up and joined this helpforum.
    I found several similar topics, but none seemed to work.
    So here's the deal.
    My HDD looks like this
    sda1 (/boot)
    sda2 (Windows7, bootflag)
    sda3 (/swap)
    sda5 (/)
    sda6 (NTFS ExtraData)
    So i'm trying to dual boot windows7 and arch.
    my menu.lst looks like this:
    # (0) Arch Linux
    title  Arch Linux
    root   (hd0,4)
    kernel /vmlinuz-linux root=/dev/sda5 ro
    initrd /initramfs-linux.img
    # (1) Arch Linux
    title  Arch Linux Fallback
    root   (hd0,4)
    kernel /vmlinuz-linux root=/dev/sda5 ro
    initrd /initramfs-linux-fallback.img
    # (2) Windows
    title Windows 7
    rootnoverify (hd0,1)
    makeactive
    chainloader +1
    Windows boots fine, but when I try to boot Arch I get this
    Booting 'Arch Linux'
    title  Arch Linux
    root   (hd0,4)
    kernel /vmlinuz-linux root=/dev/sda5 ro
    error 15: File not found
    Thanks,
    Chris
    Last edited by preute (2011-12-12 18:51:16)

    I think that the lines
    root (hd0,4)
    are wrong. They are for GRUB's root (which is /boot), not /. So I think it should be
    root (hd0,0)
    instead.

  • [Solved] Grub Menu at boot How to remove?

    There is a pesky dialog box that starts when the computer starts. It is open for 4 seconds then moves on. It says something about choosing a grub and gives two options. It automatically defaults to the first option after 4 seconds. Does anyone know how to eliminate this and have it automatically default to the first option without the 4 seconds?
    Last edited by blankwall (2013-06-13 03:56:51)

    Mr.Elendig wrote:
    WonderWoofy wrote:Remember with grub, you have to regenerate that sily config file everytime you make a change to the configuration file.
    not if you just edit /boot/grub/grug.cfg instead.
    This is true, but the OP has made it sound as though he is following the wiki, which instructs you to use the recommended /etc/default/grub. 
    @OP, grub is not necessarily the right way to go about things.  If you really like and know lilo, use that instead.  I think the ability to choose your software as you please is one of the really defining aspects of Arch Linux.

  • [Solved] Grub error when booting...

    Today I decided to try out Archlinux everything worked fine until the reboot.. Grub doesn't seem to work as intended, grub just kept posting:
    GRUB GRUB GRUB GRUB GRUB GRUB GRUB GRUB GRUB GRUB GRUB GRUB GRUB
    nothing but "GRUB" came up.
    My menu.lst:
    default 0
    timeout 3
    color light-blue/black light-cyan/blue
    title Arch Linux
    root (hd0,0)
    kernel /vmlinuz26 root=/dev/sda3 ro vga=773
    initrd /kernel26.img
    Title Arch Linux Fallback
    root (hd0,0)
    kernel /vmlinuz root=/dev/sda3 ro vga=773
    initrd /kernel26-fallback.img
    version: 0.8beta2
    I haven't found any threads about it, if there's any i'm sorry for bringing up a new one.
    any suggests?
    Last edited by Neko-san (2007-03-12 19:16:41)

    SleepingGiant08 wrote:see this http://www.gentoo.org/doc/en/grub-error-guide.xml
    scroll down to Error 7...
    oohh.. there it is, I guess I didn't look enough thanks tho :)
    vacant wrote:
    GRUB GRUB GRUB GRUB GRUB GRUB GRUB GRUB GRUB GRUB GRUB GRUB GRUB
    Maybe you should start a poll "Vote for the most useless linux error message" ;)
    True, not that good error message ^^
    This is how I did it:
    boot: arch root=/dev/sda3
    grub
    root (hd0,0)
    setup (hd0)
    quit
    reboot
    Last edited by Neko-san (2007-03-12 20:33:30)

Maybe you are looking for

  • How do I port a number from a different service provider to Verizon?

    I have a work cell phone and a personal phone. I want to port my work number to my personal Verizon iphone.  What do i need to do to do this?  And what information will I need to provide?

  • How to secure one page not entire application?

    Hi there, I'm looking for some guidance on how to secure individual pages on my site. I've read a number of articles discussing creating a login using the Application.cfc. The thing is this approach locks down the entire site. I only want to secure a

  • Dropdown list in Subform

    Hi There, I am facing problem in Dropdown lists in Subforms. I want the region dropdown list values according to country (only for DE) dropdown list value. Both Dropdown lists are in a Subform. For that, I have used this in EXIT event of Country Drop

  • Proxy communications. Pls advice urgent

    Hi All, If we go by blog -- /people/krishna.moorthyp/blog/2006/07/23/http-errors-in-xi 5) Error: 404 Not Found     Last Point -- error is because of integration server when     using Proxy communications. How to make RFC destination (SM59) of type HT

  • Will LabVIEW run in Windows Azure ?

    Will LabVIEW run in Windows Azure? If not, why not?