[solved] fastboot and rootdelay kernel option

hi to all,
i was reading about improving boot time in our archwiki. it says to append in /boot/grub/menu.lst two ''magic'' words:
fastboot
and
rootdelay=N
where N are seconds to wait before mount the root.
then i modify my .lst and perform a boot timing BUT results are exactly the same , the same time with or without these kernel option.....
my menu.lst:
# (0) Arch Linux NORMAL
title Arch Linux
root (hd0,0)
kernel /vmlinuz26 root=/dev/sda4 ro fastboot rootdelay=1 vga=773
initrd /kernel26.img
# (3) Arch Linux BOOTCHART
title Arch Linux Bootchart
root (hd0,0)
kernel /vmlinuz26 root=/dev/sda4 ro fastboot rootdelay=1 vga=773 init=/sbin/bootchartd
initrd /kernel26.img
# (1) Arch Linux FALLBACK
title Arch Linux Fallback
root (hd0,0)
kernel /vmlinuz26 root=/dev/disk/by-uuid/87011ee4-6d50-4384-a305-0a23d3f27588 ro
initrd /kernel26-fallback.img
# (4) RescueCD 64bit RESCUE
title SystemRescueCd from Hard Disk
root (hd0,0)
kernel /sysrcd/rescue64 subdir=sysrcd setkmap=it
initrd /sysrcd/initram.igz
where i make a mistake ?
thks
Last edited by nTia89 (2010-08-04 19:01:16)

Kernel command line parameters aren't inherently magical. fastboot was introduced in 2.6.29 and attempts to decrease boot time by performing some functions asynchronously. It may not result in anything speeding up. It may break things. It's probably not worth using.
Regarding rootdelay: The Wiki comes to a flawed conclusion that a shorter rootdelay will decrease boot time. rootdelay defines the maximum number of seconds the kernel is willing to wait for the root device to be mounted. It doesn't define an absolute time frame. rootdelay=100 will very likely yield the same results as rootdelay=10 because the boot process continues as soon as the root device is available. The wiki does correctly point out that a lower rootdelay can actually break the boot process.
To answer your question: your mistake is playing with parameters that you don't understand.
Last edited by falconindy (2010-08-04 18:08:42)

Similar Messages

  • [SOLVED] Initcpio and rootdelay

    So here's the situation: I have setup my netbook on an LVM logical volume, part of which resides on an external SD card.
    The card takes a few seconds to be detected, which means that the normal boot sequence will not see it early enough and will fail to activate the LVM volume (and, of course, won't be able to boot). Simply passing "rootdelay=..." at boot doesn't help because the delay is only waited on at the beginning of the filesystems hook, by which point the LVM hook must obviously already have run.
    So I wrote a simple "delay" hook that allows inserting the rootdelay at an arbitrary point in the hooks sequence (the code is basically copied from the significant part of the filesystems hook):
    # /lib/initcpio/hooks/delay
    run_hook ()
    #If we have a rootdelay, wait for it and unset it.
    if [ -n "${rootdelay}" ]; then
    msg -n "Wating for devices to settle..."
    /bin/sleep "${rootdelay}"
    msg "done."
    export rootdelay=0
    fi
    # /lib/initcpio/install/delay
    install ()
    MODULES=""
    BINARIES=""
    FILES=""
    SCRIPT="delay"
    help ()
    cat<<HELPEOF
    This hook waits for a delay specified by the rootdelay parameter
    to the kernel before transferring control to the next hook.
    HELPEOF
    First question is: did I miss another obvious solution ?
    As for the second question: unless I'm mistaken, when the filesystems hook waits for the rootdelay, it also somehow "unsets" it so that the initscripts won't wait for it again before mounting the root fs. My custom hook doesn't do that even though its code is copied straigt from /lib/initcpio/hooks/filesystems.
    Could anyone explain how the filesystems hook does this, and what I need to modify in my hook to get the same behavior?
    Last edited by Arkane (2009-03-24 15:39:49)

    Like I said, the way the rootdelay is normally handled doesn't work in my case because I need to delay to be applied before the LVM hook is run.
    However, reading /lib/initcpio/init showed me how to solve my problem: I also needed to modify the kinit_params variable. This version works as intended:
    # /lib/initcpio/hooks/delay
    run_hook ()
    #If we have a rootdelay, wait for it and unset it.
    if [ -n "${rootdelay}" ]; then
    msg -n "Wating for devices to settle..."
    /bin/sleep "${rootdelay}"
    msg "done."
    export rootdelay=0
    export kinit_params="$kinit_params rootdelay=0"
    fi
    Thanks!

  • [Solved] lxde and pcmanfm missing options

    Solved, read here: http://blog.lxde.org/?p=737 (both intentionally missing)
    After last night's pcmanfm update (0.5.2-1  to 0.9.7-1), my pcmanfm is missing the tree option in the left panel (and judging from other posts, other things as well that I haven't needed yet). 
    Also my lxde now does not have a background nor is the entire tab available anymore in the "Desktop Settings" option (or anywhere anymore).  It is a totally different "Preferences" window only giving General, Display, Volume Management, Advanced tabs.
    I have regularly switched between ratpoison and lxde|openbox.  I use "exec ck-launch-session lxde" in my ~/.xinitrc.  I also tried "exec startlxde" which didn't help.  I manually startx.
    I have searched (and asked in #archlinux but nobody answered) and found these threads that touched on similar problems with pcmanfm but nothing about my issues that I could see.  I also looked in lxde forums but no luck.
    http://bbs.archlinux.org/viewtopic.php?id=98529
    http://bbs.archlinux.org/viewtopic.php?id=100635
    My updates last night:
    [2010-07-07 16:10] Running 'pacman -Syu'
    [2010-07-07 16:10] synchronizing package lists
    [2010-07-07 16:10] starting full system upgrade
    [2010-07-07 16:11] warning: directory permissions differ on usr/
    filesystem: 777  package: 755
    [2010-07-07 16:11] upgraded libarchive (2.8.3-3 -> 2.8.4-1)
    [2010-07-07 16:11] warning: directory permissions differ on usr/
    filesystem: 777  package: 755
    [2010-07-07 16:11] installed libfm (0.1.12-1)
    [2010-07-07 16:11] warning: directory permissions differ on usr/
    filesystem: 777  package: 755
    [2010-07-07 16:11] upgraded pcmanfm (0.5.2-1 -> 0.9.7-1)
    [2010-07-07 16:11] warning: directory permissions differ on usr/
    filesystem: 777  package: 755
    [2010-07-07 16:11] upgraded pcre (8.02-1 -> 8.10-1)
    [2010-07-07 16:11] warning: directory permissions differ on usr/
    filesystem: 777  package: 755
    [2010-07-07 16:11] upgraded sudo (1.7.2p7-2 -> 1.7.3-1)
    Last edited by shariebeth (2010-07-08 19:26:59)

    anamesa wrote:Though there is some solution in one of the mentioned threads, I preferred to downgrade to previous version 0.5.2-1 and put pcmanfm in IgnorePkg in /etc/pacman.conf. I'm a bit lazy you see. Now everything is back to normal. I'll keep it that way till it breaks the dependencies.  If the pcmanfm developer claims it is intentional, then so be it. In the meantime I'll think of a way to get rid of pcmanfm alltogether and to replace it with another means of handling transparency & desktop bg in my arch setup.
    feh (an image viewer allows you to set backgrounds. I have pcmanfm installed, but I rarely use it since most times I just use cli commands to browse thru files. There are other light and fast file managers on the wiki if you were looking to switch.
    Common File Managers
    Lightweight File Managers
    Also there are others that Archers have developed which you will find in the Community Contributions sub-forum. Ranger and qtfm come to mind
    Last edited by Inxsible (2010-07-09 16:17:30)

  • [Solved] Automatically Configure Certain Kernel Options?

    I've been using linux-ck for a while, and have been tweaking a few minor options related to the processor with nconfig each time [The processor family, the preempt type and the timer frequency]. I would like to be able to set these options automatically since they've proved to increase performance slightly while still resulting in a stable system. However, I'm not sure which option(s) in the config file the preemption model changes, which I would need in order to automate this. I'm also wondering if there be any potential negative consequences for automating the configuration of such options.
    These are the settings I've been using [and wish to automatically set] for my two machines:
    Laptop [Core i3; x86_64]
    Processor Family: Core2
    Frequency: 1000 Hz
    Server [2 x Athlon MP; i686]
    Processor Family: K7
    Preemption: None
    Frequency: 100 Hz
    I've been able to autoconfigure the laptop with this sed command:
    sed -i -e 's/CONFIG_HZ_300=y/# CONFIG_HZ_300 is not set/g' -i -e 's/# CONFIG_HZ_1000 is not set/CONFIG_HZ_1000=y/g' -i -e 's/# CONFIG_MCORE2 is not set/CONFIG_MCORE2=y/g' -i -e 's/CONFIG_GENERIC_CPU=y/# CONFIG_GENERIC_CPU is not set/g' .config
    I know what to substitute for the frequency and family for my server, but diffing my server's config against the default one has quite a few changed options, which leads me to believe that the preempt setting in nconfig changes more than one option. Anyone with a better understanding of how the kernel's configuration works know how to accomplish this?
    Last edited by DarkSniper (2012-01-07 01:42:00)

    graysky wrote:
    @op - my advice is not to use a sed command unless you spot-check it against a manually configured one.  If you're compiling linux-ck, just switch on the "_use_current=y" option. 
    ## DETAILS FOR _use_current="y"
    # Enabling this option will use the .config of the RUNNING kernel rather than the ARCH defaults.
    # Useful when the package gets updated and you already went through the trouble of customizing your
    # config options. NOT recommended when a new kernel is released, but again, convenient for package bumps.
    The comment saying that it wasn't recommended made me a little skeptical about using that option. [Though I was thinking 'Hey, that does exactly what I'm looking for!']
    By new kernel, is it referring to major versions [Like 3.1.x -> 3.2.x] or minor ones [like 3.1.x -> 3.1.y]? Having to use nconfig once per major version wouldn't bother me at all, but it's a little annoying when I've had to do it with every minor version/release bump.
    Slightly Offtopic: For the -corex repo package the only thing you're changing from the generic one is the processor family, correct? [I'm wanting the optimizations, but prefer to build from source]

  • I see that many people have already complained about Itunes' backup encryption. I NEVER set a password for it (and the corresponding option is still unticked, as always) yet it asked me for a pwd when I upgraded my 3GS to the 5.0 OS. How to solve this?

    I see that many people have already complained about Itunes' backup encryption. I NEVER set a password for it (and the corresponding option is still unticked, as always) yet it asked me for a pwd when I upgraded my 3GS to the 5.0 OS. How to solve this?

    To prevent others from reading your mail, don't give them access to your account. If others need to use your computer for some reason, set up personal accounts, or a guest account, and switch to it before allowing them access. This is the simplest, and most effective, method.
    Email message files can be read as plain text in TextEdit or any word processor.
    To protect your email messages from being viewed by others while in your account, you would have to lock the folder, putting it into an encrypted disk image that required a password to be opened and mounted. You would have to double-click on the image and give your password to mount it before launching Mail then unmount it as soon as you're done. My guess is that you could replace the ~/Library/Mail folder with an alias pointing to the folder on the disk image.
    It may work, but it seems like a lot of unnecessary hassle.

  • I have Mavericks on my iMac and the latest version of iPhoto 9.5.1 (902.17) but no book, card, calendar, album, slideshow, print and order prints options under Share, which still shows Set Desktop.  Any ideas please?

    I have Mavericks on my iMac and the latest version of iPhoto 9.5.1 (902.17) but no book, card, calendar, album, slideshow, print and order prints options under Share, which still shows Set Desktop.  Any ideas please?

    LN,
    Since I couldn't expand the zip file on my desktop, I expanded the file on an external drive.  Here's the information:
    Hardware Information:
              iMac (27-inch, Late 2012)
              iMac - model: iMac13,2
              1 3.4 GHz Intel Core i7 CPU: 4 cores
              8 GB RAM
    Video Information:
              NVIDIA GeForce GTX 675MX - VRAM: 1024 MB
    Audio Plug-ins:
              BluetoothAudioPlugIn: Version: 1.0 - SDK 10.9
              AirPlay: Version: 1.9 - SDK 10.9
              AppleAVBAudio: Version: 2.0.0 - SDK 10.9
              iSightAudio: Version: 7.7.3 - SDK 10.9
    Startup Items:
              NUDC: Path: /Library/StartupItems/NUDC
    System Software:
              OS X 10.9.1 (13B42) - Uptime: 0 days 0:16:52
    Disk Information:
              APPLE HDD ST1000DM003 disk0 : (1 TB)
                        EFI (disk0s1) <not mounted>: 209.7 MB
                        Macintosh HD (disk0s2) /: 999.35 GB (698.05 GB free)
                        Recovery HD (disk0s3) <not mounted>: 650 MB
    USB Information:
              Apple Inc. iPod
              HGST G-Drive Mobile USB 1 TB
                        EFI (disk1s1) <not mounted>: 209.7 MB
                        iMac Backup (disk1s2) /Volumes/iMac Backup: 999.86 GB (10.14 GB free)
              Elgato Systems EyeTV Hybrid
              Apple, Inc. Keyboard Hub
                        Apple, Inc Apple Keyboard
              Apple Inc. FaceTime HD Camera (Built-in)
              Apple Inc. MacBook Air SuperDrive
              Apple Inc. BRCM20702 Hub
                        Apple Inc. Bluetooth USB Host Controller
    FireWire Information:
              LSI Logic SYM13FW500-CDROM DRIVE 400mbit - 400mbit max
              Newer Technology, Inc. Oxford ATA Device 00 800mbit - 800mbit max
                        disk3s1 (disk3s1) <not mounted>: 32 KB
                        disk3s2 (disk3s2) <not mounted>: 29 KB
                        disk3s3 (disk3s3) <not mounted>: 29 KB
                        disk3s4 (disk3s4) <not mounted>: 29 KB
                        disk3s5 (disk3s5) <not mounted>: 29 KB
                        disk3s6 (disk3s6) <not mounted>: 262 KB
                        disk3s7 (disk3s7) <not mounted>: 262 KB
                        disk3s8 (disk3s8) <not mounted>: 262 KB
                        Media (disk3s10) /Volumes/Media: 499.97 GB (151.37 GB free)
              Newer Technology, Inc. Oxford ATA Device 00 800mbit - 800mbit max
                        EFI (disk2s1) <not mounted>: 209.7 MB
                        Mini Stack (disk2s2) /Volumes/Mini Stack: 999.86 GB (470.15 GB free)
    Thunderbolt Information:
              Apple Inc. thunderbolt_bus
                        Apple Inc. Thunderbolt to FireWire Adapter
    Kernel Extensions:
              com.AmbrosiaSW.AudioSupport          (4.1.2 - SDK 10.6)
              com.netralia.driver.VBMicDriver          (1.0.0 - SDK 10.7)
              com.netralia.driver.VBSpeakerDriver          (1.0.0 - SDK 10.7)
    Problem System Launch Daemons:
    Problem System Launch Agents:
              [failed] com.apple.accountsd.plist
    Launch Daemons:
              [loaded] com.adobe.fpsaud.plist
              [loaded] com.elgato.EyeConnect.plist
              [failed] com.google.GoogleML.plist
              [loaded] com.google.keystone.daemon.plist
              [loaded] com.microsoft.office.licensing.helper.plist
              [invalid] com.oracle.java.Helper-Tool.plist
    Launch Agents:
              [failed] com.epson.eventmanager.agent.plist
              [failed] com.google.keystone.agent.plist
              [invalid] com.oracle.java.Java-Updater.plist
    User Launch Agents:
              [loaded] com.google.Chrome.framework.plist
              [failed] com.google.GoogleContactSyncAgent.plist
    User Login Items:
              EyeTV Helper
              apple-scc-20131222-190227
              Skype
              Messages
              Thunderbird
    3rd Party Preference Panes:
              remoting_host_prefpane
              Déjà Vu
              DivX
              Flash Player
              Flip4Mac WMV
              GPGPreferences
    Internet Plug-ins::
              Shutterfly: Version: 3.0.1
              Google Earth Web Plug-in: Version: 6.2
              Default Browser: Version: 537 - SDK 10.9
              Flip4Mac WMV Plugin: Version: 3.2.0.16   - SDK 10.8
              Musicnotes: Version: 1.17.3
              OfficeLiveBrowserPlugin: Version: 12.3.5
              PandoWebInst: Version: 1.0
              FlashPlayer-10.6: Version: 12.0.0.39 - SDK 10.6
              DivXBrowserPlugin: Version: 1.4
              RealPlayer Plugin: Version: (null)
              Flash Player: Version: 12.0.0.39 - SDK 10.6 Outdated! Update
              iPhotoPhotocast: Version: 7.0
              googletalkbrowserplugin: Version: 4.9.1.16010
              QuickTime Plugin: Version: 7.7.3
              AdobePDFViewer: Version: Unknown
              Photo Center Plugin: Version: Photo Center Plugin 1.1.2.0
              Silverlight: Version: 5.1.20913.0 - SDK 10.6
              ContentUploaderPlugin: Version: 1.2
              JavaAppletPlugin: Version: 14.9.0 - SDK 10.7 Outdated! Update
    User Internet Plug-ins::
              WebEx64: Version: 1.0
              Move_Media_Player: Version: npmnqmp 071505000006
              WebEx: Version: 1.0
              MRJPlugin: Version: 1.0-JEP-0.9.0
    Bad Fonts:
              None
    Old applications:
              Audiogalaxy Helper:          Version: 3 - SDK 10.5
                        /Applications/Audiogalaxy Helper.app
              Disc Cover 3:          Version: 3.0.10 - SDK 10.5
                        /Applications/Disc Cover 3.app
              Epson Printer Utility 4:          Version: 9.14 - SDK 10.5
                        /Library/Printers/EPSON/InkjetPrinter2/Utility/UT4/Epson Printer Utility 4.app
              Keynote:          Version: 5.3 - SDK 10.5
                        /Applications/iWork '09/Keynote.app
              Kies:          Version: 2.1.0.13071_1 - SDK 10.5
                        /Applications/Kies.app
              Microsoft Alerts Daemon:          Version: 14.3.1 - SDK 10.5
                        /Applications/Microsoft Office 2011/Office/Microsoft Alerts Daemon.app
              Microsoft AutoUpdate:          Version: 2.3.6 - SDK 10.4
                        /Library/Application Support/Microsoft/MAU2.0/Microsoft AutoUpdate.app
              Microsoft Chart Converter:          Version: 14.3.1 - SDK 10.5
                        /Applications/Microsoft Office 2011/Office/Microsoft Chart Converter.app
              Microsoft Clip Gallery:          Version: 14.3.1 - SDK 10.5
                        /Applications/Microsoft Office 2011/Office/Microsoft Clip Gallery.app
              Microsoft Database Daemon:          Version: 14.3.1 - SDK 10.5
                        /Applications/Microsoft Office 2011/Office/Microsoft Database Daemon.app
              Microsoft Database Utility:          Version: 14.3.1 - SDK 10.5
                        /Applications/Microsoft Office 2011/Office/Microsoft Database Utility.app
              Microsoft Document Connection:          Version: 14.3.1 - SDK 10.5
                        /Applications/Microsoft Office 2011/Microsoft Document Connection.app
              Microsoft Error Reporting:          Version: 2.2.9 - SDK 10.4
                        /Library/Application Support/Microsoft/MERP2.0/Microsoft Error Reporting.app
              Microsoft Excel:          Version: 14.3.1 - SDK 10.5
                        /Applications/Microsoft Office 2011/Microsoft Excel.app
              Microsoft Graph:          Version: 14.3.1 - SDK 10.5
                        /Applications/Microsoft Office 2011/Office/Microsoft Graph.app
              Microsoft Language Register:          Version: 14.3.1 - SDK 10.5
                        /Applications/Microsoft Office 2011/Additional Tools/Microsoft Language Register/Microsoft Language Register.app
              Microsoft Office Reminders:          Version: 14.3.1 - SDK 10.5
                        /Applications/Microsoft Office 2011/Office/Microsoft Office Reminders.app
              Microsoft Outlook:          Version: 14.3.1 - SDK 10.5
                        /Applications/Microsoft Office 2011/Microsoft Outlook.app
              Microsoft PowerPoint:          Version: 14.3.1 - SDK 10.5
                        /Applications/Microsoft Office 2011/Microsoft PowerPoint.app
              Microsoft Ship Asserts:          Version: 1.1.4 - SDK 10.4
                        /Library/Application Support/Microsoft/MERP2.0/Microsoft Ship Asserts.app
              Microsoft Upload Center:          Version: 14.3.1 - SDK 10.5
                        /Applications/Microsoft Office 2011/Office/Microsoft Upload Center.app
              Microsoft Word:          Version: 14.3.1 - SDK 10.5
                        /Applications/Microsoft Office 2011/Microsoft Word.app
              My Day:          Version: 14.3.1 - SDK 10.5
                        /Applications/Microsoft Office 2011/Office/My Day.app
              Numbers:          Version: 2.3 - SDK 10.5
                        /Applications/iWork '09/Numbers.app
              Open XML for Excel:          Version: 14.3.1 - SDK 10.5
                        /Applications/Microsoft Office 2011/Office/Open XML for Excel.app
              Pages:          Version: 4.3 - SDK 10.5
                        /Applications/iWork '09/Pages.app
              SLLauncher:          Version: 1.0 - SDK 10.5
                        /Library/Application Support/Microsoft/Silverlight/OutOfBrowser/SLLauncher.app
              Senuti:          Version: 1.2.9 - SDK 10.5
                        /Applications/Senuti.app
              Solver:          Version: 1.0 - SDK 10.5
                        /Applications/Microsoft Office 2011/Office/Add-Ins/Solver.app
              SyncServicesAgent:          Version: 14.3.1 - SDK 10.5
                        /Applications/Microsoft Office 2011/Office/SyncServicesAgent.app
              TechTool Deluxe:          Version: 3.1.4           - SDK 10.4
                        /Applications/TechTool Deluxe.app
              TurboTax Home Business 2011:          Version: 2011.r15.011 - SDK 10.4
                        /Applications/TurboTax Home Business 2011.app
    Time Machine:
              Skip System Files: NO
              Mobile backups: OFF
              Auto backup: YES
              Volumes being backed up:
                        Macintosh HD: Disk size: 930.71 GB Disk used: 280.61 GB
              Destinations:
                        iMac Backup [Local] (Last used)
                        Total size: 931.19 GB
                        Total number of backups: 31
                        Oldest backup: 2013-12-19 05:31:29 +0000
                        Last backup: 2013-12-26 15:57:21 +0000
                        Size of backup disk: Adequate
                                  Backup size 931.19 GB > (Disk used 280.61 GB X 3)
              Time Machine details may not be accurate.
              All volumes being backed up may not be listed.
    Top Processes by CPU:
                   2%          EyeTV
                   1%          WindowServer
                   1%          Google Chrome
                   1%          EtreCheck
                   0%          AddressBookSourceSync
    Top Processes by Memory:
              328 MB          thunderbird
              213 MB          com.apple.IconServicesAgent
              205 MB          mds_stores
              197 MB          iPhoto
              164 MB          Google Chrome
    Virtual Memory Statistics:
              2.81 GB          Free RAM
              3.50 GB          Active RAM
              778 MB          Inactive RAM
              948 MB          Wired RAM
              499 MB          Page-ins
              0 B          Page-outs

  • Old P3 CPU hangs when starting KMS with stock and ck kernels

    Hi, I have an old Pentium 3 machine on which I run Arch. If I try to boot the current stock kernel (or the ck kernel) the system freezes at boot. The system is still responsive, I can login via ssh but the screen is freezed. I nailed down the problem to KMS: booting with the nomodeset kernel option solves the problem. I have no problem in booting the lts kernel with KMS enabled, so I guess something changed between kernel 3.0 and 3.9 in this regard. Is anyone with old hardware experiencing this as well? It's not a big deal since I can live with lts kernel or disable KMS, but nevertheless I'd like to understand and possibly fix it. I can provide more informations on demand (right now I don't know what might be useful).
    Thanks

    snack,
             From experience, I have found that trying to use Arch Linux (a leading edge OS) on very old hardware is like trying to plug all the holes in an old wooden leaky boat when all you have is composite materials. It becomes increasingly difficult to keep older hardware working when using leading edge software.
    If you are happy to administrator the system using Arch then you may need to remain with linux-lts etc. The other problem I have run into is getting the older APG video cards to work & if you can get them working at a decent resolution getting them to render anything from a browser will bring the system to it's knees.
    My suggestion is trying a few Linux systems that are purpose built to be used on older systems. You may even have some luck with "enterprise" OSs such as Scientific Linux or Centos as they use older kernels & software.

  • Didn't update for so long, and now "Kernel is too old"

    I had a pacman -Syu after a long time and now the system is completely unusable:
    # ls
    FATAL: kernel too old
    # cat
    FATAL: kernel too old
    Since I can't even cat the logs, I'll paste the screen report of the installation:
    # pacman -Syu
    :: Synchronizing package databases...
    core 36.6K 84.6K/s 00:00:00 [#######################################################] 100%
    extra 461.2K 177.4K/s 00:00:03 [#######################################################] 100%
    community-testing 12.6K 87.8K/s 00:00:00 [#######################################################] 100%
    community 417.8K 263.1K/s 00:00:02 [#######################################################] 100%
    archlinuxfr 26.3K 117.2K/s 00:00:00 [#######################################################] 100%
    :: The following packages should be upgraded first :
    pacman
    :: Do you want to cancel the current operation
    :: and upgrade these packages now? [Y/n]
    resolving dependencies...
    looking for inter-conflicts...
    Targets (1): pacman-3.4.2-1
    Total Download Size: 0.69 MB
    Total Installed Size: 2.39 MB
    Proceed with installation? [Y/n]
    :: Retrieving packages from core...
    pacman-3.4.2-1-x86_64 708.0K 418.4K/s 00:00:02 [#######################################################] 100%
    checking package integrity...
    (1/1) checking for file conflicts [#######################################################] 100%
    (1/1) upgrading pacman [#######################################################] 100%
    # pacman -Syu
    :: Synchronizing package databases...
    core is up to date
    extra is up to date
    community-testing is up to date
    community is up to date
    archlinuxfr is up to date
    :: Starting full system upgrade...
    warning: ruby: ignoring package upgrade (1.9.1_p429-1 => 1.9.2_p136-2)
    resolving dependencies...
    looking for inter-conflicts...
    Targets (109): linux-api-headers-2.6.36.2-1 tzdata-2010o-1 glibc-2.12.2-2 attr-2.4.44-2 acl-2.2.49-2 ncurses-5.7-4 readline-6.1.002-2 bash-4.1.009-3
    gdbm-1.8.3-8 gcc-libs-4.5.2-4 db-5.1.19-3 zlib-1.2.5-3 cracklib-2.8.18-1 pam-1.1.3-1 gmp-5.0.1-2 libcap-2.19-2 coreutils-8.9-1
    perl-5.12.2-1 automake-1.11.1-2 binutils-2.21-2 run-parts-3.4.1-1 openssl-1.0.0.c-1 findutils-4.4.2-3 sed-4.2.1-3
    ca-certificates-20090814+nmu2-1 cloog-ppl-0.15.10-2 libusb-1.0.8-1 libusb-compat-0.1.3-1 pcre-8.12-1 glib2-2.26.1-1
    module-init-tools-3.12-2 pciutils-3.1.7-2 udev-165-1 device-mapper-2.02.79-1 popt-1.16-3 cryptsetup-1.2.0-1 curl-7.21.3-1
    dash-0.5.6.1-2 dhcpcd-5.2.9-1 diffutils-3.0-2 e2fsprogs-1.41.14-1 elfutils-0.150-1 expat-2.0.1-6 filesystem-2010.12-1
    fakeroot-1.14.5-1 file-5.05-1 freetype2-2.4.4-2 gawk-3.1.8-2 mpfr-3.0.0.p8-1 libmpc-0.8.2-3 gcc-4.5.2-4 gen-init-cpio-2.6.36-1
    perl-error-0.17016-2 git-1.7.3.5-2 gzip-1.4-2 texinfo-4.13a-5 groff-1.21-1 hdparm-9.36-1 sqlite3-3.7.4-1 libsasl-2.1.23-5
    libldap-2.4.23-1 heimdal-1.3.3-4 tar-1.25-1 libtool-2.4-2 libsm-1.2.0-1 xproto-7.0.20-1 libx11-1.4.1-1 libxt-1.0.9-1 libxext-1.2.0-1
    imagemagick-6.6.6.10-2 inetutils-1.8-2 initscripts-2010.07-2 iptables-1.4.10-1 irssi-0.8.15-4 jfsutils-1.1.14-2 less-436-2
    libjpeg-8.3.0-1 libmysqlclient-5.1.54-1 libpcap-1.1.1-2 libpng-1.4.5-1 libxdmcp-1.1.0-1 libxml2-2.7.8-1 lzo2-2.04-1 man-db-2.5.9-1
    man-pages-3.32-1 mlocate-0.23.1-2 mysql-clients-5.1.54-1 mysql-5.1.54-1 nano-2.2.6-1 nginx-0.8.54-1 libedit-20090923_3.0-1
    openssh-5.6p1-2 pacman-mirrorlist-20101223-1 patch-2.6.1-2 php-5.3.5-1 php-cgi-5.3.5-1 php-curl-5.3.5-1 php-gd-5.3.5-1
    pkg-config-0.25-3 procinfo-ng-2.0.304-2 procps-3.2.8-3 python-3.1.3-1 reiserfsprogs-3.6.21-3 screen-4.0.3-10 sdparm-1.06-1
    sudo-1.7.4.p6-1 syslog-ng-3.2.1-1 usbutils-001-2 which-2.20-4
    Total Download Size: 112.34 MB
    Total Installed Size: 619.29 MB
    Proceed with installation? [Y/n]
    :: Retrieving packages from core...
    linux-api-headers-2.6.36.2-1-x86_64 542.1K 341.4K/s 00:00:02 [#######################################################] 100%
    tzdata-2010o-1-x86_64 179.8K 154.4K/s 00:00:01 [#######################################################] 100%
    glibc-2.12.2-2-x86_64 7.2M 1509.9K/s 00:00:05 [#######################################################] 100%
    attr-2.4.44-2-x86_64 63.6K 117.8K/s 00:00:01 [#######################################################] 100%
    acl-2.2.49-2-x86_64 132.6K 154.9K/s 00:00:01 [#######################################################] 100%
    ncurses-5.7-4-x86_64 918.1K 518.1K/s 00:00:02 [#######################################################] 100%
    readline-6.1.002-2-x86_64 289.0K 200.7K/s 00:00:01 [#######################################################] 100%
    bash-4.1.009-3-x86_64 715.9K 202.9K/s 00:00:04 [#######################################################] 100%
    gdbm-1.8.3-8-x86_64 35.5K 86.9K/s 00:00:00 [#######################################################] 100%
    gcc-libs-4.5.2-4-x86_64 594.4K 373.4K/s 00:00:02 [#######################################################] 100%
    db-5.1.19-3-x86_64 1085.7K 695.9K/s 00:00:02 [#######################################################] 100%
    zlib-1.2.5-3-x86_64 78.2K 141.7K/s 00:00:01 [#######################################################] 100%
    cracklib-2.8.18-1-x86_64 238.4K 238.4K/s 00:00:01 [#######################################################] 100%
    pam-1.1.3-1-x86_64 618.8K 419.2K/s 00:00:01 [#######################################################] 100%
    gmp-5.0.1-2-x86_64 422.9K 339.9K/s 00:00:01 [#######################################################] 100%
    libcap-2.19-2-x86_64 32.7K 87.8K/s 00:00:00 [#######################################################] 100%
    coreutils-8.9-1-x86_64 2009.9K 1144.5K/s 00:00:02 [#######################################################] 100%
    perl-5.12.2-1-x86_64 12.5M 1471.6K/s 00:00:09 [#######################################################] 100%
    automake-1.11.1-2-any 524.8K 381.4K/s 00:00:01 [#######################################################] 100%
    binutils-2.21-2-x86_64 3.2M 772.0K/s 00:00:04 [#######################################################] 100%
    run-parts-3.4.1-1-x86_64 7.8K 62.6K/s 00:00:00 [#######################################################] 100%
    openssl-1.0.0.c-1-x86_64 3.6M 758.0K/s 00:00:05 [#######################################################] 100%
    findutils-4.4.2-3-x86_64 370.3K 329.4K/s 00:00:01 [#######################################################] 100%
    sed-4.2.1-3-x86_64 108.7K 175.3K/s 00:00:01 [#######################################################] 100%
    ca-certificates-20090814+nmu2-1-any 108.8K 173.2K/s 00:00:01 [#######################################################] 100%
    cloog-ppl-0.15.10-2-x86_64 112.6K 181.6K/s 00:00:01 [#######################################################] 100%
    libusb-1.0.8-1-x86_64 42.8K 113.9K/s 00:00:00 [#######################################################] 100%
    libusb-compat-0.1.3-1-x86_64 12.8K 94.2K/s 00:00:00 [#######################################################] 100%
    pcre-8.12-1-x86_64 511.0K 325.0K/s 00:00:02 [#######################################################] 100%
    glib2-2.26.1-1-x86_64 1527.8K 560.8K/s 00:00:03 [#######################################################] 100%
    module-init-tools-3.12-2-x86_64 348.8K 245.6K/s 00:00:01 [#######################################################] 100%
    pciutils-3.1.7-2-x86_64 219.6K 191.2K/s 00:00:01 [#######################################################] 100%
    udev-165-1-x86_64 229.1K 249.0K/s 00:00:01 [#######################################################] 100%
    device-mapper-2.02.79-1-x86_64 119.2K 138.6K/s 00:00:01 [#######################################################] 100%
    popt-1.16-3-x86_64 58.7K 117.4K/s 00:00:01 [#######################################################] 100%
    cryptsetup-1.2.0-1-x86_64 87.6K 164.7K/s 00:00:01 [#######################################################] 100%
    dash-0.5.6.1-2-x86_64 69.5K 120.6K/s 00:00:01 [#######################################################] 100%
    dhcpcd-5.2.9-1-x86_64 61.3K 112.7K/s 00:00:01 [#######################################################] 100%
    diffutils-3.0-2-x86_64 274.7K 241.0K/s 00:00:01 [#######################################################] 100%
    e2fsprogs-1.41.14-1-x86_64 571.1K 389.0K/s 00:00:01 [#######################################################] 100%
    elfutils-0.150-1-x86_64 551.5K 294.0K/s 00:00:02 [#######################################################] 100%
    expat-2.0.1-6-x86_64 103.8K 163.2K/s 00:00:01 [#######################################################] 100%
    filesystem-2010.12-1-any 4.1K infG/s 00:00:00 [#######################################################] 100%
    fakeroot-1.14.5-1-x86_64 47.0K 126.4K/s 00:00:00 [#######################################################] 100%
    file-5.05-1-x86_64 196.5K 224.3K/s 00:00:01 [#######################################################] 100%
    gawk-3.1.8-2-x86_64 686.5K 445.8K/s 00:00:02 [#######################################################] 100%
    mpfr-3.0.0.p8-1-x86_64 324.4K 289.6K/s 00:00:01 [#######################################################] 100%
    libmpc-0.8.2-3-x86_64 61.0K 122.1K/s 00:00:01 [#######################################################] 100%
    gcc-4.5.2-4-x86_64 16.3M 1620.9K/s 00:00:10 [#######################################################] 100%
    gen-init-cpio-2.6.36-1-x86_64 5.6K 45.3K/s 00:00:00 [#######################################################] 100%
    gzip-1.4-2-x86_64 73.4K 146.8K/s 00:00:01 [#######################################################] 100%
    texinfo-4.13a-5-x86_64 674.1K 492.7K/s 00:00:01 [#######################################################] 100%
    groff-1.21-1-x86_64 2.4M 1065.6K/s 00:00:02 [#######################################################] 100%
    hdparm-9.36-1-x86_64 64.2K 128.5K/s 00:00:01 [#######################################################] 100%
    sqlite3-3.7.4-1-x86_64 362.7K 323.8K/s 00:00:01 [#######################################################] 100%
    libsasl-2.1.23-5-x86_64 87.4K 139.2K/s 00:00:01 [#######################################################] 100%
    libldap-2.4.23-1-x86_64 357.3K 319.0K/s 00:00:01 [#######################################################] 100%
    heimdal-1.3.3-4-x86_64 1874.8K 935.5K/s 00:00:02 [#######################################################] 100%
    tar-1.25-1-x86_64 559.6K 411.4K/s 00:00:01 [#######################################################] 100%
    libtool-2.4-2-x86_64 377.7K 261.6K/s 00:00:01 [#######################################################] 100%
    inetutils-1.8-2-x86_64 275.1K 218.4K/s 00:00:01 [#######################################################] 100%
    initscripts-2010.07-2-x86_64 14.2K 47.8K/s 00:00:00 [#######################################################] 100%
    iptables-1.4.10-1-x86_64 253.9K 218.9K/s 00:00:01 [#######################################################] 100%
    jfsutils-1.1.14-2-x86_64 166.5K 176.4K/s 00:00:01 [#######################################################] 100%
    less-436-2-x86_64 87.4K 121.4K/s 00:00:01 [#######################################################] 100%
    libpcap-1.1.1-2-x86_64 174.9K 193.5K/s 00:00:01 [#######################################################] 100%
    lzo2-2.04-1-x86_64 59.0K 107.6K/s 00:00:01 [#######################################################] 100%
    man-db-2.5.9-1-x86_64 433.1K 250.6K/s 00:00:02 [#######################################################] 100%
    man-pages-3.32-1-any 4.3M 1198.4K/s 00:00:04 [#######################################################] 100%
    mlocate-0.23.1-2-x86_64 74.8K 103.9K/s 00:00:01 [#######################################################] 100%
    nano-2.2.6-1-x86_64 300.9K 232.2K/s 00:00:01 [#######################################################] 100%
    libedit-20090923_3.0-1-x86_64 184.4K 205.8K/s 00:00:01 [#######################################################] 100%
    openssh-5.6p1-2-x86_64 507.2K 320.2K/s 00:00:02 [#######################################################] 100%
    pacman-mirrorlist-20101223-1-any 2.1K infG/s 00:00:00 [#######################################################] 100%
    patch-2.6.1-2-x86_64 61.1K 116.6K/s 00:00:01 [#######################################################] 100%
    pkg-config-0.25-3-x86_64 30.5K 82.0K/s 00:00:00 [#######################################################] 100%
    procinfo-ng-2.0.304-2-x86_64 39.9K 99.8K/s 00:00:00 [#######################################################] 100%
    procps-3.2.8-3-x86_64 166.1K 190.4K/s 00:00:01 [#######################################################] 100%
    reiserfsprogs-3.6.21-3-x86_64 211.8K 212.7K/s 00:00:01 [#######################################################] 100%
    sdparm-1.06-1-x86_64 82.0K 164.0K/s 00:00:01 [#######################################################] 100%
    sudo-1.7.4.p6-1-x86_64 315.5K 316.8K/s 00:00:01 [#######################################################] 100%
    syslog-ng-3.2.1-1-x86_64 238.2K 237.3K/s 00:00:01 [#######################################################] 100%
    usbutils-001-2-x86_64 163.9K 219.1K/s 00:00:01 [#######################################################] 100%
    which-2.20-4-x86_64 13.7K 110.6K/s 00:00:00 [#######################################################] 100%
    :: Retrieving packages from extra...
    curl-7.21.3-1-x86_64 437.3K 313.2K/s 00:00:01 [#######################################################] 100%
    freetype2-2.4.4-2-x86_64 457.8K 382.7K/s 00:00:01 [#######################################################] 100%
    perl-error-0.17016-2-any 17.4K 70.3K/s 00:00:00 [#######################################################] 100%
    git-1.7.3.5-2-x86_64 2.4M 1032.7K/s 00:00:02 [#######################################################] 100%
    libsm-1.2.0-1-x86_64 47.0K 126.2K/s 00:00:00 [#######################################################] 100%
    xproto-7.0.20-1-any 135.6K 180.3K/s 00:00:01 [#######################################################] 100%
    libx11-1.4.1-1-x86_64 1954.9K 952.6K/s 00:00:02 [#######################################################] 100%
    libxt-1.0.9-1-x86_64 394.6K 251.0K/s 00:00:02 [#######################################################] 100%
    libxext-1.2.0-1-x86_64 92.8K 136.4K/s 00:00:01 [#######################################################] 100%
    imagemagick-6.6.6.10-2-x86_64 1864.6K 720.4K/s 00:00:03 [#######################################################] 100%
    irssi-0.8.15-4-x86_64 536.5K 309.7K/s 00:00:02 [#######################################################] 100%
    libjpeg-8.3.0-1-x86_64 191.2K 209.6K/s 00:00:01 [#######################################################] 100%
    libmysqlclient-5.1.54-1-x86_64 9.0M 1523.8K/s 00:00:06 [#######################################################] 100%
    libpng-1.4.5-1-x86_64 187.2K 204.4K/s 00:00:01 [#######################################################] 100%
    libxdmcp-1.1.0-1-x86_64 23.7K 87.0K/s 00:00:00 [#######################################################] 100%
    libxml2-2.7.8-1-x86_64 1455.4K 632.8K/s 00:00:02 [#######################################################] 100%
    mysql-clients-5.1.54-1-x86_64 153.0K 160.1K/s 00:00:01 [#######################################################] 100%
    mysql-5.1.54-1-x86_64 7.7M 1286.1K/s 00:00:06 [#######################################################] 100%
    php-5.3.5-1-x86_64 2.8M 911.5K/s 00:00:03 [#######################################################] 100%
    php-cgi-5.3.5-1-x86_64 1613.4K 818.1K/s 00:00:02 [#######################################################] 100%
    php-curl-5.3.5-1-x86_64 20.8K 72.1K/s 00:00:00 [#######################################################] 100%
    php-gd-5.3.5-1-x86_64 75.6K 147.6K/s 00:00:01 [#######################################################] 100%
    python-3.1.3-1-x86_64 7.7M 1299.6K/s 00:00:06 [#######################################################] 100%
    screen-4.0.3-10-x86_64 461.3K 368.4K/s 00:00:01 [#######################################################] 100%
    :: Retrieving packages from community...
    nginx-0.8.54-1-x86_64 245.1K 253.2K/s 00:00:01 [#######################################################] 100%
    checking package integrity...
    (109/109) checking for file conflicts [#######################################################] 100%
    ( 1/109) upgrading linux-api-headers [#######################################################] 100%
    ( 2/109) upgrading tzdata [#######################################################] 100%
    ( 3/109) upgrading glibc [#######################################################] 100%
    FATAL: kernel too old
    error: command failed to execute correctly
    ( 4/109) upgrading attr [#######################################################] 100%
    ( 5/109) upgrading acl [#######################################################] 100%
    ( 6/109) upgrading ncurses [#######################################################] 100%
    ( 7/109) upgrading readline [#######################################################] 100%
    ( 8/109) upgrading bash [#######################################################] 100%
    FATAL: kernel too old
    error: command failed to execute correctly
    ( 9/109) upgrading gdbm [#######################################################] 100%
    FATAL: kernel too old
    error: command failed to execute correctly
    ( 10/109) upgrading gcc-libs [#######################################################] 100%
    FATAL: kernel too old
    error: command failed to execute correctly
    ( 11/109) upgrading db [#######################################################] 100%
    FATAL: kernel too old
    error: command failed to execute correctly
    ( 12/109) upgrading zlib [#######################################################] 100%
    ( 13/109) upgrading cracklib [#######################################################] 100%
    ( 14/109) upgrading pam [#######################################################] 100%
    ( 15/109) upgrading gmp [#######################################################] 100%
    FATAL: kernel too old
    error: command failed to execute correctly
    ( 16/109) upgrading libcap [#######################################################] 100%
    ( 17/109) upgrading coreutils [#######################################################] 100%
    FATAL: kernel too old
    error: command failed to execute correctly
    ( 18/109) upgrading perl [#######################################################] 100%
    FATAL: kernel too old
    error: command failed to execute correctly
    ( 19/109) upgrading automake [#######################################################] 100%
    FATAL: kernel too old
    error: command failed to execute correctly
    ( 20/109) upgrading binutils [#######################################################] 100%
    FATAL: kernel too old
    error: command failed to execute correctly
    ( 21/109) upgrading run-parts [#######################################################] 100%
    ( 22/109) upgrading openssl [#######################################################] 100%
    ( 23/109) upgrading findutils [#######################################################] 100%
    FATAL: kernel too old
    error: command failed to execute correctly
    ( 24/109) upgrading sed [#######################################################] 100%
    FATAL: kernel too old
    error: command failed to execute correctly
    ( 25/109) upgrading ca-certificates [#######################################################] 100%
    FATAL: kernel too old
    error: command failed to execute correctly
    ( 26/109) upgrading cloog-ppl [#######################################################] 100%
    ( 27/109) upgrading libusb [#######################################################] 100%
    ( 28/109) installing libusb-compat [#######################################################] 100%
    ( 29/109) upgrading pcre [#######################################################] 100%
    ( 30/109) upgrading glib2 [#######################################################] 100%
    ( 31/109) upgrading module-init-tools [#######################################################] 100%
    ( 32/109) upgrading pciutils [#######################################################] 100%
    ( 33/109) upgrading udev [#######################################################] 100%
    FATAL: kernel too old
    error: command failed to execute correctly
    ( 34/109) upgrading device-mapper [#######################################################] 100%
    ( 35/109) upgrading popt [#######################################################] 100%
    ( 36/109) upgrading cryptsetup [#######################################################] 100%
    ( 37/109) upgrading curl [#######################################################] 100%
    ( 38/109) upgrading dash [#######################################################] 100%
    ( 39/109) upgrading dhcpcd [#######################################################] 100%
    ( 40/109) upgrading diffutils [#######################################################] 100%
    FATAL: kernel too old
    error: command failed to execute correctly
    ( 41/109) upgrading e2fsprogs [#######################################################] 100%
    FATAL: kernel too old
    error: command failed to execute correctly
    ( 42/109) upgrading elfutils [#######################################################] 100%
    ( 43/109) upgrading expat [#######################################################] 100%
    ( 44/109) upgrading filesystem [#######################################################] 100%
    warning: /etc/profile installed as /etc/profile.pacnew
    warning: /etc/hosts installed as /etc/hosts.pacnew
    warning: /etc/fstab installed as /etc/fstab.pacnew
    warning: /etc/gshadow installed as /etc/gshadow.pacnew
    FATAL: kernel too old
    error: command failed to execute correctly
    ( 45/109) upgrading fakeroot [#######################################################] 100%
    FATAL: kernel too old
    error: command failed to execute correctly
    ( 46/109) upgrading file [#######################################################] 100%
    ( 47/109) upgrading freetype2 [#######################################################] 100%
    ( 48/109) upgrading gawk [#######################################################] 100%
    FATAL: kernel too old
    error: command failed to execute correctly
    ( 49/109) upgrading mpfr [#######################################################] 100%
    FATAL: kernel too old
    error: command failed to execute correctly
    ( 50/109) upgrading libmpc [#######################################################] 100%
    FATAL: kernel too old
    error: command failed to execute correctly
    ( 51/109) upgrading gcc [#######################################################] 100%
    FATAL: kernel too old
    error: command failed to execute correctly
    ( 52/109) upgrading gen-init-cpio [#######################################################] 100%
    ( 53/109) upgrading perl-error [#######################################################] 100%
    ( 54/109) upgrading git [#######################################################] 100%
    ( 55/109) upgrading gzip [#######################################################] 100%
    FATAL: kernel too old
    error: command failed to execute correctly
    ( 56/109) upgrading texinfo [#######################################################] 100%
    FATAL: kernel too old
    error: command failed to execute correctly
    ( 57/109) upgrading groff [#######################################################] 100%
    FATAL: kernel too old
    error: command failed to execute correctly
    ( 58/109) upgrading hdparm [#######################################################] 100%
    ( 59/109) upgrading sqlite3 [#######################################################] 100%
    ( 60/109) installing libsasl [#######################################################] 100%
    Optional dependencies for libsasl
    cyrus-sasl: saslauthd
    cyrus-sasl-plugins: authentication plugins other than sasldb
    ( 61/109) installing libldap [#######################################################] 100%
    ( 62/109) upgrading heimdal [#######################################################] 100%
    FATAL: kernel too old
    error: command failed to execute correctly
    ( 63/109) upgrading tar [#######################################################] 100%
    FATAL: kernel too old
    error: command failed to execute correctly
    ( 64/109) upgrading libtool [#######################################################] 100%
    FATAL: kernel too old
    error: command failed to execute correctly
    ( 65/109) upgrading libsm [#######################################################] 100%
    ( 66/109) upgrading xproto [#######################################################] 100%
    ( 67/109) upgrading libx11 [#######################################################] 100%
    ( 68/109) upgrading libxt [#######################################################] 100%
    ( 69/109) upgrading libxext [#######################################################] 100%
    ( 70/109) upgrading imagemagick [#######################################################] 100%
    ( 71/109) upgrading inetutils [#######################################################] 100%
    FATAL: kernel too old
    error: command failed to execute correctly
    ( 72/109) upgrading initscripts [#######################################################] 100%
    FATAL: kernel too old
    error: command failed to execute correctly
    ( 73/109) upgrading iptables [#######################################################] 100%
    ( 74/109) upgrading irssi [#######################################################] 100%
    ( 75/109) upgrading jfsutils [#######################################################] 100%
    ( 76/109) upgrading less [#######################################################] 100%
    ( 77/109) upgrading libjpeg [#######################################################] 100%
    ( 78/109) upgrading libmysqlclient [#######################################################] 100%
    ( 79/109) upgrading libpcap [#######################################################] 100%
    ( 80/109) upgrading libpng [#######################################################] 100%
    ( 81/109) upgrading libxdmcp [#######################################################] 100%
    ( 82/109) upgrading libxml2 [#######################################################] 100%
    ( 83/109) upgrading lzo2 [#######################################################] 100%
    ( 84/109) upgrading man-db [#######################################################] 100%
    FATAL: kernel too old
    error: command failed to execute correctly
    ( 85/109) upgrading man-pages [#######################################################] 100%
    ( 86/109) upgrading mlocate [#######################################################] 100%
    FATAL: kernel too old
    error: command failed to execute correctly
    ( 87/109) upgrading mysql-clients [#######################################################] 100%
    ( 88/109) upgrading mysql [#######################################################] 100%
    FATAL: kernel too old
    error: command failed to execute correctly
    ( 89/109) upgrading nano [#######################################################] 100%
    FATAL: kernel too old
    error: command failed to execute correctly
    ( 90/109) upgrading nginx [#######################################################] 100%
    ( 91/109) installing libedit [#######################################################] 100%
    ( 92/109) upgrading openssh [#######################################################] 100%
    warning: /etc/ssh/sshd_config installed as /etc/ssh/sshd_config.pacnew
    ( 93/109) upgrading pacman-mirrorlist [#######################################################] 100%
    warning: /etc/pacman.d/mirrorlist installed as /etc/pacman.d/mirrorlist.pacnew
    ( 94/109) upgrading patch [#######################################################] 100%
    ( 95/109) upgrading php [#######################################################] 100%
    warning: /etc/php/php.ini installed as /etc/php/php.ini.pacnew
    ( 96/109) upgrading php-cgi [#######################################################] 100%
    ( 97/109) upgrading php-curl [#######################################################] 100%
    ( 98/109) upgrading php-gd [#######################################################] 100%
    ( 99/109) upgrading pkg-config [#######################################################] 100%
    (100/109) upgrading procinfo-ng [#######################################################] 100%
    (101/109) upgrading procps [#######################################################] 100%
    (102/109) upgrading python [#######################################################] 100%
    (103/109) upgrading reiserfsprogs [#######################################################] 100%
    FATAL: kernel too old
    error: command failed to execute correctly
    (104/109) upgrading screen [#######################################################] 100%
    FATAL: kernel too old
    error: command failed to execute correctly
    (105/109) upgrading sdparm [#######################################################] 100%
    (106/109) upgrading sudo [#######################################################] 100%
    (107/109) upgrading syslog-ng [#######################################################] 100%
    warning: /etc/syslog-ng.conf installed as /etc/syslog-ng.conf.pacnew
    (108/109) upgrading usbutils [#######################################################] 100%
    (109/109) upgrading which [#######################################################] 100%
    FATAL: kernel too old
    error: command failed to execute correctly
    FATAL: kernel too old
    error: command failed to execute correctly
    I think I have some mismatch between glibc and the kernel now, but the question is: how do I get out of this? This installation is on a VPS and I only have remote access. In case of emergency I can just restore yesterday's backup, but first I'd like to know if there is some other solution.
    Thanks

    Lol, I had the same problem just now:) System became completely unusable!
    Luckily I found the old glibc package without too much trouble, and with the help of a LiveCD I manually extracted the package and put the old files back in place. All back to normal. Phew!
    I'm kinda happy I didn't have to setup a Vserver for it:)
    My 10 year old pc, now performing admirably as a simple router, lives on!

  • [Solved] (WW) fglrx(0): Kernel Module version does *not* match driver.

    fglrx has just recently stopped working, and I can't quite pinpoint when that was because I honestly hadn't noticed until checking.  I've tried a few reinstalls and different xorg options so far, but had no luck.
    glxinfo:
    name of display: :0.0
    display: :0 screen: 0
    direct rendering: No
    server glx vendor string: SGI
    server glx version string: 1.2
    server glx extensions:
    GLX_ARB_multisample, GLX_EXT_visual_info, GLX_EXT_visual_rating,
    GLX_EXT_import_context, GLX_EXT_texture_from_pixmap, GLX_OML_swap_method,
    GLX_SGI_make_current_read, GLX_SGIS_multisample, GLX_SGIX_hyperpipe,
    GLX_SGIX_swap_barrier, GLX_SGIX_fbconfig, GLX_MESA_copy_sub_buffer
    client glx vendor string: ATI
    client glx version string: 1.3
    client glx extensions:
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_EXT_import_context,
    GLX_ARB_get_proc_address, GLX_SGI_video_sync, GLX_ARB_multisample,
    GLX_ATI_pixel_format_float, GLX_ATI_render_texture
    GLX version: 1.2
    GLX extensions:
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_EXT_import_context,
    GLX_ARB_multisample
    OpenGL vendor string: Mesa project: www.mesa3d.org
    OpenGL renderer string: Mesa GLX Indirect
    OpenGL version string: 1.4 (1.5 Mesa 6.5.2)
    OpenGL extensions:
    GL_ARB_imaging, GL_ARB_multitexture, GL_ARB_texture_border_clamp,
    GL_ARB_texture_cube_map, GL_ARB_texture_env_add,
    GL_ARB_texture_env_combine, GL_ARB_texture_env_dot3,
    GL_ARB_transpose_matrix, GL_EXT_abgr, GL_EXT_blend_color,
    GL_EXT_blend_minmax, GL_EXT_blend_subtract, GL_EXT_texture_env_add,
    GL_EXT_texture_env_combine, GL_EXT_texture_env_dot3,
    GL_EXT_texture_lod_bias
    visual x bf lv rg d st colorbuffer ax dp st accumbuffer ms cav
    id dep cl sp sz l ci b ro r g b a bf th cl r g b a ns b eat
    0x23 24 tc 0 24 0 r y . 8 8 8 0 0 16 0 0 0 0 0 0 0 None
    0x24 24 tc 0 24 0 r y . 8 8 8 0 0 16 8 16 16 16 0 0 0 None
    0x25 24 tc 0 32 0 r y . 8 8 8 8 0 16 8 16 16 16 16 0 0 None
    0x26 24 tc 0 32 0 r . . 8 8 8 8 0 16 8 16 16 16 16 0 0 None
    0x27 24 dc 0 24 0 r y . 8 8 8 0 0 16 0 0 0 0 0 0 0 None
    0x28 24 dc 0 24 0 r y . 8 8 8 0 0 16 8 16 16 16 0 0 0 None
    0x29 24 dc 0 32 0 r y . 8 8 8 8 0 16 8 16 16 16 16 0 0 None
    0x2a 24 dc 0 32 0 r . . 8 8 8 8 0 16 8 16 16 16 16 0 0 None
    Xorg.0.log:
    X Window System Version 7.2.0
    Release Date: 22 January 2007
    X Protocol Version 11, Revision 0, Release 7.2
    Build Operating System: UNKNOWN
    Current Operating System: Linux yggdrasil 2.6.21-ARCH #1 SMP PREEMPT Mon Jun 11 23:47:51 CEST 2007 i686
    Build Date: 08 April 2007
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    Module Loader present
    Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    (==) Log file: "/var/log/Xorg.0.log", Time: Wed Jul 11 10:14:15 2007
    (==) Using config file: "/etc/X11/xorg.conf"
    (==) ServerLayout "Xorg"
    (**) |-->Screen "Screen0" (0)
    (**) | |-->Monitor "Monitor0"
    (**) | |-->Device "Card0"
    (**) |-->Input Device "Keyboard0"
    (**) Option "XkbRules" "xorg"
    (**) XKB: rules: "xorg"
    (**) Option "XkbModel" "pc105"
    (**) XKB: model: "pc105"
    (**) Option "XkbLayout" "gb"
    (**) XKB: layout: "gb"
    (==) Keyboard: CustomKeycode disabled
    (**) |-->Input Device "mx518"
    (**) FontPath set to:
    /usr/share/fonts/misc:unscaled,
    /usr/share/fonts/misc,
    /usr/share/fonts/75dpi:unscaled,
    /usr/share/fonts/75dpi,
    /usr/share/fonts/100dpi:unscaled,
    /usr/share/fonts/100dpi,
    /usr/share/fonts/cyrillic,
    /usr/share/fonts/Type1,
    /usr/share/fonts/TTF
    (**) RgbPath set to "/usr/share/X11/rgb"
    (**) ModulePath set to "/usr/lib/xorg/modules"
    (**) Option "AllowMouseOpenFail" "true"
    (**) Option "AIGLX" "off"
    (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    (II) No APM support in BIOS or kernel
    (II) Loader magic: 0x81c44a0
    (II) Module ABI versions:
    X.Org ANSI C Emulation: 0.3
    X.Org Video Driver: 1.1
    X.Org XInput driver : 0.7
    X.Org Server Extension : 0.3
    X.Org Font Renderer : 0.5
    (II) Loader running on linux
    (II) LoadModule: "pcidata"
    (II) Loading /usr/lib/xorg/modules//libpcidata.so
    (II) Module pcidata: vendor="X.Org Foundation"
    compiled for 7.2.0, module version = 1.0.0
    ABI class: X.Org Video Driver, version 1.1
    (++) using VT number 7
    (II) PCI: PCI scan (all values are in hex)
    (II) PCI: 00:00:0: chip 1106,0269 card 1043,8122 rev 80 class 06,00,00 hdr 80
    (II) PCI: 00:00:1: chip 1106,1269 card 1043,8122 rev 00 class 06,00,00 hdr 00
    (II) PCI: 00:00:2: chip 1106,2269 card 1043,8122 rev 00 class 06,00,00 hdr 00
    (II) PCI: 00:00:3: chip 1106,3269 card 1043,8122 rev 00 class 06,00,00 hdr 00
    (II) PCI: 00:00:4: chip 1106,4269 card 1043,8122 rev 00 class 06,00,00 hdr 00
    (II) PCI: 00:00:7: chip 1106,7269 card 1043,8122 rev 00 class 06,00,00 hdr 00
    (II) PCI: 00:01:0: chip 1106,b198 card 0000,0000 rev 00 class 06,04,00 hdr 01
    (II) PCI: 00:0a:0: chip 1102,0004 card 1102,2002 rev 04 class 04,01,00 hdr 80
    (II) PCI: 00:0a:1: chip 1102,7003 card 1102,0040 rev 04 class 09,80,00 hdr 80
    (II) PCI: 00:0a:2: chip 1102,4001 card 1102,0010 rev 04 class 0c,00,10 hdr 80
    (II) PCI: 00:0e:0: chip 1317,0985 card 1317,0574 rev 11 class 02,00,00 hdr 00
    (II) PCI: 00:0f:0: chip 1106,3149 card 1043,80ed rev 80 class 01,04,00 hdr 80
    (II) PCI: 00:0f:1: chip 1106,0571 card 1043,80ed rev 06 class 01,01,8a hdr 00
    (II) PCI: 00:10:0: chip 1106,3038 card 1106,3038 rev 81 class 0c,03,00 hdr 80
    (II) PCI: 00:10:1: chip 1106,3038 card 1106,3038 rev 81 class 0c,03,00 hdr 80
    (II) PCI: 00:10:2: chip 1106,3038 card 1106,3038 rev 81 class 0c,03,00 hdr 80
    (II) PCI: 00:10:3: chip 1106,3038 card 1106,3038 rev 81 class 0c,03,00 hdr 80
    (II) PCI: 00:10:4: chip 1106,3104 card 1106,3104 rev 86 class 0c,03,20 hdr 80
    (II) PCI: 00:11:0: chip 1106,3227 card 1043,80ed rev 00 class 06,01,00 hdr 80
    (II) PCI: 00:11:5: chip 1106,3059 card 1043,810d rev 60 class 04,01,00 hdr 00
    (II) PCI: 00:11:6: chip 1106,3068 card 0000,0000 rev 80 class 07,80,00 hdr 00
    (II) PCI: 01:00:0: chip 1002,4e48 card 1002,0002 rev 00 class 03,00,00 hdr 80
    (II) PCI: 01:00:1: chip 1002,4e68 card 1002,0003 rev 00 class 03,80,00 hdr 00
    (II) PCI: End of PCI scan
    (II) Host-to-PCI bridge:
    (II) Bus 0: bridge is at (0:0:0), (0,0,1), BCTRL: 0x0008 (VGA_EN is set)
    (II) Bus 0 I/O range:
    [0] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[b]
    (II) Bus 0 non-prefetchable memory range:
    [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[b]
    (II) Bus 0 prefetchable memory range:
    [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[b]
    (II) PCI-to-PCI bridge:
    (II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x000b (VGA_EN is set)
    (II) Bus 1 I/O range:
    [0] -1 0 0x0000d000 - 0x0000dfff (0x1000) IX[b]
    (II) Bus 1 non-prefetchable memory range:
    [0] -1 0 0xfd900000 - 0xfdefffff (0x600000) MX[b]
    (II) Bus 1 prefetchable memory range:
    [0] -1 0 0x9ff00000 - 0xbfefffff (0x20000000) MX[b]
    (II) PCI-to-ISA bridge:
    (II) Bus -1: bridge is at (0:17:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
    (--) PCI:*(1:0:0) ATI Technologies Inc Radeon R350 [Radeon 9800 Pro] rev 0, Mem @ 0xb0000000/27, 0xfde00000/16, I/O @ 0xd000/8, BIOS @ 0xfdd00000/17
    (--) PCI: (1:0:1) ATI Technologies Inc Radeon R350 [Radeon 9800 Pro] (Secondary) rev 0, Mem @ 0xa8000000/27, 0xfdc00000/16
    (II) Addressable bus resource ranges are
    [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[b]
    [1] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[b]
    (II) OS-reported resource ranges:
    [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [5] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
    (II) PCI Memory resource overlap reduced 0xe0000000 from 0xe7ffffff to 0xdfffffff
    (II) Active PCI resource ranges:
    [0] -1 0 0xfe600000 - 0xfe6000ff (0x100) MX[b]
    [1] -1 0 0xfeb00000 - 0xfeb003ff (0x400) MX[b]
    [2] -1 0 0x50000000 - 0x50003fff (0x4000) MX[b]
    [3] -1 0 0x50004000 - 0x500047ff (0x800) MX[b]
    [4] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[b]O
    [5] -1 0 0xfdc00000 - 0xfdc0ffff (0x10000) MX[b](B)
    [6] -1 0 0xa8000000 - 0xafffffff (0x8000000) MX[b](B)
    [7] -1 0 0xfdd00000 - 0xfdd1ffff (0x20000) MX[b](B)
    [8] -1 0 0xfde00000 - 0xfde0ffff (0x10000) MX[b](B)
    [9] -1 0 0xb0000000 - 0xb7ffffff (0x8000000) MX[b](B)
    [10] -1 0 0x00001400 - 0x000014ff (0x100) IX[b]
    [11] -1 0 0x00001000 - 0x000010ff (0x100) IX[b]
    [12] -1 0 0x0000ef40 - 0x0000ef5f (0x20) IX[b]
    [13] -1 0 0x0000ef20 - 0x0000ef3f (0x20) IX[b]
    [14] -1 0 0x0000ef00 - 0x0000ef1f (0x20) IX[b]
    [15] -1 0 0x0000eec0 - 0x0000eedf (0x20) IX[b]
    [16] -1 0 0x0000fc00 - 0x0000fc0f (0x10) IX[b]
    [17] -1 0 0x0000e800 - 0x0000e8ff (0x100) IX[b]
    [18] -1 0 0x0000eeb0 - 0x0000eebf (0x10) IX[b]
    [19] -1 0 0x0000ef80 - 0x0000ef83 (0x4) IX[b]
    [20] -1 0 0x0000ef68 - 0x0000ef6f (0x8) IX[b]
    [21] -1 0 0x0000ef84 - 0x0000ef87 (0x4) IX[b]
    [22] -1 0 0x0000ef88 - 0x0000ef8f (0x8) IX[b]
    [23] -1 0 0x0000e400 - 0x0000e4ff (0x100) IX[b]
    [24] -1 0 0x0000efe0 - 0x0000efe7 (0x8) IX[b]
    [25] -1 0 0x0000ed80 - 0x0000edbf (0x40) IX[b]
    [26] -1 0 0x0000d000 - 0x0000d0ff (0x100) IX[b](B)
    (II) Active PCI resource ranges after removing overlaps:
    [0] -1 0 0xfe600000 - 0xfe6000ff (0x100) MX[b]
    [1] -1 0 0xfeb00000 - 0xfeb003ff (0x400) MX[b]
    [2] -1 0 0x50000000 - 0x50003fff (0x4000) MX[b]
    [3] -1 0 0x50004000 - 0x500047ff (0x800) MX[b]
    [4] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[b]O
    [5] -1 0 0xfdc00000 - 0xfdc0ffff (0x10000) MX[b](B)
    [6] -1 0 0xa8000000 - 0xafffffff (0x8000000) MX[b](B)
    [7] -1 0 0xfdd00000 - 0xfdd1ffff (0x20000) MX[b](B)
    [8] -1 0 0xfde00000 - 0xfde0ffff (0x10000) MX[b](B)
    [9] -1 0 0xb0000000 - 0xb7ffffff (0x8000000) MX[b](B)
    [10] -1 0 0x00001400 - 0x000014ff (0x100) IX[b]
    [11] -1 0 0x00001000 - 0x000010ff (0x100) IX[b]
    [12] -1 0 0x0000ef40 - 0x0000ef5f (0x20) IX[b]
    [13] -1 0 0x0000ef20 - 0x0000ef3f (0x20) IX[b]
    [14] -1 0 0x0000ef00 - 0x0000ef1f (0x20) IX[b]
    [15] -1 0 0x0000eec0 - 0x0000eedf (0x20) IX[b]
    [16] -1 0 0x0000fc00 - 0x0000fc0f (0x10) IX[b]
    [17] -1 0 0x0000e800 - 0x0000e8ff (0x100) IX[b]
    [18] -1 0 0x0000eeb0 - 0x0000eebf (0x10) IX[b]
    [19] -1 0 0x0000ef80 - 0x0000ef83 (0x4) IX[b]
    [20] -1 0 0x0000ef68 - 0x0000ef6f (0x8) IX[b]
    [21] -1 0 0x0000ef84 - 0x0000ef87 (0x4) IX[b]
    [22] -1 0 0x0000ef88 - 0x0000ef8f (0x8) IX[b]
    [23] -1 0 0x0000e400 - 0x0000e4ff (0x100) IX[b]
    [24] -1 0 0x0000efe0 - 0x0000efe7 (0x8) IX[b]
    [25] -1 0 0x0000ed80 - 0x0000edbf (0x40) IX[b]
    [26] -1 0 0x0000d000 - 0x0000d0ff (0x100) IX[b](B)
    (II) OS-reported resource ranges after removing overlaps with PCI:
    [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [5] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
    (II) All system resource ranges:
    [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1 0 0xfe600000 - 0xfe6000ff (0x100) MX[b]
    [5] -1 0 0xfeb00000 - 0xfeb003ff (0x400) MX[b]
    [6] -1 0 0x50000000 - 0x50003fff (0x4000) MX[b]
    [7] -1 0 0x50004000 - 0x500047ff (0x800) MX[b]
    [8] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[b]O
    [9] -1 0 0xfdc00000 - 0xfdc0ffff (0x10000) MX[b](B)
    [10] -1 0 0xa8000000 - 0xafffffff (0x8000000) MX[b](B)
    [11] -1 0 0xfdd00000 - 0xfdd1ffff (0x20000) MX[b](B)
    [12] -1 0 0xfde00000 - 0xfde0ffff (0x10000) MX[b](B)
    [13] -1 0 0xb0000000 - 0xb7ffffff (0x8000000) MX[b](B)
    [14] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [15] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
    [16] -1 0 0x00001400 - 0x000014ff (0x100) IX[b]
    [17] -1 0 0x00001000 - 0x000010ff (0x100) IX[b]
    [18] -1 0 0x0000ef40 - 0x0000ef5f (0x20) IX[b]
    [19] -1 0 0x0000ef20 - 0x0000ef3f (0x20) IX[b]
    [20] -1 0 0x0000ef00 - 0x0000ef1f (0x20) IX[b]
    [21] -1 0 0x0000eec0 - 0x0000eedf (0x20) IX[b]
    [22] -1 0 0x0000fc00 - 0x0000fc0f (0x10) IX[b]
    [23] -1 0 0x0000e800 - 0x0000e8ff (0x100) IX[b]
    [24] -1 0 0x0000eeb0 - 0x0000eebf (0x10) IX[b]
    [25] -1 0 0x0000ef80 - 0x0000ef83 (0x4) IX[b]
    [26] -1 0 0x0000ef68 - 0x0000ef6f (0x8) IX[b]
    [27] -1 0 0x0000ef84 - 0x0000ef87 (0x4) IX[b]
    [28] -1 0 0x0000ef88 - 0x0000ef8f (0x8) IX[b]
    [29] -1 0 0x0000e400 - 0x0000e4ff (0x100) IX[b]
    [30] -1 0 0x0000efe0 - 0x0000efe7 (0x8) IX[b]
    [31] -1 0 0x0000ed80 - 0x0000edbf (0x40) IX[b]
    [32] -1 0 0x0000d000 - 0x0000d0ff (0x100) IX[b](B)
    (II) LoadModule: "ddc"
    (II) Loading /usr/lib/xorg/modules//libddc.so
    (II) Module ddc: vendor="X.Org Foundation"
    compiled for 7.2.0, module version = 1.0.0
    ABI class: X.Org Video Driver, version 1.1
    (II) LoadModule: "dbe"
    (II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
    (II) Module dbe: vendor="X.Org Foundation"
    compiled for 7.2.0, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 0.3
    (II) Loading extension DOUBLE-BUFFER
    (II) LoadModule: "dri"
    (II) Loading /usr/lib/xorg/modules/extensions//libdri.so
    (II) Module dri: vendor="X.Org Foundation"
    compiled for 7.2.0, module version = 1.0.0
    ABI class: X.Org Server Extension, version 0.3
    (II) Loading extension XFree86-DRI
    (II) LoadModule: "extmod"
    (II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
    (II) Module extmod: vendor="X.Org Foundation"
    compiled for 7.2.0, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 0.3
    (II) Loading extension SHAPE
    (II) Loading extension MIT-SUNDRY-NONSTANDARD
    (II) Loading extension BIG-REQUESTS
    (II) Loading extension SYNC
    (II) Loading extension MIT-SCREEN-SAVER
    (II) Loading extension XC-MISC
    (II) Loading extension XFree86-VidModeExtension
    (II) Loading extension XFree86-Misc
    (II) Loading extension XFree86-DGA
    (II) Loading extension DPMS
    (II) Loading extension TOG-CUP
    (II) Loading extension Extended-Visual-Information
    (II) Loading extension XVideo
    (II) Loading extension XVideo-MotionCompensation
    (II) Loading extension X-Resource
    (II) LoadModule: "glx"
    (II) Loading /usr/lib/xorg/modules/extensions//libglx.so
    (II) Module glx: vendor="X.Org Foundation"
    compiled for 7.2.0, module version = 1.0.0
    ABI class: X.Org Server Extension, version 0.3
    (**) AIGLX disabled
    (II) Loading extension GLX
    (II) LoadModule: "type1"
    (II) Loading /usr/lib/xorg/modules/fonts//libtype1.so
    (II) Module type1: vendor="X.Org Foundation"
    compiled for 7.2.0, module version = 1.0.2
    Module class: X.Org Font Renderer
    ABI class: X.Org Font Renderer, version 0.5
    (II) Loading font Type1
    (II) LoadModule: "freetype"
    (II) Loading /usr/lib/xorg/modules/fonts//libfreetype.so
    (II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
    compiled for 7.2.0, module version = 2.1.0
    Module class: X.Org Font Renderer
    ABI class: X.Org Font Renderer, version 0.5
    (II) Loading font FreeType
    (II) LoadModule: "record"
    (II) Loading /usr/lib/xorg/modules/extensions//librecord.so
    (II) Module record: vendor="X.Org Foundation"
    compiled for 7.2.0, module version = 1.13.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 0.3
    (II) Loading extension RECORD
    (II) LoadModule: "fglrx"
    (II) Loading /usr/lib/xorg/modules/drivers//fglrx_drv.so
    (II) Module fglrx: vendor="FireGL - ATI Technologies Inc."
    compiled for 7.1.0, module version = 8.38.6
    Module class: X.Org Video Driver
    ABI class: X.Org Video Driver, version 1.0
    (II) LoadModule: "fglrx"
    (II) Reloading /usr/lib/xorg/modules/drivers//fglrx_drv.so
    (II) LoadModule: "keyboard"
    (II) Loading /usr/lib/xorg/modules/input//keyboard_drv.so
    (II) Module keyboard: vendor="X.Org Foundation"
    compiled for 7.2.0, module version = 1.0.0
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 0.7
    (II) LoadModule: "mouse"
    (II) Loading /usr/lib/xorg/modules/input//mouse_drv.so
    (II) Module mouse: vendor="X.Org Foundation"
    compiled for 7.2.0, module version = 1.1.1
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 0.7
    (II) Primary Device is: PCI 01:00:0
    (II) ATI Proprietary Linux Driver Version Identifier:8.38.6
    (II) ATI Proprietary Linux Driver Release Identifier: LGDr8.38g1
    (II) ATI Proprietary Linux Driver Build Date: Jun 22 2007 13:10:21
    (II) ATI Proprietary Linux Driver Build Information: autobuild-rel-r6-8.38.1.1.2.3-driver-lnx-x86-x86_64-351593
    (--) Assigning device section with no busID to primary device
    (WW) fglrx: No matching Device section for instance (BusID PCI:1:0:1) found
    (--) Chipset Supported AMD Graphics Processor (0x4E48) found
    (II) resource ranges after xf86ClaimFixedResources() call:
    [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1 0 0xfe600000 - 0xfe6000ff (0x100) MX[b]
    [5] -1 0 0xfeb00000 - 0xfeb003ff (0x400) MX[b]
    [6] -1 0 0x50000000 - 0x50003fff (0x4000) MX[b]
    [7] -1 0 0x50004000 - 0x500047ff (0x800) MX[b]
    [8] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[b]O
    [9] -1 0 0xfdc00000 - 0xfdc0ffff (0x10000) MX[b](B)
    [10] -1 0 0xa8000000 - 0xafffffff (0x8000000) MX[b](B)
    [11] -1 0 0xfdd00000 - 0xfdd1ffff (0x20000) MX[b](B)
    [12] -1 0 0xfde00000 - 0xfde0ffff (0x10000) MX[b](B)
    [13] -1 0 0xb0000000 - 0xb7ffffff (0x8000000) MX[b](B)
    [14] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [15] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
    [16] -1 0 0x00001400 - 0x000014ff (0x100) IX[b]
    [17] -1 0 0x00001000 - 0x000010ff (0x100) IX[b]
    [18] -1 0 0x0000ef40 - 0x0000ef5f (0x20) IX[b]
    [19] -1 0 0x0000ef20 - 0x0000ef3f (0x20) IX[b]
    [20] -1 0 0x0000ef00 - 0x0000ef1f (0x20) IX[b]
    [21] -1 0 0x0000eec0 - 0x0000eedf (0x20) IX[b]
    [22] -1 0 0x0000fc00 - 0x0000fc0f (0x10) IX[b]
    [23] -1 0 0x0000e800 - 0x0000e8ff (0x100) IX[b]
    [24] -1 0 0x0000eeb0 - 0x0000eebf (0x10) IX[b]
    [25] -1 0 0x0000ef80 - 0x0000ef83 (0x4) IX[b]
    [26] -1 0 0x0000ef68 - 0x0000ef6f (0x8) IX[b]
    [27] -1 0 0x0000ef84 - 0x0000ef87 (0x4) IX[b]
    [28] -1 0 0x0000ef88 - 0x0000ef8f (0x8) IX[b]
    [29] -1 0 0x0000e400 - 0x0000e4ff (0x100) IX[b]
    [30] -1 0 0x0000efe0 - 0x0000efe7 (0x8) IX[b]
    [31] -1 0 0x0000ed80 - 0x0000edbf (0x40) IX[b]
    [32] -1 0 0x0000d000 - 0x0000d0ff (0x100) IX[b](B)
    (II) fglrx(0): pEnt->device->identifier=0x81e4088
    (II) resource ranges after probing:
    [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1 0 0xfe600000 - 0xfe6000ff (0x100) MX[b]
    [5] -1 0 0xfeb00000 - 0xfeb003ff (0x400) MX[b]
    [6] -1 0 0x50000000 - 0x50003fff (0x4000) MX[b]
    [7] -1 0 0x50004000 - 0x500047ff (0x800) MX[b]
    [8] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[b]O
    [9] -1 0 0xfdc00000 - 0xfdc0ffff (0x10000) MX[b](B)
    [10] -1 0 0xa8000000 - 0xafffffff (0x8000000) MX[b](B)
    [11] -1 0 0xfdd00000 - 0xfdd1ffff (0x20000) MX[b](B)
    [12] -1 0 0xfde00000 - 0xfde0ffff (0x10000) MX[b](B)
    [13] -1 0 0xb0000000 - 0xb7ffffff (0x8000000) MX[b](B)
    [14] 0 0 0x000a0000 - 0x000affff (0x10000) MS[b]
    [15] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[b]
    [16] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[b]
    [17] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [18] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
    [19] -1 0 0x00001400 - 0x000014ff (0x100) IX[b]
    [20] -1 0 0x00001000 - 0x000010ff (0x100) IX[b]
    [21] -1 0 0x0000ef40 - 0x0000ef5f (0x20) IX[b]
    [22] -1 0 0x0000ef20 - 0x0000ef3f (0x20) IX[b]
    [23] -1 0 0x0000ef00 - 0x0000ef1f (0x20) IX[b]
    [24] -1 0 0x0000eec0 - 0x0000eedf (0x20) IX[b]
    [25] -1 0 0x0000fc00 - 0x0000fc0f (0x10) IX[b]
    [26] -1 0 0x0000e800 - 0x0000e8ff (0x100) IX[b]
    [27] -1 0 0x0000eeb0 - 0x0000eebf (0x10) IX[b]
    [28] -1 0 0x0000ef80 - 0x0000ef83 (0x4) IX[b]
    [29] -1 0 0x0000ef68 - 0x0000ef6f (0x8) IX[b]
    [30] -1 0 0x0000ef84 - 0x0000ef87 (0x4) IX[b]
    [31] -1 0 0x0000ef88 - 0x0000ef8f (0x8) IX[b]
    [32] -1 0 0x0000e400 - 0x0000e4ff (0x100) IX[b]
    [33] -1 0 0x0000efe0 - 0x0000efe7 (0x8) IX[b]
    [34] -1 0 0x0000ed80 - 0x0000edbf (0x40) IX[b]
    [35] -1 0 0x0000d000 - 0x0000d0ff (0x100) IX[b](B)
    [36] 0 0 0x000003b0 - 0x000003bb (0xc) IS[b]
    [37] 0 0 0x000003c0 - 0x000003df (0x20) IS[b]
    (II) Setting vga for screen 0.
    (II) fglrx(0): === [atiddxPreInit] === begin, [x]
    (II) Loading sub module "vgahw"
    (II) LoadModule: "vgahw"
    (II) Loading /usr/lib/xorg/modules//libvgahw.so
    (II) Module vgahw: vendor="X.Org Foundation"
    compiled for 7.2.0, module version = 0.1.0
    ABI class: X.Org Video Driver, version 1.1
    (II) fglrx(0): PCI bus 1 card 0 func 0
    (**) fglrx(0): Depth 24, (--) framebuffer bpp 32
    (II) fglrx(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
    (==) fglrx(0): Default visual is TrueColor
    (**) fglrx(0): Option "DPMS" "true"
    (==) fglrx(0): RGB weight 888
    (II) fglrx(0): Using 8 bits per RGB (8 bit DAC)
    (==) fglrx(0): Gamma Correction for I is 0x06419064
    (==) fglrx(0): Gamma Correction for II is 0x06419064
    (==) fglrx(0): Buffer Tiling is ON
    (II) Loading sub module "int10"
    (II) LoadModule: "int10"
    (II) Loading /usr/lib/xorg/modules//libint10.so
    (II) Module int10: vendor="X.Org Foundation"
    compiled for 7.2.0, module version = 1.0.0
    ABI class: X.Org Video Driver, version 1.1
    (WW) fglrx(0): Bad V_BIOS checksum
    (II) fglrx(0): Primary V_BIOS segment is: 0xc000
    (--) fglrx(0): Chipset: "RADEON 9800 PRO" (Chipset = 0x4e48)
    (--) fglrx(0): (PciSubVendor = 0x1002, PciSubDevice = 0x0002)
    (--) fglrx(0): board vendor info: original ATI graphics adapter
    (--) fglrx(0): Linear framebuffer (phys) at 0xb0000000
    (--) fglrx(0): MMIO registers at 0xfde00000
    (==) fglrx(0): ROM-BIOS at 0x000c0000
    (II) Loading sub module "vbe"
    (II) LoadModule: "vbe"
    (II) Loading /usr/lib/xorg/modules//libvbe.so
    (II) Module vbe: vendor="X.Org Foundation"
    compiled for 7.2.0, module version = 1.1.0
    ABI class: X.Org Video Driver, version 1.1
    (II) fglrx(0): VESA BIOS detected
    (II) fglrx(0): VESA VBE Version 2.0
    (II) fglrx(0): VESA VBE Total Mem: 16384 kB
    (II) fglrx(0): VESA VBE OEM: ATI R360
    (II) fglrx(0): VESA VBE OEM Software Rev: 1.0
    (II) fglrx(0): VESA VBE OEM Vendor: ATI Technologies Inc.
    (II) fglrx(0): VESA VBE OEM Product: R360
    (II) fglrx(0): VESA VBE OEM Product Rev: 01.00
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 6, (OK)
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 6, (OK)
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 6, (OK)
    drmGetBusid returned ''
    (II) Loading sub module "fglrxdrm"
    (II) LoadModule: "fglrxdrm"
    (II) Loading /usr/lib/xorg/modules/linux//libfglrxdrm.so
    (II) Module fglrxdrm: vendor="FireGL - ATI Technologies Inc."
    compiled for 7.1.0, module version = 8.38.6
    ABI class: X.Org Server Extension, version 0.3
    (--) fglrx(0): VideoRAM: 131072 kByte, Type: DDR SGRAM / SDRAM
    (II) fglrx(0): AGP card detected
    (II) fglrx(0): board/chipset is supported by this driver (original ATI board)
    (II) Loading sub module "ddc"
    (II) LoadModule: "ddc"
    (II) Reloading /usr/lib/xorg/modules//libddc.so
    (II) fglrx(0): Connected Display1: DFP on internal TMDS [tmds1]
    (II) fglrx(0): Display1 EDID data ---------------------------
    (II) fglrx(0): Manufacturer: AIC Model: 9450 Serial#: 329
    (II) fglrx(0): Year: 2006 Week: 33
    (II) fglrx(0): EDID Version: 1.3
    (II) fglrx(0): Digital Display Input
    (II) fglrx(0): Max H-Image Size [cm]: horiz.: 37 vert.: 30
    (II) fglrx(0): Gamma: 2.20
    (II) fglrx(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
    (II) fglrx(0): First detailed timing not preferred mode in violation of standard!(II) fglrx(0): redX: 0.647 redY: 0.346 greenX: 0.298 greenY: 0.591
    (II) fglrx(0): blueX: 0.150 blueY: 0.118 whiteX: 0.313 whiteY: 0.329
    (II) fglrx(0): Supported VESA Video Modes:
    (II) fglrx(0): 720x400@70Hz
    (II) fglrx(0): 640x480@60Hz
    (II) fglrx(0): 640x480@67Hz
    (II) fglrx(0): 640x480@72Hz
    (II) fglrx(0): 640x480@75Hz
    (II) fglrx(0): 800x600@56Hz
    (II) fglrx(0): 800x600@60Hz
    (II) fglrx(0): 800x600@72Hz
    (II) fglrx(0): 800x600@75Hz
    (II) fglrx(0): 832x624@75Hz
    (II) fglrx(0): 1024x768@60Hz
    (II) fglrx(0): 1024x768@70Hz
    (II) fglrx(0): 1024x768@75Hz
    (II) fglrx(0): 1280x1024@75Hz
    (II) fglrx(0): 1152x870@75Hz
    (II) fglrx(0): Manufacturer's mask: 0
    (II) fglrx(0): Supported Future Video Modes:
    (II) fglrx(0): #0: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
    (II) fglrx(0): #1: hsize: 1280 vsize 1024 refresh: 70 vid: 35457
    (II) fglrx(0): #2: hsize: 1280 vsize 1024 refresh: 72 vid: 35969
    (II) fglrx(0): Supported additional Video Mode:
    (II) fglrx(0): clock: 135.0 MHz Image Size: 376 x 301 mm
    (II) fglrx(0): h_active: 1280 h_sync: 1328 h_sync_end 1440 h_blank_end 1688 h_border: 0
    (II) fglrx(0): v_active: 1024 v_sync: 1025 v_sync_end 1028 v_blanking: 1066 v_border: 0
    (II) fglrx(0): Supported additional Video Mode:
    (II) fglrx(0): clock: 25.2 MHz Image Size: 376 x 301 mm
    (II) fglrx(0): h_active: 640 h_sync: 656 h_sync_end 752 h_blank_end 800 h_border: 0
    (II) fglrx(0): v_active: 350 v_sync: 387 v_sync_end 389 v_blanking: 449 v_border: 0
    (II) fglrx(0): Ranges: V min: 50 V max: 75 Hz, H min: 30 H max: 80 kHz, PixClock max 140 MHz
    (II) fglrx(0): Monitor name: F-419
    (II) fglrx(0): EDID (in hex):
    (II) fglrx(0): 00ffffffffffff000523509449010000
    (II) fglrx(0): 2110010380251e78e8e595a5584c9726
    (II) fglrx(0): 1e5054bfef808180818a818c01010101
    (II) fglrx(0): 010101010101bc34009851002a403070
    (II) fglrx(0): 1300782d1100001ed60980a0205e6310
    (II) fglrx(0): 10605208782d1100001a000000fd0032
    (II) fglrx(0): 4b1e500e000a202020202020000000fc
    (II) fglrx(0): 00462d3431390a2020202020202000ba
    (II) fglrx(0): End of Display1 EDID data --------------------
    (WW) fglrx(0): Only one display is connnected,so single mode is enabled
    (II) fglrx(0): Primary Controller - DFP on internal TMDS
    (II) fglrx(0): Internal Desktop Setting: 0x00000001
    (II) fglrx(0): POWERplay not supported on this hardware
    (==) fglrx(0): Qbs disabled
    (==) fglrx(0): FAST_SWAP disabled
    (==) fglrx(0): PseudoColor visuals disabled
    (==) fglrx(0): Using gamma correction (1.0, 1.0, 1.0)
    (==) fglrx(0): Center Mode is disabled
    (==) fglrx(0): TMDS coherent mode is enabled
    (II) fglrx(0): Total of 37 modes found for primary display.
    (--) fglrx(0): Virtual size is 1280x1024 (pitch 0)
    (**) fglrx(0): *Mode "1280x1024": 135.0 MHz (scaled from 0.0 MHz), 80.0 kHz, 75.0 Hz
    (II) fglrx(0): Modeline "1280x1024" 135.00 1280 1328 1440 1688 1024 1025 1028 1066
    (**) fglrx(0): Default mode "1280x1024": 128.9 MHz (scaled from 0.0 MHz), 74.6 kHz, 70.0 Hz
    (II) fglrx(0): Modeline "1280x1024" 128.94 1280 1368 1504 1728 1024 1025 1028 1066 +hsync
    (**) fglrx(0): Default mode "1280x1024": 108.0 MHz (scaled from 0.0 MHz), 64.0 kHz, 60.0 Hz
    (II) fglrx(0): Modeline "1280x1024" 108.00 1280 1328 1440 1688 1024 1025 1028 1066
    (**) fglrx(0): Default mode "1280x1024": 85.5 MHz (scaled from 0.0 MHz), 50.9 kHz, 47.0 Hz (I)
    (II) fglrx(0): Modeline "1280x1024" 85.51 1280 1344 1480 1680 1024 1025 1028 1083 interlace +hsync
    (**) fglrx(0): Default mode "1280x1024": 77.8 MHz (scaled from 0.0 MHz), 46.3 kHz, 43.0 Hz (I)
    (II) fglrx(0): Modeline "1280x1024" 77.80 1280 1344 1480 1680 1024 1025 1028 1077 interlace +hsync
    (**) fglrx(0): *Mode "1024x768": 78.8 MHz (scaled from 0.0 MHz), 60.0 kHz, 75.0 Hz
    (II) fglrx(0): Modeline "1024x768" 78.75 1024 1040 1136 1312 768 769 772 800
    (**) fglrx(0): Default mode "1024x768": 78.4 MHz (scaled from 0.0 MHz), 57.7 kHz, 72.0 Hz
    (II) fglrx(0): Modeline "1024x768" 78.43 1024 1080 1192 1360 768 769 772 801 +hsync
    (**) fglrx(0): Default mode "1024x768": 75.0 MHz (scaled from 0.0 MHz), 56.5 kHz, 70.0 Hz
    (II) fglrx(0): Modeline "1024x768" 75.00 1024 1048 1184 1328 768 771 777 806 +hsync +vsync
    (**) fglrx(0): Default mode "1024x768": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
    (II) fglrx(0): Modeline "1024x768" 65.00 1024 1048 1184 1344 768 771 777 806 +hsync +vsync
    (**) fglrx(0): *Mode "800x600": 49.5 MHz (scaled from 0.0 MHz), 46.9 kHz, 75.0 Hz
    (II) fglrx(0): Modeline "800x600" 49.50 800 816 896 1056 600 601 604 625
    (**) fglrx(0): Default mode "800x600": 50.0 MHz (scaled from 0.0 MHz), 48.1 kHz, 72.0 Hz
    (II) fglrx(0): Modeline "800x600" 50.00 800 856 976 1040 600 637 643 666
    (**) fglrx(0): Default mode "800x600": 45.5 MHz (scaled from 0.0 MHz), 43.8 kHz, 70.0 Hz
    (II) fglrx(0): Modeline "800x600" 45.50 800 840 920 1040 600 601 604 625 +hsync
    (**) fglrx(0): Default mode "800x600": 40.0 MHz (scaled from 0.0 MHz), 37.9 kHz, 60.0 Hz
    (II) fglrx(0): Modeline "800x600" 40.00 800 840 968 1056 600 601 605 628
    (**) fglrx(0): Default mode "800x600": 36.0 MHz (scaled from 0.0 MHz), 35.2 kHz, 56.0 Hz
    (II) fglrx(0): Modeline "800x600" 36.00 800 824 896 1024 600 601 603 625
    (**) fglrx(0): Default mode "800x600": 29.6 MHz (scaled from 0.0 MHz), 29.8 kHz, 47.0 Hz (I)
    (II) fglrx(0): Modeline "800x600" 29.60 800 816 896 992 600 601 604 635 interlace +hsync
    (**) fglrx(0): *Mode "640x480": 31.5 MHz (scaled from 0.0 MHz), 37.5 kHz, 75.0 Hz
    (II) fglrx(0): Modeline "640x480" 31.50 640 656 720 840 480 481 484 500 +hsync +vsync
    (**) fglrx(0): Default mode "640x480": 31.5 MHz (scaled from 0.0 MHz), 37.9 kHz, 72.0 Hz
    (II) fglrx(0): Modeline "640x480" 31.50 640 664 704 832 480 489 492 520 +hsync +vsync
    (**) fglrx(0): Default mode "640x480": 25.2 MHz (scaled from 0.0 MHz), 31.5 kHz, 60.0 Hz
    (II) fglrx(0): Modeline "640x480" 25.18 640 656 752 800 480 490 492 525 +hsync +vsync
    (**) fglrx(0): Default mode "1152x864": 108.0 MHz (scaled from 0.0 MHz), 67.5 kHz, 75.0 Hz
    (II) fglrx(0): Modeline "1152x864" 108.00 1152 1216 1344 1600 864 865 868 900
    (**) fglrx(0): Default mode "1152x864": 96.8 MHz (scaled from 0.0 MHz), 63.0 kHz, 70.0 Hz
    (II) fglrx(0): Modeline "1152x864" 96.76 1152 1224 1344 1536 864 865 868 900 +hsync
    (**) fglrx(0): Default mode "1152x864": 81.6 MHz (scaled from 0.0 MHz), 53.7 kHz, 60.0 Hz
    (II) fglrx(0): Modeline "1152x864" 81.62 1152 1216 1336 1520 864 865 868 895 +hsync
    (**) fglrx(0): Default mode "1152x864": 64.7 MHz (scaled from 0.0 MHz), 43.0 kHz, 47.0 Hz (I)
    (II) fglrx(0): Modeline "1152x864" 64.67 1152 1208 1328 1504 864 865 868 915 interlace +hsync
    (**) fglrx(0): Default mode "1152x864": 58.3 MHz (scaled from 0.0 MHz), 39.2 kHz, 43.0 Hz (I)
    (II) fglrx(0): Modeline "1152x864" 58.28 1152 1200 1320 1488 864 865 868 911 interlace +hsync
    (**) fglrx(0): Default mode "1024x480": 38.2 MHz (scaled from 0.0 MHz), 29.8 kHz, 60.0 Hz
    (II) fglrx(0): Modeline "1024x480" 38.16 1024 1048 1152 1280 480 481 484 497 +hsync
    (**) fglrx(0): Default mode "848x480": 31.5 MHz (scaled from 0.0 MHz), 29.8 kHz, 60.0 Hz
    (II) fglrx(0): Modeline "848x480" 31.48 848 864 952 1056 480 481 484 497 +hsync
    (**) fglrx(0): Default mode "720x576": 32.7 MHz (scaled from 0.0 MHz), 35.8 kHz, 60.0 Hz
    (II) fglrx(0): Modeline "720x576" 32.66 720 744 816 912 576 577 580 597 +hsync
    (**) fglrx(0): Default mode "720x480": 26.7 MHz (scaled from 0.0 MHz), 29.8 kHz, 60.0 Hz
    (II) fglrx(0): Modeline "720x480" 26.71 720 736 808 896 480 481 484 497 +hsync
    (**) fglrx(0): Default mode "640x400": 28.1 MHz (scaled from 0.0 MHz), 33.7 kHz, 75.0 Hz
    (II) fglrx(0): Modeline "640x400" 28.07 640 696 736 832 400 413 415 449
    (**) fglrx(0): Default mode "640x400": 24.9 MHz (scaled from 0.0 MHz), 31.5 kHz, 60.0 Hz
    (II) fglrx(0): Modeline "640x400" 24.92 640 664 760 792 400 460 462 525
    (**) fglrx(0): Default mode "640x350": 25.2 MHz (scaled from 0.0 MHz), 31.5 kHz, 70.0 Hz
    (II) fglrx(0): Modeline "640x350" 25.18 640 656 752 800 350 387 389 449 +vsync
    (**) fglrx(0): Default mode "512x384": 19.8 MHz (scaled from 0.0 MHz), 29.8 kHz, 60.0 Hz
    (II) fglrx(0): Modeline "512x384" 19.81 512 544 624 664 384 451 453 497
    (**) fglrx(0): Default mode "400x300": 24.8 MHz (scaled from 0.0 MHz), 46.9 kHz, 75.0 Hz (D)
    (II) fglrx(0): Modeline "400x300" 24.75 400 408 448 528 300 601 602 625 doublescan
    (**) fglrx(0): Default mode "400x300": 22.3 MHz (scaled from 0.0 MHz), 45.0 kHz, 60.0 Hz (D)
    (II) fglrx(0): Modeline "400x300" 22.33 400 416 480 496 300 601 605 742 doublescan
    (**) fglrx(0): Default mode "320x240": 15.8 MHz (scaled from 0.0 MHz), 37.9 kHz, 75.0 Hz (D)
    (II) fglrx(0): Modeline "320x240" 15.75 320 328 360 416 240 481 482 501 doublescan
    (**) fglrx(0): Default mode "320x240": 12.6 MHz (scaled from 0.0 MHz), 31.5 kHz, 60.0 Hz (D)
    (II) fglrx(0): Modeline "320x240" 12.59 320 328 376 400 240 491 493 525 doublescan
    (**) fglrx(0): Default mode "320x200": 13.1 MHz (scaled from 0.0 MHz), 31.5 kHz, 75.0 Hz (D)
    (II) fglrx(0): Modeline "320x200" 13.10 320 352 368 416 200 406 407 417 doublescan
    (**) fglrx(0): Default mode "320x200": 12.6 MHz (scaled from 0.0 MHz), 31.5 kHz, 60.0 Hz (D)
    (II) fglrx(0): Modeline "320x200" 12.59 320 336 384 400 200 457 459 524 doublescan
    (--) fglrx(0): Display dimensions: (370, 300) mm
    (--) fglrx(0): DPI set to (87, 86)
    (--) fglrx(0): Virtual size is 1280x1024 (pitch 1280)
    (**) fglrx(0): *Mode "1280x1024": 135.0 MHz (scaled from 0.0 MHz), 80.0 kHz, 75.0 Hz
    (II) fglrx(0): Modeline "1280x1024" 135.00 1280 1328 1440 1688 1024 1025 1028 1066
    (**) fglrx(0): Default mode "1280x1024": 128.9 MHz (scaled from 0.0 MHz), 74.6 kHz, 70.0 Hz
    (II) fglrx(0): Modeline "1280x1024" 128.94 1280 1368 1504 1728 1024 1025 1028 1066 +hsync
    (**) fglrx(0): Default mode "1280x1024": 108.0 MHz (scaled from 0.0 MHz), 64.0 kHz, 60.0 Hz
    (II) fglrx(0): Modeline "1280x1024" 108.00 1280 1328 1440 1688 1024 1025 1028 1066
    (**) fglrx(0): Default mode "1280x1024": 85.5 MHz (scaled from 0.0 MHz), 50.9 kHz, 47.0 Hz (I)
    (II) fglrx(0): Modeline "1280x1024" 85.51 1280 1344 1480 1680 1024 1025 1028 1083 interlace +hsync
    (**) fglrx(0): Default mode "1280x1024": 77.8 MHz (scaled from 0.0 MHz), 46.3 kHz, 43.0 Hz (I)
    (II) fglrx(0): Modeline "1280x1024" 77.80 1280 1344 1480 1680 1024 1025 1028 1077 interlace +hsync
    (**) fglrx(0): *Mode "1024x768": 78.8 MHz (scaled from 0.0 MHz), 60.0 kHz, 75.0 Hz
    (II) fglrx(0): Modeline "1024x768" 78.75 1024 1040 1136 1312 768 769 772 800
    (**) fglrx(0): Default mode "1024x768": 78.4 MHz (scaled from 0.0 MHz), 57.7 kHz, 72.0 Hz
    (II) fglrx(0): Modeline "1024x768" 78.43 1024 1080 1192 1360 768 769 772 801 +hsync
    (**) fglrx(0): Default mode "1024x768": 75.0 MHz (scaled from 0.0 MHz), 56.5 kHz, 70.0 Hz
    (II) fglrx(0): Modeline "1024x768" 75.00 1024 1048 1184 1328 768 771 777 806 +hsync +vsync
    (**) fglrx(0): Default mode "1024x768": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
    (II) fglrx(0): Modeline "1024x768" 65.00 1024 1048 1184 1344 768 771 777 806 +hsync +vsync
    (**) fglrx(0): *Mode "800x600": 49.5 MHz (scaled from 0.0 MHz), 46.9 kHz, 75.0 Hz
    (II) fglrx(0): Modeline "800x600" 49.50 800 816 896 1056 600 601 604 625
    (**) fglrx(0): Default mode "800x600": 50.0 MHz (scaled from 0.0 MHz), 48.1 kHz, 72.0 Hz
    (II) fglrx(0): Modeline "800x600" 50.00 800 856 976 1040 600 637 643 666
    (**) fglrx(0): Default mode "800x600": 45.5 MHz (scaled from 0.0 MHz), 43.8 kHz, 70.0 Hz
    (II) fglrx(0): Modeline "800x600" 45.50 800 840 920 1040 600 601 604 625 +hsync
    (**) fglrx(0): Default mode "800x600": 40.0 MHz (scaled from 0.0 MHz), 37.9 kHz, 60.0 Hz
    (II) fglrx(0): Modeline "800x600" 40.00 800 840 968 1056 600 601 605 628
    (**) fglrx(0): Default mode "800x600": 36.0 MHz (scaled from 0.0 MHz), 35.2 kHz, 56.0 Hz
    (II) fglrx(0): Modeline "800x600" 36.00 800 824 896 1024 600 601 603 625
    (**) fglrx(0): Default mode "800x600": 29.6 MHz (scaled from 0.0 MHz), 29.8 kHz, 47.0 Hz (I)
    (II) fglrx(0): Modeline "800x600" 29.60 800 816 896 992 600 601 604 635 interlace +hsync
    (**) fglrx(0): *Mode "640x480": 31.5 MHz (scaled from 0.0 MHz), 37.5 kHz, 75.0 Hz
    (II) fglrx(0): Modeline "640x480" 31.50 640 656 720 840 480 481 484 500 +hsync +vsync
    (**) fglrx(0): Default mode "640x480": 31.5 MHz (scaled from 0.0 MHz), 37.9 kHz, 72.0 Hz
    (II) fglrx(0): Modeline "640x480" 31.50 640 664 704 832 480 489 492 520 +hsync +vsync
    (**) fglrx(0): Default mode "640x480": 25.2 MHz (scaled from 0.0 MHz), 31.5 kHz, 60.0 Hz
    (II) fglrx(0): Modeline "640x480" 25.18 640 656 752 800 480 490 492 525 +hsync +vsync
    (**) fglrx(0): Default mode "1152x864": 108.0 MHz (scaled from 0.0 MHz), 67.5 kHz, 75.0 Hz
    (II) fglrx(0): Modeline "1152x864" 108.00 1152 1216 1344 1600 864 865 868 900
    (**) fglrx(0): Default mode "1152x864": 96.8 MHz (scaled from 0.0 MHz), 63.0 kHz, 70.0 Hz
    (II) fglrx(0): Modeline "1152x864" 96.76 1152 1224 1344 1536 864 865 868 900 +hsync
    (**) fglrx(0): Default mode "1152x864": 81.6 MHz (scaled from 0.0 MHz), 53.7 kHz, 60.0 Hz
    (II) fglrx(0): Modeline "1152x864" 81.62 1152 1216 1336 1520 864 865 868 895 +hsync
    (**) fglrx(0): Default mode "1152x864": 64.7 MHz (scaled from 0.0 MHz), 43.0 kHz, 47.0 Hz (I)
    (II) fglrx(0): Modeline "1152x864" 64.67 1152 1208 1328 1504 864 865 868 915 interlace +hsync
    (**) fglrx(0): Default mode "1152x864": 58.3 MHz (scaled from 0.0 MHz), 39.2 kHz, 43.0 Hz (I)
    (II) fglrx(0): Modeline "1152x864" 58.28 1152 1200 1320 1488 864 865 868 911 interlace +hsync
    (**) fglrx(0): Default mode "1024x480": 38.2 MHz (scaled from 0.0 MHz), 29.8 kHz, 60.0 Hz
    (II) fglrx(0): Modeline "1024x480" 38.16 1024 1048 1152 1280 480 481 484 497 +hsync
    (**) fglrx(0): Default mode "848x480": 31.5 MHz (scaled from 0.0 MHz), 29.8 kHz, 60.0 Hz
    (II) fglrx(0): Modeline "848x480" 31.48 848 864 952 1056 480 481 484 497 +hsync
    (**) fglrx(0): Default mode "720x576": 32.7 MHz (scaled from 0.0 MHz), 35.8 kHz, 60.0 Hz
    (II) fglrx(0): Modeline "720x576" 32.66 720 744 816 912 576 577 580 597 +hsync
    (**) fglrx(0): Default mode "720x480": 26.7 MHz (scaled from 0.0 MHz), 29.8 kHz, 60.0 Hz
    (II) fglrx(0): Modeline "720x480" 26.71 720 736 808 896 480 481 484 497 +hsync
    (**) fglrx(0): Default mode "640x400": 28.1 MHz (scaled from 0.0 MHz), 33.7 kHz, 75.0 Hz
    (II) fglrx(0): Modeline "640x400" 28.07 640 696 736 832 400 413 415 449
    (**) fglrx(0): Default mode "640x400": 24.9 MHz (scaled from 0.0 MHz), 31.5 kHz, 60.0 Hz
    (II) fglrx(0): Modeline "640x400" 24.92 640 664 760 792 400 460 462 525
    (**) fglrx(0): Default mode "640x350": 25.2 MHz (scaled from 0.0 MHz), 31.5 kHz, 70.0 Hz
    (II) fglrx(0): Modeline "640x350" 25.18 640 656 752 800 350 387 389 449 +vsync
    (**) fglrx(0): Default mode "512x384": 19.8 MHz (scaled from 0.0 MHz), 29.8 kHz, 60.0 Hz
    (II) fglrx(0): Modeline "512x384" 19.81 512 544 624 664 384 451 453 497
    (**) fglrx(0): Default mode "400x300": 24.8 MHz (scaled from 0.0 MHz), 46.9 kHz, 75.0 Hz (D)
    (II) fglrx(0): Modeline "400x300" 24.75 400 408 448 528 300 601 602 625 doublescan
    (**) fglrx(0): Default mode "400x300": 22.3 MHz (scaled from 0.0 MHz), 45.0 kHz, 60.0 Hz (D)
    (II) fglrx(0): Modeline "400x300" 22.33 400 416 480 496 300 601 605 742 doublescan
    (**) fglrx(0): Default mode "320x240": 15.8 MHz (scaled from 0.0 MHz), 37.9 kHz, 75.0 Hz (D)
    (II) fglrx(0): Modeline "320x240" 15.75 320 328 360 416 240 481 482 501 doublescan
    (**) fglrx(0): Default mode "320x240": 12.6 MHz (scaled from 0.0 MHz), 31.5 kHz, 60.0 Hz (D)
    (II) fglrx(0): Modeline "320x240" 12.59 320 328 376 400 240 491 493 525 doublescan
    (**) fglrx(0): Default mode "320x200": 13.1 MHz (scaled from 0.0 MHz), 31.5 kHz, 75.0 Hz (D)
    (II) fglrx(0): Modeline "320x200" 13.10 320 352 368 416 200 406 407 417 doublescan
    (**) fglrx(0): Default mode "320x200": 12.6 MHz (scaled from 0.0 MHz), 31.5 kHz, 60.0 Hz (D)
    (II) fglrx(0): Modeline "320x200" 12.59 320 336 384 400 200 457 459 524 doublescan
    (II) Loading sub module "fb"
    (II) LoadModule: "fb"
    (II) Loading /usr/lib/xorg/modules//libfb.so
    (II) Module fb: vendor="X.Org Foundation"
    compiled for 7.2.0, module version = 1.0.0
    ABI class: X.Org ANSI C Emulation, version 0.3
    (II) Loading sub module "ramdac"
    (II) LoadModule: "ramdac"
    (II) Loading /usr/lib/xorg/modules//libramdac.so
    (II) Module ramdac: vendor="X.Org Foundation"
    compiled for 7.2.0, module version = 0.1.0
    ABI class: X.Org Video Driver, version 1.1
    (==) fglrx(0): NoAccel = NO
    (II) Loading sub module "xaa"
    (II) LoadModule: "xaa"
    (II) Loading /usr/lib/xorg/modules//libxaa.so
    (II) Module xaa: vendor="X.Org Foundation"
    compiled for 7.2.0, module version = 1.2.0
    ABI class: X.Org Video Driver, version 1.1
    (==) fglrx(0): HPV inactive
    (**) fglrx(0): FSAA enabled: NO
    (==) fglrx(0): FSAA Gamma enabled
    (==) fglrx(0): FSAA Multisample Position is fix
    (==) fglrx(0): NoDRI = NO
    (II) Loading sub module "fglrxdrm"
    (II) LoadModule: "fglrxdrm"
    (II) Reloading /usr/lib/xorg/modules/linux//libfglrxdrm.so
    (II) fglrx(0): Depth moves disabled by default
    (==) fglrx(0): Capabilities: 0x00000000
    (==) fglrx(0): CapabilitiesEx: 0x00000000
    (==) fglrx(0): cpuFlags: 0x4000000f
    (==) fglrx(0): OpenGL ClientDriverName: "fglrx_dri.so"
    (II) fglrx(0): [drm] DRM buffer queue setup: nbufs = 100 bufsize = 65536
    (==) fglrx(0): UseFastTLS=0
    (==) fglrx(0): BlockSignalsOnLock=1
    (==) fglrx(0): EnablePrivateBackZ = NO
    (II) LoadModule: "glesx.so" (glesx)
    (WW) LoadModule: given non-canonical module name "glesx.so"
    (II) Loading /usr/lib/xorg/modules//glesx.so
    (II) Module glesx: vendor="X.Org Foundation"
    compiled for 7.1.0, module version = 1.0.0
    ABI class: X.Org Server Extension, version 0.3
    (II) Loading extension GLESX
    (--) Depth 24 pixmap format is 32 bpp
    (II) do I need RAC? No, I don't.
    (II) resource ranges after preInit:
    [0] 0 0 0xfde00000 - 0xfde0ffff (0x10000) MX[b]
    [1] 0 0 0xb0000000 - 0xb7ffffff (0x8000000) MX[b]
    [2] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
    [3] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [4] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [5] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [6] -1 0 0xfe600000 - 0xfe6000ff (0x100) MX[b]
    [7] -1 0 0xfeb00000 - 0xfeb003ff (0x400) MX[b]
    [8] -1 0 0x50000000 - 0x50003fff (0x4000) MX[b]
    [9] -1 0 0x50004000 - 0x500047ff (0x800) MX[b]
    [10] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[b]O
    [11] -1 0 0xfdc00000 - 0xfdc0ffff (0x10000) MX[b](B)
    [12] -1 0 0xa8000000 - 0xafffffff (0x8000000) MX[b](B)
    [13] -1 0 0xfdd00000 - 0xfdd1ffff (0x20000) MX[b](B)
    [14] -1 0 0xfde00000 - 0xfde0ffff (0x10000) MX[b](B)
    [15] -1 0 0xb0000000 - 0xb7ffffff (0x8000000) MX[b](B)
    [16] 0 0 0x000a0000 - 0x000affff (0x10000) MS[b](OprU)
    [17] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[b](OprU)
    [18] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[b](OprU)
    [19] 0 0 0x0000d000 - 0x0000d0ff (0x100) IX[b]
    [20] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [21] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
    [22] -1 0 0x00001400 - 0x000014ff (0x100) IX[b]
    [23] -1 0 0x00001000 - 0x000010ff (0x100) IX[b]
    [24] -1 0 0x0000ef40 - 0x0000ef5f (0x20) IX[b]
    [25] -1 0 0x0000ef20 - 0x0000ef3f (0x20) IX[b]
    [26] -1 0 0x0000ef00 - 0x0000ef1f (0x20) IX[b]
    [27] -1 0 0x0000eec0 - 0x0000eedf (0x20) IX[b]
    [28] -1 0 0x0000fc00 - 0x0000fc0f (0x10) IX[b]
    [29] -1 0 0x0000e800 - 0x0000e8ff (0x100) IX[b]
    [30] -1 0 0x0000eeb0 - 0x0000eebf (0x10) IX[b]
    [31] -1 0 0x0000ef80 - 0x0000ef83 (0x4) IX[b]
    [32] -1 0 0x0000ef68 - 0x0000ef6f (0x8) IX[b]
    [33] -1 0 0x0000ef84 - 0x0000ef87 (0x4) IX[b]
    [34] -1 0 0x0000ef88 - 0x0000ef8f (0x8) IX[b]
    [35] -1 0 0x0000e400 - 0x0000e4ff (0x100) IX[b]
    [36] -1 0 0x0000efe0 - 0x0000efe7 (0x8) IX[b]
    [37] -1 0 0x0000ed80 - 0x0000edbf (0x40) IX[b]
    [38] -1 0 0x0000d000 - 0x0000d0ff (0x100) IX[b](B)
    [39] 0 0 0x000003b0 - 0x000003bb (0xc) IS[b](OprU)
    [40] 0 0 0x000003c0 - 0x000003df (0x20) IS[b](OprU)
    (II) fglrx(0): driver needs X.org 7.1.x.y with x.y >= 0.0
    (II) fglrx(0): detected X.org 7.1.0.0
    (II) Loading extension ATIFGLRXDRI
    (II) fglrx(0): doing DRIScreenInit
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 6, (OK)
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 6, (OK)
    drmOpenByBusid: Searching for BusID PCI:1:0:0
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 6, (OK)
    drmOpenByBusid: drmOpenMinor returns 6
    drmOpenByBusid: drmGetBusid reports
    drmOpenDevice: node name is /dev/dri/card1
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenByBusid: drmOpenMinor returns -19
    drmOpenDevice: node name is /dev/dri/card2
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenByBusid: drmOpenMinor returns -19
    drmOpenDevice: node name is /dev/dri/card3
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenByBusid: drmOpenMinor returns -19
    drmOpenDevice: node name is /dev/dri/card4
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenByBusid: drmOpenMinor returns -19
    drmOpenDevice: node name is /dev/dri/card5
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenByBusid: drmOpenMinor returns -19
    drmOpenDevice: node name is /dev/dri/card6
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenByBusid: drmOpenMinor returns -19
    drmOpenDevice: node name is /dev/dri/card7
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenByBusid: drmOpenMinor returns -19
    drmOpenDevice: node name is /dev/dri/card8
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenByBusid: drmOpenMinor returns -19
    drmOpenDevice: node name is /dev/dri/card9
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenByBusid: drmOpenMinor returns -19
    drmOpenDevice: node name is /dev/dri/card10
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenByBusid: drmOpenMinor returns -19
    drmOpenDevice: node name is /dev/dri/card11
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenByBusid: drmOpenMinor returns -19
    drmOpenDevice: node name is /dev/dri/card12
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenByBusid: drmOpenMinor returns -19
    drmOpenDevice: node name is /dev/dri/card13
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenByBusid: drmOpenMinor returns -19
    drmOpenDevice: node name is /dev/dri/card14
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenByBusid: drmOpenMinor returns -19
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 6, (OK)
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 6, (OK)
    drmGetBusid returned ''
    (II) fglrx(0): [drm] DRM interface version 1.0
    (II) fglrx(0): [drm] created "fglrx" driver at busid "PCI:1:0:0"
    (II) fglrx(0): [drm] added 8192 byte SAREA at 0xb4000
    (II) fglrx(0): [drm] mapped SAREA 0xb4000 to 0xb7282000
    (II) fglrx(0): [drm] framebuffer handle = 0xb5000
    (II) fglrx(0): [drm] added 1 reserved context for kernel
    (II) fglrx(0): DRIScreenInit done
    (II) fglrx(0): Kernel Module Version Information:
    (II) fglrx(0): Name: fglrx
    (II) fglrx(0): Version: 8.37.6
    (II) fglrx(0): Date: May 25 2007
    (II) fglrx(0): Desc: ATI FireGL DRM kernel module
    (WW) fglrx(0): Kernel Module version does *not* match driver.
    (EE) fglrx(0): incompatible kernel module detected - HW accelerated OpenGL will not work
    (II) fglrx(0): [drm] removed 1 reserved context for kernel
    (II) fglrx(0): [drm] unmapping 8192 bytes of SAREA 0xb4000 at 0xb7282000
    (WW) fglrx(0): ***********************************************
    (WW) fglrx(0): * DRI initialization failed! *
    (WW) fglrx(0): * (maybe driver kernel module missing or bad) *
    (WW) fglrx(0): * 2D acceleraton available (MMIO) *
    (WW) fglrx(0): * no 3D acceleration available *
    (WW) fglrx(0): ********************************************* *
    (II) fglrx(0): FBADPhys: 0xb0000000 FBMappedSize: 0x08000000
    (==) fglrx(0): Write-combining range (0xb0000000,0x8000000)
    (II) fglrx(0): FBMM initialized for area (0,0)-(1280,8191)
    (II) fglrx(0): FBMM auto alloc for area (0,0)-(1280,1024) (front color buffer - assumption)
    (II) fglrx(0): Largest offscreen area available: 1280 x 7167
    (==) fglrx(0): Backing store disabled
    (==) fglrx(0): Silken mouse enabled
    (II) Loading extension FGLRXEXTENSION
    (II) Loading extension ATITVOUT
    (**) fglrx(0): DPMS enabled
    (II) fglrx(0): GLESX enableFlags = 0
    (II) fglrx(0): Using XFree86 Acceleration Architecture (XAA)
    Screen to screen bit blits
    Solid filled rectangles
    Solid Horizontal and Vertical Lines
    Offscreen Pixmaps
    Setting up tile and stipple cache:
    32 128x128 slots
    32 256x256 slots
    16 512x512 slots
    (II) fglrx(0): Acceleration enabled
    (II) fglrx(0): Direct rendering disabled
    (==) fglrx(0): Using hardware cursor
    fbarea0->box.x1 0x00000000, fbarea0->box.y1 0x00000404
    fbarea0->box.x2 0x00000500, fbarea0->box.y2 0x00000406
    icon[0].start=0x505000
    fbarea1->box.x1 0x00000000, fbarea1->box.y1 0x00000406
    fbarea1->box.x2 0x00000500, fbarea1->box.y2 0x00000408
    icon[1].start=0x508000
    (==) RandR enabled
    (II) Initializing built-in extension MIT-SHM
    (II) Initializing built-in extension XInputExtension
    (II) Initializing built-in extension XTEST
    (II) Initializing built-in extension XKEYBOARD
    (II) Initializing built-in extension XC-APPGROUP
    (II) Initializing built-in extension XAccessControlExtension
    (II) Initializing built-in extension SECURITY
    (II) Initializing built-in extension XINERAMA
    (II) Initializing built-in extension XFIXES
    (II) Initializing built-in extension XFree86-Bigfont
    (II) Initializing built-in extension RENDER
    (II) Initializing built-in extension RANDR
    (II) Initializing built-in extension COMPOSITE
    (II) Initializing built-in extension DAMAGE
    (II) Initializing built-in extension XEVIE
    (II) Loading local sub module "GLcore"
    (II) LoadModule: "GLcore"
    (II) Loading /usr/lib/xorg/modules/extensions//libGLcore.so
    (II) Module GLcore: vendor="X.Org Foundation"
    compiled for 7.2.0, module version = 1.0.0
    ABI class: X.Org Server Extension, version 0.3
    (II) GLX: Initialized MESA-PROXY GL provider for screen 0
    [glesx] __glESXExtensionInit: No GL ES2.0 capable screen found!
    (**) Option "CoreKeyboard"
    (**) Keyboard0: Core Keyboard
    (**) Option "Protocol" "standard"
    (**) Keyboard0: Protocol: standard
    (**) Option "AutoRepeat" "500 30"
    (**) Option "XkbRules" "xorg"
    (**) Keyboard0: XkbRules: "xorg"
    (**) Option "XkbModel" "pc105"
    (**) Keyboard0: XkbModel: "pc105"
    (**) Option "XkbLayout" "gb"
    (**) Keyboard0: XkbLayout: "gb"
    (**) Option "CustomKeycodes" "off"
    (**) Keyboard0: CustomKeycodes disabled
    (**) Option "Protocol" "ExplorerPS/2"
    (**) mx518: Device: "/dev/input/mice"
    (**) mx518: Protocol: "ExplorerPS/2"
    (**) Option "CorePointer"
    (**) mx518: Core Pointer
    (**) Option "Device" "/dev/input/mice"
    (**) Option "Buttons" "10"
    (==) mx518: Emulate3Buttons, Emulate3Timeout: 50
    (**) Option "ZAxisMapping" "4 5"
    (**) mx518: ZAxisMapping: buttons 4 and 5
    (**) Option "ButtonMapping" "1 2 3 6 7"
    (**) mx518: Buttons: 14
    (**) Option "Resolution" "800"
    (**) mx518: Resolution: 800
    (II) XINPUT: Adding extended input device "mx518" (type: MOUSE)
    (II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD)
    (II) mx518: ps2EnableDataReporting: succeeded
    xorg.conf:
    Section "ServerLayout"
    Identifier "Xorg"
    Screen 0 "Screen0" 0 0
    InputDevice "Keyboard0" "CoreKeyboard"
    InputDevice "mx518" "CorePointer"
    EndSection
    Section "ServerFlags"
    Option "AllowMouseOpenFail" "true"
    Option "AIGLX" "off" # Disable AIGLX
    EndSection
    Section "Files"
    RgbPath "/usr/share/X11/rgb"
    ModulePath "/usr/lib/xorg/modules"
    # Fonts
    FontPath "/usr/share/fonts/misc:unscaled"
    FontPath "/usr/share/fonts/misc"
    FontPath "/usr/share/fonts/75dpi:unscaled"
    FontPath "/usr/share/fonts/75dpi"
    FontPath "/usr/share/fonts/100dpi:unscaled"
    FontPath "/usr/share/fonts/100dpi"
    FontPath "/usr/share/fonts/cyrillic"
    FontPath "/usr/share/fonts/Type1"
    FontPath "/usr/share/fonts/TTF"
    EndSection
    Section "Module"
    Load "ddc" # ddc probing of monitor
    Load "dbe"
    Load "dri"
    Load "drm"
    Load "extmod"
    Load "glx"
    Load "bitmap" # bitmap-fonts
    Load "type1"
    Load "freetype"
    Load "record"
    Load "fglrx"
    EndSection
    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "keyboard"
    # Options
    Option "CoreKeyboard"
    Option "XkbRules" "xorg"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "gb"
    # Option "XkbVariant" ""
    EndSection
    Section "InputDevice"
    Identifier "mx518"
    Driver "mouse"
    # Options
    Option "CorePointer"
    Option "Resolution" "800"
    Option "Device" "/dev/input/mice"
    Option "Protocol" "ExplorerPS/2"
    Option "ZAxisMapping" "4 5"
    Option "Buttons" "10"
    Option "ButtonMapping" "1 2 3 6 7"
    EndSection
    Section "Monitor"
    Identifier "Monitor0"
    VendorName "AG Neovo"
    ModelName "F-419"
    HorizSync 24.0 - 80.0
    VertRefresh 50.0 - 75.0
    # Options
    Option "DPMS" "true"
    EndSection
    Section "Device"
    Identifier "Card0"
    VendorName "All"
    BoardName "All"
    Driver "fglrx"
    # Options
    # Option "XAANoOffscreenPixmaps" "true"
    # Option "AGPMode" "8"
    # Option "ColorTiling" "on"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Card0"
    Monitor "Monitor0"
    DefaultColorDepth 24
    SubSection "Display"
    Depth 1
    Modes "1280x1024" "1280x960" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 4
    Modes "1280x1024" "1280x960" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 8
    Modes "1280x1024" "1280x960" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 16
    Modes "1280x1024" "1280x960" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 24
    Modes "1280x1024" "1280x960" "1024x768" "800x600" "640x480"
    EndSubSection
    EndSection
    Section "DRI"
    Mode 0666
    EndSection
    #Section "Extensions"
    # Option "XEVIE" "Enable"
    # Option "Composite" "Enable"
    #Endsection
    Would it be possible to explain the other warnings in Xorg.0.log?  Rather curious about those apart from the obvious one, too.
    Thanks.
    Last edited by Newnux (2007-07-11 16:04:15)

    Indeed, that seems the end-all error of it all.
    I'll summarise my warnings, some for curious reasons:
    (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory) # What's this?
    (WW) fglrx: No matching Device section for instance (BusID PCI:1:0:1) found # Not a problem.
    (WW) fglrx(0): Only one display is connnected,so single mode is enabled # No problem.
    (WW) fglrx(0): Kernel Module version does *not* match driver.
    (WW) fglrx(0): ***********************************************
    (WW) fglrx(0): * DRI initialization failed! *
    (WW) fglrx(0): * (maybe driver kernel module missing or bad) *
    (WW) fglrx(0): * 2D acceleraton available (MMIO) *
    (WW) fglrx(0): * no 3D acceleration available *
    (WW) fglrx(0): ********************************************* *
    Anyway, I wondered about versions and noticed this:
    (II) fglrx(0): [drm] DRM interface version 1.0
    (II) fglrx(0): [drm] created "fglrx" driver at busid "PCI:1:0:0"
    (II) fglrx(0): [drm] added 8192 byte SAREA at 0xbc000
    (II) fglrx(0): [drm] mapped SAREA 0xbc000 to 0xb7285000
    (II) fglrx(0): [drm] framebuffer handle = 0xbd000
    (II) fglrx(0): [drm] added 1 reserved context for kernel
    (II) fglrx(0): DRIScreenInit done
    (II) fglrx(0): Kernel Module Version Information:
    (II) fglrx(0): Name: fglrx
    (II) fglrx(0): Version: 8.37.6
    (II) fglrx(0): Date: May 25 2007
    (II) fglrx(0): Desc: ATI FireGL DRM kernel module
    (WW) fglrx(0): Kernel Module version does *not* match driver. # included to show where this was displayed
    All versions previous to that show 8.38.6:
    (II) Module fglrx: vendor="FireGL - ATI Technologies Inc."
    compiled for 7.1.0, module version = 8.38.6
    Module class: X.Org Video Driver
    ABI class: X.Org Video Driver, version 1.0
    So I assume I have an old version dotted around somewhere, but I'm not sure about how it's all loaded and such.
    Now, quoting something I'd come across a few times and taking it from thinkwiki:
    If you lose hardware acceleration after a driver update this can be caused by an old fglrx kernel module being loaded.
    Check out /var/log/Xorg.0.log for a message like:
        (WW) fglrx(0): Kernel Module version does *not* match driver.
        (EE) fglrx(0): incompatible kernel module detected - HW accelerated OpenGL will not work
    You can verify this yourself by looking at the version message some lines above. It should read something not matching the installed version like:
        (II) fglrx(0): Kernel Module Version Information:
        (II) fglrx(0): Name: fglrx
        (II) fglrx(0): Version: 8.10.19
    The cause for this trouble might be that there resist multiple versions of the fglrx module within the kernel module search path.
    Go to /lib/modules/<your linux kernel version>/ and type # grep fglrx modules.dep.
    If grep finds multiple lines you nailed down the problem. All you have to do now is to delete any versions of the module (look at the filedate) but the most current one. Then run # depmod and you are done.
    Hint:
    Newer versions (8.21.7) of the fglrx module seem to be installed in the extra/ subdirectory.
    Older versions (8.19.10) used to be located in the kernel/drivers/char/drm/ subdirectory.
    How does this apply to Arch?  I only found one instance of fglrx by using that method.
    Edit: Forgot to add that I've tried reinstalling a few times, it doesn't really seem to do anything.  Wondering if I should attempt to install an older version or something, but I don't get why the driver numbers don't match for me.  Surely others have updated their drivers too.
    Last edited by Newnux (2007-07-11 13:28:55)

  • [SOLVED] Black screen after kernel boot after pacman -Syu

    Hi, after full system upgrade with pacman -Syu, I get after the kernel boot black screen and everything is freezing. Then need to manually shut down the power button!
    Normally when my system starts up after the kernel boot I get straight to the command line terminal login.
    Can anybody help me how to fix this? Any clues? Any advice is welcome!
    The problem is solved by downgrading to kernel 3.6.11.-1
    Many thanks for the help from the people on #archlinux !
    Last edited by OpenEye (2013-01-29 05:14:04)

    jasonwryan wrote:
    Please stop bumping your thread: use the edit button
    https://wiki.archlinux.org/index.php/Fo … te#Bumping
    What have you done about the errors being printed to your logs? You could start by fixing the network error and the broken udev rule...
    Are you still using intiscripts? They are no longer supported: https://www.archlinux.org/news/end-of-i … s-support/
    # edit: not a pacman issue, moving to Newbie Corner
    I have searched for many hours and days for solutions on the internet and forums, tried some things, but with no results! I don't know how to fix the errors! Do you know how to fix that? I'm a total n00b! I'm doing my best as I can! Need help, thanks!

  • [Solved]Compiling audit with staticlibs options

    Hi everyone, I wanted e4rat to boost my boot time on my laptop, but recent updates requires me to recompile audit with static libs:
    Index» Newbie Corner» [Solved] e4rat-preload cannot work
    I made a copy of the audit PKGBUILD from the repositories and altered the options as indicated
    depends=(krb5 libcap-ng)
    makedepends=(libldap swig linux-headers python2)
    license=(GPL)
    options=(emptydirs staticlibs)
    but when I run makepkg, the compile message tells me that:
    libtool: link: ranlib .libs/libauparse.a
    /usr/bin/sed: can't read Packages/audit/src/audit-2.3.2/lib/libaudit.la: No such file or directory
    libtool: link: `Packages/audit/src/audit-2.3.2/lib/libaudit.la' is not a valid libtool archive
    Makefile:895: recipe for target 'libauparse.la' failed
    ==> ERROR: A failure occurred in build().
    Aborting...
    but when I nagivate to the audit-2.3.2/lib/ directory, libaudit.la exists there. Am I missing out on something?
    Last edited by enochnotsocool (2013-12-15 01:56:36)

    Here is my entire /etc/makepkg.conf is it helps at all:
    # /etc/makepkg.conf
    # SOURCE ACQUISITION
    #-- The download utilities that makepkg should use to acquire sources
    # Format: 'protocol::agent'
    DLAGENTS=('ftp::/usr/bin/curl -fC - --ftp-pasv --retry 3 --retry-delay 3 -o %o %u'
    'http::/usr/bin/curl -fLC - --retry 3 --retry-delay 3 -o %o %u'
    'https::/usr/bin/curl -fLC - --retry 3 --retry-delay 3 -o %o %u'
    'rsync::/usr/bin/rsync --no-motd -z %u %o'
    'scp::/usr/bin/scp -C %u %o')
    # Other common tools:
    # /usr/bin/snarf
    # /usr/bin/lftpget -c
    # /usr/bin/wget
    # ARCHITECTURE, COMPILE FLAGS
    CARCH="x86_64"
    CHOST="x86_64-unknown-linux-gnu"
    #-- Compiler and Linker Flags
    # -march (or -mcpu) builds exclusively for an architecture
    # -mtune optimizes for an architecture, but builds for whole processor family
    #CFLAGS="-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2"
    #CXXFLAGS="-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2"
    CPPFLAGS="-D_FORTIFY_SOURCE=2"
    CFLAGS="-march=native -O2 -pipe -fstack-protector --param=ssp-buffer-size=4"
    CXXFLAGS="${CFLAGS}"
    LDFLAGS="-Wl,-O1,--sort-common,--as-needed,-z,relro"
    DEBUG_CFLAGS="-g -fvar-tracking-assignments"
    DEBUG_CXXFLAGS="-g -fvar-tracking-assignments"
    #-- Make Flags: change this for DistCC/SMP systems
    MAKEFLAGS="-j5"
    # BUILD ENVIRONMENT
    # Defaults: BUILDENV=(fakeroot !distcc color !ccache check !sign)
    # A negated environment option will do the opposite of the comments below.
    #-- fakeroot: Allow building packages as a non-root user
    #-- distcc: Use the Distributed C/C++/ObjC compiler
    #-- color: Colorize output messages
    #-- ccache: Use ccache to cache compilation
    #-- check: Run the check() function if present in the PKGBUILD
    #-- sign: Generate PGP signature file
    BUILDENV=(fakeroot !distcc color !ccache check !sign)
    #-- If using DistCC, your MAKEFLAGS will also need modification. In addition,
    #-- specify a space-delimited list of hosts running in the DistCC cluster.
    #DISTCC_HOSTS=""
    #-- Specify a directory for package building.
    #BUILDDIR=/tmp/makepkg
    # GLOBAL PACKAGE OPTIONS
    # These are default values for the options=() settings
    # Default: OPTIONS=(strip docs !libtool !staticlibs emptydirs zipman purge !upx !debug)
    # A negated option will do the opposite of the comments below.
    #-- strip: Strip symbols from binaries/libraries
    #-- docs: Save doc directories specified by DOC_DIRS
    #-- libtool: Leave libtool (.la) files in packages
    #-- staticlibs: Leave static library (.a) files in packages
    #-- emptydirs: Leave empty directories in packages
    #-- zipman: Compress manual (man and info) pages in MAN_DIRS with gzip
    #-- purge: Remove files specified by PURGE_TARGETS
    #-- upx: Compress binary executable files using UPX
    #-- debug: Add debugging flags as specified in DEBUG_* variables
    OPTIONS=(strip docs !libtool !staticlibs emptydirs zipman purge !upx !debug)
    #-- File integrity checks to use. Valid: md5, sha1, sha256, sha384, sha512
    INTEGRITY_CHECK=(md5)
    #-- Options to be used when stripping binaries. See `man strip' for details.
    STRIP_BINARIES="--strip-all"
    #-- Options to be used when stripping shared libraries. See `man strip' for details.
    STRIP_SHARED="--strip-unneeded"
    #-- Options to be used when stripping static libraries. See `man strip' for details.
    STRIP_STATIC="--strip-debug"
    #-- Manual (man and info) directories to compress (if zipman is specified)
    MAN_DIRS=({usr{,/local}{,/share},opt/*}/{man,info})
    #-- Doc directories to remove (if !docs is specified)
    DOC_DIRS=(usr/{,local/}{,share/}{doc,gtk-doc} opt/*/{doc,gtk-doc})
    #-- Files to be removed from all packages (if purge is specified)
    PURGE_TARGETS=(usr/{,share}/info/dir .packlist *.pod)
    # PACKAGE OUTPUT
    # Default: put built package and cached source in build directory
    #-- Destination: specify a fixed directory where all packages will be placed
    #PKGDEST=/home/packages
    #-- Source cache: specify a fixed directory where source files will be cached
    #SRCDEST=/home/sources
    #-- Source packages: specify a fixed directory where all src packages will be placed
    #SRCPKGDEST=/home/srcpackages
    #-- Log files: specify a fixed directory where all log files will be placed
    #LOGDEST=/home/makepkglogs
    #-- Packager: name/email of the person or organization building packages
    #PACKAGER="John Doe <[email protected]>"
    #-- Specify a key to use for package signing
    #GPGKEY=""
    # COMPRESSION DEFAULTS
    COMPRESSGZ=(gzip -c -f -n)
    COMPRESSBZ2=(bzip2 -c -f)
    COMPRESSXZ=(xz -c -z -)
    COMPRESSLRZ=(lrzip -q)
    COMPRESSLZO=(lzop -q)
    COMPRESSZ=(compress -c -f)
    # EXTENSION DEFAULTS
    # WARNING: Do NOT modify these variables unless you know what you are
    # doing.
    #PKGEXT='.pkg.tar.xz'
    PKGEXT='.tar'
    SRCEXT='.src.tar.gz'
    # vim: set ft=sh ts=2 sw=2 et:
    Those were the options I used to build. I installed the depends and then built in my home directory after making the change to the PKGBUILD (adding staticlibs to options array) as you specified. My cpu is i7 sandybridge. Aside from that I'm not sure how much help I can be.

  • Sd_mod, sr_mod: which kernel options?

    Hello all,
    I just started fiddling around with compiling my own kernel because I'm not satisfied with the performance/latency of my desktop system.
    I thought it would be a good thing to start with
    http://wiki.archlinux.org/index.php/Kernel_Compilation_From_Source
    to get a hang of the whole procedure. I compiled a few kernels with minor changes (moving modules into the kernel etc.) just to see what happens and practice a bit. It all worked fine, adjusting menu.lst, mkinitcpio and so on...
    Then I started to remove all the stuff that I (thought I ) didn't need for my laptop (TravelMate 4650). I ran into problems when mkinitcpio reported 'ata_piix' and other ata stuff missing but I went back to gconfig and it was easy to find out what I shouldn't have removed.
    Now -- after ruthlessly double-clicking around in gconfig ("if it doesn't sound familiar, it has to go" ) -- mkinitcpio tells me I need 'sr_mod' and 'sd_mod', some really important SCSI modules (apparently). I don't even have SCSI devices but my disks are all /dev/sd* so that means I need SCSI support, right? This is the message:
    [13:50:26][luke@calculon][~/kernelbuild/linux-2.6.23]$ sudo mkinitcpio -k 2.6.23-MY_ARCH -g /boot/kernel26-my-arch.img
    :: Begin build
    :: Parsing hook [base]
    :: Parsing hook [udev]
    :: Parsing hook [autodetect]
    :: Parsing hook [pata]
    ERROR: module 'sd[-_]mod' not found
    ERROR: module 'sr[-_]mod' not found
    :: Parsing hook [keymap]
    :: Parsing hook [filesystems]
    :: Generating module dependencies
    :: Generating image '/boot/kernel26-my-arch.img'...SUCCESS
    My problem now is that I can't figure out which kernel options are related to these two modules. The 'SCSI device support' section lists 'BLK_DEV_SD' and 'BLK_DEV_SR' which I activated with the 'M' (I looked up the config from abs to find the standard settings). I still get the same message. Does it make a difference (to mkinitcpio) if you mark something 'M' or 'Y'? I mean, does it realize that if something isn't there as a modul it might be integrated in the kernal already?
    All in all I have to say is that the whole kernel compilation is not that complicated. I was always afraid to try but now (thanks to Arch) I started diving into the innards (eewww) of a Linux system. The important thing is to keep a working backup version in case something goes wrong (which will happen).
    I've read a little (only superficially so far) about patching the kernel to increase performance/responsiveness on the desktop (which is my ultimate goal). There seems to be a big discussion going on (with Con Colivas and all) about this issue. I know, there are a lot of topics about this already but is applying kernel patches worth the effort? Can you feel a difference in performance? I've set the Processor Family option the Pentium-M (my CPU) and I set the Preemption Model to PREEMPT but that hasn't really made a difference. If you ask me, it's probably worse than before.
    OK, the last paragraph was a little OT, my main problem are 'sd_mod' and 'sr_mod' .  It takes 20 minutes to compile every time so I'm a little reluctant to just use trial and error with every module.
    Thanks for immediate help or giving relevant links. Is there something that tells you exactly which module is linked to which config option? That would be really helpful.
    --masterluke
    Last edited by mmmasterluke (2008-02-13 13:47:56)

    I tried to mkinitcpio with both scsi disk support built into the kernel and as a module both ways I am not able to make my system work with the new kernel.
    I get the same error if I try to run mkinitcpio with scsi disk support build into the kernel.
    When the scisi disk sopport is left to be loaded later as a module, mkinitcpio works fine but later while booting the system complains that the partition was not found, i.e /dev/disk/by-uuid/"some kinda code" was not found.
    I am not able to boot into my new kernel.
    please help.

  • How to create Pen-up and Pen-down option in X-Y graph ?

    Hi,
    I would like to create a basic digital version of XY plotter. I sorted out everything (scales, offsets, ranges, printing) except for Pen-up and Pen-down option. This application will be use to take multiple plots one after another. I need to print them on the same sheet. Basically when I run the test I plot one "line", then I take pen up, move it (with offset), put the pen down and draw another "line". Up to probably 6-8 "lines". My problem is that when I put the pen up and then down it connects old "line" withe the one that I just started to draw. (I assume that use of shift registers and a buffer needs to be involved??)
    I'm new to Labview and I would appreciate any help.
    Thx.
    Solved!
    Go to Solution.

    Hello again.
    Thx for all the replays. It works great.
    I would like to add another function to the plotter. The guy who is using it wants to write on the plot - I mean he draws a line and then he needs to mark it as A, then he draws another line and he wans to mark it as B, C and D. Then also he is reading some values from digital displays and he wants to be able to write it down on the plot while the plotter is running (then he prints it out).
    I think the only way to do that would be to use cursor name. Set as many cursors as I want (for now I would need 8), place them in the corner (for a start, so I wouldnt see them on the printput, only the name) and drag their name to wherever I want. 
    I wanted to do that but...I have a bit of a problem. When I'm setting property nodes for cursors (name visible, cursor visible, allow dragging, cursor name, cursor position) I'm only able to do that for one cursor. How can I create another one and set properties of that one?  Also is there a possibility of having a transparent cursor and a colored cursor name??
    frannerr

  • Changing kernel options for Xorg.

    Hi, all!
    My video card (ATI Radeon) and monitor (Sun GDM-5410) combination cause problems with some kernels, ie, I get 'out of range' problems on my monitor. The default kernel on the Arch build is one of the distros that struggles with this.
    I did an install of Gentoo the other day and using the Gentoo installation guid [0], ensured that everything was correctly 'switched-on' in the kernel and X was fine. I want to get Arch installed with X running properly, and was wondering what the best way is to ensure the kernel options are 'switched-on' and the kernel compiled properly. I don't need anything special like proprietary drivers, so I should just be able to take the stock Arch kernel and make my changes. Does Arch do this in a special 'Arch' way, or is there anything else I need to know?
    I did Google this, but the article was talking about grabbing another kernel and compiling stuff in. I don't need another kernel :-)
    [0] Specifically Para 2 http://www.gentoo.org/doc/en/xorg-config.xml
    Any help appreciated.
    Cheers,
    Chris.
    Last edited by chris_debian (2011-01-25 16:49:25)

    karol wrote:The wiki has article(s) about compiling a kernel.
    https://wiki.archlinux.org/index.php/Kernel_Compilation
    https://wiki.archlinux.org/index.php/Ke … rom_Source
    Thank you. I guess the question is, if I compile an option into the kernel for my graphics card, will I have to do this every time the kernel is upgraded?
    I'll look at the links you provided and hopefully things will be a bit clearer.
    Ten years ago, I'd re-compile kernels without thinking about it. I guess that because the kernel now has such good hardware support, i'm a little out of practice. :-)
    Thanks,
    Chris.
    Last edited by chris_debian (2011-01-28 07:04:09)

  • G700 Windows 8.1 Fastboot and sleep problem

    Hello!
    I have problem with Windows 8.1 and Lenovo G700:
    1) Fastboot option not working properly...
    2) System can't  go sleep
    I was looking for solution for this problems and found.... I have to disable all network interfaces in G700
     (LAN and WLAN with Bluetooth) then fastboot and sleep options working fine.
    I have a question about compatibility G700 and Windows 8.1?

    I can't help with the SecureBoot issue. I have the same problem with my videocard not being SecureBoot compatible (A GTX 670). The sleep issue though, is it an issue with like... you can only hibernate, but you can't sleep? Windows 8 didn't come with that for me, but I found a work around.
    Open a command prompt with administrator privilege and type: powercfg /hibernate off
    This should change the hibernate to sleep.
    If you want an icon for it just make a batch file: rundll32 powrprof.dll,SetSuspendState (0,1,0)
    And if you need a timer on it (I use this pretty often myself) use this: powershell sleep <seconds> | rundll32 powrprof.dll SetSuspendState (0,1,0)
    And if you're curious about the (0,1,0) thing. It's all boolean, so 1 or 0. (A,B,C), A: Hibernate, B: Critical (in XP/2003 it forces the sleep, but in newer versions it asks for permission to suspend), C: Disable wake event (Wake on LAN would be disabled if this were 1, for example).

Maybe you are looking for

  • How can I split a waveform into chunks at each sawtooth?

    I have spent a lot of time trying to tackle this problem and hope someone can offer a useful insight!  I have attached the VI described here. I am using Labview connected to a NI USB-6212 DAQ to create a voltage ramp, which drives a laser through its

  • Error occured during installation SAP Netweaver 2004s ABAP Trial Version

    Hi, during the installation an error occurred. log.txt: (Dec 17, 2006 9:47:57 PM), Install, com.sap.installshield.maxdb.maxdb_call_sdbinst, err, An error occurred and product installation failed.  Look at the log file C:\sapdb\NSP\log.txt for details

  • Line items not printed in check printing payment advice

    Hi, this is the first time i am implementing check printing module so need some help. I have used standard print program RFFOUS_C and sapscript form F110_PRENUM_CHEK when I create an invoice from FB60 and make payments through F-58, on printing it pr

  • Join the Stellent SIG at COLLABORATE 08 - IOUG Forum

    COLLABORATE 08 – IOUG Forum April 13-17, 2008 Colorado Convention Center Denver, CO Make plans to join the Stellent Special Interest Group and the Independent Oracle Users Group (IOUG) in Denver, April 13-17, 2008, at COLLABORATE 08 – IOUG Forum. Reg

  • Using Lightroom and then ACR and Photoshop on a another Computer

    Hi all, I am wondering how I go when it comes to using photoshop lightroom on my home computer, with photoshop only for additional work yet at the same time being able to edit photos at school (they do not have lightroom) on ACR and Photoshop. Is the