Mkinitcpio and ipw3945

Hi
I tried to switch mkinitcpio (even though I have no idea what it actually is) - and it went fine ... I just followed the wiki. But I can't get my ipw3945 wireless card to work.
From kernel.log
Aug 28 12:09:24 E4484Marianne ipw3945: Intel(R) PRO/Wireless 3945 Network Connection driver for Linux, 1.0.12dmpr
Aug 28 12:09:24 E4484Marianne ipw3945: Copyright(c) 2003-2006 Intel Corporation
Aug 28 12:09:24 E4484Marianne ipw3945: Detected Intel PRO/Wireless 3945ABG Network Connection
Aug 28 12:09:24 E4484Marianne ipw3945: ipw3945.ucode load failed: Reason -2
Aug 28 12:09:24 E4484Marianne ipw3945: Could not read microcode: -2
Aug 28 12:09:24 E4484Marianne ipw3945: probe of 0000:05:00.0 failed with error -2
What is reason -2? I have a ipw3945.ucode file on my system in  /lib/firmware

Okay - I'm not using net boot. I removed the net hook from the mkinitcpio.conf file.
Still if I boot with the new boot image that I made the way it says in the wiki then I cannot use my wireless card. iwconfig tells me no wireless extensions on my wifi card - but if I boot with my old boot image it works perfectly.
I really do not care whether or not this is caused by mkinitcpio.
I did not post here to be YELLED at just because I don't know what the stupid mkinitcpio does and why I need it/don't need it. All I did was read this:
This is an announcement for those of you still using mkinitrd to boot your machines.
For some time now there has been a notice upon kernel install that mkinitrd will be replaced by mkinitcpio once the 2.6.18 series is released. That time is quickly approaching. To anyone who has not at least tried mkinitcpio (/boot/kernel26.img) is advised to try it and report any issues on the bug tracker before this goes live.
Thank you,
phrakture
Hope you enjoyed yourself making me feel bad.

Similar Messages

  • Problem with kernel 2.6.19 and ipw3945 from testing

    After kernel and ipw3945 packages update from testing my wireless network profile isn't working any more so there's something wrong with one of those. Ipw3945 module is loaded but network profile simply fails to start (maybe problems with dhcp?). With kernel and ipw3945 from current everything works fine.
    Anyone has similar problem?

    congyiwu wrote:
    The extra repository seems to already have 1.1.2... I was having the same problem so I ran "pacman -S extra/ipw3945"
    Does anyone know why pacman -Syu doesn't automatically figure out that the version in extra is newer than the version in testing?
    The extra version (i.e. the one that's been upgraded to 1.1.2) was compiled for the kernel26 package in extra (2.6.18), wheras the version in testing was compiled for the kernel26 in testing (2.6.19).  Thus the module in extra won't work if you're using the newer kernel.
    I hope the testing package gets upgraded soon, since it sucks not being able to use wireless!  I tried to update the PKGBUILD myself, but couldn't get a working module...

  • Problem with WPA and ipw3945

    Oi, it is me again ...
    I have a problem when trying to connect to my wireless router using WPA. The wireless works as long as I leave WPA of, and when I try the same configuration with WPA on an other notebook it does work. I have loaded ipw3945 and started ipw3945d. Without WPA the following woks correct:
    iwconfig eth1 essid network
    but when I try the following with WPA I can't connect:
    iwconfig eth1 essid yyy mode managed key restricted s:xxx
    here is some more info:
    whome (network profile)
    # Network Profile
    DESCRIPTION="Home Wireless Profile"
    # Network Settings
    INTERFACE=eth1
    HOSTNAME=hawking
    # Interface Settings (use IFOPTS="dhcp" for DHCP)
    IFOPTS="dhcp"
    GATEWAY=192.168.2.1
    # Wireless Settings (optional)
    ESSID=yyy
    IWOPTS="mode managed essid $ESSID"
    WIFI_INTERFACE=eth1 # use this if you have a special wireless interface
    # that is linked to the real $INTERFACE
    WIFI_WAIT=5 # seconds to wait for the wireless card to
    # associate before bringing the interface up
    USEWPA="yes" # start wpa_supplicant with the profile
    WPAOPTS="-D wext" # use "" for normal operation or specify additional
    # options (eg, "-D ipw")
    # see /etc/wpa_supplicant.conf for configuration
    AUTOWPA="yes" # automatically configure WPA
    PASSKEY="xxx" # wpa passkey/phrase. for use with AUTOWPA
    wpa_suppificant
    ctrl_interface=/var/run/wpa_supplicant
    ctrl_interface_group=0
    eapol_version=1
    ap_scan=1
    fast_reauth=1
    network={
    ssid="yyy"
    psk="xxx"
    key_mgmt=WPA-PSK
    proto=WPA
    dmesg tells the following about eth1:
    eth1: link is not ready
    Can someone help me with this problem, it is all very confusing trying to find a way through all the different tools and configuration files...
    <_abe>

    I have the same card.
    installed knetworkmanager (I am using kde) and provided required wpa information at first start and it works.

  • Mkinitcpio and Knoppix

    Hi,
    I want to clone a running Archlinux system into a VMWARE Server Image. I've done backups with rsync for so long and it worked every time I needed to clone or restore a system.
    But now I'm running into some difficulties I cannot solve.
    I started the virtual machine with Knoppix, prepared the hard disk and did a
    rsync -avn --numeric-ids --delete --exclude=/sys --exclude=/proc [email protected]:/ /
    I changed /etc/fstab and /boot/grub/menu.lst to the new device names (hda1->sda1) and reinstalled  GRUB:
    $> grub
    grub> root (hd0,1)
    grub> setup (hd0)
    grub> quit
    I created the folders /proc and /sys and did a reboot.
    But after loading the initial ramdisk I get some errors:
    :: Loading Initramfs
    ERROR: Failed to parse block device name for '/dev/sda2'
    ERROR: root fs cannot be detected.
    kinit: unable to mount root fs on device (hd0,0)
    kinit: init not found
    I don't know what's wrong, because (hd0,0) is not configured anywhere.
    My grub.lst:
    # (0) Arch Linux
    title  Arch Linux
    root   (hd0,1)
    kernel /boot/vmlinuz26 root=/dev/sda2 ro quiet
    initrd /boot/kernel26.img
    title  Arch Linux (failsafe)
    root   (hd0,1)
    kernel /boot/vmlinuz26 root=/dev/sda2 ro init 1
    initrd /boot/kernel26.img
    I wanted to create new initramfs images, but this fails because the kernel version of the Knoppix DVD doesn't fit with my installation
    "cannot find /lib/modules/2.6.15".................
    my kernel version is 2.6.20...
    So what should I do? Is it possible to boot with the kernel from the hard disk or is my problem located elsewhere??

    In that case, this error:
    ERROR: Failed to parse block device name for '/dev/sda2'
    indicates that the device node could not be found.  This is most likely because the module for your disk was not loaded at this point.  VMWare needs some odd module for disks, i think - one that can't be autodetects... BusLogic or something?  Try loading that in the MODULES="" list for you mkinitcpio image.

  • Mkinitcpio and DSDT hook

    Hi,
    I'm a bit confused with the [dsdt] hook... If anyone could please kindly help me to clarify...
    1. Is the /lib/initcpio/custom.dsdt file only a renamed DSDT.aml or should it be something else...?
    2. Then, on the mkinitcpio wiki page, concerning DSDT hook, it's mentioned :
    INSTALLATION
    Loads a custom acpi dsdt file during boot. Place your custom dsdt file for inclusion at /lib/initcpio/custom.dsdt
    RUNTIME
    The custom dsdt file is automatically used by the kernel if it is present in initramfs.
    Why is it question of initramfs here ? Shouldn't it be initcpio ?
    Thanks in advance.
    Cheers

    lanrat wrote:
    Yes IIRC you should rename the recompiled dsdt file to "custom.dsdt" and move it to /lib/initcpio assuming that you decompiled /proc/acpi/dsdt to dsdt.dsl and recompiled it after making some changes to "DSDT.aml". I don't remember compiller switches and default names but I believe output binary file was called "DSDT.aml" and that's what should be renamed to custom.dsdt - simply check the output of the compiler to be sure.
    And I don't know if you can call initcpio image as initramfs. Maybe it's something left from the kernel26beyond docs? Anyway, it just works for both...
    i only renamed DSDT.aml to /lib/initcpio/custom.dsdt   and ran mkinitcpio -g /boot/kernel26-dsdt-custom.img and works well

  • Mkinitcpio and consolefont hook

    Hi there.
    I am trying to use font ter-112n in early userspace.
    I have tried doing what the wiki says about fonts.
    I've set CONSOLEFONT="ter-112n" in /etc/rc.conf
    I've rebuilt the kernel image using mkinitcpio -p kernel26
    But when I boot up I get something similar to this:
    :: Running hook [consolefont]: Error: KDFONTOP: Invalid argument
    And then it goes to the arch boot process and before it loads the daemons it says
    :: Setting font : [ter-112n] [DONE]
    And then the font is set.
    Is there any way to fix this?Or am I doing something wrong?
    Appreciating all the help.

    Try using Uni2-Terminus family font (actually, any encoding and size you need -- just look into /usr/share/kbd/consolefonts and pick the one you like best). There should be no problem running successfully mkinitcpio with it. Don't forget putting 'consolefont' as the first entry in the mkinitcpio.conf HOOKS array as well, so that the font gets loaded at the very beginning of the boot process.
    Edit:
    Here you can read that your problem has something to do with incorrect font selection. Changing it should fix your problem.
    Last edited by bohoomil (2011-05-28 20:39:57)

  • [SOLVED] mkinitcpio and kernel upgrades without SyncFirst option?

    As pacman 4.1 doesn't more provide SyncFirst option how to be sure mkinitcpio will run after linux-headers installation?
    for example, in case of
    https://wiki.archlinux.org/index.php/Vi … any_kernel
    previously, i had
    SyncFirst = pacman linux-headers linux-lts-headers linux-pf-headers
    Last edited by wild.lumberjack (2013-04-05 19:36:32)

    I hat to uninstall yaourt, yail and package-query simply by:
    sudo pacman -Rcs yaourt
    then run commands:
    sudo pacman -Sy
    sudo pacman -S linux-headers
    sudo pacman -S pacman
    sudo pacman -S yaourt
    modify ~/.bashrc with this line
    alias yaourt='sudo /usr/bin/pacman -Sy linux-headers pacman --needed 2>/dev/null && yaourt'
    2>/dev/null suppresses warnings about the skipped reinstalls of linux-headers and pacman
    Now use yaourt -Su instead of formerly yaourt -Syu
    yaourt -Su
    Arch Rulez
    JohnDVD
    Last edited by JohnDVD (2013-04-06 07:49:38)

  • Wpa-supplicant and ipw3945

    Hello everyone.
    I've always struggled with my network configuration. I got along some time to configure it every time I reboot my computer or I wanted to use another wireless network, as I don't often reboot and wireless configuration is mostly three painless bash lines for my purpose.
    But now I want to automate this annoying process. I stumbled over the Autowifi wiki article which seems to meet my needs perfectly.
    Though I thought I won't experience any problems as my network configuration is fairly easy, here they are.
    By now I connect to a non-encrypted wireless network by dhcp. (WPA encryption disabled for testing purpose as I thought it may be an error source.)
    I can connect to my wireless network with the following commands:
    # iwconfig eth1 essid wlan@alex
    # dhclient eth1
    I've installed wpa_supplicant according to the wiki article.
    My /etc/wpa_supplicant.conf looks like this:
    update_config=0
    ctrl_interface=/var/run/wpa_supplicant
    ctrl_interface_group=users
    eapol_Version=1
    ap_scan=0
    fast_reauth=1
    network={
    ssid="wlan@alex"
    key_mgmt=NONE
    As autowifi does not work I've tried to run wpa_supplicant manually.
    I ran it with this command and the output looks fine:
    # wpa_supplicant -i eth1 -c /etc/wpa_supplicant.conf -dd
    Output: http://pastebin.archlinux.org/12946
    My autowifi configuration is left to it's defaults as I think I don't have anything to change by now:
    /etc/conf.d/autowifi
    INTERFACE="eth1"
    CONFIG="/etc/wpa_supplicant.conf"
    /etc/autowifi/networks/default
    NETWORK="dhcp"
    As you've guessed from the title, my wlan adapter uses the ipw3945 drivers. I read that wpa_supplicant doesn't support this driver at all, does support it if I enable it in the compiling options or does support the driver by default. What of this is true?
    Thanks for your reply.
    And sorry if this thread has become too long. \:

    I've never used autowifi, but I thought I'd chime in to say that the ipw3945 driver does work with wpa_supplicant, and even WPA-TKIP secured networks.  I have the 3945 chipset as well and I've used wpa_supplicant with wifi-radar to connect to my own home network.  Below is an example of my wpa_supplicant settings for a secured WPA-TKIP connection (WPA Personal with Passkey authentication):
    ctrl_interface=/var/run/wpa_supplicant
    ctrl_interface_group=0
    ap_scan=1
    fast_reauth=1
    network={
        ssid="wireless-network-name"
        scan_ssid=1     # only needed if your access point uses a hidden ssid (mine does)
        key_mgmt=WPA-PSK
        proto=WPA
    #    pairwise=TKIP    # wifi-radar seems to figure this out on its own, but you may need to uncomment them
    #    group=TKIP    # wifi-radar seems to figure this out on its own, but you may need to uncomment them
        psk=f80c1487388b2a2150aa699ba1695024fb493d36e1c42f8327a78537a0728ade    # generated with the command below
    To generate the preshared passkey, run:
    $ wpa_passphrase your-network-ssid
    Now enter the password at the prompt and press Enter
    Copy/paste the generated code to your wpa_supplicant info
    Last edited by thayer.w (2007-08-22 19:06:17)

  • ATi free driver not working since ati-dri and mesa update in linux-lts

    Hi,this is my first post in the forums since its my first issue, I have read the wiki, but the thing is that the problem came suddenly.  I installed Arch linux without problems in a fairly old machine that has an old radeon Chipset: VGA compatible controller:
    Advanced Micro Devices [AMD] nee ATI RS690 [Radeon X1200 Series]
    Everything was working fine since yesterday.
    The thing that i did different yesterday were two:
    1) i installed Sabayon linux into  a new partition, so i resized the ext 4 partition in which i have Arch. Sabayon messed up my grub.cfg so i entered to my Arch system using chroot and a live Cd and repaired it using grub-mkconfig.
    2) Before that i fully upgraded my Arch system, when this problem came out i looked into the log and discovered that pacman updated the packages mesa, mesa-dri and ati-dri.
    After that i rebooted into Arch linux and couldnt run the xserver. Tried to solved the 2 above issues by taking this measures
    1) using fsck for repairing possible errors due to the resize of the partition.
    2)Reinstalling the whole system with pacman, using my full system package list.
    3) regenerating the initram with mkinitcpio.
    4)regenerating the grub.cfg
    5)downgraded the packages ati-dri, mesa, mesa dri.
    After all that i just couldnt start the xorg. The only way that i found to start xorg is to install the xf86-video-vesa which im currently using, is there a way to get back the ati free drivers??
    Im currently using arch-lts as kernel, and i have kernel 3.7.9 also, none of them working.
    Here's my Xorg log
    [ 62.661]
    X.Org X Server 1.14.1
    Release Date: 2013-04-17
    [ 62.661] X Protocol Version 11, Revision 0
    [ 62.661] Build Operating System: Linux 3.8.7-1-ARCH x86_64
    [ 62.661] Current Operating System: Linux marcorecamara 3.0.76-1-lts #1 SMP Wed May 1 20:14:38 CEST 2013 x86_64
    [ 62.661] Kernel command line: BOOT_IMAGE=/vmlinuz-linux-lts root=UUID=54250347-8e44-4962-8656-387ed670cccc ro nomodeset
    [ 62.661] Build Date: 17 April 2013 02:37:06PM
    [ 62.661]
    [ 62.661] Current version of pixman: 0.28.2
    [ 62.661] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 62.661] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 62.661] (==) Log file: "/var/log/Xorg.0.log", Time: Tue May 7 01:44:10 2013
    [ 62.661] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 62.661] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
    [ 62.661] (==) No Layout section. Using the first Screen section.
    [ 62.661] (==) No screen section available. Using defaults.
    [ 62.661] (**) |-->Screen "Default Screen Section" (0)
    [ 62.661] (**) | |-->Monitor "<default monitor>"
    [ 62.661] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 62.661] (==) Automatically adding devices
    [ 62.661] (==) Automatically enabling devices
    [ 62.661] (==) Automatically adding GPU devices
    [ 62.661] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 62.661] Entry deleted from font path.
    [ 62.661] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 62.661] Entry deleted from font path.
    [ 62.661] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 62.661] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 62.661] Entry deleted from font path.
    [ 62.661] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 62.661] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/
    [ 62.661] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 62.661] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 62.661] (II) Loader magic: 0x7fcc20
    [ 62.661] (II) Module ABI versions:
    [ 62.661] X.Org ANSI C Emulation: 0.4
    [ 62.661] X.Org Video Driver: 14.1
    [ 62.661] X.Org XInput driver : 19.1
    [ 62.661] X.Org Server Extension : 7.0
    [ 62.661] (II) config/udev: Adding drm device (/dev/dri/card0)
    [ 62.666] (--) PCI:*(0:1:5:0) 1002:791e:105b:0e0c rev 0, Mem @ 0xf0000000/134217728, 0xfeaf0000/65536, 0xfe900000/1048576, I/O @ 0x0000d000/256
    [ 62.666] Initializing built-in extension Generic Event Extension
    [ 62.666] Initializing built-in extension SHAPE
    [ 62.666] Initializing built-in extension MIT-SHM
    [ 62.666] Initializing built-in extension XInputExtension
    [ 62.666] Initializing built-in extension XTEST
    [ 62.666] Initializing built-in extension BIG-REQUESTS
    [ 62.666] Initializing built-in extension SYNC
    [ 62.666] Initializing built-in extension XKEYBOARD
    [ 62.666] Initializing built-in extension XC-MISC
    [ 62.666] Initializing built-in extension SECURITY
    [ 62.666] Initializing built-in extension XINERAMA
    [ 62.666] Initializing built-in extension XFIXES
    [ 62.666] Initializing built-in extension RENDER
    [ 62.666] Initializing built-in extension RANDR
    [ 62.666] Initializing built-in extension COMPOSITE
    [ 62.666] Initializing built-in extension DAMAGE
    [ 62.666] Initializing built-in extension MIT-SCREEN-SAVER
    [ 62.666] Initializing built-in extension DOUBLE-BUFFER
    [ 62.666] Initializing built-in extension RECORD
    [ 62.666] Initializing built-in extension DPMS
    [ 62.666] Initializing built-in extension X-Resource
    [ 62.666] Initializing built-in extension XVideo
    [ 62.666] Initializing built-in extension XVideo-MotionCompensation
    [ 62.666] Initializing built-in extension XFree86-VidModeExtension
    [ 62.666] Initializing built-in extension XFree86-DGA
    [ 62.666] Initializing built-in extension XFree86-DRI
    [ 62.666] Initializing built-in extension DRI2
    [ 62.666] (II) "glx" will be loaded by default.
    [ 62.666] (II) LoadModule: "dri2"
    [ 62.667] (II) Module "dri2" already built-in
    [ 62.667] (II) LoadModule: "glamoregl"
    [ 62.667] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
    [ 62.668] (II) Module glamoregl: vendor="X.Org Foundation"
    [ 62.668] compiled for 1.14.0, module version = 0.5.0
    [ 62.668] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 62.668] (II) LoadModule: "glx"
    [ 62.668] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 62.668] (II) Module glx: vendor="X.Org Foundation"
    [ 62.668] compiled for 1.14.1, module version = 1.0.0
    [ 62.668] ABI class: X.Org Server Extension, version 7.0
    [ 62.668] (==) AIGLX enabled
    [ 62.668] Loading extension GLX
    [ 62.668] (==) Matched ati as autoconfigured driver 0
    [ 62.668] (==) Matched ati as autoconfigured driver 1
    [ 62.668] (==) Matched vesa as autoconfigured driver 2
    [ 62.668] (==) Matched modesetting as autoconfigured driver 3
    [ 62.668] (==) Matched fbdev as autoconfigured driver 4
    [ 62.668] (==) Assigned the driver to the xf86ConfigLayout
    [ 62.668] (II) LoadModule: "ati"
    [ 62.668] (II) Loading /usr/lib/xorg/modules/drivers/ati_drv.so
    [ 62.668] (II) Module ati: vendor="X.Org Foundation"
    [ 62.668] compiled for 1.14.0, module version = 7.1.0
    [ 62.668] Module class: X.Org Video Driver
    [ 62.668] ABI class: X.Org Video Driver, version 14.1
    [ 62.668] (II) LoadModule: "radeon"
    [ 62.668] (II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so
    [ 62.669] (II) Module radeon: vendor="X.Org Foundation"
    [ 62.669] compiled for 1.14.0, module version = 7.1.0
    [ 62.669] Module class: X.Org Video Driver
    [ 62.669] ABI class: X.Org Video Driver, version 14.1
    [ 62.669] (II) LoadModule: "vesa"
    [ 62.669] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
    [ 62.669] (II) Module vesa: vendor="X.Org Foundation"
    [ 62.669] compiled for 1.14.0, module version = 2.3.2
    [ 62.669] Module class: X.Org Video Driver
    [ 62.669] ABI class: X.Org Video Driver, version 14.1
    [ 62.669] (II) LoadModule: "modesetting"
    [ 62.669] (WW) Warning, couldn't open module modesetting
    [ 62.669] (II) UnloadModule: "modesetting"
    [ 62.669] (II) Unloading modesetting
    [ 62.669] (EE) Failed to load module "modesetting" (module does not exist, 0)
    [ 62.669] (II) LoadModule: "fbdev"
    [ 62.669] (WW) Warning, couldn't open module fbdev
    [ 62.669] (II) UnloadModule: "fbdev"
    [ 62.669] (II) Unloading fbdev
    [ 62.669] (EE) Failed to load module "fbdev" (module does not exist, 0)
    [ 62.669] (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, 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, 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, TURKS,
    CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS,
    CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, ARUBA, ARUBA,
    ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA,
    ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA,
    ARUBA, ARUBA, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI,
    TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, PITCAIRN, PITCAIRN,
    PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN,
    PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, VERDE, VERDE, VERDE, VERDE,
    VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE,
    VERDE, VERDE, VERDE, VERDE, VERDE, VERDE
    [ 62.671] (II) VESA: driver for VESA chipsets: vesa
    [ 62.671] (++) using VT number 7
    [ 62.760] (II) [KMS] drm report modesetting isn't supported.
    [ 62.760] (II) [KMS] drm report modesetting isn't supported.
    [ 62.760] (II) [KMS] drm report modesetting isn't supported.
    [ 62.760] (II) [KMS] drm report modesetting isn't supported.
    [ 62.760] (II) [KMS] drm report modesetting isn't supported.
    [ 62.760] (EE) Screen 0 deleted because of no matching config section.
    [ 62.760] (II) UnloadModule: "radeon"
    [ 62.760] (EE) Screen 0 deleted because of no matching config section.
    [ 62.760] (II) UnloadModule: "radeon"
    [ 62.760] (EE) Screen 0 deleted because of no matching config section.
    [ 62.760] (II) UnloadModule: "radeon"
    [ 62.760] (EE) Screen 0 deleted because of no matching config section.
    [ 62.760] (II) UnloadModule: "radeon"
    [ 62.760] (II) Loading sub module "vbe"
    [ 62.760] (II) LoadModule: "vbe"
    [ 62.760] (II) Loading /usr/lib/xorg/modules/libvbe.so
    [ 62.769] (II) Module vbe: vendor="X.Org Foundation"
    [ 62.769] compiled for 1.14.1, module version = 1.1.0
    [ 62.769] ABI class: X.Org Video Driver, version 14.1
    [ 62.769] (II) Loading sub module "int10"
    [ 62.769] (II) LoadModule: "int10"
    [ 62.769] (II) Loading /usr/lib/xorg/modules/libint10.so
    [ 62.786] (II) Module int10: vendor="X.Org Foundation"
    [ 62.786] compiled for 1.14.1, module version = 1.0.0
    [ 62.786] ABI class: X.Org Video Driver, version 14.1
    [ 62.786] (II) VESA(0): initializing int10
    [ 63.020] (II) VESA(0): VESA BIOS detected
    [ 63.020] (II) VESA(0): VESA VBE Version 3.0
    [ 63.020] (II) VESA(0): VESA VBE Total Mem: 16384 kB
    [ 63.020] (II) VESA(0): VESA VBE OEM: ATI ATOMBIOS
    [ 63.020] (II) VESA(0): VESA VBE OEM Software Rev: 10.54
    [ 63.020] (II) VESA(0): VESA VBE OEM Vendor: (C) 1988-2005, ATI Technologies Inc.
    [ 63.020] (II) VESA(0): VESA VBE OEM Product: RS690
    [ 63.020] (II) VESA(0): VESA VBE OEM Product Rev: 01.00
    [ 63.046] (II) VESA(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
    [ 63.046] (==) VESA(0): Depth 24, (--) framebuffer bpp 32
    [ 63.046] (==) VESA(0): RGB weight 888
    [ 63.046] (==) VESA(0): Default visual is TrueColor
    [ 63.046] (==) VESA(0): Using gamma correction (1.0, 1.0, 1.0)
    [ 63.046] (II) Loading sub module "ddc"
    [ 63.046] (II) LoadModule: "ddc"
    [ 63.046] (II) Module "ddc" already built-in
    [ 63.046] (II) VESA(0): VESA VBE DDC supported
    [ 63.046] (II) VESA(0): VESA VBE DDC Level 2
    [ 63.046] (II) VESA(0): VESA VBE DDC transfer in appr. 1 sec.
    [ 63.171] (II) VESA(0): VESA VBE DDC read successfully
    [ 63.171] (II) VESA(0): Manufacturer: SAM Model: 7a0 Serial#: 1413559093
    [ 63.171] (II) VESA(0): Year: 2010 Week: 47
    [ 63.171] (II) VESA(0): EDID Version: 1.3
    [ 63.171] (II) VESA(0): Analog Display Input, Input Voltage Level: 0.700/0.700 V
    [ 63.171] (II) VESA(0): Sync: Separate
    [ 63.171] (II) VESA(0): Max Image Size [cm]: horiz.: 41 vert.: 23
    [ 63.171] (II) VESA(0): Gamma: 2.20
    [ 63.171] (II) VESA(0): DPMS capabilities: Off; RGB/Color Display
    [ 63.171] (II) VESA(0): First detailed timing is preferred mode
    [ 63.171] (II) VESA(0): redX: 0.639 redY: 0.340 greenX: 0.324 greenY: 0.622
    [ 63.171] (II) VESA(0): blueX: 0.155 blueY: 0.042 whiteX: 0.312 whiteY: 0.329
    [ 63.171] (II) VESA(0): Supported established timings:
    [ 63.171] (II) VESA(0): 720x400@70Hz
    [ 63.171] (II) VESA(0): 640x480@60Hz
    [ 63.171] (II) VESA(0): 640x480@67Hz
    [ 63.171] (II) VESA(0): 640x480@72Hz
    [ 63.171] (II) VESA(0): 640x480@75Hz
    [ 63.171] (II) VESA(0): 800x600@56Hz
    [ 63.171] (II) VESA(0): 800x600@60Hz
    [ 63.171] (II) VESA(0): 800x600@72Hz
    [ 63.171] (II) VESA(0): 800x600@75Hz
    [ 63.171] (II) VESA(0): 832x624@75Hz
    [ 63.171] (II) VESA(0): 1024x768@60Hz
    [ 63.171] (II) VESA(0): 1024x768@70Hz
    [ 63.171] (II) VESA(0): 1024x768@75Hz
    [ 63.171] (II) VESA(0): Manufacturer's mask: 0
    [ 63.171] (II) VESA(0): Supported detailed timing:
    [ 63.171] (II) VESA(0): clock: 85.5 MHz Image Size: 410 x 230 mm
    [ 63.171] (II) VESA(0): h_active: 1360 h_sync: 1424 h_sync_end 1536 h_blank_end 1792 h_border: 0
    [ 63.171] (II) VESA(0): v_active: 768 v_sync: 771 v_sync_end 777 v_blanking: 795 v_border: 0
    [ 63.171] (II) VESA(0): Supported detailed timing:
    [ 63.171] (II) VESA(0): clock: 65.0 MHz Image Size: 410 x 230 mm
    [ 63.171] (II) VESA(0): h_active: 1024 h_sync: 1048 h_sync_end 1184 h_blank_end 1344 h_border: 0
    [ 63.171] (II) VESA(0): v_active: 768 v_sync: 771 v_sync_end 777 v_blanking: 806 v_border: 0
    [ 63.171] (II) VESA(0): Ranges: V min: 60 V max: 75 Hz, H min: 30 H max: 61 kHz, PixClock max 105 MHz
    [ 63.171] (II) VESA(0): Monitor name: SMT19A350
    [ 63.171] (II) VESA(0): EDID (in hex):
    [ 63.171] (II) VESA(0): 00ffffffffffff004c2da00735334154
    [ 63.171] (II) VESA(0): 2f140103682917782a81f1a357539f27
    [ 63.171] (II) VESA(0): 0a5054bfee0001010101010101010101
    [ 63.171] (II) VESA(0): 010101010101662150b051001b304070
    [ 63.171] (II) VESA(0): 36009ae61000001e6419004041002630
    [ 63.171] (II) VESA(0): 188836009ae610000018000000fd003c
    [ 63.172] (II) VESA(0): 4b1e3d0a000a202020202020000000fc
    [ 63.172] (II) VESA(0): 00534d543139413335300a202020008f
    [ 63.172] (II) VESA(0): EDID vendor "SAM", prod id 1952
    [ 63.172] (II) VESA(0): Using EDID range info for horizontal sync
    [ 63.172] (II) VESA(0): Using EDID range info for vertical refresh
    [ 63.172] (II) VESA(0): Printing DDC gathered Modelines:
    [ 63.172] (II) VESA(0): Modeline "1360x768"x0.0 85.50 1360 1424 1536 1792 768 771 777 795 +hsync +vsync (47.7 kHz eP)
    [ 63.172] (II) VESA(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    [ 63.172] (II) VESA(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    [ 63.172] (II) VESA(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
    [ 63.172] (II) VESA(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
    [ 63.172] (II) VESA(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz e)
    [ 63.172] (II) VESA(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz e)
    [ 63.172] (II) VESA(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    [ 63.172] (II) VESA(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
    [ 63.172] (II) VESA(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz e)
    [ 63.172] (II) VESA(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e)
    [ 63.172] (II) VESA(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz e)
    [ 63.172] (II) VESA(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
    [ 63.172] (II) VESA(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz e)
    [ 63.172] (II) VESA(0): Searching for matching VESA mode(s):
    [ 63.172] Mode: 100 (640x400)
    [ 63.172] ModeAttributes: 0xbb
    [ 63.172] WinAAttributes: 0x7
    [ 63.172] WinBAttributes: 0x0
    [ 63.172] WinGranularity: 64
    [ 63.172] WinSize: 64
    [ 63.172] WinASegment: 0xa000
    [ 63.172] WinBSegment: 0x0
    [ 63.172] WinFuncPtr: 0xc00050b5
    [ 63.172] BytesPerScanline: 640
    [ 63.172] XResolution: 640
    [ 63.172] YResolution: 400
    [ 63.172] XCharSize: 8
    [ 63.172] YCharSize: 16
    [ 63.172] NumberOfPlanes: 1
    [ 63.172] BitsPerPixel: 8
    [ 63.172] NumberOfBanks: 1
    [ 63.172] MemoryModel: 4
    [ 63.172] BankSize: 0
    [ 63.172] NumberOfImages: 63
    [ 63.172] RedMaskSize: 0
    [ 63.172] RedFieldPosition: 0
    [ 63.172] GreenMaskSize: 0
    [ 63.172] GreenFieldPosition: 0
    [ 63.172] BlueMaskSize: 0
    [ 63.172] BlueFieldPosition: 0
    [ 63.172] RsvdMaskSize: 0
    [ 63.172] RsvdFieldPosition: 0
    [ 63.172] DirectColorModeInfo: 0
    [ 63.172] PhysBasePtr: 0xf0000000
    [ 63.172] LinBytesPerScanLine: 640
    [ 63.172] BnkNumberOfImagePages: 63
    [ 63.172] LinNumberOfImagePages: 63
    [ 63.172] LinRedMaskSize: 0
    [ 63.172] LinRedFieldPosition: 0
    [ 63.172] LinGreenMaskSize: 0
    [ 63.172] LinGreenFieldPosition: 0
    [ 63.172] LinBlueMaskSize: 0
    [ 63.172] LinBlueFieldPosition: 0
    [ 63.172] LinRsvdMaskSize: 0
    [ 63.172] LinRsvdFieldPosition: 0
    [ 63.172] MaxPixelClock: 400000000
    [ 63.173] Mode: 101 (640x480)
    [ 63.173] ModeAttributes: 0xbb
    [ 63.173] WinAAttributes: 0x7
    [ 63.173] WinBAttributes: 0x0
    [ 63.173] WinGranularity: 64
    [ 63.173] WinSize: 64
    [ 63.173] WinASegment: 0xa000
    [ 63.173] WinBSegment: 0x0
    [ 63.173] WinFuncPtr: 0xc00050b5
    [ 63.173] BytesPerScanline: 640
    [ 63.173] XResolution: 640
    [ 63.173] YResolution: 480
    [ 63.173] XCharSize: 8
    [ 63.173] YCharSize: 16
    [ 63.173] NumberOfPlanes: 1
    [ 63.173] BitsPerPixel: 8
    [ 63.173] NumberOfBanks: 1
    [ 63.173] MemoryModel: 4
    [ 63.173] BankSize: 0
    [ 63.173] NumberOfImages: 50
    [ 63.173] RedMaskSize: 0
    [ 63.173] RedFieldPosition: 0
    [ 63.173] GreenMaskSize: 0
    [ 63.173] GreenFieldPosition: 0
    [ 63.173] BlueMaskSize: 0
    [ 63.173] BlueFieldPosition: 0
    [ 63.173] RsvdMaskSize: 0
    [ 63.173] RsvdFieldPosition: 0
    [ 63.173] DirectColorModeInfo: 0
    [ 63.173] PhysBasePtr: 0xf0000000
    [ 63.173] LinBytesPerScanLine: 640
    [ 63.173] BnkNumberOfImagePages: 50
    [ 63.173] LinNumberOfImagePages: 50
    [ 63.173] LinRedMaskSize: 0
    [ 63.173] LinRedFieldPosition: 0
    [ 63.173] LinGreenMaskSize: 0
    [ 63.173] LinGreenFieldPosition: 0
    [ 63.173] LinBlueMaskSize: 0
    [ 63.173] LinBlueFieldPosition: 0
    [ 63.173] LinRsvdMaskSize: 0
    [ 63.173] LinRsvdFieldPosition: 0
    [ 63.173] MaxPixelClock: 400000000
    [ 63.173] Mode: 103 (800x600)
    [ 63.173] ModeAttributes: 0xbb
    [ 63.173] WinAAttributes: 0x7
    [ 63.173] WinBAttributes: 0x0
    [ 63.173] WinGranularity: 64
    [ 63.173] WinSize: 64
    [ 63.173] WinASegment: 0xa000
    [ 63.173] WinBSegment: 0x0
    [ 63.173] WinFuncPtr: 0xc00050b5
    [ 63.173] BytesPerScanline: 832
    [ 63.173] XResolution: 800
    [ 63.173] YResolution: 600
    [ 63.173] XCharSize: 8
    [ 63.173] YCharSize: 14
    [ 63.173] NumberOfPlanes: 1
    [ 63.173] BitsPerPixel: 8
    [ 63.173] NumberOfBanks: 1
    [ 63.173] MemoryModel: 4
    [ 63.173] BankSize: 0
    [ 63.173] NumberOfImages: 31
    [ 63.173] RedMaskSize: 0
    [ 63.173] RedFieldPosition: 0
    [ 63.173] GreenMaskSize: 0
    [ 63.173] GreenFieldPosition: 0
    [ 63.173] BlueMaskSize: 0
    [ 63.173] BlueFieldPosition: 0
    [ 63.173] RsvdMaskSize: 0
    [ 63.173] RsvdFieldPosition: 0
    [ 63.173] DirectColorModeInfo: 0
    [ 63.173] PhysBasePtr: 0xf0000000
    [ 63.173] LinBytesPerScanLine: 832
    [ 63.173] BnkNumberOfImagePages: 31
    [ 63.173] LinNumberOfImagePages: 31
    [ 63.173] LinRedMaskSize: 0
    [ 63.173] LinRedFieldPosition: 0
    [ 63.173] LinGreenMaskSize: 0
    [ 63.173] LinGreenFieldPosition: 0
    [ 63.173] LinBlueMaskSize: 0
    [ 63.173] LinBlueFieldPosition: 0
    [ 63.173] LinRsvdMaskSize: 0
    [ 63.173] LinRsvdFieldPosition: 0
    [ 63.173] MaxPixelClock: 400000000
    [ 63.174] Mode: 105 (1024x768)
    [ 63.174] ModeAttributes: 0xbb
    [ 63.174] WinAAttributes: 0x7
    [ 63.174] WinBAttributes: 0x0
    [ 63.174] WinGranularity: 64
    [ 63.174] WinSize: 64
    [ 63.174] WinASegment: 0xa000
    [ 63.174] WinBSegment: 0x0
    [ 63.174] WinFuncPtr: 0xc00050b5
    [ 63.174] BytesPerScanline: 1024
    [ 63.174] XResolution: 1024
    [ 63.174] YResolution: 768
    [ 63.174] XCharSize: 8
    [ 63.174] YCharSize: 16
    [ 63.174] NumberOfPlanes: 1
    [ 63.174] BitsPerPixel: 8
    [ 63.174] NumberOfBanks: 1
    [ 63.174] MemoryModel: 4
    [ 63.174] BankSize: 0
    [ 63.174] NumberOfImages: 18
    [ 63.174] RedMaskSize: 0
    [ 63.174] RedFieldPosition: 0
    [ 63.174] GreenMaskSize: 0
    [ 63.174] GreenFieldPosition: 0
    [ 63.174] BlueMaskSize: 0
    [ 63.174] BlueFieldPosition: 0
    [ 63.174] RsvdMaskSize: 0
    [ 63.174] RsvdFieldPosition: 0
    [ 63.174] DirectColorModeInfo: 0
    [ 63.174] PhysBasePtr: 0xf0000000
    [ 63.174] LinBytesPerScanLine: 1024
    [ 63.174] BnkNumberOfImagePages: 18
    [ 63.174] LinNumberOfImagePages: 18
    [ 63.174] LinRedMaskSize: 0
    [ 63.174] LinRedFieldPosition: 0
    [ 63.174] LinGreenMaskSize: 0
    [ 63.174] LinGreenFieldPosition: 0
    [ 63.174] LinBlueMaskSize: 0
    [ 63.174] LinBlueFieldPosition: 0
    [ 63.174] LinRsvdMaskSize: 0
    [ 63.174] LinRsvdFieldPosition: 0
    [ 63.174] MaxPixelClock: 400000000
    [ 63.174] Mode: 107 (1280x1024)
    [ 63.174] ModeAttributes: 0xbb
    [ 63.174] WinAAttributes: 0x7
    [ 63.174] WinBAttributes: 0x0
    [ 63.174] WinGranularity: 64
    [ 63.174] WinSize: 64
    [ 63.174] WinASegment: 0xa000
    [ 63.174] WinBSegment: 0x0
    [ 63.174] WinFuncPtr: 0xc00050b5
    [ 63.174] BytesPerScanline: 1280
    [ 63.174] XResolution: 1280
    [ 63.174] YResolution: 1024
    [ 63.174] XCharSize: 8
    [ 63.174] YCharSize: 16
    [ 63.174] NumberOfPlanes: 1
    [ 63.174] BitsPerPixel: 8
    [ 63.174] NumberOfBanks: 1
    [ 63.174] MemoryModel: 4
    [ 63.174] BankSize: 0
    [ 63.174] NumberOfImages: 11
    [ 63.174] RedMaskSize: 0
    [ 63.174] RedFieldPosition: 0
    [ 63.174] GreenMaskSize: 0
    [ 63.174] GreenFieldPosition: 0
    [ 63.174] BlueMaskSize: 0
    [ 63.174] BlueFieldPosition: 0
    [ 63.174] RsvdMaskSize: 0
    [ 63.174] RsvdFieldPosition: 0
    [ 63.174] DirectColorModeInfo: 0
    [ 63.174] PhysBasePtr: 0xf0000000
    [ 63.174] LinBytesPerScanLine: 1280
    [ 63.174] BnkNumberOfImagePages: 11
    [ 63.174] LinNumberOfImagePages: 11
    [ 63.174] LinRedMaskSize: 0
    [ 63.174] LinRedFieldPosition: 0
    [ 63.174] LinGreenMaskSize: 0
    [ 63.174] LinGreenFieldPosition: 0
    [ 63.174] LinBlueMaskSize: 0
    [ 63.174] LinBlueFieldPosition: 0
    [ 63.174] LinRsvdMaskSize: 0
    [ 63.174] LinRsvdFieldPosition: 0
    [ 63.174] MaxPixelClock: 400000000
    [ 63.175] Mode: 111 (640x480)
    [ 63.175] ModeAttributes: 0xbb
    [ 63.175] WinAAttributes: 0x7
    [ 63.175] WinBAttributes: 0x0
    [ 63.175] WinGranularity: 64
    [ 63.175] WinSize: 64
    [ 63.175] WinASegment: 0xa000
    [ 63.175] WinBSegment: 0x0
    [ 63.175] WinFuncPtr: 0xc00050b5
    [ 63.175] BytesPerScanline: 1280
    [ 63.175] XResolution: 640
    [ 63.175] YResolution: 480
    [ 63.175] XCharSize: 8
    [ 63.175] YCharSize: 16
    [ 63.175] NumberOfPlanes: 1
    [ 63.175] BitsPerPixel: 16
    [ 63.175] NumberOfBanks: 1
    [ 63.175] MemoryModel: 6
    [ 63.175] BankSize: 0
    [ 63.175] NumberOfImages: 24
    [ 63.175] RedMaskSize: 5
    [ 63.175] RedFieldPosition: 11
    [ 63.175] GreenMaskSize: 6
    [ 63.175] GreenFieldPosition: 5
    [ 63.175] BlueMaskSize: 5
    [ 63.175] BlueFieldPosition: 0
    [ 63.175] RsvdMaskSize: 0
    [ 63.175] RsvdFieldPosition: 0
    [ 63.175] DirectColorModeInfo: 0
    [ 63.175] PhysBasePtr: 0xf0000000
    [ 63.175] LinBytesPerScanLine: 1280
    [ 63.175] BnkNumberOfImagePages: 24
    [ 63.175] LinNumberOfImagePages: 24
    [ 63.175] LinRedMaskSize: 5
    [ 63.175] LinRedFieldPosition: 11
    [ 63.175] LinGreenMaskSize: 6
    [ 63.175] LinGreenFieldPosition: 5
    [ 63.175] LinBlueMaskSize: 5
    [ 63.175] LinBlueFieldPosition: 0
    [ 63.175] LinRsvdMaskSize: 0
    [ 63.175] LinRsvdFieldPosition: 0
    [ 63.175] MaxPixelClock: 400000000
    [ 63.175] Mode: 114 (800x600)
    [ 63.175] ModeAttributes: 0xbb
    [ 63.175] WinAAttributes: 0x7
    [ 63.175] WinBAttributes: 0x0
    [ 63.175] WinGranularity: 64
    [ 63.175] WinSize: 64
    [ 63.175] WinASegment: 0xa000
    [ 63.175] WinBSegment: 0x0
    [ 63.175] WinFuncPtr: 0xc00050b5
    [ 63.175] BytesPerScanline: 1600
    [ 63.175] XResolution: 800
    [ 63.175] YResolution: 600
    [ 63.175] XCharSize: 8
    [ 63.175] YCharSize: 14
    [ 63.175] NumberOfPlanes: 1
    [ 63.175] BitsPerPixel: 16
    [ 63.175] NumberOfBanks: 1
    [ 63.175] MemoryModel: 6
    [ 63.175] BankSize: 0
    [ 63.175] NumberOfImages: 16
    [ 63.175] RedMaskSize: 5
    [ 63.175] RedFieldPosition: 11
    [ 63.175] GreenMaskSize: 6
    [ 63.175] GreenFieldPosition: 5
    [ 63.176] BlueMaskSize: 5
    [ 63.176] BlueFieldPosition: 0
    [ 63.176] RsvdMaskSize: 0
    [ 63.176] RsvdFieldPosition: 0
    [ 63.176] DirectColorModeInfo: 0
    [ 63.176] PhysBasePtr: 0xf0000000
    [ 63.176] LinBytesPerScanLine: 1600
    [ 63.176] BnkNumberOfImagePages: 16
    [ 63.176] LinNumberOfImagePages: 16
    [ 63.176] LinRedMaskSize: 5
    [ 63.176] LinRedFieldPosition: 11
    [ 63.176] LinGreenMaskSize: 6
    [ 63.176] LinGreenFieldPosition: 5
    [ 63.176] LinBlueMaskSize: 5
    [ 63.176] LinBlueFieldPosition: 0
    [ 63.176] LinRsvdMaskSize: 0
    [ 63.176] LinRsvdFieldPosition: 0
    [ 63.176] MaxPixelClock: 400000000
    [ 63.176] Mode: 117 (1024x768)
    [ 63.176] ModeAttributes: 0xbb
    [ 63.176] WinAAttributes: 0x7
    [ 63.176] WinBAttributes: 0x0
    [ 63.176] WinGranularity: 64
    [ 63.176] WinSize: 64
    [ 63.176] WinASegment: 0xa000
    [ 63.176] WinBSegment: 0x0
    [ 63.176] WinFuncPtr: 0xc00050b5
    [ 63.176] BytesPerScanline: 2048
    [ 63.176] XResolution: 1024
    [ 63.176] YResolution: 768
    [ 63.176] XCharSize: 8
    [ 63.176] YCharSize: 16
    [ 63.176] NumberOfPlanes: 1
    [ 63.176] BitsPerPixel: 16
    [ 63.176] NumberOfBanks: 1
    [ 63.176] MemoryModel: 6
    [ 63.176] BankSize: 0
    [ 63.176] NumberOfImages: 9
    [ 63.176] RedMaskSize: 5
    [ 63.176] RedFieldPosition: 11
    [ 63.176] GreenMaskSize: 6
    [ 63.176] GreenFieldPosition: 5
    [ 63.176] BlueMaskSize: 5
    [ 63.176] BlueFieldPosition: 0
    [ 63.176] RsvdMaskSize: 0
    [ 63.176] RsvdFieldPosition: 0
    [ 63.176] DirectColorModeInfo: 0
    [ 63.176] PhysBasePtr: 0xf0000000
    [ 63.176] LinBytesPerScanLine: 2048
    [ 63.176] BnkNumberOfImagePages: 9
    [ 63.176] LinNumberOfImagePages: 9
    [ 63.176] LinRedMaskSize: 5
    [ 63.176] LinRedFieldPosition: 11
    [ 63.176] LinGreenMaskSize: 6
    [ 63.176] LinGreenFieldPosition: 5
    [ 63.176] LinBlueMaskSize: 5
    [ 63.176] LinBlueFieldPosition: 0
    [ 63.176] LinRsvdMaskSize: 0
    [ 63.176] LinRsvdFieldPosition: 0
    [ 63.176] MaxPixelClock: 400000000
    [ 63.177] Mode: 11a (1280x1024)
    [ 63.177] ModeAttributes: 0xbb
    [ 63.177] WinAAttributes: 0x7
    [ 63.177] WinBAttributes: 0x0
    [ 63.177] WinGranularity: 64
    [ 63.177] WinSize: 64
    [ 63.177] WinASegment: 0xa000
    [ 63.177] WinBSegment: 0x0
    [ 63.177] WinFuncPtr: 0xc00050b5
    [ 63.177] BytesPerScanline: 2560
    [ 63.177] XResolution: 1280
    [ 63.177] YResolution: 1024
    [ 63.177] XCharSize: 8
    [ 63.177] YCharSize: 16
    [ 63.177] NumberOfPlanes: 1
    [ 63.177] BitsPerPixel: 16
    [ 63.177] NumberOfBanks: 1
    [ 63.177] MemoryModel: 6
    [ 63.177] BankSize: 0
    [ 63.177] NumberOfImages: 5
    [ 63.177] RedMaskSize: 5
    [ 63.177] RedFieldPosition: 11
    [ 63.177] GreenMaskSize: 6
    [ 63.177] GreenFieldPosition: 5
    [ 63.177] BlueMaskSize: 5
    [ 63.177] BlueFieldPosition: 0
    [ 63.177] RsvdMaskSize: 0
    [ 63.177] RsvdFieldPosition: 0
    [ 63.177] DirectColorModeInfo: 0
    [ 63.177] PhysBasePtr: 0xf0000000
    [ 63.177] LinBytesPerScanLine: 2560
    [ 63.177] BnkNumberOfImagePages: 5
    [ 63.177] LinNumberOfImagePages: 5
    [ 63.177] LinRedMaskSize: 5
    [ 63.177] LinRedFieldPosition: 11
    [ 63.177] LinGreenMaskSize: 6
    [ 63.177] LinGreenFieldPosition: 5
    [ 63.177] LinBlueMaskSize: 5
    [ 63.177] LinBlueFieldPosition: 0
    [ 63.177] LinRsvdMaskSize: 0
    [ 63.177] LinRsvdFieldPosition: 0
    [ 63.177] MaxPixelClock: 400000000
    [ 63.177] Mode: 10e (320x200)
    [ 63.177] ModeAttributes: 0xbb
    [ 63.177] WinAAttributes: 0x7
    [ 63.177] WinBAttributes: 0x0
    [ 63.177] WinGranularity: 64
    [ 63.177] WinSize: 64
    [ 63.177] WinASegment: 0xa000
    [ 63.177] WinBSegment: 0x0
    [ 63.177] WinFuncPtr: 0xc00050b5
    [ 63.177] BytesPerScanline: 640
    [ 63.177] XResolution: 320
    [ 63.177] YResolution: 200
    [ 63.177] XCharSize: 8
    [ 63.177] YCharSize: 8
    [ 63.177] NumberOfPlanes: 1
    [ 63.177] BitsPerPixel: 16
    [ 63.177] NumberOfBanks: 1
    [ 63.177] MemoryModel: 6
    [ 63.177] BankSize: 0
    [ 63.177] NumberOfImages: 127
    [ 63.177] RedMaskSize: 5
    [ 63.177] RedFieldPosition: 11
    [ 63.177] GreenMaskSize: 6
    [ 63.177] GreenFieldPosition: 5
    [ 63.177] BlueMaskSize: 5
    [ 63.177] BlueFieldPosition: 0
    [ 63.177] RsvdMaskSize: 0
    [ 63.177] RsvdFieldPosition: 0
    [ 63.177] DirectColorModeInfo: 0
    [ 63.177] PhysBasePtr: 0xf0000000
    [ 63.177] LinBytesPerScanLine: 640
    [ 63.177] BnkNumberOfImagePages: 127
    [ 63.177] LinNumberOfImagePages: 127
    [ 63.177] LinRedMaskSize: 5
    [ 63.177] LinRedFieldPosition: 11
    [ 63.177] LinGreenMaskSize: 6
    [ 63.177] LinGreenFieldPosition: 5
    [ 63.177] LinBlueMaskSize: 5
    [ 63.177] LinBlueFieldPosition: 0
    [ 63.177] LinRsvdMaskSize: 0
    [ 63.177] LinRsvdFieldPosition: 0
    [ 63.177] MaxPixelClock: 400000000
    [ 63.178] *Mode: 120 (320x200)
    [ 63.178] ModeAttributes: 0xbb
    [ 63.178] WinAAttributes: 0x7
    [ 63.178] WinBAttributes: 0x0
    [ 63.178] WinGranularity: 64
    [ 63.178] WinSize: 64
    [ 63.178] WinASegment: 0xa000
    [ 63.178] WinBSegment: 0x0
    [ 63.178] WinFuncPtr: 0xc00050b5
    [ 63.178] BytesPerScanline: 1280
    [ 63.178] XResolution: 320
    [ 63.178] YResolution: 200
    [ 63.178] XCharSize: 8
    [ 63.178] YCharSize: 8
    [ 63.178] NumberOfPlanes: 1
    [ 63.178] BitsPerPixel: 32
    [ 63.178] NumberOfBanks: 1
    [ 63.178] MemoryModel: 6
    [ 63.178] BankSize: 0
    [ 63.178] NumberOfImages: 63
    [ 63.178] RedMaskSize: 8
    [ 63.178] RedFieldPosition: 16
    [ 63.178] GreenMaskSize: 8
    [ 63.178] GreenFieldPosition: 8
    [ 63.178] BlueMaskSize: 8
    [ 63.178] BlueFieldPosition: 0
    [ 63.178] RsvdMaskSize: 0
    [ 63.178] RsvdFieldPosition: 0
    [ 63.178] DirectColorModeInfo: 0
    [ 63.178] PhysBasePtr: 0xf0000000
    [ 63.178] LinBytesPerScanLine: 1280
    [ 63.178] BnkNumberOfImagePages: 63
    [ 63.178] LinNumberOfImagePages: 63
    [ 63.178] LinRedMaskSize: 8
    [ 63.178] LinRedFieldPosition: 16
    [ 63.178] LinGreenMaskSize: 8
    [ 63.178] LinGreenFieldPosition: 8
    [ 63.178] LinBlueMaskSize: 8
    [ 63.178] LinBlueFieldPosition: 0
    [ 63.178] LinRsvdMaskSize: 0
    [ 63.178] LinRsvdFieldPosition: 0
    [ 63.178] MaxPixelClock: 400000000
    [ 63.178] Mode: 193 (320x240)
    [ 63.178] ModeAttributes: 0xbb
    [ 63.178] WinAAttributes: 0x7
    [ 63.178] WinBAttributes: 0x0
    [ 63.178] WinGranularity: 64
    [ 63.178] WinSize: 64
    [ 63.178] WinASegment: 0xa000
    [ 63.178] WinBSegment: 0x0
    [ 63.178] WinFuncPtr: 0xc00050b5
    [ 63.178] BytesPerScanline: 320
    [ 63.178] XResolution: 320
    [ 63.178] YResolution: 240
    [ 63.178] XCharSize: 8
    [ 63.178] YCharSize: 8
    [ 63.178] NumberOfPlanes: 1
    [ 63.178] BitsPerPixel: 8
    [ 63.178] NumberOfBanks: 1
    [ 63.178] MemoryModel: 4
    [ 63.178] BankSize: 0
    [ 63.178] NumberOfImages: 127
    [ 63.178] RedMaskSize: 0
    [ 63.178] RedFieldPosition: 0
    [ 63.178] GreenMaskSize: 0
    [ 63.178] GreenFieldPosition: 0
    [ 63.178] BlueMaskSize: 0
    [ 63.178] BlueFieldPosition: 0
    [ 63.178] RsvdMaskSize: 0
    [ 63.178] RsvdFieldPosition: 0
    [ 63.178] DirectColorModeInfo: 0
    [ 63.178] PhysBasePtr: 0xf0000000
    [ 63.178] LinBytesPerScanLine: 320
    [ 63.178] BnkNumberOfImagePages: 127
    [ 63.178] LinNumberOfImagePages: 127
    [ 63.178] LinRedMaskSize: 0
    [ 63.178] LinRedFieldPosition: 0
    [ 63.178] LinGreenMaskSize: 0
    [ 63.178] LinGreenFieldPosition: 0
    [ 63.178] LinBlueMaskSize: 0
    [ 63.178] LinBlueFieldPosition: 0
    [ 63.178] LinRsvdMaskSize: 0
    [ 63.178] LinRsvdFieldPosition: 0
    [ 63.178] MaxPixelClock: 400000000
    [ 63.179] Mode: 195 (320x240)
    [ 63.179] ModeAttributes: 0xbb
    [ 63.179] WinAAttributes: 0x7
    [ 63.179] WinBAttributes: 0x0
    [ 63.179] WinGranularity: 64
    [ 63.179] WinSize: 64
    [ 63.179] WinASegment: 0xa000
    [ 63.179] WinBSegment: 0x0
    [ 63.179] WinFuncPtr: 0xc00050b5
    [ 63.179] BytesPerScanline: 640
    [ 63.179] XResolution: 320
    [ 63.179] YResolution: 240
    [ 63.179] XCharSize: 8
    [ 63.179] YCharSize: 8
    [ 63.179] NumberOfPlanes: 1
    [ 63.179] BitsPerPixel: 16
    [ 63.179] NumberOfBanks: 1
    [ 63.179] MemoryModel: 6
    [ 63.179] BankSize: 0
    [ 63.179] NumberOfImages: 84
    [ 63.179] RedMaskSize: 5
    [ 63.179] RedFieldPosition: 11
    [ 63.179] GreenMaskSize: 6
    [ 63.179] GreenFieldPosition: 5
    [ 63.179] BlueMaskSize: 5
    [ 63.179] BlueFieldPosition: 0
    [ 63.179] RsvdMaskSize: 0
    [ 63.179] RsvdFieldPosition: 0
    [ 63.179] DirectColorModeInfo: 0
    [ 63.179] PhysBasePtr: 0xf0000000
    [ 63.179] LinBytesPerScanLine: 640
    [ 63.179] BnkNumberOfImagePages: 84
    [ 63.179] LinNumberOfImagePages: 84
    [ 63.179] LinRedMaskSize: 5
    [ 63.179] LinRedFieldPosition: 11
    [ 63.179] LinGreenMaskSize: 6
    [ 63.179] LinGreenFieldPosition: 5
    [ 63.179] LinBlueMaskSize: 5
    [ 63.179] LinBlueFieldPosition: 0
    [ 63.179] LinRsvdMaskSize: 0
    [ 63.179] LinRsvdFieldPosition: 0
    [ 63.179] MaxPixelClock: 400000000
    [ 63.179] *Mode: 196 (320x240)
    [ 63.179] ModeAttributes: 0xbb
    [ 63.179] WinAAttributes: 0x7
    [ 63.179] WinBAttributes: 0x0
    [ 63.179] WinGranularity: 64
    [ 63.179] WinSize: 64
    [ 63.179] WinASegment: 0xa000
    [ 63.179] WinBSegment: 0x0
    [ 63.179] WinFuncPtr: 0xc00050b5
    [ 63.179] BytesPerScanline: 1280
    [ 63.179] XResolution: 320
    [ 63.179] YResolution: 240
    [ 63.179] XCharSize: 8
    [ 63.179] YCharSize: 8
    [ 63.179] NumberOfPlanes: 1
    [ 63.179] BitsPerPixel: 32
    [ 63.179] NumberOfBanks: 1
    [ 63.179] MemoryModel: 6
    [ 63.179] BankSize: 0
    [ 63.179] NumberOfImages: 50
    [ 63.179] RedMaskSize: 8
    [ 63.179] RedFieldPosition: 16
    [ 63.179] GreenMaskSize: 8
    [ 63.179] GreenFieldPosition: 8
    [ 63.179] BlueMaskSize: 8
    [ 63.179] BlueFieldPosition: 0
    [ 63.179] RsvdMaskSize: 0
    [ 63.179] RsvdFieldPosition: 0
    [ 63.179] DirectColorModeInfo: 0
    [ 63.179] PhysBasePtr: 0xf0000000
    [ 63.179] LinBytesPerScanLine: 1280
    [ 63.179] BnkNumberOfImagePages: 50
    [ 63.179] LinNumberOfImagePages: 50
    [ 63.179] LinRedMaskSize: 8
    [ 63.179] LinRedFieldPosition: 16
    [ 63.179] LinGreenMaskSize: 8
    [ 63.179] LinGreenFieldPosition: 8
    [ 63.179] LinBlueMaskSize: 8
    [ 63.179] LinBlueFieldPosition: 0
    [ 63.179] LinRsvdMaskSize: 0
    [ 63.179] LinRsvdFieldPosition: 0
    [ 63.179] MaxPixelClock: 400000000
    [ 63.180] Mode: 1b3 (512x384)
    [ 63.180] ModeAttributes: 0xbb
    [ 63.180] WinAAttributes: 0x7
    [ 63.180] WinBAttributes: 0x0
    [ 63.180] WinGranularity: 64
    [ 63.180] WinSize: 64
    [ 63.180] WinASegment: 0xa000
    [ 63.180] WinBSegment: 0x0
    [ 63.180] WinFuncPtr: 0xc00050b5
    [ 63.180] BytesPerScanline: 512
    [ 63.180] XResolution: 512
    [ 63.180] YResolution: 384
    [ 63.180] XCharSize: 8
    [ 63.180] YCharSize: 16
    [ 63.180] NumberOfPlanes: 1
    [ 63.180] BitsPerPixel: 8
    [ 63.180] NumberOfBanks: 1
    [ 63.180] MemoryModel: 4
    [ 63.180] BankSize: 0
    [ 63.180] NumberOfImages: 63
    [ 63.180] RedMaskSize: 0
    [ 63.180] RedFieldPosition: 0
    [ 63.180] GreenMaskSize: 0
    [ 63.180] GreenFieldPosition: 0
    [ 63.180] BlueMaskSize: 0
    [ 63.180] BlueFieldPosition: 0
    [ 63.180] RsvdMaskSize: 0
    [ 63.180] RsvdFieldPosition: 0
    [ 63.180] DirectColorModeInfo: 0
    [ 63.180] PhysBasePtr: 0xf0000000
    [ 63.180] LinBytesPerScanLine: 512
    [ 63.180] BnkNumberOfImagePages: 63
    [ 63.180] LinNumberOfImagePages: 63
    [ 63.180] LinRedMaskSize: 0
    [ 63.180] LinRedFieldPosition: 0
    [ 63.180] LinGreenMaskSize: 0
    [ 63.180] LinGreenFieldPosition: 0
    [ 63.180] LinBlueMaskSize: 0
    [ 63.180] LinBlueFieldPosition: 0
    [ 63.180] LinRsvdMaskSize: 0
    [ 63.180] LinRsvdFieldPosition: 0
    [ 63.180] MaxPixelClock: 400000000
    [ 63.180] Mode: 1b5 (512x384)
    [ 63.180] ModeAttributes: 0xbb
    [ 63.180] WinAAttributes: 0x7
    [ 63.180] WinBAttributes: 0x0
    [ 63.180] WinGranularity: 64
    [ 63.180] WinSize: 64
    [ 63.180] WinASegment: 0xa000
    [ 63.180] WinBSegment: 0x0
    [ 63.180] WinFuncPtr: 0xc00050b5
    [ 63.180] BytesPerScanline: 1024
    [ 63.180] XResolution: 512
    [ 63.180] YResolution: 384
    [ 63.180] XCharSize: 8
    [ 63.180] YCharSize: 16
    [ 63.180] NumberOfPlanes: 1
    [ 63.180] BitsPerPixel: 16
    [ 63.180] NumberOfBanks: 1
    [ 63.181] MemoryModel: 6
    [ 63.181] BankSize: 0
    [ 63.181] NumberOfImages: 35
    [ 63.181] RedMaskSize: 5
    [ 63.181] RedFieldPosition: 11
    [ 63.181] GreenMaskSize: 6
    [ 63.181] GreenFieldPosition: 5
    [ 63.181] BlueMaskSize: 5
    [ 63.181] BlueFieldPosition: 0
    [ 63.181] RsvdMaskSize: 0
    [ 63.181] RsvdFieldPosition: 0
    [ 63.181] DirectColorModeInfo: 0
    [ 63.181] PhysBasePtr: 0xf0000000
    [ 63.181] LinBytesPerScanLine: 1024
    [ 63.181] BnkNumberOfImagePages: 35
    [ 63.181] LinNumberOfImagePages: 35
    [ 63.181] LinRedMaskSize: 5
    [ 63.181] LinRedFieldPosition: 11
    [ 63.181] LinGreenMaskSize: 6
    [ 63.181] LinGreenFieldPosition: 5
    [ 63.181] LinBlueMaskSize: 5
    [ 63.181] LinBlueFieldPosition: 0
    [ 63.181] LinRsvdMaskSize: 0
    [ 63.181] LinRsvdFieldPosition: 0
    [ 63.181] MaxPixelClock: 400000000
    [ 63.181] *Mode: 1b6 (512x384)
    [ 63.181] ModeAttributes: 0xbb
    [ 63.181] WinAAttributes: 0x7
    [ 63.181] WinBAttributes: 0x0
    [ 63.181] WinGranularity: 64
    [ 63.181] WinSize: 64
    [ 63.181] WinASegment: 0xa000
    [ 63.181] WinBSegment: 0x0
    [ 63.181] WinFuncPtr: 0xc00050b5
    [ 63.181] BytesPerScanline: 2048
    [ 63.181] XResolution: 512
    [ 63.181] YResolution: 384
    [ 63.181] XCharSize: 8
    [ 63.181] YCharSize: 16
    [ 63.181] NumberOfPlanes: 1
    [ 63.181] BitsPerPixel: 32
    [ 63.181] NumberOfBanks: 1
    [ 63.181] MemoryModel: 6
    [ 63.181] BankSize: 0
    [ 63.181] NumberOfImages: 18
    [ 63.181] RedMaskSize: 8
    [ 63.181] RedFieldPosition: 16
    [ 63.181] GreenMaskSize: 8
    [ 63.181] GreenFieldPosition: 8
    [ 63.181] BlueMaskSize: 8
    [ 63.181] BlueFieldPosition: 0
    [ 63.181] RsvdMaskSize: 0
    [ 63.181] RsvdFieldPosition: 0
    [ 63.181] DirectColorModeInfo: 0
    [ 63.181] PhysBasePtr: 0xf0000000
    [ 63.181] LinBytesPerScanLine: 2048
    [ 63.181] BnkNumberOfImagePages: 18
    [ 63.181] LinNumberOfImagePages: 18
    [ 63.181] LinRedMaskSize: 8
    [ 63.181] LinRedFieldPosition: 16
    [ 63.181] LinGreenMaskSize: 8
    [ 63.181] LinGreenFieldPosition: 8
    [ 63.181] LinBlueMaskSize: 8
    [ 63.181] LinBlueFieldPosition: 0
    [ 63.181] LinRsvdMaskSize: 0
    [ 63.181] LinRsvdFieldPosition: 0
    [ 63.181] MaxPixelClock: 400000000
    [ 63.182] Mode: 1c3 (640x350)
    [ 63.182] ModeAttributes: 0xbb
    [ 63.182] WinAAttributes: 0x7
    [ 63.182] WinBAttributes: 0x0
    [ 63.182] WinGranularity: 64
    [ 63.182] WinSize: 64
    [ 63.182] WinASegment: 0xa000
    [ 63.182] WinBSegment: 0x0
    [ 63.182] WinFuncPtr: 0xc00050b5
    [ 63.182] BytesPerScanline: 640
    [ 63.182] XResolution: 640
    [ 63.182] YResolution: 350
    [ 63.182] XCharSize: 8
    [ 63.182] YCharSize: 14
    [ 63.182] NumberOfPlanes: 1
    [ 63.182] BitsPerPixel: 8
    [ 63.182] NumberOfBanks: 1
    [ 63.182] MemoryModel: 4
    [ 63.182] BankSize: 0
    [ 63.182] NumberOfImages: 63
    [ 63.182] RedMaskSize: 0
    [ 63.182] RedFieldPosition: 0
    [ 63.182] GreenMaskSize: 0
    [ 63.182] GreenFieldPosition: 0
    [ 63.182] BlueMaskSize: 0
    [ 63.182] BlueFieldPosition: 0
    [ 63.182] RsvdMaskSize: 0
    [ 63.182] RsvdFieldPosition: 0
    [ 63.182] DirectColorModeInfo: 0
    [ 63.182] PhysBasePtr: 0xf0000000
    [ 63.182] LinBytesPerScanLine: 640
    [ 63.182] BnkNumberOfImagePages: 63
    [ 63.182] LinNumberOfImagePages: 63
    [ 63.182] LinRedMaskSize: 0
    [ 63.182] LinRedFieldPosition: 0
    [ 63.182] LinGreenMaskSize: 0
    [ 63.182] LinGreenFieldPosition: 0
    [ 63.182] LinBlueMaskSize: 0
    [ 63.182] LinBlueFieldPosition: 0
    [ 63.182] LinRsvdMaskSize: 0
    [ 63.182] LinRsvdFieldPosition: 0
    [ 63.182] MaxPixelClock: 400000000
    [ 63.182] Mode: 1c5 (640x350)
    [ 63.182] ModeAttributes: 0xbb
    [ 63.182] WinAAttributes: 0x7
    [ 63.182] WinBAttributes: 0x0
    [ 63.182] WinGranularity: 64
    [ 63.182] WinSize: 64
    [ 63.182] WinASegment: 0xa000
    [ 63.182] WinBSegment: 0x0
    [ 63.182] WinFuncPtr: 0xc00050b5
    [ 63.182] BytesPerScanline: 1280
    [ 63.182] XResolution: 640
    [ 63.182] YResolution: 350
    [ 63.182] XCharSize: 8
    [ 63.182] YCharSize: 14
    [ 63.182] NumberOfPlanes: 1
    [ 63.182] BitsPerPixel: 16
    [ 63.182] NumberOfBanks: 1
    [ 63.182] MemoryModel: 6
    [ 63.182] BankSize: 0
    [ 63.182] NumberOfImages: 35
    [ 63.182] RedMaskSize: 5
    [ 63.182] RedFieldPosition: 11
    [ 63.182] GreenMaskSize: 6
    [ 63.182] GreenFieldPosition: 5
    [ 63.182] BlueMaskSize: 5
    [ 63.182] BlueFieldPosition: 0
    [ 63.182] RsvdMaskSize: 0
    [ 63.182] RsvdFieldPosition: 0
    [ 63.182] DirectColorModeInfo: 0
    [ 63.182] PhysBasePtr: 0xf0000000
    [ 63.182] LinBytesPerScanLine: 1280
    [ 63.182] BnkNumberOfImagePages: 35
    [ 63.182] LinNumberOfImagePages: 35
    [ 63.182] LinRedMaskSize: 5
    [ 63.182] LinRedFieldPosition: 11
    [ 63.182] LinGreenMaskSize: 6
    [ 63.182] LinGreenFieldPosition: 5
    [ 63.182] LinBlueMaskSize: 5
    [ 63.182] LinBlueFieldPosition: 0
    [ 63.182] LinRsvdMaskSize: 0
    [ 63.182] LinRsvdFieldPosition: 0
    [ 63.182] MaxPixelClock: 400000000
    [ 63.183] *Mode: 1c6 (640x350)
    [ 63.183] ModeAttributes: 0xbb
    [ 63.183] WinAAttributes: 0x7
    [ 63.183] WinBAttributes: 0x0
    [ 63.183] WinGranularity: 64
    [ 63.183] WinSize: 64
    [ 63.183] WinASegment: 0xa000
    [ 63.183] WinBSegment: 0x0
    [ 63.183] WinFuncPtr: 0xc00050b5
    [ 63.183] BytesPerScanline: 2560
    [ 63.183] XResolution: 640
    [ 63.183] YResolution: 350
    [ 63.183] XCharSize: 8
    [ 63.183] YCharSize: 14
    [ 63.183] NumberOfPlanes: 1
    [ 63.183] BitsPerPixel: 32
    [ 63.183] NumberOfBanks: 1
    [ 63.183] MemoryModel: 6
    [ 63.183] BankSize: 0
    [ 63.183] NumberOfImages: 17
    [ 63.183] RedMaskSize: 8
    [ 63.183] RedFieldPosition: 16
    [ 63.183] GreenMaskSize: 8
    [ 63.183] GreenFieldPosition: 8
    [ 63.183] BlueMaskSize: 8
    [ 63.183] BlueFieldPosition: 0
    [ 63.183] RsvdMaskSize: 0
    [ 63.183] RsvdFieldPosition: 0
    [ 63.183] DirectColorModeInfo: 0
    [ 63.183] PhysBasePtr: 0xf0000000
    [ 63.183] LinBytesPerScanLine: 2560
    [ 63.183] BnkNumberOfImagePages: 17
    [ 63.183] LinNumberOfImagePages: 17
    [ 63.183] LinRedMaskSize: 8
    [ 63.183] LinRedFieldPosition: 16
    [ 63.183] LinGreenMaskSize: 8
    [ 63.183] LinGreenFieldPosition: 8
    [ 63.183] LinBlueMaskSize: 8
    [ 63.183] LinBlueFieldPosition: 0
    [ 63.183] LinRsvdMaskSize: 0
    [ 63.183] LinRsvdFieldPosition: 0
    [ 63.183] MaxPixelClock: 400000000
    [ 63.183] Mode: 183 (640x400)
    [ 63.183] ModeAttributes: 0xbb
    [ 63.183] WinAAttributes: 0x7
    [ 63.183] WinBAttributes: 0x0
    [ 63.183] WinGranularity: 64
    [ 63.183] WinSize: 64
    [ 63.183] WinASegment: 0xa000
    [ 63.183] WinBSegment: 0x0
    [ 63.183] WinFuncPtr: 0xc00050b5
    [ 63.183] BytesPerScanline: 640
    [ 63.183] XResolution: 640
    [ 63.183] YResolution: 400
    [ 63.183] XCharSize: 8
    [ 63.183] YCharSize: 16
    [ 63.183] NumberOfPlanes: 1
    [ 63.183] BitsPerPixel: 8
    [ 63.183] NumberOfBanks: 1
    [ 63.183] MemoryModel: 4
    [ 63.183] BankSize: 0
    [ 63.183] NumberOfImages: 63
    [ 63.183] RedMaskSize: 0
    [ 63.183] RedFieldPosition: 0
    [ 63.183] GreenMaskSize: 0
    [ 63.183] GreenFieldPosition: 0
    [ 63.183] BlueMaskSize: 0
    [ 63.183] BlueFieldPosition: 0
    [ 63.183] RsvdMaskSize: 0
    [ 63.183] RsvdFieldPosition: 0
    [ 63.183] DirectColorModeInfo: 0
    [ 63.183] PhysBasePtr: 0xf0000000
    [ 63.183] LinBytesPerScanLine: 640
    [ 63.183] BnkNumberOfImagePages: 63
    [ 63.183] LinNumberOfImagePages: 63
    [ 63.183] LinRedMaskSize: 0
    [ 63.183] LinRedFieldPosition: 0
    [ 63.183] LinGreenMaskSize: 0
    [ 63.183] LinGreenFieldPosition: 0
    [ 63.183] LinBlueMaskSize: 0
    [ 63.183] LinBlueFieldPosition: 0
    [ 63.183] LinRsvdMaskSize: 0
    [ 63.183] LinRsvdFieldPosition: 0
    [ 63.183] MaxPixelClock: 400000000
    [ 63.184] Mode: 185 (640x400)
    [ 63.184] ModeAttributes: 0xbb
    [ 63.184] WinAAttributes: 0x7
    [ 63.184] WinBAttributes: 0x0
    [ 63.184] WinGranularity: 64
    [ 63.184] WinSize: 64
    [ 63.184] WinASegment: 0xa000
    [ 63.184] WinBSegment: 0x0
    [ 63.184] WinFuncPtr: 0xc00050b5
    [ 63.184] BytesPerScanline: 1280
    [ 63.184] XResolution: 640
    [ 63.184] YResolution: 400
    [ 63.184] XCharSize: 8
    [ 63.184] YCharSize: 16
    [ 63.184] NumberOfPlanes: 1
    [ 63.184] BitsPerPixel: 16
    [ 63.184] NumberOfBanks: 1
    [ 63.184] MemoryModel: 6
    [ 63.184] BankSize: 0
    [ 63.184] NumberOfImages: 31
    [ 63.184] RedMaskSize: 5
    [ 63.184] RedFieldPosition: 11
    [ 63.184] GreenMaskSize: 6
    [ 63.184] GreenFieldPosition: 5
    [ 63.184] BlueMaskSize: 5
    [ 63.184] BlueFieldPosition: 0
    [ 63.184] RsvdMaskSize: 0
    [ 63.184] RsvdFieldPosition: 0
    [ 63.184] DirectColorModeInfo: 0
    [ 63.184] PhysBasePtr: 0xf0000000
    [ 63.184] LinBytesPerScanLine: 1280
    [ 63.184] BnkNumberOfImagePages: 31
    [ 63.184] LinNumberOfImagePages: 31
    [ 63.184] LinRedMaskSize: 5
    [ 63.184] LinRedFieldPosition: 11
    [ 63.184] LinGreenMaskSize: 6
    [ 63.184] LinGreenFieldPosition: 5
    [ 63.184] LinBlueMaskSize: 5
    [ 63.184] LinBlueFieldPosition: 0
    [ 63.184] LinRsvdMaskSize: 0
    [ 63.184] LinRsvdFieldPosition: 0
    [ 63.184] MaxPixelClock: 400000000
    [ 63.185] *Mode: 186 (640x400)
    [ 63.185] ModeAttributes: 0xbb
    [ 63.185] WinAAttributes: 0x7
    [ 63.185] WinBAttributes: 0x0
    [ 63.185] WinGranularity: 64
    [ 63.185] WinSize: 64
    [ 63.185] WinASegment: 0xa000
    [ 63.185] WinBSegment: 0x0
    [ 63.185] WinFuncPtr: 0xc00050b5
    [ 63.185] BytesPerScanline: 2560
    [ 63.185] XResolution: 640
    [ 63.185] YResolution: 400
    [ 63.185] XCharSize: 8
    [ 63.185] YCharSize: 16
    [ 63.185] NumberOfPlanes: 1
    [ 63.185] BitsPerPixel: 32
    [ 63.185] NumberOfBanks: 1
    [ 63.185] MemoryModel: 6
    [ 63.185] BankSize: 0
    [ 63.185] NumberOfImages: 15
    [ 63.185] RedMaskSize: 8
    [ 63.185] RedFieldPosition: 16
    [ 63.185] GreenMaskSize: 8
    [ 63.185] GreenFieldPosition: 8
    [ 63.185] BlueMaskSize: 8
    [ 63.185] BlueFieldPosition: 0
    [ 63.185] RsvdMaskSize: 0
    [ 63.185] RsvdFieldPosition: 0
    [ 63.185] DirectColorModeInfo: 0
    [ 63.185] PhysBasePtr: 0xf0000000
    [ 63.185] LinBytesPerScanLine: 2560
    [ 63.185] BnkNumberOfImagePages: 15
    [ 63.185] LinNumberOfImagePages: 15
    [ 63.185] LinRedMaskSize: 8
    [ 63.185] LinRedFieldPosition: 16
    [ 63.185] LinGreenMaskSize: 8
    [ 63.185] LinGreenFieldPosition: 8
    [ 63.185] LinBlueMaskSize: 8
    [ 63.185] LinBlueFieldPosition: 0
    [ 63.185] LinRsvdMaskSize: 0
    [ 63.185] LinRsvdFieldPosition: 0
    [ 63.185] MaxPixelClock: 400000000
    [ 63.185] Mode: 133 (720x400)
    [ 63.185] ModeAttributes: 0xbb
    [ 63.185] WinAAttributes: 0x7
    [ 63.185] WinBAttributes: 0x0
    [ 63.185] WinGranularity: 64
    [ 63.185] WinSize: 64
    [ 63.185] WinASegment: 0xa000
    [ 63.185] WinBSegment: 0x0
    [ 63.185] WinFuncPtr: 0xc00050b5
    [ 63.185] BytesPerScanline: 768
    [ 63.185] XResolution: 720
    [ 63.185] YResolution: 400
    [ 63.185] XCharSize: 8
    [ 63.185] YCharSize: 16
    [ 63.185] NumberOfPlanes: 1
    [ 63.185] BitsPerPixel: 8
    [ 63.185] NumberOfBanks: 1
    [ 63.185] MemoryModel: 4
    [ 63.185] BankSize: 0
    [ 63.185] NumberOfImages: 50
    [ 63.185] RedMaskSize: 0
    [ 63.185] RedFieldPosition: 0
    [ 63.185] GreenMaskSize: 0
    [ 63.185] GreenFieldPosition: 0
    [ 63.185] BlueMaskSize: 0
    [ 63.185] BlueFieldPosition: 0
    [ 63.185] RsvdMaskSize: 0
    [ 63.185] RsvdFieldPosition: 0
    [ 63.185] DirectColorModeInfo: 0
    [ 63.185] PhysBasePtr: 0xf0000000
    [ 63.185] LinBytesPerScanLine: 768
    [ 63.185] BnkNumberOfImagePages: 50
    [ 63.185] LinNumberOfImagePages: 50
    [ 63.185] LinRedMaskSize: 0
    [ 63.185] LinRedFieldPosition: 0
    [ 63.185] LinGreenMaskSize: 0
    [ 63.185] LinGreenFieldPosition: 0
    [ 63.185] LinBlueMaskSize: 0
    [ 63.185] LinBlueFieldPosition: 0
    [ 63.185] LinRsvdMaskSize: 0
    [ 63.185] LinRsvdFieldPosition: 0
    [ 63.185] MaxPixelClock: 400000000
    [ 63.186] Mode: 135 (720x400)
    [ 63.186] ModeAttributes: 0xbb
    [ 63.186] WinAAttributes: 0x7
    [ 63.186] WinBAttributes: 0x0
    [ 63.186] WinGranularity: 64
    [ 63.186] WinSize: 64
    [ 63.186] WinASegment: 0xa000
    [ 63.186] WinBSegment: 0x0
    [ 63.186] WinFuncPtr: 0xc00050b5
    [ 63.186] BytesPerScanline: 1472
    [ 63.186] XResolution: 720
    [ 63.186] YResolution: 400
    [ 63.186] XCharSize: 8
    [ 63.186] YCharSize: 16
    [ 63.186] NumberOfPlanes: 1
    [ 63.186] BitsPerPixel: 16
    [ 63.186] NumberOfBanks: 1
    [ 63.186] MemoryModel: 6
    [ 63.186] BankSize: 0
    [ 63.186] NumberOfImages: 27
    [ 63.186] RedMaskSize: 5
    [ 63.186] RedFieldPosition: 11
    [ 63.186] GreenMaskSize: 6
    [ 63.186] GreenFieldPosition: 5
    [ 63.186] BlueMaskSize: 5
    [ 63.186] BlueFieldPosition: 0
    [ 63.186] RsvdMaskSize: 0
    [ 63.186] RsvdFieldPosition: 0
    [ 63.186] DirectColorModeInfo: 0
    [ 63.186] PhysBasePtr: 0xf0000000
    [ 63.186] LinBytesPerScanLine: 1472
    [ 63.186] BnkNumberOfImagePages: 27
    [ 63.186] LinNumberOfImagePages: 27
    [ 63.186] LinRedMaskSize: 5
    [ 63.186] LinRedFieldPosition: 11
    [ 63.186] LinGreenMaskSize: 6
    [ 63.186] LinGreenFieldPosition: 5
    [ 63.186] LinBlueMaskSize: 5
    [ 63.186] LinBlueFieldPosition: 0
    [ 63.186] LinRsvdMaskSize: 0
    [ 63.186] LinRsvdFieldPosition: 0
    [ 63.186] MaxPixelClock: 400000000
    [ 63.186] *Mode: 136 (720x400)
    [ 63.186] ModeAttributes: 0xbb
    [ 63.186] WinAAttributes: 0x7
    [ 63.186] WinBAttributes: 0x0
    [ 63.186] WinGranularity: 64
    [ 63.186] WinSize: 64
    [ 63.186] WinASegment: 0xa000
    [ 63.186] WinBSegment: 0x0
    [ 63.186] WinFuncPtr: 0xc00050b5
    [ 63.186] BytesPerScanline: 2944
    [ 63.186] XResolution: 720
    [ 63.186] YResolution: 400
    [ 63.186] XCharSize: 8
    [ 63.186] YCharSize: 16
    [ 63.186] NumberOfPlanes: 1
    [ 63.186] BitsPerPixel: 32
    [ 63.186] NumberOfBanks: 1
    [ 63.186] MemoryModel: 6
    [ 63.186] BankSize: 0
    [ 63.186] NumberOfImages: 13
    [ 63.186] RedMaskSize: 8
    [ 63.186] RedFieldPosition: 16
    [ 63.186] GreenMaskSize: 8
    [ 63.186] GreenFieldPosition: 8
    [ 63.186] BlueMaskSize: 8
    [ 63.186] BlueFieldPosition: 0
    [ 63.186] RsvdMaskSize: 0
    [ 63.186] RsvdFieldPosition: 0
    [ 63.186] DirectColorModeInfo: 0
    [ 63.186] PhysBasePtr: 0xf0000000
    [ 63.186] LinBytesPerScanLine: 2944
    [ 63.186] BnkNumberOfImagePages: 13
    [ 63.186] LinNumberOfImagePages: 13
    [ 63.186] LinRedMaskSize: 8
    [ 63.186] LinRedFieldPosition: 16
    [ 63.187] LinGreenMaskSize: 8
    [ 63.187] LinGreenFieldPosition: 8
    [ 63.187] LinBlue

    OK, first of all i checked if i had the module loades
    using lspci | grep radeon
    That returned:
    radeon 993341 0
    i2c_algo_bit 5295 1 radeon
    ttm 54346 1 radeon
    drm_kms_helper 26027 1 radeon
    drm 182706 3 drm_kms_helper,ttm,radeon
    i2c_core 22628 5 i2c_piix4,drm,drm_kms_helper,i2c_algo_bit,radeon
    so i think the module was loaded, neverthless i did modified mkinitcpio and added the module radeon,  uninstalled the vesa drivers, rebuilt the initram and reboot my system just to see te same results: no Xorg.So i installed the vesa drivers again to run xorg. I post the Xorg log using only the Radeon Driver.
    [ 44.636]
    X.Org X Server 1.14.1
    Release Date: 2013-04-17
    [ 44.637] X Protocol Version 11, Revision 0
    [ 44.637] Build Operating System: Linux 3.8.7-1-ARCH x86_64
    [ 44.639] Current Operating System: Linux marcorecamara 3.0.76-1-lts #1 SMP Wed May 1 20:14:38 CEST 2013 x86_64
    [ 44.639] Kernel command line: BOOT_IMAGE=/vmlinuz-linux-lts root=UUID=54250347-8e44-4962-8656-387ed670cccc ro nomodeset
    [ 44.641] Build Date: 17 April 2013 02:37:06PM
    [ 44.641]
    [ 44.642] Current version of pixman: 0.28.2
    [ 44.644] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 44.644] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 44.648] (==) Log file: "/var/log/Xorg.0.log", Time: Tue May 7 20:18:52 2013
    [ 44.649] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 44.650] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
    [ 44.650] (==) No Layout section. Using the first Screen section.
    [ 44.650] (==) No screen section available. Using defaults.
    [ 44.650] (**) |-->Screen "Default Screen Section" (0)
    [ 44.650] (**) | |-->Monitor "<default monitor>"
    [ 44.650] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 44.650] (==) Automatically adding devices
    [ 44.650] (==) Automatically enabling devices
    [ 44.650] (==) Automatically adding GPU devices
    [ 44.650] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 44.650] Entry deleted from font path.
    [ 44.650] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 44.650] Entry deleted from font path.
    [ 44.650] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 44.650] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 44.650] Entry deleted from font path.
    [ 44.650] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 44.650] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/
    [ 44.650] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 44.650] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 44.650] (II) Loader magic: 0x7fcc20
    [ 44.650] (II) Module ABI versions:
    [ 44.650] X.Org ANSI C Emulation: 0.4
    [ 44.650] X.Org Video Driver: 14.1
    [ 44.650] X.Org XInput driver : 19.1
    [ 44.650] X.Org Server Extension : 7.0
    [ 44.650] (II) config/udev: Adding drm device (/dev/dri/card0)
    [ 44.655] (--) PCI:*(0:1:5:0) 1002:791e:105b:0e0c rev 0, Mem @ 0xf0000000/134217728, 0xfeaf0000/65536, 0xfe900000/1048576, I/O @ 0x0000d000/256
    [ 44.656] Initializing built-in extension Generic Event Extension
    [ 44.657] Initializing built-in extension SHAPE
    [ 44.657] Initializing built-in extension MIT-SHM
    [ 44.658] Initializing built-in extension XInputExtension
    [ 44.659] Initializing built-in extension XTEST
    [ 44.660] Initializing built-in extension BIG-REQUESTS
    [ 44.660] Initializing built-in extension SYNC
    [ 44.661] Initializing built-in extension XKEYBOARD
    [ 44.661] Initializing built-in extension XC-MISC
    [ 44.662] Initializing built-in extension SECURITY
    [ 44.663] Initializing built-in extension XINERAMA
    [ 44.663] Initializing built-in extension XFIXES
    [ 44.664] Initializing built-in extension RENDER
    [ 44.665] Initializing built-in extension RANDR
    [ 44.665] Initializing built-in extension COMPOSITE
    [ 44.666] Initializing built-in extension DAMAGE
    [ 44.667] Initializing built-in extension MIT-SCREEN-SAVER
    [ 44.667] Initializing built-in extension DOUBLE-BUFFER
    [ 44.668] Initializing built-in extension RECORD
    [ 44.691] Initializing built-in extension DPMS
    [ 44.714] Initializing built-in extension X-Resource
    [ 44.736] Initializing built-in extension XVideo
    [ 44.759] Initializing built-in extension XVideo-MotionCompensation
    [ 44.782] Initializing built-in extension XFree86-VidModeExtension
    [ 44.804] Initializing built-in extension XFree86-DGA
    [ 44.826] Initializing built-in extension XFree86-DRI
    [ 44.846] Initializing built-in extension DRI2
    [ 44.846] (II) "glx" will be loaded by default.
    [ 44.846] (II) LoadModule: "dri2"
    [ 44.846] (II) Module "dri2" already built-in
    [ 44.847] (II) LoadModule: "glamoregl"
    [ 44.847] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
    [ 44.848] (II) Module glamoregl: vendor="X.Org Foundation"
    [ 44.848] compiled for 1.14.0, module version = 0.5.0
    [ 44.848] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 44.848] (II) LoadModule: "glx"
    [ 44.848] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 44.848] (II) Module glx: vendor="X.Org Foundation"
    [ 44.848] compiled for 1.14.1, module version = 1.0.0
    [ 44.848] ABI class: X.Org Server Extension, version 7.0
    [ 44.848] (==) AIGLX enabled
    [ 44.869] Loading extension GLX
    [ 44.869] (==) Matched ati as autoconfigured driver 0
    [ 44.869] (==) Matched ati as autoconfigured driver 1
    [ 44.869] (==) Matched vesa as autoconfigured driver 2
    [ 44.869] (==) Matched modesetting as autoconfigured driver 3
    [ 44.869] (==) Matched fbdev as autoconfigured driver 4
    [ 44.869] (==) Assigned the driver to the xf86ConfigLayout
    [ 44.869] (II) LoadModule: "ati"
    [ 44.869] (II) Loading /usr/lib/xorg/modules/drivers/ati_drv.so
    [ 44.869] (II) Module ati: vendor="X.Org Foundation"
    [ 44.869] compiled for 1.14.0, module version = 7.1.0
    [ 44.869] Module class: X.Org Video Driver
    [ 44.869] ABI class: X.Org Video Driver, version 14.1
    [ 44.869] (II) LoadModule: "radeon"
    [ 44.869] (II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so
    [ 44.869] (II) Module radeon: vendor="X.Org Foundation"
    [ 44.869] compiled for 1.14.0, module version = 7.1.0
    [ 44.869] Module class: X.Org Video Driver
    [ 44.869] ABI class: X.Org Video Driver, version 14.1
    [ 44.869] (II) LoadModule: "vesa"
    [ 44.870] (WW) Warning, couldn't open module vesa
    [ 44.870] (II) UnloadModule: "vesa"
    [ 44.870] (II) Unloading vesa
    [ 44.870] (EE) Failed to load module "vesa" (module does not exist, 0)
    [ 44.870] (II) LoadModule: "modesetting"
    [ 44.870] (WW) Warning, couldn't open module modesetting
    [ 44.870] (II) UnloadModule: "modesetting"
    [ 44.870] (II) Unloading modesetting
    [ 44.870] (EE) Failed to load module "modesetting" (module does not exist, 0)
    [ 44.870] (II) LoadModule: "fbdev"
    [ 44.870] (WW) Warning, couldn't open module fbdev
    [ 44.870] (II) UnloadModule: "fbdev"
    [ 44.870] (II) Unloading fbdev
    [ 44.870] (EE) Failed to load module "fbdev" (module does not exist, 0)
    [ 44.870] (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, 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, 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, TURKS,
    CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS,
    CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, ARUBA, ARUBA,
    ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA,
    ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA,
    ARUBA, ARUBA, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI,
    TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, PITCAIRN, PITCAIRN,
    PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN,
    PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, VERDE, VERDE, VERDE, VERDE,
    VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE,
    VERDE, VERDE, VERDE, VERDE, VERDE, VERDE
    [ 44.872] (++) using VT number 1
    [ 44.872] (II) [KMS] drm report modesetting isn't supported.
    [ 44.872] (II) [KMS] drm report modesetting isn't supported.
    [ 44.872] (II) [KMS] drm report modesetting isn't supported.
    [ 44.872] (II) [KMS] drm report modesetting isn't supported.
    [ 44.872] (II) [KMS] drm report modesetting isn't supported.
    [ 44.872] (EE) Screen 0 deleted because of no matching config section.
    [ 44.872] (II) UnloadModule: "radeon"
    [ 44.872] (EE) Screen 0 deleted because of no matching config section.
    [ 44.872] (II) UnloadModule: "radeon"
    [ 44.872] (EE) Screen 0 deleted because of no matching config section.
    [ 44.872] (II) UnloadModule: "radeon"
    [ 44.872] (EE) Screen 0 deleted because of no matching config section.
    [ 44.872] (II) UnloadModule: "radeon"
    [ 44.872] (EE) Device(s) detected, but none match those in the config file.
    [ 44.872]
    Fatal server error:
    [ 44.872] no screens found
    [ 44.872] (EE)
    Please consult the The X.Org Foundation support
    at http://wiki.x.org
    for help.
    [ 44.872] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
    [ 44.872] (EE)
    [ 45.006] Server terminated with error (1). Closing log file.
    So maybe is something about KMS. And i dont think this has to do with data corruption, the strange thing is that i downgraded the packages, maybe antoher package is interfering. Ill try to solve the issue of KMS and mode set, the weird thing is that i have nomodeset in my grub.cfg

  • [SOLVED] [mkinitcpio] initramfs "build error" messages since v.18-1

    Hi everybody,
    Since the update from mkinitcpio 17-1 to 18-1 I get those build error messages while running mkinitcpio:
    # mkinitcpio -p linux
    ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
    -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
    ==> Starting build: 3.15.8-1-ARCH
    -> Running build hook: [base]
    -> Running build hook: [udev]
    -> Running build hook: [autodetect]
    -> Running build hook: [modconf]
    -> Running build hook: [block]
    -> Running build hook: [keymap]
    -> Running build hook: [encrypt]
    -> Running build hook: [lvm2]
    -> Running build hook: [filesystems]
    -> Running build hook: [keyboard]
    -> Running build hook: [fsck]
    ==> Generating module dependencies
    ==> Creating gzip-compressed initcpio image: /boot/initramfs-linux.img
    ==> WARNING: errors were encountered during the build. The image may not be complete.
    ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
    -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
    ==> Starting build: 3.15.8-1-ARCH
    -> Running build hook: [base]
    -> Running build hook: [udev]
    -> Running build hook: [modconf]
    -> Running build hook: [block]
    ==> WARNING: Possibly missing firmware for module: aic94xx
    ==> WARNING: Possibly missing firmware for module: smsmdtv
    -> Running build hook: [keymap]
    -> Running build hook: [encrypt]
    -> Running build hook: [lvm2]
    -> Running build hook: [filesystems]
    -> Running build hook: [keyboard]
    -> Running build hook: [fsck]
    ==> Generating module dependencies
    ==> Creating gzip-compressed initcpio image: /boot/initramfs-linux-fallback.img
    ==> WARNING: errors were encountered during the build. The image may not be complete.
    However I can still boot and everything seems mostly fine. I haven't changed anything to my /etc/mkinitcpio.conf, here are the only customized parts:
    MODULES="i915 dm_snapshot"
    HOOKS="base udev autodetect modconf block keymap encrypt lvm2 filesystems keyboard fsck
    I'm using an encrypted root (ext4 over LVM over LUKS) and boot partition is contained in an (unencrypted) LVM logical volume. I also specify a few i915 module options in an /etc/modprobe.d/modprobe.conf file as per the Intel Graphics wiki page:
    # Intel graphics driver power-saving option :
    options i915 i915_enable_rc6=7 i915_enable_fbc=1 lvds_downclock=1
    Never had any such warnings before, but now it appears each and every time I update or reinstall my kernel (the default one). I went through Mkinitcpio wiki page, tried putting question marks after the listed modules and rebuilding but it didn't change anything... Any ideas?
    Btw, I don't use any specific compression option and had the regular lzo name change during the same full system upgrade that updated mkinitcpio and linux.
    Thanks
    Last edited by Neitsab (2014-08-04 11:51:19)

    Yes indeed, removing /etc/modprobe.d/modprobe.conf~ hidden backup file solved the warning issue. Strange but thanks ukhippo, I hadn't thought about checking other subforums!
    Last edited by Neitsab (2014-08-04 11:52:08)

  • Mkinitcpio upgrade: "exists in filesystem" error

    When running pacman -Syu, I get the following errors:
    error: failed to commit transaction (conflicting files)
    mkinitcpio: /lib/initcpio/hooks/keymap exists in filesystem
    mkinitcpio: /lib/initcpio/hooks/udev exists in filesystem
    mkinitcpio: /lib/initcpio/install/keymap exists in filesystem
    mkinitcpio: /lib/initcpio/install/udev exists in filesystem
    mkinitcpio: /lib/initcpio/udev/load-modules.sh exists in filesystem
    Errors occurred, no packages were upgraded.
    error: pacman exited with an error (256)
    I assume this has to do with the changes to mkinitcpio mentioned on the front page
    I have earlier modified the HOOKS line in /etc/mkinitcpio.conf
    HOOKS="base udev autodetect pata scsi sata keymap uresume filesystems"
    So, what do I do? Force the upgrade?

    I'm getting the same error on yaourt -Syu (also occurs when trying to upgrade mkinitcpio)
    error: failed to commit transaction (conflicting files)
    mkinitcpio: /lib/initcpio/hooks/keymap exists in filesystem
    mkinitcpio: /lib/initcpio/hooks/udev exists in filesystem
    mkinitcpio: /lib/initcpio/install/keymap exists in filesystem
    mkinitcpio: /lib/initcpio/install/udev exists in filesystem
    mkinitcpio: /lib/initcpio/udev/load-modules.sh exists in filesystem
    Errors occurred, no packages were upgraded.
    The upgrade is from mkinitcpio 0.5.30-1 to 0.6.2-1 and to mkinitcpio-busybox 1.15.3-5 (new package)
    I'm running x86_64. I can update other packages without problems.
    Edit: I forced the upgrade of mkinitcpio and rebuilt the kernel image. The new image doesn't work (it can't find /sbin/udevd, which does exist). If I remove klibc-*, the kernel won't build at all (Can't build hook udev).
    Booting the new kernel image:
    :: Loading Initramfs
    :: Starting udev...
    /init: line 24: /sbin/udevd: not found
    done.
    :: Running Hook [udev]
    :: Loading udev... /init: line 11: /sbin/udevd: not found
    /init: line 11: sbin/udevadm: not found
    /init: line 11: sbin/udevadm: not found
    done.
    Waiting 10 seconds for device /dev/disk/by-uuid/(...)...
    \nRoot device 'dev/disk/by-uuid/(...)' doesn't exist. Attempting to create it.
    ERROR: Unable to determine major/minor number of root device '/dev/disk/by-uuid/(...)'.
    You are being dropped to a recovery shell
    Type 'exit' to try and continue booting
    /bin/sh: can't access tty; job control turned off
    [ramfs /]# _
    I can't do anything with the recovery console using my usb keyboard.
    /sbin/udevd does exist.
    Last edited by gopher292 (2010-02-18 00:30:37)

  • Building/booting a self-compiled kernel without mkinitcpio

    Hello all,
    I'm used to building a vanilla kernel from kernel.org.  For whatever reason, I always run into trouble with nvidia, madwifi, vmware or some other modules when using patched kernels.
    So, using a kernel config which worked on this hardware in gentoo, I do make oldconfig and then follow the instructions at http://wiki.archlinux.org/index.php/Ker … rom_Source .  Doing mkinitcpio finishes, but with two errors: ERROR: module 'pata[-_]via' not found and ERROR: module 'ata[-_]generic' not found.  They're not found because I build them in.  This kernel will not boot.  Removing those items from mkinitcpio.conf will let the command finish without errors, but that kernel also is not bootable.
    I compile a lot of stuff, including ATA (I have Y for just about every VIA chipset and generic ATA option in the kernel) and fs (ext2 and 3), right into the kernel, and as I wrote, this config worked with my last distro, so I'm pretty hard pressed to come up with a reason this doesn't work.  I'm not familiar with mkinitcpio, and I'd prefer not to use it.
    When I boot up, it stops with a kernel panic and a message about appending a correct root= option.  Here's by menu.lst:
    # (0) Arch Linux
    title Arch Linux
    root (hd0,0)
    kernel /vmlinuz26 root=/dev/sda3 ro
    initrd /kernel26.img
    # (1) Arch Linux
    title Arch Linux Fallback
    root (hd0,0)
    kernel /vmlinuz26 root=/dev/sda3 ro
    initrd /kernel26-fallback.img
    # (2) Arch Linux
    title 2.6.24.2-ARCH
    root (hd0,0)
    kernel /vmlinuz-2.6.24.2-ARCH root=/dev/disk/by-uuid/089dea30-0d6c-4113-b1f5-ed51489f29e4 ro
    initrd /kernel26-2.6.24.2-ARCH.img
    # (3)
    title 2.6.24.2 vanilla
    root (hd0,0)
    kernel /vmlinuz-2.6.24.2 root=/dev/disk/by-uuid/089dea30-0d6c-4113-b1f5-ed51489f29e4 ro
    0, 1, and 2 work.  3 does not.  I just tried the UUID stuff today, but that doesn't help.
    Thanks for any suggestions!

    Alright, it looks like /combining/ the UUIDs in fstab with root=0303 in menu.lst has solved the problem.  Thanks for the suggestions, everyone!
    addition: as the kernel boots up, it hangs for several seconds on this line: ide1 0x170-0x177, 0x376 on irq15.  Also, prior to that, it seems to be looking for hdd, which doesn't exist (it does exist as sdd either, since there's no slave on the secondary ide cable).
    Last edited by onesandzeros (2008-02-23 20:58:17)

  • [SOLVED] mkinitcpio error during kernel 2.6.37-6 package upgrade

    After upgrading to kernel26-2.6.37-6-x86_64, I failed after reboot (couldn't mount root and got dropped to the "you're on your own" prompt). Fortunately, the fallback kernel worked. I didn't look into it at the time (it was late), and I noticed a new kernel package the next day, so I updated again thinking maybe it was a bug that got fixed. Nope. Same problem after reboot, but I paid a little more attention this time and saw the errors below:
    sudo pacman -U kernel26-2.6.37.1-1-x86_64.pkg.tar.xz
    ...snip...
    checking package integrity...
    (1/1) checking for file conflicts [######################] 100%
    (1/1) upgrading kernel26 [######################] 100%
    >>> Updating module dependencies. Please wait ...
    ...snip...
    ==> Running command: /sbin/mkinitcpio -k 2.6.37-ARCH -c /etc/mkinitcpio.conf -g /boot/kernel26.img
    :: Begin build
    :: Parsing hook [base]
    ...snip...
    :: Generating module dependencies
    WARNING: Can't read module /tmp/mkinitcpio.WLY5Kx/lib/modules/2.6.37-ARCH/kernel/drivers/ata/pata_acpi.ko.gz: Exec format error
    WARNING: Can't read module /tmp/mkinitcpio.WLY5Kx/lib/modules/2.6.37-ARCH/kernel/lib/libcrc32c.ko.gz: Exec format error
    WARNING: Can't read module /tmp/mkinitcpio.WLY5Kx/lib/modules/2.6.37-ARCH/kernel/crypto/crc32c.ko.gz: Exec format error
    WARNING: Can't read module /tmp/mkinitcpio.WLY5Kx/lib/modules/2.6.37-ARCH/kernel/arch/x86/crypto/crc32c-intel.ko.gz: Exec format error
    :: Generating image '/boot/kernel26.img'...SUCCESS
    ==> SUCCESS
    Since my root partition is btrfs, I require the libcrc32c module on load, and it looks like mkinitcpio couldn't manage to get it (and a few other modules) into my initrd. So I ran:
    sudo /sbin/mkinitcpio -k 2.6.37-ARCH -c /etc/mkinitcpio.conf -g /boot/kernel26.img
    again by hand, and it worked without errors. (Yeah, I'm a sudo person, in case you were wondering.)
    Here are the relevant /etc/mkinitcpio.conf lines:
    MODULES="dm_mod dm_mirror btrfs crc32c libcrc32c"
    HOOKS="base udev autodetect pata scsi sata dmraid lvm2 filesystems"
    I don't know squat about mkinitcpio and why it would work fine when run by hand but choke when run via pacman. Anyone have any ideas?
    Last edited by archix (2011-02-21 18:35:46)

    According to Ryan Hill's comment on http://bugs.gentoo.org/show_bug.cgi?id=353907#c16 which is sending us to http://lwn.net/Articles/429345/  - it looks like ext4 is also impacted by this bug, not only compressed btrfs!
    Chris Mason from Oracle (funny, "magical" coincidence ;P ) said he's got a patch for btrfs and hes testing it. Hope to see it soon...
    Edit: ahhh here it is http://www.mail-archive.com/linux-btrfs … 08577.html
    Edit2: patches were merged with today's (26.02.2011) mainline kernel snapshot: 2.6.38-rc6-git6
    it seems to work fine for me, so i guess it's [SOLVED] now
    Last edited by Vi0L0 (2011-02-26 15:51:46)

  • [SOLVED] Cannot upgrade virtuoso-base and libdrm-nouveau1

    Following the directions here, I see the following.  Where do I go from here?
    % sudo xargs sh -c 'pacman -Sd "$@" < /dev/tty' --
    resolving dependencies...
    warning: dependency cycle detected:
    warning: lib32-gcc-libs will be installed before its gcc-libs-multilib dependency
    looking for inter-conflicts...
    :: python2-beautifulsoup3 and python-beautifulsoup are in conflict. Remove python-beautifulsoup? [y/N] y
    :: libkcddb and kdemultimedia-kioslave are in conflict. Remove kdemultimedia-kioslave? [y/N] y
    Targets (527): kde-base-artwork-4.9.0-1 kdeedu-pairs-4.9.0-1
    kdemultimedia-kioslave-4.8.4-1 [removal]
    kdeplasma-addons-runners-youtube-4.9.0-1 libanjuta-3.4.4-1
    libdrm-nouveau1-2.4.33-1 libkgapi-0.4.1-1
    libmusicbrainz5-5.0.1-1 nepomuk-core-4.9.0-1
    pyqt-common-4.9.4-2 python-beautifulsoup-3.2.0-2 [removal]
    python2-beautifulsoup3-3.2.1-1 virtuoso-base-6.1.6-1
    accountsservice-0.6.22-1 akonadi-1.8.0-1 amarok-2.5.0-5
    anjuta-3.4.4-1 ati-dri-8.0.4-2 attica-0.4.0-1 audacious-3.3-1
    audacity-2.0.1-1 avogadro-1.0.3-6 baobab-3.4.1-2
    binutils-multilib-2.22-8 blas-3.4.1-1 blender-4:2.64-2
    bluefish-2.2.3-1 blueman-1.23-4 bluez-4.101-1 boost-1.50.0-2
    boost-libs-1.50.0-2 calibre-0.8.63-1
    calligra-braindump-2.4.3-3 calligra-flow-2.4.3-3
    calligra-interfaces-2.4.3-3 calligra-karbon-2.4.3-3
    calligra-kexi-2.4.3-3 calligra-kounavail-2.4.3-3
    calligra-krita-2.4.3-3 calligra-libs-2.4.3-3
    calligra-plan-2.4.3-3 calligra-plugins-2.4.3-3
    calligra-sheets-2.4.3-3 calligra-stage-2.4.3-3
    calligra-tools-2.4.3-3 calligra-words-2.4.3-3
    chromium-21.0.1180.57-1 clementine-1.0.1-7 clucene-2.3.3.4-6
    cryptsetup-1.5.0-1 cups-1.6.1-2 cups-filters-1.0.20-1
    dbus-1.6.4-1 dbus-core-1.6.4-1 dbus-glib-0.100-1
    device-mapper-2.02.96-3 digikam-2.7.0-2 distcc-3.1-7
    doxygen-1.8.1.2-1 eclipse-4.2-1 ekiga-3.3.2-6
    elfutils-0.154-1 empathy-3.4.2.3-1 enblend-enfuse-4.0-6
    evolution-3.4.3-1 exiv2-0.23-1 ffmpeg-1:0.11.1-1
    ffmpegthumbnailer-2.0.7-5 firefox-14.0.1-1
    foomatic-db-engine-1:4.0.17_20120712-1
    foomatic-db-nonfree-1:4.0.17_20120712-1
    foomatic-filters-1:4.0.17_20120712-1 freevo-1.9.0-9
    gcc-fortran-4.7.1-5 gcc-libs-multilib-4.7.1-5
    gcc-multilib-4.7.1-5 geeqie-1.0-7 gegl-0.2.0-2
    gimp-ufraw-0.18-5 git-1.7.11.4-1 glew-1.8.0-1 glib2-2.32.4-1
    glibmm-2.32.1-1 gmime-2.6.10-1 gnome-bluetooth-3.4.2-1
    gnome-color-manager-3.4.2-2 gnome-keyring-3.4.1-3
    gnome-screensaver-3.4.4-1 gnome-shell-3.4.2-1 gnutls-3.0.22-1
    gpsd-3.6-2 grep-2.13-2 gtk2-2.24.11-2 gtk3-3.4.4-1
    gtkdatabox-0.9.1.3-1 gtkhtml4-4.4.3-1 gtkpod-2.1.2-3
    gvfs-afc-1.12.3-3 gvfs-obexftp-1.12.3-3 gvim-7.3.600-1
    handbrake-0.9.8-1 hplip-3.12.6-3 hugin-2011.4.0-5
    icedtea-web-java7-1.2.1-2 icu-49.1.2-2 initscripts-2012.07.5-1
    inkscape-0.48.3.1-4 intel-dri-8.0.4-2 jade-1.2.1-8
    k3b-2.0.2-6 kactivities-4.9.0-1
    kde-meta-kdeaccessibility-4.9-3 kde-meta-kdeadmin-4.9-3
    kde-meta-kdeartwork-4.9-3 kde-meta-kdebase-4.9-3
    kde-meta-kdeedu-4.9-3 kde-meta-kdegames-4.9-3
    kde-meta-kdegraphics-4.9-3 kde-meta-kdemultimedia-4.9-3
    kde-meta-kdenetwork-4.9-3 kde-meta-kdepim-4.9-3
    kde-meta-kdeplasma-addons-4.9-3 kde-meta-kdesdk-4.9-3
    kde-meta-kdetoys-4.9-3 kde-meta-kdeutils-4.9-3
    kde-meta-kdewebdev-4.9-3 kdeaccessibility-jovie-4.9.0-1
    kdeaccessibility-kaccessible-4.9.0-1
    kdeaccessibility-kmag-4.9.0-1
    kdeaccessibility-kmousetool-4.9.0-1
    kdeaccessibility-kmouth-4.9.0-1 kdeadmin-kcron-4.9.0-1
    kdeadmin-ksystemlog-4.9.0-1 kdeadmin-kuser-4.9.0-1
    kdeadmin-system-config-printer-kde-4.9.0-1
    kdeartwork-kscreensaver-4.9.0-1 kdeartwork-styles-4.9.0-1
    kdebase-dolphin-4.9.0-1 kdebase-katepart-4.9.0-1
    kdebase-kdepasswd-4.9.0-1 kdebase-kdialog-4.9.0-1
    kdebase-keditbookmarks-4.9.0-1 kdebase-kfind-4.9.0-1
    kdebase-konq-plugins-4.9.0-1 kdebase-konqueror-4.9.0-1
    kdebase-konsole-4.9.0-1 kdebase-kwrite-4.9.0-1
    kdebase-lib-4.9.0-1 kdebase-plasma-4.9.0-1
    kdebase-runtime-4.9.0-3 kdebase-workspace-4.9.0-1
    kdebindings-python-4.9.0-1 kdebindings-python2-4.9.0-1
    kdeedu-analitza-4.9.0-1 kdeedu-blinken-4.9.0-1
    kdeedu-cantor-4.9.0-1 kdeedu-kalgebra-4.9.0-1
    kdeedu-kalzium-4.9.0-1 kdeedu-kanagram-4.9.0-1
    kdeedu-kbruch-4.9.0-1 kdeedu-kgeography-4.9.0-1
    kdeedu-khangman-4.9.0-1 kdeedu-kig-4.9.0-1
    kdeedu-kiten-4.9.0-1 kdeedu-klettres-4.9.0-1
    kdeedu-kmplot-4.9.0-1 kdeedu-kstars-4.9.0-1
    kdeedu-ktouch-4.9.0-1 kdeedu-kturtle-4.9.0-1
    kdeedu-kwordquiz-4.9.0-1 kdeedu-marble-4.9.0-1
    kdeedu-parley-4.9.0-1 kdeedu-rocs-4.9.0-1 kdeedu-step-4.9.0-1
    kdegames-bomber-4.9.0-1 kdegames-bovo-4.9.0-1
    kdegames-granatier-4.9.0-1 kdegames-kajongg-4.9.0-1
    kdegames-kapman-4.9.0-1 kdegames-katomic-4.9.0-1
    kdegames-kbattleship-4.9.0-1 kdegames-kblackbox-4.9.0-1
    kdegames-kblocks-4.9.0-1 kdegames-kbounce-4.9.0-1
    kdegames-kbreakout-4.9.0-1 kdegames-kdiamond-4.9.0-1
    kdegames-kfourinline-4.9.0-1 kdegames-kgoldrunner-4.9.0-1
    kdegames-kigo-4.9.0-1 kdegames-killbots-4.9.0-1
    kdegames-kiriki-4.9.0-1 kdegames-kjumpingcube-4.9.0-1
    kdegames-klickety-4.9.0-1 kdegames-klines-4.9.0-1
    kdegames-kmahjongg-4.9.0-1 kdegames-kmines-4.9.0-1
    kdegames-knetwalk-4.9.0-1 kdegames-kolf-4.9.0-1
    kdegames-kollision-4.9.0-1 kdegames-konquest-4.9.0-1
    kdegames-kpatience-4.9.0-1 kdegames-kreversi-4.9.0-1
    kdegames-kshisen-4.9.0-1 kdegames-ksirk-4.9.0-1
    kdegames-kspaceduel-4.9.0-1 kdegames-ksquares-4.9.0-1
    kdegames-ksudoku-4.9.0-1 kdegames-ktron-4.9.0-1
    kdegames-ktuberling-4.9.0-1 kdegames-kubrick-4.9.0-1
    kdegames-libkdegames-4.9.0-1 kdegames-libkmahjongg-4.9.0-1
    kdegames-lskat-4.9.0-1 kdegames-palapeli-4.9.0-1
    kdegraphics-gwenview-4.9.0-2 kdegraphics-kamera-4.9.0-1
    kdegraphics-kcolorchooser-4.9.0-1 kdegraphics-kgamma-4.9.0-1
    kdegraphics-kolourpaint-4.9.0-1 kdegraphics-kruler-4.9.0-1
    kdegraphics-ksaneplugin-4.9.0-1 kdegraphics-ksnapshot-4.9.0-1
    kdegraphics-mobipocket-4.9.0-1 kdegraphics-okular-4.9.0-1
    kdegraphics-strigi-analyzer-4.9.0-1 kdegraphics-svgpart-4.9.0-1
    kdegraphics-thumbnailers-4.9.0-1 kdelibs-4.9.0-4
    kdemultimedia-audiocd-kio-4.9.0-1
    kdemultimedia-dragonplayer-4.9.0-1
    kdemultimedia-ffmpegthumbs-4.9.0-1 kdemultimedia-juk-4.9.0-1
    kdemultimedia-kmix-4.9.0-1 kdemultimedia-kscd-4.9.0-1
    kdemultimedia-mplayerthumbs-4.9.0-1
    kdenetwork-filesharing-4.9.0-1 kdenetwork-kdnssd-4.9.0-1
    kdenetwork-kget-4.9.0-1 kdenetwork-kopete-4.9.0-1
    kdenetwork-kppp-4.9.0-1 kdenetwork-krdc-4.9.0-1
    kdenetwork-krfb-4.9.0-1 kdepim-akonadiconsole-4.9.0-2
    kdepim-akregator-4.9.0-2 kdepim-blogilo-4.9.0-2
    kdepim-console-4.9.0-2 kdepim-kaddressbook-4.9.0-2
    kdepim-kalarm-4.9.0-2 kdepim-kjots-4.9.0-2
    kdepim-kleopatra-4.9.0-2 kdepim-kmail-4.9.0-2
    kdepim-knode-4.9.0-2 kdepim-knotes-4.9.0-2
    kdepim-kontact-4.9.0-2 kdepim-korganizer-4.9.0-2
    kdepim-kresources-4.9.0-2 kdepim-ktimetracker-4.9.0-2
    kdepim-libkdepim-4.9.0-2 kdepim-runtime-4.9.0-2
    kdepimlibs-4.9.0-1 kdeplasma-addons-applets-bball-4.9.0-1
    kdeplasma-addons-applets-binary-clock-4.9.0-1
    kdeplasma-addons-applets-blackboard-4.9.0-1
    kdeplasma-addons-applets-bookmarks-4.9.0-1
    kdeplasma-addons-applets-bubblemon-4.9.0-1
    kdeplasma-addons-applets-calculator-4.9.0-1
    kdeplasma-addons-applets-charselect-4.9.0-1
    kdeplasma-addons-applets-comic-4.9.0-1
    kdeplasma-addons-applets-community-4.9.0-1
    kdeplasma-addons-applets-dict-4.9.0-1
    kdeplasma-addons-applets-eyes-4.9.0-1
    kdeplasma-addons-applets-fifteenpuzzle-4.9.0-1
    kdeplasma-addons-applets-filewatcher-4.9.0-1
    kdeplasma-addons-applets-frame-4.9.0-1
    kdeplasma-addons-applets-fuzzy-clock-4.9.0-1
    kdeplasma-addons-applets-icontasks-4.9.0-1
    kdeplasma-addons-applets-incomingmsg-4.9.0-1
    kdeplasma-addons-applets-kdeobservatory-4.9.0-1
    kdeplasma-addons-applets-kimpanel-4.9.0-1
    kdeplasma-addons-applets-knowledgebase-4.9.0-1
    kdeplasma-addons-applets-kolourpicker-4.9.0-1
    kdeplasma-addons-applets-konqprofiles-4.9.0-1
    kdeplasma-addons-applets-konsoleprofiles-4.9.0-1
    kdeplasma-addons-applets-lancelot-4.9.0-1
    kdeplasma-addons-applets-leavenote-4.9.0-1
    kdeplasma-addons-applets-life-4.9.0-1
    kdeplasma-addons-applets-luna-4.9.0-1
    kdeplasma-addons-applets-magnifique-4.9.0-1
    kdeplasma-addons-applets-mediaplayer-4.9.0-1
    kdeplasma-addons-applets-microblog-4.9.0-1
    kdeplasma-addons-applets-news-4.9.0-1
    kdeplasma-addons-applets-notes-4.9.0-1
    kdeplasma-addons-applets-nowplaying-4.9.0-1
    kdeplasma-addons-applets-paste-4.9.0-1
    kdeplasma-addons-applets-pastebin-4.9.0-1
    kdeplasma-addons-applets-plasmaboard-4.9.0-1
    kdeplasma-addons-applets-previewer-4.9.0-1
    kdeplasma-addons-applets-qalculate-4.9.0-1
    kdeplasma-addons-applets-rememberthemilk-4.9.0-1
    kdeplasma-addons-applets-rssnow-4.9.0-1
    kdeplasma-addons-applets-showdashboard-4.9.0-1
    kdeplasma-addons-applets-showdesktop-4.9.0-1
    kdeplasma-addons-applets-social-news-4.9.0-1
    kdeplasma-addons-applets-spellcheck-4.9.0-1
    kdeplasma-addons-applets-systemloadviewer-4.9.0-1
    kdeplasma-addons-applets-timer-4.9.0-1
    kdeplasma-addons-applets-unitconverter-4.9.0-1
    kdeplasma-addons-applets-weather-4.9.0-1
    kdeplasma-addons-applets-weatherstation-4.9.0-1
    kdeplasma-addons-applets-webslice-4.9.0-1
    kdeplasma-addons-containments-4.9.0-1
    kdeplasma-addons-libs-4.9.0-1
    kdeplasma-addons-runners-audioplayercontrol-4.9.0-1
    kdeplasma-addons-runners-browserhistory-4.9.0-1
    kdeplasma-addons-runners-characters-4.9.0-1
    kdeplasma-addons-runners-contacts-4.9.0-1
    kdeplasma-addons-runners-converter-4.9.0-1
    kdeplasma-addons-runners-datetime-4.9.0-1
    kdeplasma-addons-runners-events-4.9.0-1
    kdeplasma-addons-runners-katesessions-4.9.0-1
    kdeplasma-addons-runners-konquerorsessions-4.9.0-1
    kdeplasma-addons-runners-konsolesessions-4.9.0-1
    kdeplasma-addons-runners-kopete-4.9.0-1
    kdeplasma-addons-runners-mediawiki-4.9.0-1
    kdeplasma-addons-runners-spellchecker-4.9.0-1
    kdeplasma-addons-wallpapers-mandelbrot-4.9.0-1
    kdeplasma-addons-wallpapers-marble-4.9.0-1
    kdeplasma-addons-wallpapers-pattern-4.9.0-1
    kdeplasma-addons-wallpapers-potd-4.9.0-1
    kdeplasma-addons-wallpapers-virus-4.9.0-1
    kdeplasma-addons-wallpapers-weather-4.9.0-1
    kdesdk-cervisia-4.9.0-1 kdesdk-dolphin-plugins-4.9.0-1
    kdesdk-kapptemplate-4.9.0-1 kdesdk-kate-4.9.0-1
    kdesdk-kcachegrind-4.9.0-1 kdesdk-kioslave-4.9.0-1
    kdesdk-kmtrace-4.9.0-1 kdesdk-kompare-4.9.0-1
    kdesdk-kpartloader-4.9.0-1 kdesdk-kstartperf-4.9.0-1
    kdesdk-kuiviewer-4.9.0-1 kdesdk-lokalize-4.9.0-1
    kdesdk-okteta-4.9.0-1 kdesdk-poxml-4.9.0-1
    kdesdk-strigi-analyzer-4.9.0-1 kdesdk-umbrello-4.9.0-1
    kdetoys-amor-4.9.0-1 kdetoys-kteatime-4.9.0-1
    kdetoys-ktux-4.9.0-1 kdeutils-ark-4.9.0-1
    kdeutils-filelight-4.9.0-1 kdeutils-kcalc-4.9.0-1
    kdeutils-kcharselect-4.9.0-1 kdeutils-kdf-4.9.0-1
    kdeutils-kfloppy-4.9.0-1 kdeutils-kgpg-4.9.0-1
    kdeutils-kremotecontrol-4.9.0-1 kdeutils-ktimer-4.9.0-1
    kdeutils-kwallet-4.9.0-1 kdeutils-printer-applet-4.9.0-1
    kdeutils-superkaramba-4.9.0-1 kdeutils-sweeper-4.9.0-1
    kdewebdev-kfilereplace-4.9.0-1
    kdewebdev-kimagemapeditor-4.9.0-1 kdewebdev-klinkstatus-4.9.0-1
    kdewebdev-kommander-4.9.0-1 kipi-plugins-2.7.0-2
    klavaro-1.9.5-2 lapack-3.4.1-1 lftp-4.3.8-1
    lib32-dbus-core-1.6.4-1 lib32-gcc-libs-4.7.1-5
    lib32-glib2-2.32.4-1 lib32-gnutls-3.0.22-1
    lib32-gtk2-2.24.11-1 lib32-intel-dri-8.0.4-4
    lib32-libcups-1.6.1-1 lib32-libgl-8.0.4-4 lib32-libpulse-2.1-1
    lib32-mesa-8.0.4-4 lib32-pango-1.30.1-1 lib32-pcre-8.31-1
    lib32-qt-4.8.2-2 libcec-1.8.0-1 libcups-1.6.1-2
    libegl-8.0.4-2 libgexiv2-0.4.1-3 libgl-8.0.4-2
    libgpod-0.8.2-6 libimobiledevice-1.1.4-2 libkcddb-4.9.0-1
    libkcompactdisc-4.9.0-1 libkdcraw-4.9.0-1 libkdeedu-4.9.0-1
    libkexiv2-4.9.0-3 libkface-2.7.0-2 libkgeomap-2.7.0-2
    libkipi-4.9.0-1 libksane-4.9.0-1 libktorrent-1.2.1-2
    libkvkontakte-2.7.0-2 libmediawiki-2.7.0-2
    libmicrohttpd-0.9.21-1 libmp4v2-2.0.0-2 libpst-0.6.54-2
    libpulse-2.1-1 libpurple-2.10.6-1 libquicktime-1.2.4-2
    libreoffice-calc-3.5.5-1 libreoffice-common-3.5.5-1
    libreoffice-draw-3.5.5-1
    libreoffice-extension-pdfimport-3.5.5-1
    libreoffice-gnome-3.5.5-1 libreoffice-impress-3.5.5-1
    libreoffice-math-3.5.5-1 libreoffice-writer-3.5.5-1
    libtool-2.4.2-6 libtorrent-rasterbar-1:0.16.2-1
    libtracker-sparql-0.14.2-1 libva-1.1.0-1
    libva-driver-intel-1.0.18-1 libvirt-0.9.13-2 libwacom-0.6-1
    libwebkit-1.8.2-1 libwebkit3-1.8.2-1 linux-3.4.7-1
    linux-lts-3.0.38-1 lvm2-2.02.96-3 lxde-common-0.5.5-2
    lxdm-0.4.1-14 mashup-3.5-2 mediastreamer-2.8.2-2 mesa-8.0.4-2
    mkinitcpio-0.10-1 mpd-0.17-2 mplayer-35014-1
    mythplugins-mytharchive-1:0.25.2-1
    mythplugins-mythbrowser-1:0.25.2-1
    mythplugins-mythgallery-1:0.25.2-1
    mythplugins-mythgame-1:0.25.2-1
    mythplugins-mythmusic-1:0.25.2-1
    mythplugins-mythnetvision-1:0.25.2-1
    mythplugins-mythnews-1:0.25.2-1
    mythplugins-mythweather-1:0.25.2-1
    mythplugins-mythweb-1:0.25.2-1
    mythplugins-mythzoneminder-1:0.25.2-1 mythtv-1:0.25.2-1
    ncmpcpp-0.5.10-2 networkmanager-0.9.4.0-6 nmap-6.01-1
    nouveau-dri-8.0.4-2 obexd-client-0.47-1 octave-3.6.2-1
    opal-3.10.5-1 opencv-2.4.2-2 openimageio-1.0.8-1
    pcmanfm-0.9.10-3 pcre-8.31-1 php-5.4.5-1 pidgin-2.10.6-1
    pkg-config-0.27-1 poppler-0.20.2-1 poppler-glib-0.20.2-1
    poppler-qt-0.20.2-1 ptlib-2.10.5-1 pulseaudio-2.1-1
    pycups-1.9.62-1 pyqt-4.9.4-2 python-dbus-1.1.1-1
    python2-dbus-1.1.1-1 python2-matplotlib-1.1.1-1
    python2-numpy-1.6.2-1 python2-pyqt-4.9.4-2 qemu-kvm-1.1.1-1
    qscintilla-2.6.2-1 qt-4.8.2-3 qtcreator-2.5.1-1 r-2.15.1-2
    racket-5.2.1-3 raptor-2.0.8-1 rhythmbox-2.97-2 samba-3.6.6-1
    scribus-1.4.1-1 sdlmame-0.146.u4-2 skype-4.0.0.8-1
    smartmontools-5.43-1 soprano-2.8.0-2 strigi-0.7.7-2
    suitesparse-4.0.2-1 svga-dri-8.0.4-2 syslog-ng-3.3.5-2
    system-config-printer-common-1.3.10-1 systemd-tools-187-4
    taglib-1.7.2-2 telepathy-qt-0.9.3-1 tellico-2.3.6-2
    texlive-bin-2012.0-3 texlive-core-2012.26892-2
    thunderbird-14.0-1 tracker-0.14.2-1 transcode-1.1.7-5
    transmission-gtk-2.61-1 unetbootin-578-1 upower-0.9.17-2
    vala-0.16.1-1 valgrind-3.7.0-4 virt-manager-0.9.3-1
    virtinst-0.600.2-1 virtualbox-4.1.18-4
    virtualbox-modules-4.1.18-4 virtviewer-0.5.3-1 vlc-2.0.3-2
    wine-1.5.10-1 wine_gecko-1.7-1 wireshark-cli-1.8.1-1
    wireshark-gtk-1.8.1-1 wpa_supplicant-1.0-1 xbmc-11.0-6
    xf86-video-ati-1:6.14.6-1 xf86-video-intel-2.20.2-2
    xf86-video-nouveau-1.0.1-1 xine-lib-1.2.2-1 xlockmore-5.40-1
    xorg-server-1.12.3-1 xscreensaver-5.19-1 zsh-5.0.0-2
    Total Installed Size: 5552.36 MiB
    Net Upgrade Size: 55.65 MiB
    Proceed with installation? [Y/n]
    (525/525) checking package integrity [----------------------] 100%
    (525/525) loading package files [----------------------] 100%
    (525/525) checking for file conflicts [----------------------] 100%
    error: failed to commit transaction (conflicting files)
    virtuoso-base: /usr/bin/isql-vt exists in filesystem
    virtuoso-base: /usr/bin/isqlw-vt exists in filesystem
    virtuoso-base: /usr/bin/virtuoso-t exists in filesystem
    virtuoso-base: /usr/lib/libvirtuoso-t.a exists in filesystem
    virtuoso-base: /usr/lib/virtodbc.a exists in filesystem
    virtuoso-base: /usr/lib/virtodbc.so exists in filesystem
    virtuoso-base: /usr/lib/virtodbc_r.a exists in filesystem
    virtuoso-base: /usr/lib/virtodbc_r.so exists in filesystem
    virtuoso-base: /usr/lib/virtodbcu.a exists in filesystem
    virtuoso-base: /usr/lib/virtodbcu.so exists in filesystem
    virtuoso-base: /usr/lib/virtodbcu_r.a exists in filesystem
    virtuoso-base: /usr/lib/virtodbcu_r.so exists in filesystem
    libdrm-nouveau1: /usr/lib/libdrm_nouveau.so.1 exists in filesystem
    libdrm-nouveau1: /usr/lib/libdrm_nouveau.so.1.0.0 exists in filesystem
    Errors occurred, no packages were upgraded.
    Last edited by hexadecagram (2012-08-10 00:32:45)

    I was inspired after reading this post.
    % sudo pacman -Rdd virtuoso libdrm libdrm-nouveau
    % sudo pacman -S virtuoso-base libdrm libdrm-nouveau1
    % sudo xargs sh -c 'pacman -Sd "$@" < /dev/tty' --
    % sudo pacman -Su
    There were a few other packages needing manual intervention (sip and python-sip).  But now I've noticed that I've gotten missing modules errors during mkinitcpio and I'm seeing "glibc: /lib exists in filesystem."
    I'm marking this as solved while I wade through those other issues.

  • [SOLVED] error with mkinitcpio during installation

    Hi there
    I am looking to install Arch after I broke a previous installation
    I put this basic set of commands after reading the Installation Guide and I run it from in the live /root. 
    #!/bin/bash
    loadkeys uk
    mkfs -t ext4 /dev/sda7
    mkfs -t ext4 /dev/sda8
    mkswap -f /dev/sda6
    mkdir /mnt/root
    mkdir /mnt/home
    mount /dev/sda7 /mnt/root
    mount /dev/sda8 /mnt/home
    pacstrap /mnt/root base base-devel
    genfstab -p /mnt >> /mnt/root/etc/fstab
    arch-chroot /mnt
    ln -s /usr/share/zoneinfo/Europe/London /etc/localtime
    nano /etc/locale.conf
    locale-gen
    mkinitcpio -p linux
    passwd root
    If I run this script, there's some kind of problem with mkinitcpio and /boot is empty. It worked a month or so ago - maybe it's content in the new .iso? A misplaced /mnt or /mnt/root?
    Any ideas? I've never failed to install distro properly and am a bit confused!
    Thanks in advance
    EDIT
    I changed the script to this
    loadkeys uk
    cfdisk
    mkfs -t ext4 /dev/sda7
    mkfs -t ext4 /dev/sda8
    mkswap -f /dev/sda6
    mkdir /mnt/root
    mkdir /mnt/home
    mkdir /mnt/storage
    mount /dev/sda7 /mnt/root
    mount /dev/sda8 /mnt/home
    mount /dev/sdb1 /mnt/storage
    pacstrap /mnt/root base base-devel
    genfstab -p /mnt/root >> /mnt/root/etc/fstab
    arch-chroot /mnt/root
    ln -s /usr/share/zoneinfo/Europe/London /etc/localtime
    nano /etc/locale.conf
    locale-gen
    mkinitcpio -p linux
    passwd root
    exit
    will see if that helps
    Last edited by Bazzaah (2013-03-18 19:26:29)

    Bazzaah wrote:
    Great, thanks for your help, much appreciated.
    I do indeed have a functional system (basic of course) but what concerns me is that I get a not found error after mkinitcpio - the system boots so the kernel and initrd must be there...still that error message worries me a bit.
    About that error, you need to post it, if you want help!
    Edit: If you are running those commands in a file, make it look like this:
    loadkeys uk
    cfdisk
    mkfs.ext4 /dev/sda7
    mkfs.ext4 /dev/sda8
    mkswap -f /dev/sda6
    mkdir /mnt/root
    mkdir /mnt/root/home
    mkdir /mnt/root/storage
    mount /dev/sda7 /mnt/root
    mount /dev/sda8 /mnt/root/home
    mount /dev/sdb1 /mnt/root/storage
    pacstrap /mnt/root base base-devel
    genfstab -U -p /mnt/root > /mnt/root/etc/fstab
    arch-chroot /mnt/root /bin/bash -c "ln -s /usr/share/zoneinfo/Europe/London /etc/localtime"
    arch-chroot /mnt/root /bin/bash -c "nano /etc/locale.conf"
    arch-chroot /mnt/root /bin/bash -c "locale-gen"
    arch-chroot /mnt/root /bin/bash -c "mkinitcpio -p linux"
    arch-chroot /mnt/root /bin/bash -c "passwd root"
    The lines with "arch-chroot /mnt/root /bin/bash -c" are needed to run those inside the chroot environment, or else they will run in your live system, instead of making changes to your created system.
    Last edited by s1ln7m4s7r (2013-03-18 17:46:26)

Maybe you are looking for

  • An entry in field Funds Ctr is not permitted for account 401000 Message no F5394

    Hi Friends, I have done Fund Management configuration and while posting the document through FB50, I am getting error message " An entry in field Funds Ctr is not permitted for account 401000 "Message no. F5394 and I also checked Field status and Pos

  • Turn off letterboxing?

    I would like to make a Widescreen (16:9) DVD that will play normally on a widescreen T.V.. However I would like to have that same video "cropped" NOT "letterboxed" when played on a standard T.V. (4:3)Is this possible? I'm shooting in widescreen so th

  • Script: get file name

    Hi, i'm developing a script for fireworks mx. How can i get the open document file name? Thanks

  • Update center

    The update center app says all apps are up to date but that's not the case. I've been manually updating from this website. I've checked my settings, turned on WiFi and still nothing.

  • Chinese-character files when syncing

    The last time I synced my iPhone with my iMac, I noticed an app transfer (I believe from my phone to my computer) with a file name that appeared to be Chinese characters. I do not recall downloading any such apps to my iPhone...should I be concerned?