[SOLVED] - UEFI - archLinux after install not boot

Hi! I'm new user on archLinux but not in Linux. I have a Dell XPS L421X: i5, 8GB RAM, 32 GB SSD (In Windows is used as cache), 500GB, Intel 4000. UEFI Bios.
Before do the Install I read the Beginners' guide from Wiki and I follow step by step this guide.
I have Installed arch on the laptop, but the laptop does not boot :S
500GB --> sda 32GB SSD --> sdb
/dev/sdb1 --> 500Mb FAT --> UEFI File System (ef00) -->mounted in /boot
/dev/sdb2 --> 300Mb Ext4 --> /boot
/dev/sdb3 -->29 GB Ext4 --> /
/dev/sda1 --> 25GB Ext4 --> /var
/dev/sda2 --> 400GB Ext4 --> /home
/dev/sda3 --> 16 GB Ext4 --> Swap (I use it for hinbernate)
Now I remeber to I need to create another partition for the /tmp...jajaja
The bootmgr installed is grub.
I do not know what I need to do for the Linux boot :S
Thanks in advance!
regards
elrengo
Last edited by elrengo (2014-12-03 15:13:25)

Thanks for you replay. At first time I think like you but the beginners`guide:
begginneers`guide wrote:In case you have a UEFI motherboard, mount the EFI System Partition to /boot. Whilst other mountpoints are viable, using /boot is recommended as explained in the EFISTUB article.
The /boot partition is reemplace by UEFI partition?
Thanks again

Similar Messages

  • Please a simple problem but I don't know how to solve it. After installing 16 gb of ram all is good but when I turn on the computer it is a window signaling that all is correct. How is possible to delete once and for all that window? Thank you

    Please a simple problem but I don't know how to solve it. After installing 16 gb of ram all is good but when I turn on the computer it is a window signaling that all is correct. How is possible to delete once and for all that window? Thank you

    Well then maybe you could take a screenshot because the appearance of such a window is news to me.
    Also post your OS X version and what model Mac you have. The more detail, the better. Thanks.
    To take a screenshot hold ⌘ Shift 4 to create a selection crosshair. Click and hold while you drag the crosshair over the area you wish to capture and then release the mouse or trackpad. You will hear a "camera shutter" sound. This will deposit a screenshot on your Desktop.
    If you can't find it on your Desktop look in your Documents or Downloads folder.
    When you post your response, click the "camera" icon above the text field:
    This will display a dialog box which enables you to choose the screenshot file (remember it's on your Desktop) and click the Insert Image button.
    ⌘ Shift 4 and then pressing the space bar captures the frontmost window.
    ⌘ Shift 3 captures the entire screen.
    Drag the screenshot to the Trash after you post your reply.

  • Cannot Boot Into Archlinux After Install

    I'm trying to install Archlinux on my Lenovo Z570 laptop. I've already installed Windows on this computer, and I'm installing this in another partition I've created (created 3 partitions when I installed Windows with the default Windows tool).
    I'm using a bootable USB drive and have tried both downloading the complete .ISO file and downloading the .ISO for the netinstall and booting through that. Both times I follow the steps in the install guide (as detailed https://wiki.archlinux.org/index.php/In … ion_Guide) and after I reboot the system, my computer does not boot into anything. I'm trying to use syslinux as my bootloader, although I've tried the steps with Grub and they don't produce any better results. Additionally I installed it with my friend (he installed on his computer) and he used syslinux so I'd just like to keep our system with similar configurations (so I'd like to make the install work with syslinux).
    My partition table (extra partitions created with cfdisk) is laid out as:
    sda1 primary ntfs
    sda5 logical  ext4 bootable
    sda6 logical  ext4
    sda3 primary  FAT16 (empty formatted drive)
    sda4 primary (windows)
    I've set sda5 to be my root and sda6 to be my home. They are 15 and 85 gigabytes respectively.
    My syslinux.cfg file (/boot/syslinux/syslinux.cfg) is the standard generated file modified such that
    APPEND root=/dev/sda5 ro
    for both arch and archfallback.
    I've also tried the steps in (https://wiki.archlinux.org/index.php/Sy … al_Install), specifically using the altmbr, by entering:
    # printf '\x5' | cat /usr/lib/syslinux/altmbr.bin - | dd bs=440 count=1 iflag=fullblock conv=notrunc of=/dev/sda
    However the results are the same.
    I've tried the steps in the guide where it mentions setting acpi=off and booting - when looking at a terminal with a wall of text (that I can't move through). I can type but everything I've tried to type, but it always says "Cold not find kernel image: <text>", where <text> is whatever I entered. If I type "boot", it says "Invalid or corrupt kernel image."
    I would greatly appreciate any help as I've been trying this for a while.

    confusion-is-my-sedative wrote:Personally I don't use syslinux, but I know that with grub you have an option to go into command mode and manually give the parameters from which to boot. It could be that syslinux also has such options. You might want to check the config through a live cd if the bootloader menu isn't coming up. It could also be the windows. I'd say that a few diagnostic commands from a livecd would be your best bet. Then you could copy the output to a usb thumb drive, and we'd have better info to assess the situation. Good luck.
    Any advice on what diagnostics to run? All my config info I posted through viewing my system by inserting the USB drive and booting into a live Arch image - as it is there's nothing I can do by booting the computer without inserting this (or another live medium). Thanks.

  • UEFI & syslinux - system will not boot without keyboard plugged in

    Somewhat of a weird one. I have successfully gotten a UEFI Arch system booting, using the https://wiki.archlinux.org/index.php/Sy … FI_Systems and https://wiki.archlinux.org/index.php/Un … _Interface wiki articles. Speficially, I used "efibootmgr" to install an boot entry on the system, with the "Syslinux" label showing up as a boot option in the motherboard's BIOS/UEFI setup utility. The system boots fine, displays the blue Syslinux menu, and starts the system.
    Except if there is no keyboard plugged into the system. In this case, the motherboard startup output displays, and immediately goes to a black screen, indefinitely. Once I plug in a keyboard (USB), the Syslinux menu immediately appears, and the system loads. But a keyboard is REQUIRED to be plugged in. I have disabled the BIOS option to "Wait for F1 on errors", and I have no problem booting MBR/BIOS-based OSes.  I initially felt that the issue was with Syslinux, and specifically that maybe the menu needs a keyboard present, but I tried disabling the menu and using just the "boot :" prompt, and the same problem exists. A black screen, until a keyboard is plugged in, after which "boot :" immediately appears.
    The system is a file server in a highly cramped closet at my house, and if I can I'd rather not dedicate a keyboard plugged into it all the time. Is there any way around this? If I could completely and totally disable the Syslinux menu and boot directly to Arch, I'd prefer that, but I'm not finding an immediate way to do that. I know I could potentially have the motherboard load the UEFI partition directly without a boot manager, but the wiki article says that that could cause problems....
    /boot/EFI/syslinux/syslinux.cfg:
    # Config file for Syslinux -
    # /boot/syslinux/syslinux.cfg
    # Comboot modules:
    # * menu.c32 - provides a text menu
    # * vesamenu.c32 - provides a graphical menu
    # * chain.c32 - chainload MBRs, partition boot sectors, Windows bootloaders
    # * hdt.c32 - hardware detection tool
    # * reboot.c32 - reboots the system
    # To Use: Copy the respective files from /usr/lib/syslinux to /boot/syslinux.
    # If /usr and /boot are on the same file system, symlink the files instead
    # of copying them.
    # If you do not use a menu, a 'boot:' prompt will be shown and the system
    # will boot automatically after 5 seconds.
    # Please review the wiki: https://wiki.archlinux.org/index.php/Syslinux
    # The wiki provides further configuration examples
    DEFAULT arch
    PROMPT 1 # Set to 1 if you always want to display the boot: prompt
    TIMEOUT 1
    TOTALTIMEOUT 1
    # You can create syslinux keymaps with the keytab-lilo tool
    #KBDMAP de.ktl
    # Menu Configuration
    # Either menu.c32 or vesamenu32.c32 must be copied to /boot/syslinux
    #UI menu.c32
    #UI vesamenu.c32
    # Refer to http://syslinux.zytor.com/wiki/index.php/Doc/menu
    #MENU TITLE Arch Linux
    #MENU BACKGROUND splash.png
    #MENU COLOR border 30;44 #40ffffff #a0000000 std
    #MENU COLOR title 1;36;44 #9033ccff #a0000000 std
    #MENU COLOR sel 7;37;40 #e0ffffff #20ffffff all
    #MENU COLOR unsel 37;44 #50ffffff #a0000000 std
    #MENU COLOR help 37;40 #c0ffffff #a0000000 std
    #MENU COLOR timeout_msg 37;40 #80ffffff #00000000 std
    #MENU COLOR timeout 1;37;40 #c0ffffff #00000000 std
    #MENU COLOR msg07 37;40 #90ffffff #a0000000 std
    #MENU COLOR tabmsg 31;40 #30ffffff #00000000 std
    # boot sections follow
    # TIP: If you want a 1024x768 framebuffer, add "vga=773" to your kernel line.
    LABEL arch
    MENU LABEL Arch Linux
    LINUX /vmlinuz-linux
    APPEND root=/dev/sda2 rw
    INITRD /initramfs-linux.img
    LABEL archfallback
    MENU LABEL Arch Linux Fallback
    LINUX vmlinuz-linux
    APPEND root=/dev/sda2 rw
    INITRD initramfs-linux-fallback.img
    LABEL hdt
    MENU LABEL HDT (Hardware Detection Tool)
    COM32 hdt.c32
    LABEL reboot
    MENU LABEL Reboot
    COM32 reboot.c32
    LABEL poweroff
    MENU LABEL Poweroff
    COM32 poweroff.c32

    Head_on_a_Stick wrote:To which problems are you referring?
    At the top of the https://wiki.archlinux.org/index.php/EFISTUB article:
    that article wrote:Warning: A bug has been noticed where booting EFISTUB can fail depending on kernel version and motherboard model. See FS#33745 and [1] for more information.
    And both of those links contain MANY people's reports of problems.... that said, most are from ~2013....

  • Windows 7 wont boot after install of boot camp drivers

    I have been trying to get boot camp on imac mid 2010 with Maverick.   TodayI used
    Boot Camp Support Software 5.1.5621
    The first set of drivers
    Boot Camp Support Software 5.0.5033
    kept crashing on windows. Today I noticed a new set of drivers, well its the same issue. If I leave off the boot camp drivers windows is fine, except no sound and other driver missing issues but it works. The problem seems to be Mav or the drivers, before updating to Mav everything was fine. Sometimes I can even get to the windows log on screen, at one point I was able to log on and do things. So being smart, I restarted and the problem came back.  Who says Macs dont have issues.
    Any thoughts

    Just ran into this same issue.
    My problem got resolved after using the x64 version DVD of Win7 (just x64 instead of the DVD that had both x86 and x64 versions).
    What I did:
    My host is Windows 8.1
    After installing Windows 7 x64 as VM on my 8.1 based laptop two days ago, I wanted to do the same on my desktop PC, but I had the same issue described here.
    I used a DVD just with the x64 version for my laptop and a DVD with both x86 and x64 version for my desktop.
    Tried repairing as advised by a post, but got the error: "This version of System Recovery Options is not compatible
    with the version of Windows you are trying to repair. Try using a recovery disc that is compatible with this version of windows."
    I exported and imported the VM from my laptop to my desktop to test it and it ran with no problems.
    So I tried the DVD that had just the x64 version of Win7 and that installed without issues.
    I'm curious if this happens only when a DVD with more than one Win7 versions is used.

  • My sound no longer works on Mac OS after installing a Boot Camp partition for Windows 7 x64.

    I installed Windows 7 x64-Bit Professional Edition on my iMac Mid-2011 on Yosemite 10.10.2 through Boot Camp. I installed Windows 7 without any hitches and I proceeded to install an old PC game and I was able to run it just fine, I could here the audio perfectly. But, the next day, when I started my iMac on the Mac OS partition, the sound bar icon on the top right was greyed out. This problem began occurring after I restarted to the (original) Mac OS partition I've tried to check it out on System Preferences and Audio MIDI Setup. On Sys Prefs, it says, "No output devices found" and "No input devices found". On Audio MIDI Setup, it says,"No Devices Found on the System."When I go back to the Windows partition, I can hear audio just fine and I can even set the volume from my keyboard. I have already updated the necessary drivers on the Windows side. I've reset the PRAM and repaired the disk permissions with Disk Utility. Headphones don't work either but I can send audio through a bluetooth speaker that I have.

    Hi 0day,
    unfortunately you have to have the MacOS DVD to install the Boot Camp 3 (legally).
    The 3.1 and 3.2 are upgrades to that (as you found out).

  • [solved] makepkg freeze after installing dependencies

    If I try to create a package from the AUR
    makepkg -sfi package-name
    seems to freeze after installing the dependencies. It just stops after installing the last dependency and freezes with 65% CPU-Usage.
    If I quit makepkg after freeze and run it again, building the package works so the dependencies get correctly installed.
    Note to AUR-Helpers:
    Yaourt -> works
    Packer -> works
    pacaur -> doesn't work
    Any Idea what could cause this Problem and how to fix it?
    Last edited by mak42 (2014-09-05 20:45:42)

    Soooo I've found the guilty after digging through the source of "makepkg"
    source /etc/profile &>/dev/null
    causes the problem, if I run this command it freezes, Ctrl+C will kill the whole terminal.
    So now I know the source of the Problem, still trying to figure out why this happens...
    EDIT: Found it I'm using tdm as login-manager, to start it I've put a script into /etc/profile.d/ and this Script gave back an Error "Invalid TTY".
    If you source /etc/profile it can't complete due to this Error.
    So it was completely my fault
    Thank's for your help, now I have to find another way of starting TDM
    EDIT2:
    just put /usr/bin/tdm into ~/.bash_profile and tdm works fine.
    Actually this is already in the wiki, don't know why I didn't do that in the first place
    Last edited by mak42 (2014-09-05 21:00:19)

  • [solved] freezing arch after installing video driver

    hi
    again me
    a newbie user of arch
    before installing graphic card driver i didn't have any problem
    but after installing it the speed of the arch goes down and you know the openbox stoped several time( it's freezed)
    i have this problem with tty too it means that the tty freezing too
    i have AMD ATi 5500 HD and i use X86-ati (i think it's true)
    what should i do?
    Last edited by Numb95 (2012-04-26 07:06:27)

    this is every thing that you want
    /var/log/Xorg.0.log
    [ 20.834]
    X.Org X Server 1.12.1
    Release Date: 2012-04-13
    [ 20.834] X Protocol Version 11, Revision 0
    [ 20.834] Build Operating System: Linux 3.3.1-1-ARCH i686
    [ 20.834] Current Operating System: Linux goodarzi 3.0.28-1-lts #1 SMP PREEMPT Mon Apr 16 19:36:59 UTC 2012 i686
    [ 20.834] Kernel command line: root=/dev/disk/by-uuid/a646214b-8981-45c7-a011-d5b5eb92200a ro
    [ 20.834] Build Date: 14 April 2012 07:32:51AM
    [ 20.834]
    [ 20.834] Current version of pixman: 0.24.4
    [ 20.834] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 20.834] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 20.834] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Mar 21 10:42:30 2009
    [ 20.877] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 20.892] (==) No Layout section. Using the first Screen section.
    [ 20.892] (==) No screen section available. Using defaults.
    [ 20.892] (**) |-->Screen "Default Screen Section" (0)
    [ 20.892] (**) | |-->Monitor "<default monitor>"
    [ 20.892] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 20.892] (==) Automatically adding devices
    [ 20.892] (==) Automatically enabling devices
    [ 20.927] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 20.927] Entry deleted from font path.
    [ 20.927] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
    [ 20.927] Entry deleted from font path.
    [ 20.927] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 20.927] Entry deleted from font path.
    [ 20.927] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 20.928] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 20.928] Entry deleted from font path.
    [ 20.928] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 20.928] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/
    [ 20.928] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 20.928] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 20.928] (II) Loader magic: 0x82215a0
    [ 20.928] (II) Module ABI versions:
    [ 20.928] X.Org ANSI C Emulation: 0.4
    [ 20.928] X.Org Video Driver: 12.0
    [ 20.928] X.Org XInput driver : 16.0
    [ 20.928] X.Org Server Extension : 6.0
    [ 20.928] (--) PCI:*(0:4:0:0) 1002:68d9:174b:e142 rev 0, Mem @ 0xd0000000/268435456, 0xfebe0000/131072, I/O @ 0x0000e000/256, BIOS @ 0x????????/131072
    [ 20.928] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 20.928] (II) LoadModule: "extmod"
    [ 20.933] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    [ 20.961] (II) Module extmod: vendor="X.Org Foundation"
    [ 20.961] compiled for 1.12.1, module version = 1.0.0
    [ 20.961] Module class: X.Org Server Extension
    [ 20.961] ABI class: X.Org Server Extension, version 6.0
    [ 20.961] (II) Loading extension MIT-SCREEN-SAVER
    [ 20.961] (II) Loading extension XFree86-VidModeExtension
    [ 20.961] (II) Loading extension XFree86-DGA
    [ 20.961] (II) Loading extension DPMS
    [ 20.961] (II) Loading extension XVideo
    [ 20.961] (II) Loading extension XVideo-MotionCompensation
    [ 20.961] (II) Loading extension X-Resource
    [ 20.961] (II) LoadModule: "dbe"
    [ 20.961] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    [ 20.962] (II) Module dbe: vendor="X.Org Foundation"
    [ 20.962] compiled for 1.12.1, module version = 1.0.0
    [ 20.962] Module class: X.Org Server Extension
    [ 20.962] ABI class: X.Org Server Extension, version 6.0
    [ 20.962] (II) Loading extension DOUBLE-BUFFER
    [ 20.962] (II) LoadModule: "glx"
    [ 20.962] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 20.973] (II) Module glx: vendor="X.Org Foundation"
    [ 20.974] compiled for 1.12.1, module version = 1.0.0
    [ 20.974] ABI class: X.Org Server Extension, version 6.0
    [ 20.974] (==) AIGLX enabled
    [ 20.974] (II) Loading extension GLX
    [ 20.974] (II) LoadModule: "record"
    [ 20.974] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    [ 20.974] (II) Module record: vendor="X.Org Foundation"
    [ 20.974] compiled for 1.12.1, module version = 1.13.0
    [ 20.974] Module class: X.Org Server Extension
    [ 20.974] ABI class: X.Org Server Extension, version 6.0
    [ 20.974] (II) Loading extension RECORD
    [ 20.974] (II) LoadModule: "dri"
    [ 20.975] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    [ 20.975] (II) Module dri: vendor="X.Org Foundation"
    [ 20.975] compiled for 1.12.1, module version = 1.0.0
    [ 20.975] ABI class: X.Org Server Extension, version 6.0
    [ 20.975] (II) Loading extension XFree86-DRI
    [ 20.976] (II) LoadModule: "dri2"
    [ 20.976] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 20.976] (II) Module dri2: vendor="X.Org Foundation"
    [ 20.976] compiled for 1.12.1, module version = 1.2.0
    [ 20.977] ABI class: X.Org Server Extension, version 6.0
    [ 20.977] (II) Loading extension DRI2
    [ 20.977] (==) Matched ati as autoconfigured driver 0
    [ 20.977] (==) Matched vesa as autoconfigured driver 1
    [ 20.977] (==) Matched fbdev as autoconfigured driver 2
    [ 20.977] (==) Assigned the driver to the xf86ConfigLayout
    [ 20.977] (II) LoadModule: "ati"
    [ 20.977] (II) Loading /usr/lib/xorg/modules/drivers/ati_drv.so
    [ 21.015] (II) Module ati: vendor="X.Org Foundation"
    [ 21.015] compiled for 1.12.0, module version = 6.14.4
    [ 21.015] Module class: X.Org Video Driver
    [ 21.015] ABI class: X.Org Video Driver, version 12.0
    [ 21.015] (II) LoadModule: "radeon"
    [ 21.015] (II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so
    [ 21.029] (II) Module radeon: vendor="X.Org Foundation"
    [ 21.029] compiled for 1.12.0, module version = 6.14.4
    [ 21.029] Module class: X.Org Video Driver
    [ 21.029] ABI class: X.Org Video Driver, version 12.0
    [ 21.029] (II) LoadModule: "vesa"
    [ 21.030] (WW) Warning, couldn't open module vesa
    [ 21.030] (II) UnloadModule: "vesa"
    [ 21.030] (II) Unloading vesa
    [ 21.030] (EE) Failed to load module "vesa" (module does not exist, 0)
    [ 21.030] (II) LoadModule: "fbdev"
    [ 21.030] (WW) Warning, couldn't open module fbdev
    [ 21.030] (II) UnloadModule: "fbdev"
    [ 21.030] (II) Unloading fbdev
    [ 21.030] (EE) Failed to load module "fbdev" (module does not exist, 0)
    [ 21.030] (II) RADEON: Driver for ATI Radeon chipsets:
    ATI Radeon Mobility X600 (M24) 3150 (PCIE), ATI FireMV 2400 (PCI),
    ATI Radeon Mobility X300 (M24) 3152 (PCIE),
    ATI FireGL M24 GL 3154 (PCIE), ATI FireMV 2400 3155 (PCI),
    ATI Radeon X600 (RV380) 3E50 (PCIE),
    ATI FireGL V3200 (RV380) 3E54 (PCIE), ATI Radeon IGP320 (A3) 4136,
    ATI Radeon IGP330/340/350 (A4) 4137, ATI Radeon 9500 AD (AGP),
    ATI Radeon 9500 AE (AGP), ATI Radeon 9600TX AF (AGP),
    ATI FireGL Z1 AG (AGP), ATI Radeon 9800SE AH (AGP),
    ATI Radeon 9800 AI (AGP), ATI Radeon 9800 AJ (AGP),
    ATI FireGL X2 AK (AGP), ATI Radeon 9600 AP (AGP),
    ATI Radeon 9600SE AQ (AGP), ATI Radeon 9600XT AR (AGP),
    ATI Radeon 9600 AS (AGP), ATI FireGL T2 AT (AGP), ATI Radeon 9650,
    ATI FireGL RV360 AV (AGP), ATI Radeon 7000 IGP (A4+) 4237,
    ATI Radeon 8500 AIW BB (AGP), ATI Radeon IGP320M (U1) 4336,
    ATI Radeon IGP330M/340M/350M (U2) 4337,
    ATI Radeon Mobility 7000 IGP 4437, ATI Radeon 9000/PRO If (AGP/PCI),
    ATI Radeon 9000 Ig (AGP/PCI), ATI Radeon X800 (R420) JH (AGP),
    ATI Radeon X800PRO (R420) JI (AGP),
    ATI Radeon X800SE (R420) JJ (AGP), ATI Radeon X800 (R420) JK (AGP),
    ATI Radeon X800 (R420) JL (AGP), ATI FireGL X3 (R420) JM (AGP),
    ATI Radeon Mobility 9800 (M18) JN (AGP),
    ATI Radeon X800 SE (R420) (AGP), ATI Radeon X800XT (R420) JP (AGP),
    ATI Radeon X800 VE (R420) JT (AGP), ATI Radeon X850 (R480) (AGP),
    ATI Radeon X850 XT (R480) (AGP), ATI Radeon X850 SE (R480) (AGP),
    ATI Radeon X850 PRO (R480) (AGP), ATI Radeon X850 XT PE (R480) (AGP),
    ATI Radeon Mobility M7 LW (AGP),
    ATI Mobility FireGL 7800 M7 LX (AGP),
    ATI Radeon Mobility M6 LY (AGP), ATI Radeon Mobility M6 LZ (AGP),
    ATI FireGL Mobility 9000 (M9) Ld (AGP),
    ATI Radeon Mobility 9000 (M9) Lf (AGP),
    ATI Radeon Mobility 9000 (M9) Lg (AGP), ATI FireMV 2400 PCI,
    ATI Radeon 9700 Pro ND (AGP), ATI Radeon 9700/9500Pro NE (AGP),
    ATI Radeon 9600TX NF (AGP), ATI FireGL X1 NG (AGP),
    ATI Radeon 9800PRO NH (AGP), ATI Radeon 9800 NI (AGP),
    ATI FireGL X2 NK (AGP), ATI Radeon 9800XT NJ (AGP),
    ATI Radeon Mobility 9600/9700 (M10/M11) NP (AGP),
    ATI Radeon Mobility 9600 (M10) NQ (AGP),
    ATI Radeon Mobility 9600 (M11) NR (AGP),
    ATI Radeon Mobility 9600 (M10) NS (AGP),
    ATI FireGL Mobility T2 (M10) NT (AGP),
    ATI FireGL Mobility T2e (M11) NV (AGP), ATI Radeon QD (AGP),
    ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP),
    ATI FireGL 8700/8800 QH (AGP), ATI Radeon 8500 QL (AGP),
    ATI Radeon 9100 QM (AGP), ATI Radeon 7500 QW (AGP/PCI),
    ATI Radeon 7500 QX (AGP/PCI), ATI Radeon VE/7000 QY (AGP/PCI),
    ATI Radeon VE/7000 QZ (AGP/PCI), ATI ES1000 515E (PCI),
    ATI Radeon Mobility X300 (M22) 5460 (PCIE),
    ATI Radeon Mobility X600 SE (M24C) 5462 (PCIE),
    ATI FireGL M22 GL 5464 (PCIE), ATI Radeon X800 (R423) UH (PCIE),
    ATI Radeon X800PRO (R423) UI (PCIE),
    ATI Radeon X800LE (R423) UJ (PCIE),
    ATI Radeon X800SE (R423) UK (PCIE),
    ATI Radeon X800 XTP (R430) (PCIE), ATI Radeon X800 XL (R430) (PCIE),
    ATI Radeon X800 SE (R430) (PCIE), ATI Radeon X800 (R430) (PCIE),
    ATI FireGL V7100 (R423) (PCIE), ATI FireGL V5100 (R423) UQ (PCIE),
    ATI FireGL unknown (R423) UR (PCIE),
    ATI FireGL unknown (R423) UT (PCIE),
    ATI Mobility FireGL V5000 (M26) (PCIE),
    ATI Mobility FireGL V5000 (M26) (PCIE),
    ATI Mobility Radeon X700 XL (M26) (PCIE),
    ATI Mobility Radeon X700 (M26) (PCIE),
    ATI Mobility Radeon X700 (M26) (PCIE),
    ATI Radeon X550XTX 5657 (PCIE), ATI Radeon 9100 IGP (A5) 5834,
    ATI Radeon Mobility 9100 IGP (U3) 5835,
    ATI Radeon XPRESS 200 5954 (PCIE),
    ATI Radeon XPRESS 200M 5955 (PCIE), ATI Radeon 9250 5960 (AGP),
    ATI Radeon 9200 5961 (AGP), ATI Radeon 9200 5962 (AGP),
    ATI Radeon 9200SE 5964 (AGP), ATI FireMV 2200 (PCI),
    ATI ES1000 5969 (PCI), ATI Radeon XPRESS 200 5974 (PCIE),
    ATI Radeon XPRESS 200M 5975 (PCIE),
    ATI Radeon XPRESS 200 5A41 (PCIE),
    ATI Radeon XPRESS 200M 5A42 (PCIE),
    ATI Radeon XPRESS 200 5A61 (PCIE),
    ATI Radeon XPRESS 200M 5A62 (PCIE),
    ATI Radeon X300 (RV370) 5B60 (PCIE),
    ATI Radeon X600 (RV370) 5B62 (PCIE),
    ATI Radeon X550 (RV370) 5B63 (PCIE),
    ATI FireGL V3100 (RV370) 5B64 (PCIE),
    ATI FireMV 2200 PCIE (RV370) 5B65 (PCIE),
    ATI Radeon Mobility 9200 (M9+) 5C61 (AGP),
    ATI Radeon Mobility 9200 (M9+) 5C63 (AGP),
    ATI Mobility Radeon X800 XT (M28) (PCIE),
    ATI Mobility FireGL V5100 (M28) (PCIE),
    ATI Mobility Radeon X800 (M28) (PCIE), ATI Radeon X850 5D4C (PCIE),
    ATI Radeon X850 XT PE (R480) (PCIE),
    ATI Radeon X850 SE (R480) (PCIE), ATI Radeon X850 PRO (R480) (PCIE),
    ATI unknown Radeon / FireGL (R480) 5D50 (PCIE),
    ATI Radeon X850 XT (R480) (PCIE),
    ATI Radeon X800XT (R423) 5D57 (PCIE),
    ATI FireGL V5000 (RV410) (PCIE), ATI Radeon X700 XT (RV410) (PCIE),
    ATI Radeon X700 PRO (RV410) (PCIE),
    ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X700 (RV410) (PCIE),
    ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X1800,
    ATI Mobility Radeon X1800 XT, ATI Mobility Radeon X1800,
    ATI Mobility FireGL V7200, ATI FireGL V7200, ATI FireGL V5300,
    ATI Mobility FireGL V7100, ATI Radeon X1800, ATI Radeon X1800,
    ATI Radeon X1800, ATI Radeon X1800, ATI Radeon X1800,
    ATI FireGL V7300, ATI FireGL V7350, ATI Radeon X1600, ATI RV505,
    ATI Radeon X1300/X1550, ATI Radeon X1550, ATI M54-GL,
    ATI Mobility Radeon X1400, ATI Radeon X1300/X1550,
    ATI Radeon X1550 64-bit, ATI Mobility Radeon X1300,
    ATI Mobility Radeon X1300, ATI Mobility Radeon X1300,
    ATI Mobility Radeon X1300, ATI Radeon X1300, ATI Radeon X1300,
    ATI RV505, ATI RV505, ATI FireGL V3300, ATI FireGL V3350,
    ATI Radeon X1300, ATI Radeon X1550 64-bit, ATI Radeon X1300/X1550,
    ATI Radeon X1600, ATI Radeon X1300/X1550, ATI Mobility Radeon X1450,
    ATI Radeon X1300/X1550, ATI Mobility Radeon X2300,
    ATI Mobility Radeon X2300, ATI Mobility Radeon X1350,
    ATI Mobility Radeon X1350, ATI Mobility Radeon X1450,
    ATI Radeon X1300, ATI Radeon X1550, ATI Mobility Radeon X1350,
    ATI FireMV 2250, ATI Radeon X1550 64-bit, ATI Radeon X1600,
    ATI Radeon X1650, ATI Radeon X1600, ATI Radeon X1600,
    ATI Mobility FireGL V5200, ATI Mobility Radeon X1600,
    ATI Radeon X1650, ATI Radeon X1650, ATI Radeon X1600,
    ATI Radeon X1300 XT/X1600 Pro, ATI FireGL V3400,
    ATI Mobility FireGL V5250, ATI Mobility Radeon X1700,
    ATI Mobility Radeon X1700 XT, ATI FireGL V5200,
    ATI Mobility Radeon X1700, ATI Radeon X2300HD,
    ATI Mobility Radeon HD 2300, ATI Mobility Radeon HD 2300,
    ATI Radeon X1950, ATI Radeon X1900, ATI Radeon X1950,
    ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    ATI AMD Stream Processor, ATI Radeon X1900, ATI Radeon X1950,
    ATI RV560, ATI RV560, ATI Mobility Radeon X1900, ATI RV560,
    ATI Radeon X1950 GT, ATI RV570, ATI RV570, ATI FireGL V7400,
    ATI RV560, ATI Radeon X1650, ATI Radeon X1650, ATI RV560,
    ATI Radeon 9100 PRO IGP 7834, ATI Radeon Mobility 9200 IGP 7835,
    ATI Radeon X1200, ATI Radeon X1200, ATI Radeon X1200,
    ATI Radeon X1200, ATI Radeon X1200, ATI RS740, ATI RS740M, ATI RS740,
    ATI RS740M, ATI Radeon HD 2900 XT, ATI Radeon HD 2900 XT,
    ATI Radeon HD 2900 XT, ATI Radeon HD 2900 Pro, ATI Radeon HD 2900 GT,
    ATI FireGL V8650, ATI FireGL V8600, ATI FireGL V7600,
    ATI Radeon 4800 Series, ATI Radeon HD 4870 x2,
    ATI Radeon 4800 Series, ATI Radeon HD 4850 x2,
    ATI FirePro V8750 (FireGL), ATI FirePro V7760 (FireGL),
    ATI Mobility RADEON HD 4850, ATI Mobility RADEON HD 4850 X2,
    ATI Radeon 4800 Series, ATI FirePro RV770, AMD FireStream 9270,
    AMD FireStream 9250, ATI FirePro V8700 (FireGL),
    ATI Mobility RADEON HD 4870, ATI Mobility RADEON M98,
    ATI Mobility RADEON HD 4870, ATI Radeon 4800 Series,
    ATI Radeon 4800 Series, ATI FirePro M7750, ATI M98, ATI M98, ATI M98,
    ATI Mobility Radeon HD 4650, ATI Radeon RV730 (AGP),
    ATI Mobility Radeon HD 4670, ATI FirePro M5750,
    ATI Mobility Radeon HD 4670, ATI Radeon RV730 (AGP),
    ATI RV730XT [Radeon HD 4670], ATI RADEON E4600,
    ATI Radeon HD 4600 Series, ATI RV730 PRO [Radeon HD 4650],
    ATI FirePro V7750 (FireGL), ATI FirePro V5700 (FireGL),
    ATI FirePro V3750 (FireGL), ATI Mobility Radeon HD 4830,
    ATI Mobility Radeon HD 4850, ATI FirePro M7740, ATI RV740,
    ATI Radeon HD 4770, ATI Radeon HD 4700 Series, ATI Radeon HD 4770,
    ATI FirePro M5750, ATI RV610, ATI Radeon HD 2400 XT,
    ATI Radeon HD 2400 Pro, ATI Radeon HD 2400 PRO AGP, ATI FireGL V4000,
    ATI RV610, ATI Radeon HD 2350, ATI Mobility Radeon HD 2400 XT,
    ATI Mobility Radeon HD 2400, ATI RADEON E2400, ATI RV610,
    ATI FireMV 2260, ATI RV670, ATI Radeon HD3870,
    ATI Mobility Radeon HD 3850, ATI Radeon HD3850,
    ATI Mobility Radeon HD 3850 X2, ATI RV670,
    ATI Mobility Radeon HD 3870, ATI Mobility Radeon HD 3870 X2,
    ATI Radeon HD3870 X2, ATI FireGL V7700, ATI Radeon HD3850,
    ATI Radeon HD3690, AMD Firestream 9170, ATI Radeon HD 4550,
    ATI Radeon RV710, ATI Radeon RV710, ATI Radeon RV710,
    ATI Radeon HD 4350, ATI Mobility Radeon 4300 Series,
    ATI Mobility Radeon 4500 Series, ATI Mobility Radeon 4500 Series,
    ATI FirePro RG220, ATI Mobility Radeon 4330, ATI RV630,
    ATI Mobility Radeon HD 2600, ATI Mobility Radeon HD 2600 XT,
    ATI Radeon HD 2600 XT AGP, ATI Radeon HD 2600 Pro AGP,
    ATI Radeon HD 2600 XT, ATI Radeon HD 2600 Pro, ATI Gemini RV630,
    ATI Gemini Mobility Radeon HD 2600 XT, ATI FireGL V5600,
    ATI FireGL V3600, ATI Radeon HD 2600 LE,
    ATI Mobility FireGL Graphics Processor, ATI Radeon HD 3470,
    ATI Mobility Radeon HD 3430, ATI Mobility Radeon HD 3400 Series,
    ATI Radeon HD 3450, ATI Radeon HD 3450, ATI Radeon HD 3430,
    ATI Radeon HD 3450, ATI FirePro V3700, ATI FireMV 2450,
    ATI FireMV 2260, ATI FireMV 2260, ATI Radeon HD 3600 Series,
    ATI Radeon HD 3650 AGP, ATI Radeon HD 3600 PRO,
    ATI Radeon HD 3600 XT, ATI Radeon HD 3600 PRO,
    ATI Mobility Radeon HD 3650, ATI Mobility Radeon HD 3670,
    ATI Mobility FireGL V5700, ATI Mobility FireGL V5725,
    ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
    ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
    ATI Radeon HD 3300 Graphics, ATI Radeon HD 3200 Graphics,
    ATI Radeon 3000 Graphics, SUMO, SUMO, SUMO2, SUMO2, SUMO2, SUMO2,
    SUMO, SUMO, SUMO, SUMO, SUMO, SUMO, SUMO, ATI Radeon HD 4200,
    ATI Radeon 4100, ATI Mobility Radeon HD 4200,
    ATI Mobility Radeon 4100, ATI Radeon HD 4290, ATI Radeon HD 4250,
    AMD Radeon HD 6310 Graphics, AMD Radeon HD 6310 Graphics,
    AMD Radeon HD 6250 Graphics, AMD Radeon HD 6250 Graphics,
    AMD Radeon HD 6300 Series Graphics,
    AMD Radeon HD 6200 Series Graphics, PALM, PALM, CYPRESS,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter, AMD Firestream 9370,
    AMD Firestream 9350, ATI Radeon HD 5800 Series,
    ATI Radeon HD 5800 Series, ATI Radeon HD 5800 Series,
    ATI Radeon HD 5800 Series, ATI Radeon HD 5900 Series,
    ATI Radeon HD 5900 Series, ATI Mobility Radeon HD 5800 Series,
    ATI Mobility Radeon HD 5800 Series,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI Mobility Radeon HD 5800 Series, ATI Radeon HD 5700 Series,
    ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series,
    ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series,
    ATI Mobility Radeon HD 5000 Series,
    ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon HD 5570,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter, ATI Radeon HD 5670,
    ATI Radeon HD 5570, ATI Radeon HD 5500 Series, REDWOOD,
    ATI Mobility Radeon HD 5000 Series,
    ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon Graphics,
    ATI Mobility Radeon Graphics, CEDAR,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter, ATI FirePro 2270, CEDAR,
    ATI Radeon HD 5450, CEDAR, CEDAR, CAYMAN, CAYMAN, CAYMAN, CAYMAN,
    CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN,
    AMD Radeon HD 6900 Series, AMD Radeon HD 6900 Series, CAYMAN, CAYMAN,
    CAYMAN, AMD Radeon HD 6900M Series, Mobility Radeon HD 6000 Series,
    BARTS, BARTS, Mobility Radeon HD 6000 Series,
    Mobility Radeon HD 6000 Series, BARTS, BARTS, BARTS, BARTS,
    AMD Radeon HD 6800 Series, AMD Radeon HD 6800 Series,
    AMD Radeon HD 6700 Series, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
    TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
    TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
    CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS,
    CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, ARUBA, ARUBA, ARUBA,
    ARUBA, ARUBA, ARUBA, ARUBA
    [ 21.034] (++) using VT number 7
    [ 21.038] (II) [KMS] Kernel modesetting enabled.
    [ 21.038] (II) RADEON(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
    [ 21.038] (==) RADEON(0): Depth 24, (--) framebuffer bpp 32
    [ 21.038] (II) RADEON(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
    [ 21.038] (==) RADEON(0): Default visual is TrueColor
    [ 21.039] (==) RADEON(0): RGB weight 888
    [ 21.039] (II) RADEON(0): Using 8 bits per RGB (8 bit DAC)
    [ 21.039] (--) RADEON(0): Chipset: "ATI Radeon HD 5570" (ChipID = 0x68d9)
    [ 21.039] (II) RADEON(0): PCIE card detected
    [ 21.039] drmOpenDevice: node name is /dev/dri/card0
    [ 21.039] drmOpenDevice: open result is 8, (OK)
    [ 21.039] drmOpenByBusid: Searching for BusID pci:0000:04:00.0
    [ 21.039] drmOpenDevice: node name is /dev/dri/card0
    [ 21.039] drmOpenDevice: open result is 8, (OK)
    [ 21.039] drmOpenByBusid: drmOpenMinor returns 8
    [ 21.039] drmOpenByBusid: drmGetBusid reports pci:0000:04:00.0
    [ 21.039] (II) Loading sub module "exa"
    [ 21.039] (II) LoadModule: "exa"
    [ 21.039] (II) Loading /usr/lib/xorg/modules/libexa.so
    [ 21.057] (II) Module exa: vendor="X.Org Foundation"
    [ 21.057] compiled for 1.12.1, module version = 2.5.0
    [ 21.057] ABI class: X.Org Video Driver, version 12.0
    [ 21.057] (II) RADEON(0): KMS Color Tiling: enabled
    [ 21.057] (II) RADEON(0): KMS Pageflipping: enabled
    [ 21.057] (II) RADEON(0): SwapBuffers wait for vsync: enabled
    [ 21.061] (II) RADEON(0): Output HDMI-0 has no monitor section
    [ 21.065] (II) RADEON(0): Output DVI-0 has no monitor section
    [ 21.120] (II) RADEON(0): Output VGA-0 has no monitor section
    [ 21.124] (II) RADEON(0): EDID for output HDMI-0
    [ 21.128] (II) RADEON(0): EDID for output DVI-0
    [ 21.183] (II) RADEON(0): EDID for output VGA-0
    [ 21.183] (II) RADEON(0): Manufacturer: GSM Model: 4300 Serial#: 4049
    [ 21.183] (II) RADEON(0): Year: 2008 Week: 39
    [ 21.183] (II) RADEON(0): EDID Version: 1.3
    [ 21.183] (II) RADEON(0): Analog Display Input, Input Voltage Level: 0.700/0.300 V
    [ 21.183] (II) RADEON(0): Signal levels configurable
    [ 21.183] (II) RADEON(0): Sync: Separate
    [ 21.183] (II) RADEON(0): Max Image Size [cm]: horiz.: 33 vert.: 24
    [ 21.183] (II) RADEON(0): Gamma: 2.81
    [ 21.183] (II) RADEON(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
    [ 21.183] (II) RADEON(0): First detailed timing is preferred mode
    [ 21.183] (II) RADEON(0): redX: 0.636 redY: 0.327 greenX: 0.278 greenY: 0.600
    [ 21.183] (II) RADEON(0): blueX: 0.145 blueY: 0.064 whiteX: 0.283 whiteY: 0.298
    [ 21.183] (II) RADEON(0): Supported established timings:
    [ 21.183] (II) RADEON(0): 720x400@70Hz
    [ 21.183] (II) RADEON(0): 720x400@88Hz
    [ 21.183] (II) RADEON(0): 640x480@60Hz
    [ 21.183] (II) RADEON(0): 640x480@67Hz
    [ 21.183] (II) RADEON(0): 640x480@72Hz
    [ 21.183] (II) RADEON(0): 640x480@75Hz
    [ 21.183] (II) RADEON(0): 800x600@56Hz
    [ 21.183] (II) RADEON(0): 800x600@60Hz
    [ 21.183] (II) RADEON(0): 800x600@72Hz
    [ 21.183] (II) RADEON(0): 800x600@75Hz
    [ 21.183] (II) RADEON(0): 832x624@75Hz
    [ 21.183] (II) RADEON(0): 1024x768@87Hz (interlaced)
    [ 21.183] (II) RADEON(0): 1024x768@60Hz
    [ 21.183] (II) RADEON(0): 1024x768@70Hz
    [ 21.183] (II) RADEON(0): 1024x768@75Hz
    [ 21.183] (II) RADEON(0): 1152x864@75Hz
    [ 21.183] (II) RADEON(0): Manufacturer's mask: 0
    [ 21.183] (II) RADEON(0): Supported standard timings:
    [ 21.183] (II) RADEON(0): #0: hsize: 640 vsize 480 refresh: 85 vid: 22833
    [ 21.183] (II) RADEON(0): #1: hsize: 1152 vsize 864 refresh: 75 vid: 20337
    [ 21.183] (II) RADEON(0): #2: hsize: 800 vsize 600 refresh: 85 vid: 22853
    [ 21.183] (II) RADEON(0): #3: hsize: 1024 vsize 768 refresh: 85 vid: 22881
    [ 21.183] (II) RADEON(0): #4: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
    [ 21.183] (II) RADEON(0): #5: hsize: 1280 vsize 960 refresh: 70 vid: 19073
    [ 21.183] (II) RADEON(0): Supported detailed timing:
    [ 21.183] (II) RADEON(0): clock: 94.5 MHz Image Size: 310 x 230 mm
    [ 21.183] (II) RADEON(0): h_active: 1024 h_sync: 1072 h_sync_end 1168 h_blank_end 1376 h_border: 0
    [ 21.183] (II) RADEON(0): v_active: 768 v_sync: 769 v_sync_end 772 v_blanking: 808 v_border: 0
    [ 21.183] (II) RADEON(0): Ranges: V min: 50 V max: 160 Hz, H min: 30 H max: 71 kHz, PixClock max 115 MHz
    [ 21.183] (II) RADEON(0): Monitor name: T720FB
    [ 21.183] (II) RADEON(0): Monitor name:
    [ 21.183] (II) RADEON(0): EDID (in hex):
    [ 21.183] (II) RADEON(0): 00ffffffffffff001e6d0043d10f0000
    [ 21.183] (II) RADEON(0): 27120103182118b5eaf629a253479925
    [ 21.184] (II) RADEON(0): 10484cfffe803159714f455961598180
    [ 21.184] (II) RADEON(0): 814a01010101ea240060410028303060
    [ 21.184] (II) RADEON(0): 130036e61000001e000000fd0032a01e
    [ 21.184] (II) RADEON(0): 470b000a202020202020000000fc0054
    [ 21.184] (II) RADEON(0): 3732304642200a2020202020000000fc
    [ 21.184] (II) RADEON(0): 000a20202020202020202020202000c1
    [ 21.184] (II) RADEON(0): Not using mode "1280x960" (bad mode clock/interlace/doublescan)
    [ 21.184] (II) RADEON(0): Printing probed modes for output VGA-0
    [ 21.184] (II) RADEON(0): Modeline "1024x768"x85.0 94.50 1024 1072 1168 1376 768 769 772 808 +hsync +vsync (68.7 kHz eP)
    [ 21.184] (II) RADEON(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
    [ 21.184] (II) RADEON(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
    [ 21.184] (II) RADEON(0): Modeline "1024x768"x75.1 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.1 kHz e)
    [ 21.184] (II) RADEON(0): Modeline "1024x768"x70.1 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e)
    [ 21.184] (II) RADEON(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    [ 21.184] (II) RADEON(0): Modeline "1024x768"x87.0 44.90 1024 1032 1208 1264 768 768 776 817 interlace +hsync +vsync (35.5 kHz e)
    [ 21.184] (II) RADEON(0): Modeline "832x624"x74.6 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz e)
    [ 21.184] (II) RADEON(0): Modeline "800x600"x85.1 56.25 800 832 896 1048 600 601 604 631 +hsync +vsync (53.7 kHz e)
    [ 21.184] (II) RADEON(0): Modeline "800x600"x72.2 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz e)
    [ 21.184] (II) RADEON(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
    [ 21.184] (II) RADEON(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    [ 21.184] (II) RADEON(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
    [ 21.184] (II) RADEON(0): Modeline "640x480"x85.0 36.00 640 696 752 832 480 481 484 509 -hsync -vsync (43.3 kHz e)
    [ 21.184] (II) RADEON(0): Modeline "640x480"x72.8 31.50 640 664 704 832 480 489 491 520 -hsync -vsync (37.9 kHz e)
    [ 21.184] (II) RADEON(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
    [ 21.184] (II) RADEON(0): Modeline "640x480"x66.7 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz e)
    [ 21.184] (II) RADEON(0): Modeline "640x480"x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    [ 21.184] (II) RADEON(0): Modeline "720x400"x87.8 35.50 720 738 846 900 400 421 423 449 -hsync -vsync (39.4 kHz e)
    [ 21.184] (II) RADEON(0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
    [ 21.184] (II) RADEON(0): Output HDMI-0 disconnected
    [ 21.184] (II) RADEON(0): Output DVI-0 disconnected
    [ 21.184] (II) RADEON(0): Output VGA-0 connected
    [ 21.184] (II) RADEON(0): Using exact sizes for initial modes
    [ 21.184] (II) RADEON(0): Output VGA-0 using initial mode 1024x768
    [ 21.184] (II) RADEON(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
    [ 21.184] (II) RADEON(0): mem size init: gart size :1fdff000 vram size: s:40000000 visible:fcc0000
    [ 21.184] (II) RADEON(0): EXA: Driver will allow EXA pixmaps in VRAM
    [ 21.184] (==) RADEON(0): DPI set to (96, 96)
    [ 21.184] (II) Loading sub module "fb"
    [ 21.184] (II) LoadModule: "fb"
    [ 21.184] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 21.186] (II) Module fb: vendor="X.Org Foundation"
    [ 21.186] compiled for 1.12.1, module version = 1.0.0
    [ 21.186] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 21.186] (II) Loading sub module "ramdac"
    [ 21.186] (II) LoadModule: "ramdac"
    [ 21.186] (II) Module "ramdac" already built-in
    [ 21.186] (--) Depth 24 pixmap format is 32 bpp
    [ 21.187] (II) RADEON(0): [DRI2] Setup complete
    [ 21.187] (II) RADEON(0): [DRI2] DRI driver: r600
    [ 21.187] (II) RADEON(0): [DRI2] VDPAU driver: r600
    [ 21.187] (II) RADEON(0): Front buffer size: 3072K
    [ 21.187] (II) RADEON(0): VRAM usage limit set to 230169K
    [ 21.188] (==) RADEON(0): Backing store disabled
    [ 21.188] (II) RADEON(0): Direct rendering enabled
    [ 21.189] (II) RADEON(0): Setting EXA maxPitchBytes
    [ 21.189] (II) EXA(0): Driver allocated offscreen pixmaps
    [ 21.189] (II) EXA(0): Driver registered support for the following operations:
    [ 21.189] (II) Solid
    [ 21.189] (II) Copy
    [ 21.189] (II) Composite (RENDER acceleration)
    [ 21.189] (II) UploadToScreen
    [ 21.189] (II) DownloadFromScreen
    [ 21.189] (II) RADEON(0): Acceleration enabled
    [ 21.189] (==) RADEON(0): DPMS enabled
    [ 21.189] (==) RADEON(0): Silken mouse enabled
    [ 21.222] (II) RADEON(0): Set up textured video
    [ 21.222] (II) RADEON(0): [XvMC] Associated with Radeon Textured Video.
    [ 21.222] (II) RADEON(0): [XvMC] Extension initialized.
    [ 21.222] (II) RADEON(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    [ 21.222] (--) RandR disabled
    [ 21.222] (II) Initializing built-in extension Generic Event Extension
    [ 21.222] (II) Initializing built-in extension SHAPE
    [ 21.222] (II) Initializing built-in extension MIT-SHM
    [ 21.222] (II) Initializing built-in extension XInputExtension
    [ 21.222] (II) Initializing built-in extension XTEST
    [ 21.222] (II) Initializing built-in extension BIG-REQUESTS
    [ 21.222] (II) Initializing built-in extension SYNC
    [ 21.222] (II) Initializing built-in extension XKEYBOARD
    [ 21.222] (II) Initializing built-in extension XC-MISC
    [ 21.222] (II) Initializing built-in extension SECURITY
    [ 21.222] (II) Initializing built-in extension XINERAMA
    [ 21.222] (II) Initializing built-in extension XFIXES
    [ 21.222] (II) Initializing built-in extension RENDER
    [ 21.222] (II) Initializing built-in extension RANDR
    [ 21.222] (II) Initializing built-in extension COMPOSITE
    [ 21.222] (II) Initializing built-in extension DAMAGE
    [ 21.538] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
    [ 21.538] (II) AIGLX: enabled GLX_INTEL_swap_event
    [ 21.538] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
    [ 21.538] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
    [ 21.539] (II) AIGLX: Loaded and initialized r600
    [ 21.539] (II) GLX: Initialized DRI2 GL provider for screen 0
    [ 21.540] (II) RADEON(0): Setting screen physical size to 270 x 203
    [ 21.747] (II) config/udev: Adding input device Power Button (/dev/input/event3)
    [ 21.747] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 21.747] (II) LoadModule: "evdev"
    [ 21.747] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 21.747] (II) Module evdev: vendor="X.Org Foundation"
    [ 21.747] compiled for 1.12.0, module version = 2.7.0
    [ 21.747] Module class: X.Org XInput Driver
    [ 21.747] ABI class: X.Org XInput driver, version 16.0
    [ 21.747] (II) Using input driver 'evdev' for 'Power Button'
    [ 21.747] (**) Power Button: always reports core events
    [ 21.747] (**) evdev: Power Button: Device: "/dev/input/event3"
    [ 21.748] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 21.748] (--) evdev: Power Button: Found keys
    [ 21.748] (II) evdev: Power Button: Configuring as keyboard
    [ 21.748] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
    [ 21.748] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
    [ 21.748] (**) Option "xkb_rules" "evdev"
    [ 21.748] (**) Option "xkb_model" "evdev"
    [ 21.748] (**) Option "xkb_layout" "us"
    [ 21.771] (II) config/udev: Adding input device Power Button (/dev/input/event2)
    [ 21.771] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 21.771] (II) Using input driver 'evdev' for 'Power Button'
    [ 21.771] (**) Power Button: always reports core events
    [ 21.771] (**) evdev: Power Button: Device: "/dev/input/event2"
    [ 21.771] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 21.771] (--) evdev: Power Button: Found keys
    [ 21.771] (II) evdev: Power Button: Configuring as keyboard
    [ 21.771] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input2/event2"
    [ 21.771] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
    [ 21.771] (**) Option "xkb_rules" "evdev"
    [ 21.771] (**) Option "xkb_model" "evdev"
    [ 21.771] (**) Option "xkb_layout" "us"
    [ 21.772] (II) config/udev: Adding input device PS/2+USB Mouse (/dev/input/event1)
    [ 21.772] (**) PS/2+USB Mouse: Applying InputClass "evdev pointer catchall"
    [ 21.772] (II) Using input driver 'evdev' for 'PS/2+USB Mouse'
    [ 21.772] (**) PS/2+USB Mouse: always reports core events
    [ 21.772] (**) evdev: PS/2+USB Mouse: Device: "/dev/input/event1"
    [ 21.772] (--) evdev: PS/2+USB Mouse: Vendor 0x4f3 Product 0x214
    [ 21.772] (--) evdev: PS/2+USB Mouse: Found 9 mouse buttons
    [ 21.772] (--) evdev: PS/2+USB Mouse: Found scroll wheel(s)
    [ 21.772] (--) evdev: PS/2+USB Mouse: Found relative axes
    [ 21.772] (--) evdev: PS/2+USB Mouse: Found x and y relative axes
    [ 21.772] (II) evdev: PS/2+USB Mouse: Configuring as mouse
    [ 21.772] (II) evdev: PS/2+USB Mouse: Adding scrollwheel support
    [ 21.772] (**) evdev: PS/2+USB Mouse: YAxisMapping: buttons 4 and 5
    [ 21.772] (**) evdev: PS/2+USB Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 21.772] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:02.0/usb2/2-3/2-3:1.0/input/input1/event1"
    [ 21.772] (II) XINPUT: Adding extended input device "PS/2+USB Mouse" (type: MOUSE, id 8)
    [ 21.772] (II) evdev: PS/2+USB Mouse: initialized for relative axes.
    [ 21.772] (**) PS/2+USB Mouse: (accel) keeping acceleration scheme 1
    [ 21.772] (**) PS/2+USB Mouse: (accel) acceleration profile 0
    [ 21.772] (**) PS/2+USB Mouse: (accel) acceleration factor: 2.000
    [ 21.772] (**) PS/2+USB Mouse: (accel) acceleration threshold: 4
    [ 21.773] (II) config/udev: Adding input device PS/2+USB Mouse (/dev/input/mouse0)
    [ 21.773] (II) No input driver specified, ignoring this device.
    [ 21.773] (II) This device may have been added with another device file.
    [ 21.773] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event5)
    [ 21.773] (II) No input driver specified, ignoring this device.
    [ 21.773] (II) This device may have been added with another device file.
    [ 21.773] (II) config/udev: Adding input device HDA NVidia Headphone (/dev/input/event6)
    [ 21.773] (II) No input driver specified, ignoring this device.
    [ 21.773] (II) This device may have been added with another device file.
    [ 21.773] (II) config/udev: Adding input device HD-Audio Generic HDMI/DP (/dev/input/event7)
    [ 21.773] (II) No input driver specified, ignoring this device.
    [ 21.773] (II) This device may have been added with another device file.
    [ 21.774] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
    [ 21.774] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
    [ 21.774] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
    [ 21.774] (**) AT Translated Set 2 keyboard: always reports core events
    [ 21.774] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
    [ 21.774] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
    [ 21.774] (--) evdev: AT Translated Set 2 keyboard: Found keys
    [ 21.774] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
    [ 21.774] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
    [ 21.774] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 9)
    [ 21.774] (**) Option "xkb_rules" "evdev"
    [ 21.774] (**) Option "xkb_model" "evdev"
    [ 21.774] (**) Option "xkb_layout" "us"
    [ 21.774] (II) config/udev: Adding input device PC Speaker (/dev/input/event4)
    [ 21.774] (II) No input driver specified, ignoring this device.
    [ 21.774] (II) This device may have been added with another device file.
    [ 2455.080] (II) AIGLX: Suspending AIGLX clients for VT switch
    [ 2455.927] (II) AIGLX: Resuming AIGLX clients after VT switch
    [ 2455.991] (II) RADEON(0): EDID vendor "GSM", prod id 17152
    [ 2455.991] (II) RADEON(0): Using EDID range info for horizontal sync
    [ 2455.991] (II) RADEON(0): Using EDID range info for vertical refresh
    [ 2455.991] (II) RADEON(0): Printing DDC gathered Modelines:
    [ 2455.991] (II) RADEON(0): Modeline "1024x768"x0.0 94.50 1024 1072 1168 1376 768 769 772 808 +hsync +vsync (68.7 kHz eP)
    [ 2455.991] (II) RADEON(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    [ 2455.991] (II) RADEON(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
    [ 2455.991] (II) RADEON(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
    [ 2455.991] (II) RADEON(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz e)
    [ 2455.991] (II) RADEON(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz e)
    [ 2455.991] (II) RADEON(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    [ 2455.991] (II) RADEON(0): Modeline "720x400"x0.0 35.50 720 738 846 900 400 421 423 449 -hsync -vsync (39.4 kHz e)
    [ 2455.991] (II) RADEON(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
    [ 2455.991] (II) RADEON(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz e)
    [ 2455.991] (II) RADEON(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e)
    [ 2455.991] (II) RADEON(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    [ 2455.991] (II) RADEON(0): Modeline "1024x768i"x0.0 44.90 1024 1032 1208 1264 768 768 772 817 interlace +hsync +vsync (35.5 kHz e)
    [ 2455.991] (II) RADEON(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz e)
    [ 2455.991] (II) RADEON(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
    [ 2455.991] (II) RADEON(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz e)
    [ 2455.991] (II) RADEON(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
    [ 2455.991] (II) RADEON(0): Modeline "640x480"x0.0 36.00 640 696 752 832 480 481 484 509 -hsync -vsync (43.3 kHz e)
    [ 2455.991] (II) RADEON(0): Modeline "800x600"x0.0 56.25 800 832 896 1048 600 601 604 631 +hsync +vsync (53.7 kHz e)
    [ 2455.991] (II) RADEON(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
    [ 2455.991] (II) RADEON(0): Modeline "1280x960"x70.0 120.84 1280 1368 1504 1728 960 961 964 999 -hsync +vsync (69.9 kHz e)
    [ 2459.460] (II) AIGLX: Suspending AIGLX clients for VT switch
    [ 2468.257] (II) AIGLX: Resuming AIGLX clients after VT switch
    [ 2468.321] (II) RADEON(0): EDID vendor "GSM", prod id 17152
    [ 2468.321] (II) RADEON(0): Using hsync ranges from config file
    [ 2468.321] (II) RADEON(0): Using vrefresh ranges from config file
    [ 2468.321] (II) RADEON(0): Printing DDC gathered Modelines:
    [ 2468.321] (II) RADEON(0): Modeline "1024x768"x0.0 94.50 1024 1072 1168 1376 768 769 772 808 +hsync +vsync (68.7 kHz eP)
    [ 2468.321] (II) RADEON(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    [ 2468.321] (II) RADEON(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
    [ 2468.321] (II) RADEON(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
    [ 2468.321] (II) RADEON(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz e)
    [ 2468.321] (II) RADEON(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz e)
    [ 2468.321] (II) RADEON(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    [ 2468.321] (II) RADEON(0): Modeline "720x400"x0.0 35.50 720 738 846 900 400 421 423 449 -hsync -vsync (39.4 kHz e)
    [ 2468.321] (II) RADEON(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
    [ 2468.321] (II) RADEON(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz e)
    [ 2468.321] (II) RADEON(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e)
    [ 2468.321] (II) RADEON(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    [ 2468.321] (II) RADEON(0): Modeline "1024x768i"x0.0 44.90 1024 1032 1208 1264 768 768 772 817 interlace +hsync +vsync (35.5 kHz e)
    [ 2468.321] (II) RADEON(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz e)
    [ 2468.321] (II) RADEON(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
    [ 2468.321] (II) RADEON(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz e)
    [ 2468.321] (II) RADEON(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
    [ 2468.321] (II) RADEON(0): Modeline "640x480"x0.0 36.00 640 696 752 832 480 481 484 509 -hsync -vsync (43.3 kHz e)
    [ 2468.321] (II) RADEON(0): Modeline "800x600"x0.0 56.25 800 832 896 1048 600 601 604 631 +hsync +vsync (53.7 kHz e)
    [ 2468.321] (II) RADEON(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
    [ 2468.321] (II) RADEON(0): Modeline "1280x960"x70.0 120.84 1280 1368 1504 1728 960 961 964 999 -hsync +vsync (69.9 kHz e)
    [ 39184.450] (II) AIGLX: Suspending AIGLX clients for VT switch
    [ 39373.609] (II) AIGLX: Resuming AIGLX clients after VT switch
    [ 39374.296] (II) RADEON(0): EDID vendor "GSM", prod id 17152
    [ 39374.296] (II) RADEON(0): Using hsync ranges from config file
    [ 39374.296] (II) RADEON(0): Using vrefresh ranges from config file
    [ 39374.296] (II) RADEON(0): Printing DDC gathered Modelines:
    [ 39374.296] (II) RADEON(0): Modeline "1024x768"x0.0 94.50 1024 1072 1168 1376 768 769 772 808 +hsync +vsync (68.7 kHz eP)
    [ 39374.296] (II) RADEON(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    [ 39374.296] (II) RADEON(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
    [ 39374.296] (II) RADEON(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
    [ 39374.296] (II) RADEON(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz e)
    [ 39374.296] (II) RADEON(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz e)
    [ 39374.296] (II) RADEON(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    [ 39374.296] (II) RADEON(0): Modeline "720x400"x0.0 35.50 720 738 846 900 400 421 423 449 -hsync -vsync (39.4 kHz e)
    [ 39374.296] (II) RADEON(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
    [ 39374.296] (II) RADEON(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz e)
    [ 39374.296] (II) RADEON(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e)
    [ 39374.296] (II) RADEON(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    [ 39374.296] (II) RADEON(0): Modeline "1024x768i"x0.0 44.90 1024 1032 1208 1264 768 768 772 817 interlace +hsync +vsync (35.5 kHz e)
    [ 39374.296] (II) RADEON(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz e)
    [ 39374.296] (II) RADEON(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
    [ 39374.296] (II) RADEON(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz e)
    [ 39374.296] (II) RADEON(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
    [ 39374.296] (II) RADEON(0): Modeline "640x480"x0.0 36.00 640 696 752 832 480 481 484 509 -hsync -vsync (43.3 kHz e)
    [ 39374.296] (II) RADEON(0): Modeline "800x600"x0.0 56.25 800 832 896 1048 600 601 604 631 +hsync +vsync (53.7 kHz e)
    [ 39374.296] (II) RADEON(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
    [ 39374.296] (II) RADEON(0): Modeline "1280x960"x70.0 120.84 1280 1368 1504 1728 960 961 964 999 -hsync +vsync (69.9 kHz e)
    [ 39391.660] (II) AIGLX: Suspending AIGLX clients for VT switch
    [ 39391.716] (II) AIGLX: Resuming AIGLX clients after VT switch
    [ 39391.780] (II) RADEON(0): EDID vendor "GSM", prod id 17152
    [ 39391.780] (II) RADEON(0): Using hsync ranges from config file
    [ 39391.780] (II) RADEON(0): Using vrefresh ranges from config file
    [ 39391.780] (II) RADEON(0): Printing DDC gathered Modelines:
    [ 39391.780] (II) RADEON(0): Modeline "1024x768"x0.0 94.50 1024 1072 1168 1376 768 769 772 808 +hsync +vsync (68.7 kHz eP)
    [ 39391.780] (II) RADEON(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    [ 39391.780] (II) RADEON(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
    [ 39391.780] (II) RADEON(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
    [ 39391.780] (II) RADEON(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz e)
    [ 39391.780] (II) RADEON(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz e)
    [ 39391.780] (II) RADEON(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    [ 39391.780] (II) RADEON(0): Modeline "720x400"x0.0 35.50 720 738 846 900 400 421 423 449 -hsync -vsync (39.4 kHz e)
    [ 39391.780] (II) RADEON(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
    [ 39391.780] (II) RADEON(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz e)
    [ 39391.780] (II) RADEON(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e)
    [ 39391.780] (II) RADEON(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    [ 39391.780] (II) RADEON(0): Modeline "1024x768i"x0.0 44.90 1024 1032 1208 1264 768 768 772 817 interlace +hsync +vsync (35.5 kHz e)
    [ 39391.780] (II) RADEON(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz e)
    [ 39391.780] (II) RADEON(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
    [ 39391.780] (II) RADEON(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz e)
    [ 39391.780] (II) RADEON(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
    [ 39391.780] (II) RADEON(0): Modeline "640x480"x0.0 36.00 640 696 752 832 480 481 484 509 -hsync -vsync (43.3 kHz e)
    [ 39391.780] (II) RADEON(0): Modeline "800x600"x0.0 56.25 800 832 896 1048 600 601 604 631 +hsync +vsync (53.7 kHz e)
    [ 39391.780] (II) RADEON(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
    [ 39391.780] (II) RADEON(0): Modeline "1280x960"x70.0 120.84 1280 1368 1504 1728 960 961 964 999 -hsync +vsync (69.9 kHz e)
    [ 40142.350] (II) AIGLX: Suspending AIGLX clients for VT switch
    [ 40174.146] (II) AIGLX: Resuming AIGLX clients after VT switch
    [ 40174.210] (II) RADEON(0): EDID vendor "GSM", prod id 17152
    [ 40174.210] (II) RADEON(0): Using hsync ranges from config file
    [ 40174.210] (II) RADEON(0): Using vrefresh ranges from config file
    [ 40174.210] (II) RADEON(0): Printing DDC gathered Modelines:
    [ 40174.210] (II) RADEON(0): Modeline "1024x768"x0.0 94.50 1024 1072 1168 1376 768 769 772 808 +hsync +vsync (68.7 kHz eP)
    [ 40174.210] (II) RADEON(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    [ 40174.210] (II) RADEON(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
    [ 40174.210] (II) RADEON(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
    [ 40174.210] (II) RADEON(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz e)
    [ 40174.210] (II) RADEON(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz e)
    [ 40174.210] (II) RADEON(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    [ 40174.210] (II) RADEON(0): Modeline "720x400"x0.0 35.50 720 738 846 900 400 421 423 449 -hsync -vsync (39.4 kHz e)
    [ 40174.210] (II) RADEON(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
    [ 40174.210] (II) RADEON(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz e)
    [ 40174.210] (II) RADEON(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e)
    [ 40174.210] (II) RADEON(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    [ 40174.210] (II) RADEON(0): Modeline "1024x768i"x0.0 44.90 1024 1032 1208 1264 768 768 772 817 interlace +hsync +vsync (35.5 kHz e)
    [ 40174.210] (II) RADEON(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz e)
    [ 40174.210] (II) RADEON(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
    [ 40174.210] (II) RADEON(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz e)
    [ 40174.210] (II) RADEON(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
    [ 40174.210] (II) RADEON(0): Modeline "640x480"x0.0 36.00 640 696 752 832 480 481 484 509 -hsync -vsync (43.3 kHz e)
    [ 40174.210] (II) RADEON(0): Modeline "800x600"x0.0 56.25 800 832 896 1048 600 601 604 631 +hsync +vsync (53.7 kHz e)
    [ 40174.210] (II) RADEON(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
    [ 40174.210] (II) RADEON(0): Modeline "1280x960"x70.0 120.84 1280 1368 1504 1728 960 961 964 999 -hsync +vsync (69.9 kHz e)
    [ 40196.210] (II) AIGLX: Suspending AIGLX clients for VT switch
    [ 40196.465] (II) AIGLX: Resuming AIGLX clients after VT switch
    [ 40196.528] (II) RADEON(0): EDID vendor "GSM", prod id 17152
    [ 40196.528] (II) RADEON(0): Using hsync ranges from config file
    [ 40196.528] (II) RADEON(0): Using vrefresh ranges from config file
    [ 40196.528] (II) RADEON(0): Printing DDC gathered Modelines:
    [ 40196.528] (II) RADEON(0): Modeline "1024x768"x0.0 94.50 1024 1072 1168 1376 768 769 772 808 +hsync +vsync (68.7 kHz eP)
    [ 40196.528] (II) RADEON(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    [ 40196.528] (II) RADEON(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
    [ 40196.528] (II) RADEON(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
    [ 40196.528] (II) RADEON(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz e)
    [ 40196.528] (II) RADEON(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz e)
    [ 40196.528] (II) RADEON(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    [ 40196.528] (II) RADEON(0): Modeline "720x400"x0.0 35.50 720 738 846 900 400 421 423 449 -hsync -vsync (39.4 kHz e)
    [ 40196.528] (II) RADEON(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
    [ 40196.528] (II) RADEON(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz e)
    [ 40196.528] (II) RADEON(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e)
    [ 40196.528] (II) RADEON(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    [ 40196.528] (II) RADEON(0): Modeline "1024x768i"x0.0 44.90 1024 1032 1208 1264 768 768 772 817 interlace +hsync +vsync (35.5 kHz e)
    [ 40196.528] (II) RADEON(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz e)
    [ 40196.528] (II) RADEON(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
    [ 40196.528] (II) RADEON(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz e)
    [ 40196.528] (II) RADEON(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
    [ 40196.528] (II) RADEON(0): Modeline "640x480"x0.0 36.00 640 696 752 832 480 481 484 509 -hsync -vsync (43.3 kHz e)
    [ 40196.528] (II) RADEON(0): Modeline "800x600"x0.0 56.25 800 832 896 1048 600 601 604 631 +hsync +vsync (53.7 kHz e)
    [ 40196.528] (II) RADEON(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
    [ 40196.528] (II) RADEON(0): Modeline "1280x960"x70.0 120.84 1280 1368 1504 1728 960 961 964 999 -hsync +vsync (69.9 kHz e)
    [ 40236.990] (II) AIGLX: Suspending AIGLX clients for VT switch
    [ 40237.531] (II) AIGLX: Resuming AIGLX clients after VT switch
    [ 40237.594] (II) RADEON(0): EDID vendor "GSM", prod id 17152
    [ 40237.594] (II) RADEON(0): Using hsync ranges from config file
    [ 40237.594] (II) RADEON(0): Using vrefresh ranges from config file
    [ 40237.594] (II) RADEON(0): Printing DDC gathered Modelines:
    [ 40237.594] (II) RADEON(0): Modeline "1024x768"x0.0 94.50 1024 1072 1168 1376 768 769 772 808 +hsync +vsync (68.7 kHz eP)
    [ 40237.594] (II) RADEON(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    [ 40237.594] (II) RADEON(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
    [ 40237.594] (II) RADEON(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
    [ 40237.594] (II) RADEON(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz e)
    [ 40237.594] (II) RADEON(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz e)
    [ 40237.594] (II) RADEON(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    [ 40237.594] (II) RADEON(0): Modeline "720x400"x0.0 35.50 720 738 846 900 400 421 423 449 -hsync -vsync (39.4 kHz e)
    [ 40237.594] (II) RADEON(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
    [ 40237.594] (II) RADEON(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz e)
    [ 40237.594] (II) RADEON(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e)
    [ 40237.594] (II) RADEON(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    [ 40237.594] (II) RADEON(0): Modeline "1024x768i"x0.0 44.90 1024 1032 1208 1264 768 768 772 817 interlace +hsync +vsync (35.5 kHz e)
    [ 40237.594] (II) RADEON(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz e)
    [ 40237.594] (II) RADEON(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
    [ 40237.594] (II) RADEON(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz e)
    [ 40237.594] (II) RADEON(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
    [ 40237.594] (II) RADEON(0): Modeline "640x480"x0.0 36.00 640 696 752 832 480 481 484 509 -hsync -vsync (43.3 kHz e)
    [ 40237.594] (II) RADEON(0): Modeline "800x600"x0.0 56.25 800 832 896 1048 600 601 604 631 +hsync +vsync (53.7 kHz e)
    [ 40237.594] (II) RADEON(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
    [ 40237.594] (II) RADEON(0): Modeline "1280x960"x70.0 120.84 1280 1368 1504 1728 960 961 964 999 -hsync +vsync (69.9 kHz e)
    [ 40238.710] (II) AIGLX: Suspending AIGLX clients for VT switch
    [ 40249.038] (II) AIGLX: Resuming AIGLX clients after VT switch
    [ 40249.102] (II) RADEON(0): EDID vendor "GSM", prod id 17152
    [ 40249.102] (II) RADEON(0): Using hsync ranges from config file
    [ 40249.102] (II) RADEON(0): Using vrefresh ranges from config file
    [ 40249.102] (II) RADEON(0): Printing DDC gathered Modelines:
    [ 40249.102] (II) RADEON(0): Modeline "1024x768"x0.0 94.50 1024 1072 1168 1376 768 769 772 808 +hsync +vsync (68.7 kHz eP)
    [ 40249.102] (II) RADEON(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    [ 40249.102] (II) RADEON(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
    [ 40249.102] (II) RADEON(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
    [ 40249.102] (II) RADEON(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz e)
    [ 40249.102] (II) RADEON(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz e)
    [ 40249.102] (II) RADEON(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    [ 40249.102] (II) RADEON(0): Modeline "720x400"x0.0 35.50 720 738 846 900 400 421 423 449 -hsync -vsync (39.4 kHz e)
    [ 40249.102] (II) RADEON(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
    [ 40249.102] (II) RADEON(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz e)
    [ 40249.102] (II) RADEON(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e)
    [ 40249.102] (II) RADEON(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    [ 40249.102] (II) RADEON(0): Modeline "1024x768i"x0.0 44.90 1024 1032 1208 1264 768 768 772 817 interlace +hsync +vsync (35.5 kHz e)
    [ 40249.102] (II) RADEON(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz e)
    [ 40249.102] (II) RADEON(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
    [ 40249.102] (II) RADEON(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz e)
    [ 40249.102] (II) RADEON(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
    [ 40249.102] (II) RADEON(0): Modeline "640x480"x0.0 36.00 640 696 752 832 480 481 484 509 -hsync -vsync (43.3 kHz e)
    [ 40249.102] (II) RADEON(0): Modeline "800x600"x0.0 56.25 800 832 896 1048 600 601 604 631 +hsync +vsync (53.7 kHz e)
    [ 40249.102] (II) RADEON(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
    [ 40249.102] (II) RADEON(0): Modeline "1280x960"x70.0 120.84 1280 1368 1504 1728 960 961 964 999 -hsync +vsync (69.9 kHz e)
    [ 40281.360] (II) AIGLX: Suspending AIGLX clients for VT switch
    [ 40289.492] (II) AIGLX: Resuming AIGLX clients after VT switch
    [ 40289.560] (II) RADEON(0): EDID vendor "GSM", prod id 17152
    [ 40289.560] (II) RADEON(0): Using hsync ranges from config file
    [ 40289.560] (II) RADEON(0): Using vrefresh ranges from config file
    [ 40289.560] (II) RADEON(0): Printing DDC gathered Modelines:
    [ 40289.560] (II) RADEON(0): Modeline "1024x768"x0.0 94.50 1024 1072 1168 1376 768 769 772 808 +hsync +vsync (68.7 kHz eP)
    [ 40289.560] (II) RADEON(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    [ 40289.560] (II) RADEON(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
    [ 40289.560] (II) RADEON(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
    [ 40289.560] (II) RADEON(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz e)
    [ 40289.560] (II) RADEON(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz e)
    [ 40289.560] (II) RADEON(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    [ 40289.560] (II) RADEON(0): Modeline "720x400"x0.0 35.50 720 738 846 900 400 421 423 449 -hsync -vsync (39.4 kHz e)
    [ 40289.560] (II) RADEON(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
    [ 40289.560] (II) RADEON(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz e)
    [ 40289.560] (II) RADEON(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e)
    [ 40289.560] (II) RADEON(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    [ 40289.560] (II) RADEON(0): Modeline "1024x768i"x0.0 44.90 1024 1032 1208 1264 768 768 772 817 interlace +hsync +vsync (35.5 kHz e)
    [ 40289.560] (II) RADEON(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz e)
    [ 40289.560] (II) RADEON(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
    [ 40289.560] (II) RADEON(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz e)
    [ 40289.560] (II) RADEON(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
    [ 40289.560] (II) RADEON(0): Modeline "640x480"x0.0 36.00 640 696 752 832 480 481 484 509 -hsync -vsync (43.3 kHz e)
    [ 40289.560] (II) RADEON(0): Modeline "800x600"x0.0 56.25 800 832 896 1048 600 601 604 631 +hsync +vsync (53.7 kHz e)
    [ 40289.560] (II) RADEON(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
    [ 40289.560] (II) RADEON(0): Modeline "1280x960"x70.0 120.84 1280 1368 1504 1728 960 961 964 999 -hsync +vsync (69.9 kHz e)
    [ 40294.610] (II) AIGLX: Suspending AIGLX clients for VT switch
    [ 40827.167] (II) AIGLX: Resuming AIGLX clients after VT switch
    [ 40827.235] (II) RADEON(0): EDID vendor "GSM", prod id 17152
    [ 40827.235] (II) RADEON(0): Using hsync ranges from config file
    [ 40827.235] (II) RADEON(0): Using vrefresh ranges from config file
    [ 40827.235] (II) RADEON(0): Printing DDC gathered Modelines:
    [ 40827.235] (II) RADEON(0): Modeline "1024x768"x0.0 94.50 1024 1072 1168 1376 768 769 772 808 +hsync +vsync (68.7 kHz eP)
    [ 40827.235] (II) RADEON(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    [ 40827.235] (II) RADEON(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
    [ 40827.235] (II) RADEON(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
    [ 40827.235] (II) RADEON(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz e)
    [ 40827.235] (II) RADEON(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz e)
    [ 40827.235] (II) RADEON(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    [ 40827.235] (II) RADEON(0): Modeline "720x400"x0.0 35.50 720 738 846 900 400 421 423 449 -hsync -vsync (39.4 kHz e)
    [ 40827.235] (II) RADEON(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
    [ 40827.235] (II) RADEON(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz e)
    [ 40827.235] (II) RADEON(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e)
    [ 40827.235] (II) RADEON(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    [ 40827.235] (II) RADEON(0): Modeline "1024x768i"x0.0 44.90 1024 1032 1208 1264 768 768 772 817 interlace +hsync +vsync (35.5 kHz e)
    [ 40827.235] (II) RADEON(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz e)
    [ 40827.235] (II) RADEON(0): Mode

  • Iphoto 09 - after install, not all photo's can be printed - help

    After installing iphoto, not all of my photo's were displaying. and when I had tried to print, only original photo's would print. if a duplicated or edited photo was selected, it would just look like a screen dump. I have uninstalled the software and re-installed it. the same problem occured. When I reinstalled it, the faces did not run. help please!

    i think i found a solution. rebuilding the photo database and fixing permissions did not correct a problem with 1 of the 4 photos I was attempting to print. Editing the photo in iPhoto may have resulting in the photo becoming corrupted. To make a long story short ... I used Time Machine to retrieve an earlier version of the corrupted photo, and all seems to be well.

  • Solaris wont boot after installing Smart Boot Manager

    I installed Solaris 10 today. Everything was fine, but because i have 2 WXP installations on my 2 harddrives i have to install a boot manager. I always used Smart Boot Manager because it was simple and powerful. But after that if i try to run Solaris, the Solaris Booting System starts, everything is fine (except this that it doesnt see my keyboard) but then i get an error like this:
    ERROR: system/filesystem/root:default cant mount /boot
    and promts to type the administrator password. I uninstalled SBM and now everything is OK. But i cant boot my 2nd WXP install.
    (my HDD's:
    HDD1&#64;SATA-0: (First boot device in my BIOS)
    1) WXP
    2) Solaris Boot <- Active
    3) Solaris
    4) NTFS
    HDD2&#64;PATA-0-Master (Second boot device in my BIOS)
    1) WXP <- Active
    2) NTFS)
    Has anyone a workaround for this problem?

    That seems to be a known issue that have been for a lot of time around with some combinations of X-Fi, mobo, and GPU...
    This problem doesnt have any real solution at all... if you dont have a way to config in the bios the priority of video card, like what goes first for video PCI or PCI-E, that is the only way to fix it so far.

  • [SOLVED] No sound after installing pulseaudio

    Hi,
    I recently installed pulseaudio to be able to use skype since their update to version 4.3.
    I installed with additional stuff using the command:
    $ sudo pacman -S pulseaudio pulseaudio-alsa pavucontrol lib32-libpulse
    After installing I ran the commands:
    $ pulseaudio -k
    $ pulseaudio --start
    At this point, skype and sound were working properly again.
    After rebooting my computer, I completely lost the sound. I tried killing and restarting pulseaudio and reinstalled twice, but I never managed to have to sound back since...
    Any suggestions?
    Thank you for your help
    Last edited by nocarch (2014-08-08 00:29:48)

    What troubleshooting have you done?
    Moving to NC...

  • [SOLVED] No Sound After Installing KDE

    After installing KDE I have no sound.
    Results of commands
    lspci | grep Audio
    gives
    00:1b.0 Audio device: Intel Corporation NM10/ICH7 Family High Definition Audio Controller (rev 01)
    and
    aplay -l
    gives
    aplay: device_list:256: no soundcards found...
    Can someone help?
    Last edited by vujke (2012-11-13 12:14:52)

    Morn wrote:First I would run "lsmod" to check if the snd kernel modules are loaded…
    Module Size Used by
    rfcomm 33791 4
    bnep 8857 2
    snd_hda_codec_realtek 61193 1
    btusb 12372 0
    bluetooth 192120 22 bnep,btusb,rfcomm
    snd_hda_intel 26180 0
    snd_hda_codec 98033 2 snd_hda_codec_realtek,snd_hda_intel
    rfkill 15604 2 bluetooth
    snd_hwdep 6300 1 snd_hda_codec
    snd_pcm 75167 2 snd_hda_codec,snd_hda_intel
    snd_page_alloc 7217 2 snd_pcm,snd_hda_intel
    coretemp 6070 0
    kvm_intel 124749 0
    kvm 373917 1 kvm_intel
    snd_timer 18934 1 snd_pcm
    snd 59989 6 snd_hda_codec_realtek,snd_hwdep,snd_timer,snd_pcm,snd_hda_codec,snd_hda_intel
    soundcore 5442 1 snd
    ppdev 5902 0
    psmouse 71909 0
    microcode 12377 0
    parport_pc 30541 0
    acpi_cpufreq 5933 1
    mperf 1267 1 acpi_cpufreq
    processor 26855 1 acpi_cpufreq
    serio_raw 4689 0
    pcspkr 1899 0
    iTCO_wdt 5255 0
    iTCO_vendor_support 1929 1 iTCO_wdt
    lpc_ich 10609 0
    parport 31363 2 ppdev,parport_pc
    atl1c 33646 0
    asus_atk0110 9824 0
    evdev 10266 4
    fuse 69173 8
    vboxdrv 1823469 0
    ext4 440434 2
    crc16 1359 2 ext4,bluetooth
    jbd2 78751 1 ext4
    mbcache 5977 1 ext4
    sr_mod 14823 0
    cdrom 35520 1 sr_mod
    sd_mod 29559 7
    ata_generic 3338 0
    pata_acpi 3451 0
    uhci_hcd 23436 0
    ata_piix 23352 5
    libata 167683 3 pata_acpi,ata_generic,ata_piix
    scsi_mod 133386 3 libata,sd_mod,sr_mod
    ehci_hcd 41816 0
    usbcore 150398 3 btusb,uhci_hcd,ehci_hcd
    usb_common 954 1 usbcore
    i915 495073 2
    video 11276 1 i915
    button 4662 1 i915
    i2c_algo_bit 5391 1 i915
    intel_agp 10744 1 i915
    intel_gtt 15659 3 i915,intel_agp
    drm_kms_helper 32877 1 i915
    drm 218724 3 i915,drm_kms_helper
    i2c_core 20707 4 drm,i915,drm_kms_helper,i2c_algo_bit
    I would say it is.
    Morn wrote:
    By the way, I'm also having audio issues with KDE 4.9.3 now. I can play sound though, it's the mixer that's broken.
    P.S. I could fix my issue in the KMix preferences. (The wrong audio interface had been selected since the upgrade.)
    Do you think on Phonon preferences. If is, I got nothing to select.
    Last edited by vujke (2012-11-11 22:50:35)

  • [SOLVED] Install archlinux from a archlinux system -system not booting

    Hey there,
    I am trying to install a fresh archlinux system from within an existing archlinux installation. -- I really hope to get help here, I am clueless.
    Theoretically this could be posted in the newby section but I think my problem is more special and it's not my first archlinux installation at all.
    The facts:
    I am renting an ovh server (kimsufi.com) and I want to install archlinux without their special ovh features.
    The rescue system (debian) don't let me install archlinux (pacstrap error -> "mount: mount point /mnt/dev/pts does not exist"). Same as here -> https://bbs.archlinux.org/viewtopic.php?pid=1231074
    Because of that I install archlinux over the webinterface and then I want to install archlinux on another partition.
    The problem:
    The archlinux system from ovh is working, it is booting fine. My freshly installed system looks to don't boot at all.
    There are no logs in /var/log (no dmesg etc.) so I think that it doesn't past grub.
    I am clueless what I can do to get it to boot.
    What I have tried...
    "Pretty everything" I would say but this doesn't help anyone.
    pacman -Syu linux mkinitcpio grub <- to be sure everything is installed.
    -- Openssh is installed and configured, network is configured, fstab is correct, openssh and netctl is on autostart with systemctl.
    mkinitcpio -p linux <- everything ok
    grub-mkconfig -o /boot/grub/grub.cfg <- that's also fine
    grub-install --recheck /dev/sda <- no problems so far
    That's all, I hope I haven't forgotten anything.
    Partitions:
    Device Boot Start End Blocks Id System
    /dev/sda1 4096 526335 261120 83 Linux <--- /boot of the ovh system
    /dev/sda2 526336 19398655 9436160 83 Linux <--- / of the ovh system
    /dev/sda3 * 19398656 20445183 523264 83 Linux <--- /boot of the fresh system
    /dev/sda4 20445184 26736639 3145728 5 Extended
    /dev/sda5 20447232 26736639 3144704 83 Linux <--- / of the fresh system
    The bootflag is ignored because grub is installed into MBR.
    Please post any ideas, I don't know what I may have forgotten.
    Last edited by lookingaty (2014-02-14 21:24:39)

    Since it's a server by ovh/kimsufi, I am not able to see what's going on with grub. (I have no idea how to diagnose that problem.)
    The grub.cfg seems to be correct.
    I tried it again without an extended partition, every partition are primary ones. Still no logs.
    Device Boot Start End Blocks Id System
    /dev/sda1 2048 526335 262144 83 Linux <--- /boot of both systems (only grub.cfg changes)
    /dev/sda2 526336 19398655 9436160 83 Linux <--- / of the ovh system
    /dev/sda3 19398656 25690111 3145728 83 Linux <--- / of the fresh system
    At the moment the grub.cfg points to the OVH archlinux, not the freshly installed one.
    I have modified that file by hand to OVH archlinux (sda2; UUID changed of course). OVH archlinux boots.
    I can run grub-mkconfig -o /boot/grub/grub.cfg with the fresh system in arch-chroot again but it won't help.
    But I can still do this and post it here.
    My grub.cfg:
    # 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
    if [ "${next_entry}" ] ; then
    set default="${next_entry}"
    set next_entry=
    save_env next_entry
    set boot_once=true
    else
    set default="0"
    fi
    if [ x"${feature_menuentry_id}" = xy ]; then
    menuentry_id_option="--id"
    else
    menuentry_id_option=""
    fi
    export menuentry_id_option
    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 {
    if [ x$feature_all_video_module = xy ]; then
    insmod all_video
    else
    insmod efi_gop
    insmod efi_uga
    insmod ieee1275_fb
    insmod vbe
    insmod vga
    insmod video_bochs
    insmod video_cirrus
    fi
    if [ x$feature_default_font_path = xy ] ; then
    font=unicode
    else
    insmod part_msdos
    insmod ext2
    set root='hd0,msdos2'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos2 --hint-efi=hd0,msdos2 --hint-baremetal=ahci0,msdos2 bdf22a6f-cc53-41bc-a539-681a16bad2d2
    else
    search --no-floppy --fs-uuid --set=root bdf22a6f-cc53-41bc-a539-681a16bad2d2
    fi
    font="/usr/share/grub/unicode.pf2"
    fi
    if loadfont $font ; then
    set gfxmode=auto
    load_video
    insmod gfxterm
    set locale_dir=$prefix/locale
    set lang=en_US
    insmod gettext
    fi
    terminal_input console
    terminal_output gfxterm
    if [ x$feature_timeout_style = xy ] ; then
    set timeout_style=menu
    set timeout=5
    # Fallback normal timeout code in case the timeout_style feature is
    # unavailable.
    else
    set timeout=5
    fi
    ### END /etc/grub.d/00_header ###
    ### BEGIN /etc/grub.d/10_archlinux ###
    menuentry "Arch Linux pkg-linux kernel" --class arch-linux --class arch --class gnu-linux --class gnu --class os {
    if [ x$feature_all_video_module = xy ]; then
    insmod all_video
    fi
    set gfxpayload=keep
    insmod ext2
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 057c8a71-6eab-4093-80e6-3191386697ff
    else
    search --no-floppy --fs-uuid --set=root 057c8a71-6eab-4093-80e6-3191386697ff
    fi
    echo 'Loading Arch Linux pkg-linux kernel ...'
    linux /vmlinuz-linux root=UUID=bdf22a6f-cc53-41bc-a539-681a16bad2d2 rw quiet
    echo 'Loading Arch Linux pkg-linux kernel initramfs ...'
    initrd /initramfs-linux.img
    menuentry "Arch Linux pkg-linux kernel (fallback initramfs)" --class arch-linux --class arch --class gnu-linux --class gnu --class os {
    if [ x$feature_all_video_module = xy ]; then
    insmod all_video
    fi
    set gfxpayload=keep
    insmod ext2
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 057c8a71-6eab-4093-80e6-3191386697ff
    else
    search --no-floppy --fs-uuid --set=root 057c8a71-6eab-4093-80e6-3191386697ff
    fi
    echo 'Loading Arch Linux pkg-linux kernel ...'
    linux /vmlinuz-linux root=UUID=bdf22a6f-cc53-41bc-a539-681a16bad2d2 rw quiet
    echo 'Loading Arch Linux pkg-linux kernel fallback initramfs ...'
    initrd /initramfs-linux-fallback.img
    ### END /etc/grub.d/10_archlinux ###
    ### BEGIN /etc/grub.d/10_linux ###
    menuentry 'Arch Linux' --class arch --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-bdf22a6f-cc53-41bc-a539-681a16bad2d2' {
    load_video
    set gfxpayload=keep
    insmod gzio
    insmod part_msdos
    insmod ext2
    set root='hd0,msdos1'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 057c8a71-6eab-4093-80e6-3191386697ff
    else
    search --no-floppy --fs-uuid --set=root 057c8a71-6eab-4093-80e6-3191386697ff
    fi
    echo 'Loading Linux linux ...'
    linux /vmlinuz-linux root=UUID=bdf22a6f-cc53-41bc-a539-681a16bad2d2 rw quiet
    echo 'Loading initial ramdisk ...'
    initrd /initramfs-linux.img
    submenu 'Advanced options for Arch Linux' $menuentry_id_option 'gnulinux-advanced-bdf22a6f-cc53-41bc-a539-681a16bad2d2' {
    menuentry 'Arch Linux, with Linux linux' --class arch --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-linux-advanced-bdf22a6f-cc53-41bc-a539-681a16bad2d2' {
    load_video
    set gfxpayload=keep
    insmod gzio
    insmod part_msdos
    insmod ext2
    set root='hd0,msdos1'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 057c8a71-6eab-4093-80e6-3191386697ff
    else
    search --no-floppy --fs-uuid --set=root 057c8a71-6eab-4093-80e6-3191386697ff
    fi
    echo 'Loading Linux linux ...'
    linux /vmlinuz-linux root=UUID=bdf22a6f-cc53-41bc-a539-681a16bad2d2 rw quiet
    echo 'Loading initial ramdisk ...'
    initrd /initramfs-linux.img
    ### END /etc/grub.d/10_linux ###
    ### BEGIN /etc/grub.d/20_linux_xen ###
    ### END /etc/grub.d/20_linux_xen ###
    ### BEGIN /etc/grub.d/30_os-prober ###
    ### END /etc/grub.d/30_os-prober ###
    ### BEGIN /etc/grub.d/40_custom ###
    # This file provides an easy way to add custom menu entries. Simply type the
    # menu entries you want to add after this comment. Be careful not to change
    # the 'exec tail' line above.
    ### END /etc/grub.d/40_custom ###
    ### BEGIN /etc/grub.d/41_custom ###
    if [ -f ${config_directory}/custom.cfg ]; then
    source ${config_directory}/custom.cfg
    elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
    source $prefix/custom.cfg;
    fi
    ### END /etc/grub.d/41_custom ###
    ### BEGIN /etc/grub.d/60_memtest86+ ###
    ### END /etc/grub.d/60_memtest86+ ###

  • [Solved] UEFI. System hangs on boot after successfully activating swap

    Alright.
    Unnecessary Background:
    I've been using Arch for years. I just bought a stupidly good computer with a bunch of specs that I don't think are relevant, except for the fact that I am using an X99-pro. It has RAID support, but I am not using that currently. I bought all the parts and finished constructing it this morning (I live in Japan, so that was a while ago). Normally, I have no problems with installation; however, I wanted to do this one UEFI mode. After booting into the live disk, I checked to make sure everything was working as it should. Arch recognized my graphics card, most of my ram (one of the cards is a bit finicky for some reason), my SSD and HDD, along with the built-in WiFi (although it is an annoying broadcom one, so I need to install the driver separately later). Now, there are plenty of sources of error in here:
    Problem:
    I got through the arch installation and tried gummiboot. It would hang every time after successfully activating swap. I tried grub, too, but had the same problem. Because gummiboot is much less cumbersome, I switched back to that. Interestingly, systemd will sometimes recognize my drive twice before activating swap, and if I edit my fstab to ignore the swap completely, it hangs on the next step with is mounting the boot partition. I would like to point out that because I am not able to successfully boot my system, I cannot provide the exact messages for you guys, which may pose a problem.
    Solutions I have tried:
    1. Chrooting / mkinitcpio -p linux
    2. modifying fstab / removing swap from it completely
    3. fresh re-install
    Sources of error:
    1. Construction. Everything seems appropriate on the live usb, but maybe there is a problem in which ports I used for the SSD and HDD
    2. UEFI. It could be that UEFI just doesn't like mounting multiple things and freezes up when put on the spot.
    3. Legacy. It could be that this is not a problem with UEFI or my construction, but something I missed in the installation.
    Additional info:
    Partitioning scheme:
    sda1: ~500MiB boot / EFI partition
    sda2: ~4G swap
    sda3: ~110G /
    sdb:   ~2T, untouched (for storage later)
    I apologize for any typos and hope it was readable. I am super exhausted and going to take a nap. I'll check back in on this in the morning.
    Last edited by Leios (2015-02-08 00:16:27)

    Please post the output of:
    # gdisk -l /dev/sda
    lsblk -f
    And the contents of your gummiboot loader.conf and arch.conf (or whatever you've called it).
    Post the output of the commands after you have mounted all your partitions and (arch-)chroot'd into your system.
    You can use wgetpaste to post the outputs, as described by @ewaller here:
    https://bbs.archlinux.org/viewtopic.php … 8#p1500528
    Alternatively, pipe the command output to a text file and export it (using a live distribution or a USB stick).
    You should remove swap from your fstab -- systemd mounts it automatically anyway.

  • SOLVED-Install not booting on Intel Imac-white screen

    I just tried to install Archlinux with the new install disc fo the fifth time, without succes.
    When I restart the computer all i get is a white screen.
    Restarting the install disc, mounting the harddisk partitions and arch-chrooting I can get into the installed linux, I can do everything even install new programs and get these working but when starting normally it's the white screen again.
    It is an Intel Imac dual core with 27" screen on whitch the old install disc did it's work flawlessly.
    Any idea where I can start searching?
    Last edited by mianka (2012-08-03 14:14:52)

    How long do you wait on that white screen?
    I have arch on two different macs - and early iMac, and an early macbook.  They both have long delays on the white EFI screen.
    There are allegedly ways to fix this but I have never bothered as I do not reboot either of these machines that often.  Many reports claim it should be a 30 second delay, but on the IMac I'm typing from now (in arch) it is at least 2 minutes.  Whenever I need to reboot this machine, I just type reboot, then go for coffee.

Maybe you are looking for