Fglrx compilation fix for kernel 3.14

Not sure if this is the proper place to put this, but it seemed reasonable enough.
After upgrading to kernel 3.14 and trying to reinstall my proprietary graphics drivers, I encountered an error similar to the one mentioned in this post: http://forums.opensuse.org/showthread.p … d-with-ATI
Digging around the kernel code a little bit, I came up with a temporary solution to get it working. Thought I'd post it in case it helps someone else running Arch on a machine with an ATI card.
Step 1: change to the source directory
cd /lib/modules/fglrx/build_mod
Step 2: edit the trouble line in firegl_public.c
Change line 1764 from
return current_euid();
to read
return (KCL_TYPE_Uid)(current_euid().val);
Step 3: compile the module
sudo ./make.sh
Step 4: install the module
sudo cp 2.6.x/fglrx.ko /lib/modules/<your kernel version here>/kernel/drivers/video/
sudo depmod -a
Replacing <your kernel version here> with your current kernel version, which you can find using
uname -a
Reboot or load the module manually and your should be good to go.

@electrojustin: The catalyst-test package works with kernel 3.14 all ready. I know because I use it.
In addition, catalyst was all ready patched to work with kernel 3.14.
EDIT: I've just had a look at the patch for the catalyst package, and it does what you suggested in the case that the user is using kernel 3.14. I think this can be marked solved all ready, because of Cold's patch.
Last edited by clfarron4 (2014-04-12 09:14:23)

Similar Messages

  • Confirming Fix for Kernel bug #9720

    Hello fellow Archers,
    until today I got a Kernel Oops every time I tried to scan for channels with my DVB-T device that should run with the dvb-usb-umt-010 driver. Luckily I found this via google today:
    https://bugs.launchpad.net/ubuntu/+sour … bug/115284
    http://bugzilla.kernel.org/show_bug.cgi?id=9720
    So I started to experiment with dvb-usb-umt-010.c and changed the .count variable :
    original - crashes when scanning:
    109 /* parameter for the MPEG2-data transfer */
    110 .urb = {
    111 .type = DVB_USB_BULK,
    112 .count = 20,
    113 .endpoint = 0x06,
    114 .u = {
    115 .bulk = {
    116 .buffersize = 512,
    117 }
    118 }
    fixed - works fine:
    109 /* parameter for the MPEG2-data transfer */
    110 .urb = {
    111 .type = DVB_USB_BULK,
    112 .count = 10,
    113 .endpoint = 0x06,
    114 .u = {
    115 .bulk = {
    116 .buffersize = 512,
    117 }
    118 }
    That fixed it for my device and I can finally watch TV on Linux.
    Here is a screenshot: http://img220.imageshack.us/my.php?image=screencg0.jpg
    I hope that fix can be included in the next release, please tell me if you need more info.
    greetings omega

    You'd better post more of the dmesg, giving parts of it is not really useful.

  • Ndiswrapper 1.58 - temporary fix for kernel 3.10

    As many of you might know, ndiswrapper got removed from the official repos as it's broken by procfs API changes in kernel 3.10.
    I couldn't find any patches and upstream seems to be dead, so I migrated it myself.
    This is only intended to be a temporary solution! I would welcome it if the old maintainer or someone else took over maintainership again as my time is limited these days.
    Upstream source: http://sourceforge.net/projects/ndiswrapper/
    Patch: kernel-3.10.patch
    AUR: ndiswrapper-1.58-16
    Tested and working with linux-3.10.2 and 3.10.3 and a Realtek 8187Se.
    Happy NDIS wrapping!

    Maybe you might want to send an email to [arch-general] (or even [aur-general] since it was in [community] before).

  • [svn] 4669: Fix for - compiled SWF varies depending on version of java pointed

    Revision: 4669
    Author: [email protected]
    Date: 2009-01-26 11:00:48 -0800 (Mon, 26 Jan 2009)
    Log Message:
    Fix for - compiled SWF varies depending on version of java pointed
    QE Notes: Some mustella tests may need to be updated, as includes will be processed as per the order specified during compilation.
    Doc Notes: None
    Bugs: SDK-18168
    Reviewed By: Paul
    tests: checkintests, mxmlcunit
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-18168
    Modified Paths:
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/CompilerAPI.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/CompilerSwcContext.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/common/Configuration.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/swc/SwcMovie.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/linker/FlexMovie.java

    Revision: 4669
    Author: [email protected]
    Date: 2009-01-26 11:00:48 -0800 (Mon, 26 Jan 2009)
    Log Message:
    Fix for - compiled SWF varies depending on version of java pointed
    QE Notes: Some mustella tests may need to be updated, as includes will be processed as per the order specified during compilation.
    Doc Notes: None
    Bugs: SDK-18168
    Reviewed By: Paul
    tests: checkintests, mxmlcunit
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-18168
    Modified Paths:
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/CompilerAPI.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/CompilerSwcContext.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/common/Configuration.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/swc/SwcMovie.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/linker/FlexMovie.java

  • Any fix for the kernel panic issue?

    So far, i've had 12 kernel panics. Usually it only happens when I start iTunes or software update. I read in a developer forum it was because of the NVIDIA Graphics card. So, are there any fixes for the kernel panics with Lion?

    There is no bluetooth connectivity issue after the recent OS update. There may be a problem with your phone, which may or may not be related to the update. A "common problem" looks like this in the forums:
    I haven't seen any threads on BlueTooth with over 1.4 million views and over 12,000 replies, or even any vaguely close. For any problem that someone has there is bound to be someone else amoung 150 million users who have it. That doesn't make it a "common problem."
    If you tell us what the problem is specifically and what you have done so far to try to resolve it someone can probably help you.

  • [svn:fx-trunk] 5408: Fix for - Compiler error using Reparent in a Halo Navigator.

    Revision: 5408
    Author: [email protected]
    Date: 2009-03-18 20:57:19 -0700 (Wed, 18 Mar 2009)
    Log Message:
    Fix for - Compiler error using Reparent in a Halo Navigator.
    QE Notes: None.
    Doc Notes: None.
    Reviewer: Paul, please review.
    Bugs: SDK-20099
    tests: checkintests
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-20099
    Modified Paths:
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/builder/ComponentBuilder.jav a

  • Is it possible to compile NVIDIA for multiple kernels simultaneously?

    Hi all,
    First, the reference is http://wiki.archlinux.org/index.php/NVI … tom_kernel, as well as a small discussion I started at http://aur.archlinux.org/packages.php?ID=20410.
    Basically, currently the nvidia-beta (and I'm sure the rest of the nvidia scripts) use `uname -r` to obtain the current kernel name, which is then used for the rest of the PKGBUILD. Its relatively trivial to alter that to the name of whichever kernel, meaning there's no problem compiling nvidia.ko for kernel26-ice from within kernel26 itself, and to alter the name of the package so that your nvidia-beta package does not need to be over-written (you then have two nvidia.ko, each for their own kernel.
    My question is, is it possible for a single PKGBUILD to compile nvidia.ko for all kernels currently installed (probably through looking at either /lib/modules or /usr/src)? This would mean only one maintainer is needed for nvidia-beta or nvidia-17xx or whichever series, and the same PKGBUILD could be used on any system, even those with multiple kernels.
    I'm not very familiar with the limitations of PKGBUILDs, or the rules governing what they may or may not do (for example, accessing and checking the machine itself outside the fakeroot?), so this may be nonsense, if so feel free to point it out. Another idea would be for a simple bash script to create as many PKGBUILDs as required, based on the most recent nvidia-beta PKGBUILD, simply sed-replacing uname -r with the appropriate kernel names and modifying the PKG name.

    Hi,
    it's not difficult to do but I DO NOT recommend to do it (see my notes below the code).
    PKGBUILD
    pkgname=nvidia-beta
    pkgver=185.18.04
    pkgrel=1
    pkgdesc="NVIDIA beta drivers for kernel26."
    arch=('i686' 'x86_64')
    [ "$CARCH" = "i686" ] && ARCH=x86 && NV=0
    [ "$CARCH" = "x86_64" ] && ARCH=x86_64 && NV=0
    provides=(nvidia=${pkgver})
    url="http://www.nvidia.com/"
    depends=(kernel26 nvidia-utils-beta)
    conflicts=('nvidia-96xx' 'nvidia-71xx' 'nvidia-legacy')
    license=('custom')
    install=('nvidia.install')
    source=(ftp://download.nvidia.com/XFree86/Linux-$ARCH/${pkgver}/NVIDIA-Linux-$ARCH-${pkgver}-pkg${NV}.run)
    md5sums=('95b67e6f17cc54d36ae2743df76c9f6d')
    [ "$CARCH" = "x86_64" ] && md5sums=('33967a6d452c562bb8af02b0734ebf22')
    build()
    # Read list of installed kernels
    KERNELS=`ls -1 /lib/modules`
    # Extract the nvidia drivers
    cd $startdir/src/
    sh NVIDIA-Linux-${ARCH}-${pkgver}-pkg${NV}.run --extract-only
    cd NVIDIA-Linux-${ARCH}-${pkgver}-pkg${NV}
    cd usr/src/nv
    ln -s Makefile.kbuild Makefile
    # Now build modules for each kernel
    for KERNEL in $KERNELS; do
    echo "Building for ${KERNEL}"
    # Compile the module
    make SYSSRC=/lib/modules/${KERNEL}/build module || return 1
    # Install kernel module
    mkdir -p $startdir/pkg/lib/modules/${KERNEL}/kernel/drivers/video/
    install -m644 nvidia.ko $startdir/pkg/lib/modules/${KERNEL}/kernel/drivers/video/ || return 1
    # Clean
    make clean || return 1
    done;
    nvidia.install
    # arg 1: the new package version
    post_install() {
    KERNELS=`ls -1 /lib/modules`
    for KERNEL in $KERNELS; do
    depmod -v $KERNEL > /dev/null 2>&1
    done;
    # arg 1: the new package version
    # arg 2: the old package version
    post_upgrade() {
    post_install $1
    rmmod nvidia || echo 'In order to use the new nvidia module, exit Xserver and unload it manually.'
    # arg 1: the old package version
    post_remove() {
    KERNELS=`ls -1 /lib/modules`
    for KERNEL in $KERNELS; do
    depmod -v $KERNEL > /dev/null 2>&1
    done;
    op=$1
    shift
    $op $*
    PS: I haven't test it because I don't use multiple kernels
    But be aware of possible problems. Some modifications may influence kernel functionalities, so once you compile a driver for kernel26-xyz on kernel26-zyx the module may not work on kernel26-xyz or may cause unexpected issues.
    You also should not (you possibly even won't be able to) build module for different release version (eg. build for 2.6.28 on 2.6.29) due changes in kernel headers.
    I'm also not sure if it is safe to generate module dependencies for another kernel then you are currently running.
    As you can see above, it is not problem to make such a PKGBUILD, but it also brings too many problems and it's too dangerous that it is better to stay at current model "module package for each kernel". So if you want to you may try to use this PKGBUILD, but I strictly warn everyone else that it may cause more harm then use so don't blame me if something goes wrong. You were warned .
    Last edited by ProgDan (2009-04-30 13:48:06)

  • [svn:fx-trunk] 16098: Fix for issue where @ includeExample tag to an MXML file casues a compiler error.

    Revision: 16098
    Revision: 16098
    Author:   [email protected]
    Date:     2010-05-13 12:47:41 -0700 (Thu, 13 May 2010)
    Log Message:
    Fix for issue where @includeExample tag to an MXML file casues a compiler error. The issue was caused due to improper closing of comment in mxml file. With this fix ASDoc does not short circuit in such a scenario, instead it logs that into validation_errors.log
    QE notes: None
    Doc notes: None
    Bugs: SDK-26380
    Reviewer: Darrell
    Tests run: checkintests
    Is noteworthy for integration: No
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-26380
    Modified Paths:
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/asdoc/TopLevelClassesGenerator.ja va

    Hi _spoboyle,
    Yes i have seen that message before which gave me a few things to test out but to no avail. I am setting the data channel port between 45000-50000 as per the post you suggested and the data channel Port being assigned in my code is between those numbers. I have also set my firewall to open ports 45000-50000 to test to see if that was the issue as I hadnt done that previously but I get the same problem.
    The actual file get placed on the FTP server as well, it pauses as if its trying to send the data but then just give me the socket error message.....frustrating!!
    Im running out of ideas

  • Xorg 6.8/7.0 ATI fglrx 8.22.5 Kernel-Independent Packages

    -------NOTICE-------
    Iphitus has now made available a lovely set of packages for ATI drivers and xorg 7 in the [testing] repo.  I have helped him put them together, and they run like a charm for me. 
    See this thread for more info.
    Since these packages are well thought out and seperate the kernel module from the userland files necessary to run ATI-drivers, I feel that they're a better solution than the packages I have created and presented in this thread.  As such, I strongly suggest you use the packages available in the official repos now.  While I will not immediately remove the files I have hosted for these packages, I will no longer be maintaining them.
    -------PURPOSE-------
    Well, as brought up recently in the ati-drivers-arch thread, the way we handle ATI's drivers and Nvidia's drivers is a little different... the officially packaged Nvidia drivers actually build the kernel module on the user's machine, during install time, making it an essentually kernel-independent package. The ATI drivers in community, however, build the module at makepkg time, which ties each package to a specific kernel version.
    I personally thought the Nvidia way was a good way.
    Therefore, I have decided to make packages that are kernel-independant in the same way nvidia's are -- here they are.
    Note: Since creating these, I've been informed that this is not an ideal Arch-way to make packages; read on in this thread for details.  In case you want a prebuilt fglrx package, which is dependant on a particular kernel and compiles the driver at build-time instead of install-time, for use with Xorg 7, see this Wiki page: ATI fglrx and Xorg 7
    -------KERNEL 2.6.15 Notes-------
    ATI has fixed the 2.6.15 kernel problems with version 8.22.5.
    -------Xorg 6.8 Notes-------
    The package for Xorg 6.8 is currently UNTESTED by me.  In theory, it should work fine, since I took the same changes I made to the Xorg 7 package and more-or-less applied them to the ati-drivers-arch package available in [community]
    -------Xorg 7 Notes-------
    I have tested, and am currently using, the Xorg 7 package linked here with kernel26-archck 2.6.15 from [community] with no noticeable problems. 
    Additionally, for the Xorg 7 package to work, you'll probably have to create a symlink from /usr/X11R6/lib/modules -> /usr/lib/xorg/modules.
    If /usr/X11R6/lib/modules already exists, copy its contents to /usr/lib/xorg/modules, remove it
    rm -r /usr/X11R6/lib/modules
    then make the link
    ln -s /usr/lib/xorg/modules /usr/X11R6/lib/modules
    -------Installing Additional Kernel Modules-------
    The packages now install a shell script in /opt/ati to facilitate installation of the kernel module for multiple kernels.  The kernel module is automatically built and installed for whichever kernel you are running when you install the package, but if you want to install it for additional kernels, follow these steps:
    Boot into the kernel you want to install the module for.
    Execute:
    $ cd /opt/ati
    $ ./fglrx_module_setup.sh install
    and the script will do the rest.  As a bonus, when you uninstall the ati-drivers package, the script will remember which kernels it installed the module for and remove every module, leaving your system sparkling-clean.
    If you update your driver in the future, you should be able to run
    $ cd /opt/ati
    $ ./fglrx_module_setup.sh reinstall
    and, if I've done it right (this is untested) it should reinstall the module for every kernel on which it's been previously installed.
    -------UPDATE-------
    Packages updated to fglrx 8.22.5!  New in this release:
    NEW FEATURES: (1) ATI Proprietary Linux Driver now supports Linux Kernel 2.6.15.
    ISSUES RESOLVED: (1) Creating 22 or more display configuration mode lines in the X Server configuration file no longer results in a fatal server error.
    -------PACKAGES-------
    Packages available tarballed at:
    http://www.student.cs.uwaterloo.ca/~tjwillar/arch/

    All I keep getting is:
    cat /var/log/Xorg.0.log | egrep "WW|EE"
    (WW) fglrx(0): board is an unknown third party board, chipset is supported
    (WW) fglrx(0): Specified desktop setup not supported: 8
    fglrxinfo:
    display: :0.0 screen: 0
    OpenGL vendor string: Mesa project: www.mesa3d.org
    OpenGL renderer string: Mesa GLX Indirect
    OpenGL version string: 1.2 (1.5 Mesa 6.4.1)
    xorg.conf
    Section "Module"
    Load "dbe" # Double buffer extension
    SubSection "extmod"
    Option "omit xfree86-dga" # don't initialise the DGA extension
    EndSubSection
    Load "type1"
    Load "freetype"
    Load "glx"
    Load "dri"
    EndSection
    Section "Files"
    RgbPath "/usr/share/X11/rgb"
    FontPath "/usr/share/fonts/misc"
    FontPath "/usr/share/fonts/75dpi"
    FontPath "/usr/share/fonts/100dpi"
    FontPath "/usr/share/fonts/TTF"
    FontPath "/usr/share/fonts/Type1"
    FontPath "/usr/lib/X11/fonts/local/"
    FontPath "/usr/lib/X11/fonts/misc/"
    FontPath "/usr/lib/X11/fonts/75dpi/:unscaled"
    FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"
    FontPath "/usr/lib/X11/fonts/Speedo/"
    FontPath "/usr/lib/X11/fonts/Type1/"
    FontPath "/usr/lib/X11/fonts/TrueType/"
    FontPath "/usr/lib/X11/fonts/freefont/"
    FontPath "/usr/lib/X11/fonts/75dpi/"
    FontPath "/usr/lib/X11/fonts/100dpi/"
    ModulePath "/usr/lib/xorg/modules"
    EndSection
    Section "ServerFlags"
    EndSection
    Section "InputDevice"
    Identifier "Keyboard1"
    Driver "kbd"
    Option "AutoRepeat" "500 30"
    Option "XkbRules" "xorg"
    Option "XkbModel" "pc104"
    Option "XkbLayout" "dvorak,us"
    Option "XkbOptions" "grp:shifts_toggle,grp_led:scroll,caps:shift,altwin:super_win"
    EndSection
    Section "InputDevice"
    Identifier "Mouse1"
    Driver "mouse"
    Option "Protocol" "Auto" # Auto detect
    Option "Device" "/dev/input/mice"
    Option "Buttons" "5"
    Option "ZAxisMapping" "4 5"
    EndSection
    Section "Monitor"
    Identifier "My Monitor"
    HorizSync 28-64
    VertRefresh 43-60
    Modeline "1280x800@60" 83.91 1280 1312 1624 1656 800 816 824 841
    Option "DPMS"
    EndSection
    Section "Device"
    Identifier "Standard VGA"
    VendorName "Unknown"
    BoardName "Unknown"
    Driver "fglrx"
    EndSection
    Section "Device"
    Identifier "My Video Card"
    Driver "fglrx"
    Option "UseInternalAGPGART" "no"
    EndSection
    Section "Screen"
    Identifier "Screen 1"
    Device "My Video Card"
    Monitor "My Monitor"
    DefaultDepth 24
    SubSection "Display"
    Depth 24
    Modes "1280x800@60"
    Viewport 0 0
    EndSubSection
    EndSection
    Section "ServerLayout"
    Identifier "Simple Layout"
    Screen "Screen 1"
    InputDevice "Mouse1" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"
    EndSection
    Section "DRI"
    Mode 0666
    EndSection
    I can't get it to work.  Any help would be appreciated.

  • Patch / workaround for kernel 2.6 (no components in pallet)

    Since I've read about this complaint all over the net, and, after three weeks without problems, I seem to have solved the issue locally (at least for Fedora Core II), here's a mini tutorial on how to do a patch so that Creator sucessfully copies the required user files to your ~/.Creator directory.
    First, a bit of background. The reason the copy fails is because Creator uses FileChannel.transferTo, which is broken for JDK 1.4 under kernel 2.6 by changed behaviour of the sendfile kernel routine. The "fix" for the Sun jvm is to set the transferSupported flag of the runtime jar's FileChannelImpl class to false in the static initializer. We don't have the source and the flag is not publicly accessible, so we're going to patch the bytecode and put the patched class on Creator's bootclasspath...
    0.) if you've alread started the IDE once, rembember to delete the ~/.Creator directory. The copy happens only when a user starts the IDE and it is noted that the .Creator durectory does not exist.
    1.) Get and install NetBeans if you don't have it.
    2.) Get and install the jasm.nbm (http://jasm.netbeans.org/servlets/ProjectDownloadList)
    3.) unjar the java installation's rt.jar somewhere
    4.) mount the directory where you unjared the rt.jar
    5.) open the mounted folder and navigate to /sun/nio/ch package
    6.) right-click over the FileChannelImpl class, and pick the Tools/Decompile by JRAW menu item
    7.) the action should result in three new items in the file tree
    8.) Double-click the new item: FileChannelImpl.jraw to edit it
    9.) Do a search in the editor for "transferEnabled" You should find the first occurence around here:
    <snip>
    cp146: Utf8 "transferFrom" // transferFrom
    cp147: Utf8 "transferFromArbitraryChannel" // transferFromArbitraryChannel
    cp148: Utf8 "transferFromFileChannel" // transferFromFileChannel
    cp149: Utf8 "transferSupported" // transferSupported
    cp150: Utf8 "transferTo" // transferTo
    cp151: Utf8 "transferTo0" // transferTo0
    cp152: Utf8 "transferToArbitraryChannel" // transferToArbitraryChannel
    cp153: Utf8 "transferToDirectly" // transferToDirectly
    </snip>
    But the occurrence we're really interested in is here:
    <snip>
    cp396: Field #cp207 #cp294 // sun.nio.ch.FileChannelImpl.readable boolean
    cp397: Field #cp207 #cp295 // sun.nio.ch.FileChannelImpl.transferSupported boolean
    cp398: Field #cp207 #cp296 // sun.nio.ch.FileChannelImpl.writable boolean
    </snip>
    This is where we find out the ConstantPool handle for the field itself.
    10.) do a search from where you found the cp### for the field. In my case, it is cp397.
    You should end up here, which is the static initializer for the class:
    AccessFlag { ACC_STATIC }
    // <clinit> () -> void
    #cp8 // Utf8 "<clinit>"
    #cp232 // Utf8 "()V"
    Attributes {
    Name #cp10 // Utf8 "Code"
    Len 117 {
    MaxStack 2
    MaxLocals 0
    Code { // 69
    getstatic #cp400 // 178 1 144
    ifnonnull 15 // 199 0 15
    ldc #cp6 // 18 6
    invokestatic #cp463 // 184 1 207
    dup // 89
    putstatic #cp400 // 179 1 144
    goto 6 // 167 0 6
    getstatic #cp400 // 178 1 144
    invokevirtual #cp411 // 182 1 155
    ifne 7 // 154 0 7
    iconst_1 // 4
    goto 4 // 167 0 4
    iconst_0 // 3
    putstatic #cp394 // 179 1 138
    iconst_1 // 4
    putstatic #cp397 // 179 1 141
    invokestatic #cp488 // 184 1 232
    invokestatic #cp433 // 184 1 177
    putstatic #cp393 // 179 1 137
    new #cp210 // 187 0 210
    dup // 89
    invokespecial #cp467 // 183 1 211
    putstatic #cp405 // 179 1 149
    ldc #cp5 // 18 5
    ldc #cp4 // 18 4
    invokestatic #cp487 // 184 1 231
    putstatic #cp403 // 179 1 147
    return // 177
    Exceptions {
    Attributes {
    Name #cp17 // Utf8 "LineNumberTable"
    Len 30 {
    0 26
    35 367
    39 877
    42 878
    48 879
    58 880
    68 882
    11.) do the patch
    As you can see, above, the (cp397) field value is initialized to "true" (iconst_1, putstatic #cp397)
    You want to change it so that it is initialized to false, like this:
    putstatic #cp394 // 179 1 138
    iconst_0 // 4
    putstatic #cp397 // 179 1 141
    invokestatic #cp488 // 184 1 232
    12.) recompile the jraw files to a class file. Just select them and choose Build/Compile.
    13.) make a jar with just the new, patched class file. Inside the jar, the file must sit in /sun/nio/ch to preserve the package structure.
    14.) Change your Creator ide.cfg file, found in ${creator_home}/bin, so that the jar containing your patched class is prepended to creator's bootclasspath
    Here's an example (I chose to install as root and used the default install to /opt...I've since changed the min and max stack, but nothing else, except the bootclasspath specification)
    -J-Xms128m -J-Xmx128m
    -J-Xbootclasspath/p:/opt/Creator/bin/fixFileChannelImpl.jar
    -J-Xverify:none
    -J-Dorg.netbeans.do_not_warn_default_package=true
    -J-Dnetbeans.security.nocheck=true
    -J-Dsunappsrvint.home=/opt/Creator/SunAppServer8
    -jdkhome /usr/java/j2sdk1.4.2_05
    Hope that helps,
    boucherb@users,
    The HSQLDB Development Group

    Hi There,
    Thank you for this very useful information.
    Kishore

  • Xorg warnings for fglrx and error for keyboard

    HI everyone !
    After a recent installation i'm getting some warnings about fglrx and error about keyboard . BUt everything works ok , i just need to disappear those warnings and errors
    This is my whole Xorg0.log
    [ 59.865]
    X.Org X Server 1.10.2
    Release Date: 2011-05-28
    [ 59.866] X Protocol Version 11, Revision 0
    [ 59.866] Build Operating System: Linux 2.6.38-ARCH x86_64
    [ 59.866] Current Operating System: Linux arch 2.6.38-ARCH #1 SMP PREEMPT Mon May 23 22:02:08 CEST 2011 x86_64
    [ 59.866] Kernel command line: root=/dev/sda3 ro
    [ 59.866] Build Date: 30 May 2011 08:18:15AM
    [ 59.866]
    [ 59.866] Current version of pixman: 0.22.0
    [ 59.866] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 59.867] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 59.867] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Jun 6 18:01:38 2011
    [ 59.868] (==) Using config file: "/etc/X11/xorg.conf"
    [ 59.868] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 59.868] (==) ServerLayout "aticonfig Layout"
    [ 59.868] (**) |-->Screen "aticonfig-Screen[0]-0" (0)
    [ 59.868] (**) | |-->Monitor "aticonfig-Monitor[0]-0"
    [ 59.868] (**) | |-->Device "aticonfig-Device[0]-0"
    [ 59.868] (==) Automatically adding devices
    [ 59.868] (==) Automatically enabling devices
    [ 59.868] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 59.868] Entry deleted from font path.
    [ 59.868] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
    [ 59.868] Entry deleted from font path.
    [ 59.868] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/100dpi/,
    /usr/share/fonts/75dpi/
    [ 59.868] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 59.868] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 59.868] (II) Loader magic: 0x7d3440
    [ 59.868] (II) Module ABI versions:
    [ 59.868] X.Org ANSI C Emulation: 0.4
    [ 59.868] X.Org Video Driver: 10.0
    [ 59.868] X.Org XInput driver : 12.2
    [ 59.868] X.Org Server Extension : 5.0
    [ 59.869] (--) PCI:*(0:1:0:0) 1002:68c1:1025:036e rev 0, Mem @ 0xe0000000/268435456, 0xf2100000/131072, I/O @ 0x00006000/256, BIOS @ 0x????????/131072
    [ 59.869] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 59.869] (II) LoadModule: "extmod"
    [ 59.870] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    [ 59.870] (II) Module extmod: vendor="X.Org Foundation"
    [ 59.870] compiled for 1.10.2, module version = 1.0.0
    [ 59.870] Module class: X.Org Server Extension
    [ 59.870] ABI class: X.Org Server Extension, version 5.0
    [ 59.870] (II) Loading extension MIT-SCREEN-SAVER
    [ 59.870] (II) Loading extension XFree86-VidModeExtension
    [ 59.870] (II) Loading extension XFree86-DGA
    [ 59.870] (II) Loading extension DPMS
    [ 59.870] (II) Loading extension XVideo
    [ 59.870] (II) Loading extension XVideo-MotionCompensation
    [ 59.870] (II) Loading extension X-Resource
    [ 59.870] (II) LoadModule: "dbe"
    [ 59.870] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    [ 59.870] (II) Module dbe: vendor="X.Org Foundation"
    [ 59.870] compiled for 1.10.2, module version = 1.0.0
    [ 59.870] Module class: X.Org Server Extension
    [ 59.870] ABI class: X.Org Server Extension, version 5.0
    [ 59.870] (II) Loading extension DOUBLE-BUFFER
    [ 59.870] (II) LoadModule: "glx"
    [ 59.870] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 59.871] (II) Module glx: vendor="FireGL - ATI Technologies Inc."
    [ 59.871] compiled for 6.9.0, module version = 1.0.0
    [ 59.871] (II) Loading extension GLX
    [ 59.871] (II) LoadModule: "record"
    [ 59.871] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    [ 59.871] (II) Module record: vendor="X.Org Foundation"
    [ 59.871] compiled for 1.10.2, module version = 1.13.0
    [ 59.871] Module class: X.Org Server Extension
    [ 59.871] ABI class: X.Org Server Extension, version 5.0
    [ 59.871] (II) Loading extension RECORD
    [ 59.871] (II) LoadModule: "dri"
    [ 59.872] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    [ 59.872] (II) Module dri: vendor="X.Org Foundation"
    [ 59.872] compiled for 1.10.2, module version = 1.0.0
    [ 59.872] ABI class: X.Org Server Extension, version 5.0
    [ 59.872] (II) Loading extension XFree86-DRI
    [ 59.872] (II) LoadModule: "dri2"
    [ 59.872] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 59.872] (II) Module dri2: vendor="X.Org Foundation"
    [ 59.872] compiled for 1.10.2, module version = 1.2.0
    [ 59.872] ABI class: X.Org Server Extension, version 5.0
    [ 59.872] (II) Loading extension DRI2
    [ 59.872] (II) LoadModule: "fglrx"
    [ 59.872] (II) Loading /usr/lib/xorg/modules/drivers/fglrx_drv.so
    [ 59.891] (II) Module fglrx: vendor="FireGL - ATI Technologies Inc."
    [ 59.891] compiled for 1.4.99.906, module version = 8.85.6
    [ 59.891] Module class: X.Org Video Driver
    [ 59.892] (II) Loading sub module "fglrxdrm"
    [ 59.892] (II) LoadModule: "fglrxdrm"
    [ 59.892] (II) Loading /usr/lib/xorg/modules/linux/libfglrxdrm.so
    [ 59.892] (II) Module fglrxdrm: vendor="FireGL - ATI Technologies Inc."
    [ 59.892] compiled for 1.4.99.906, module version = 8.85.6
    [ 59.892] (II) ATI Proprietary Linux Driver Version Identifier:8.85.6
    [ 59.892] (II) ATI Proprietary Linux Driver Release Identifier: 8.85
    [ 59.892] (II) ATI Proprietary Linux Driver Build Date: Apr 19 2011 21:30:04
    [ 59.892] (--) using VT number 7
    [ 59.894] (WW) Falling back to old probe method for fglrx
    [ 59.901] (II) Loading PCS database from /etc/ati/amdpcsdb
    [ 59.902] (--) Chipset Supported AMD Graphics Processor (0x68C1) found
    [ 59.902] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:17:0) found
    [ 59.902] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:18:0) found
    [ 59.902] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:18:2) found
    [ 59.902] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:19:0) found
    [ 59.902] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:19:2) found
    [ 59.902] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:0) found
    [ 59.902] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:2) found
    [ 59.902] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:3) found
    [ 59.902] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:4) found
    [ 59.903] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:5) found
    [ 59.903] (WW) fglrx: No matching Device section for instance (BusID PCI:0@1:0:1) found
    [ 59.903] (II) AMD Video driver is running on a device belonging to a group targeted for this release
    [ 59.903] (II) AMD Video driver is signed
    [ 59.903] (II) Loading /usr/lib/xorg/modules/drivers/fglrx_drv.so
    [ 59.903] (II) Loading /usr/lib/xorg/modules/linux/libfglrxdrm.so
    [ 59.903] (II) fglrx(0): pEnt->device->identifier=0xe53db0
    [ 59.903] (II) fglrx(0): === [xdl_xs110_atiddxPreInit] === begin
    [ 59.903] (II) Loading sub module "vgahw"
    [ 59.903] (II) LoadModule: "vgahw"
    [ 59.903] (II) Loading /usr/lib/xorg/modules/libvgahw.so
    [ 59.904] (II) Module vgahw: vendor="X.Org Foundation"
    [ 59.904] compiled for 1.10.2, module version = 0.1.0
    [ 59.904] ABI class: X.Org Video Driver, version 10.0
    [ 59.904] (**) fglrx(0): Depth 24, (--) framebuffer bpp 32
    [ 59.904] (II) fglrx(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
    [ 59.904] (==) fglrx(0): Default visual is TrueColor
    [ 59.904] (**) fglrx(0): Option "DPMS" "true"
    [ 59.904] (==) fglrx(0): RGB weight 888
    [ 59.904] (II) fglrx(0): Using 8 bits per RGB
    [ 59.904] (==) fglrx(0): Buffer Tiling is ON
    [ 59.904] (II) Loading sub module "fglrxdrm"
    [ 59.904] (II) LoadModule: "fglrxdrm"
    [ 59.904] (II) Loading /usr/lib/xorg/modules/linux/libfglrxdrm.so
    [ 59.904] (II) Module fglrxdrm: vendor="FireGL - ATI Technologies Inc."
    [ 59.904] compiled for 1.4.99.906, module version = 8.85.6
    [ 59.906] ukiDynamicMajor: found major device number 252
    [ 59.906] ukiDynamicMajor: found major device number 252
    [ 59.906] ukiOpenByBusid: Searching for BusID PCI:1:0:0
    [ 59.906] ukiOpenDevice: node name is /dev/ati/card0
    [ 59.906] ukiOpenDevice: open result is 10, (OK)
    [ 59.906] ukiOpenByBusid: ukiOpenMinor returns 10
    [ 59.906] ukiOpenByBusid: ukiGetBusid reports PCI:1:0:0
    [ 59.906] (==) fglrx(0): NoAccel = NO
    [ 59.906] (==) fglrx(0): ATI 2D Acceleration Architecture enabled
    [ 59.906] (--) fglrx(0): Chipset: "AMD Radeon HD 6500M/5600/5700 Series" (Chipset = 0x68c1)
    [ 59.906] (--) fglrx(0): (PciSubVendor = 0x1025, PciSubDevice = 0x036e)
    [ 59.906] (==) fglrx(0): board vendor info: third party graphics adapter - NOT original ATI
    [ 59.906] (--) fglrx(0): Linear framebuffer (phys) at 0xe0000000
    [ 59.906] (--) fglrx(0): MMIO registers at 0xf2100000
    [ 59.906] (--) fglrx(0): I/O port at 0x00006000
    [ 59.906] (==) fglrx(0): ROM-BIOS at 0x000c0000
    [ 59.973] (II) fglrx(0): ATIF platform detected
    [ 59.976] (II) fglrx(0): AC Adapter is used
    [ 59.984] (II) fglrx(0): Primary V_BIOS segment is: 0xc000
    [ 60.092] (II) Loading sub module "vbe"
    [ 60.092] (II) LoadModule: "vbe"
    [ 60.093] (II) Loading /usr/lib/xorg/modules/libvbe.so
    [ 60.093] (II) Module vbe: vendor="X.Org Foundation"
    [ 60.093] compiled for 1.10.2, module version = 1.1.0
    [ 60.093] ABI class: X.Org Video Driver, version 10.0
    [ 60.093] (II) fglrx(0): VESA BIOS detected
    [ 60.093] (II) fglrx(0): VESA VBE Version 3.0
    [ 60.093] (II) fglrx(0): VESA VBE Total Mem: 16384 kB
    [ 60.093] (II) fglrx(0): VESA VBE OEM: ATI ATOMBIOS
    [ 60.093] (II) fglrx(0): VESA VBE OEM Software Rev: 12.20
    [ 60.093] (II) fglrx(0): VESA VBE OEM Vendor: (C) 1988-2005, ATI Technologies Inc.
    [ 60.093] (II) fglrx(0): VESA VBE OEM Product: MADISON
    [ 60.093] (II) fglrx(0): VESA VBE OEM Product Rev: 01.00
    [ 60.136] (II) fglrx(0): ATI Video BIOS revision 9 or later detected
    [ 60.136] (--) fglrx(0): Video RAM: 1048576 kByte, Type: DDR3
    [ 60.136] (II) fglrx(0): PCIE card detected
    [ 60.136] (--) fglrx(0): Using per-process page tables (PPPT) as GART.
    [ 60.136] (WW) fglrx(0): board is an unknown third party board, chipset is supported
    [ 60.139] (II) fglrx(0): Using adapter: 1:0.0.
    [ 60.269] (II) fglrx(0): [FB] MC range(MCFBBase = 0xf00000000, MCFBSize = 0x40000000)
    [ 60.278] (II) fglrx(0): Interrupt handler installed at IRQ 46.
    [ 60.278] (II) fglrx(0): RandR 1.2 support is enabled!
    [ 60.278] (II) fglrx(0): RandR 1.2 rotation support is enabled!
    [ 60.278] (==) fglrx(0): Center Mode is disabled
    [ 60.278] (II) Loading sub module "fb"
    [ 60.278] (II) LoadModule: "fb"
    [ 60.278] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 60.278] (II) Module fb: vendor="X.Org Foundation"
    [ 60.278] compiled for 1.10.2, module version = 1.0.0
    [ 60.278] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 60.278] (II) Loading sub module "ddc"
    [ 60.278] (II) LoadModule: "ddc"
    [ 60.278] (II) Module "ddc" already built-in
    [ 60.344] (II) fglrx(0): Finished Initialize PPLIB!
    [ 60.344] (II) fglrx(0): Output LVDS using monitor section aticonfig-Monitor[0]-0
    [ 60.345] (II) fglrx(0): Output DFP1 has no monitor section
    [ 60.345] (II) fglrx(0): Output CRT1 has no monitor section
    [ 60.345] (II) Loading sub module "ddc"
    [ 60.345] (II) LoadModule: "ddc"
    [ 60.345] (II) Module "ddc" already built-in
    [ 60.345] (II) fglrx(0): Connected Display0: LVDS
    [ 60.345] (II) fglrx(0): Display0 EDID data ---------------------------
    [ 60.345] (II) fglrx(0): Manufacturer: CMO Model: 1599 Serial#: 0
    [ 60.345] (II) fglrx(0): Year: 2010 Week: 7
    [ 60.345] (II) fglrx(0): EDID Version: 1.3
    [ 60.345] (II) fglrx(0): Digital Display Input
    [ 60.345] (II) fglrx(0): Max Image Size [cm]: horiz.: 34 vert.: 19
    [ 60.345] (II) fglrx(0): Gamma: 2.20
    [ 60.345] (II) fglrx(0): No DPMS capabilities specified
    [ 60.345] (II) fglrx(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
    [ 60.345] (II) fglrx(0): First detailed timing is preferred mode
    [ 60.345] (II) fglrx(0): redX: 0.578 redY: 0.339 greenX: 0.312 greenY: 0.556
    [ 60.345] (II) fglrx(0): blueX: 0.158 blueY: 0.149 whiteX: 0.313 whiteY: 0.329
    [ 60.345] (II) fglrx(0): Manufacturer's mask: 0
    [ 60.345] (II) fglrx(0): Supported detailed timing:
    [ 60.345] (II) fglrx(0): clock: 75.5 MHz Image Size: 344 x 193 mm
    [ 60.345] (II) fglrx(0): h_active: 1366 h_sync: 1426 h_sync_end 1466 h_blank_end 1576 h_border: 0
    [ 60.345] (II) fglrx(0): v_active: 768 v_sync: 771 v_sync_end 777 v_blanking: 798 v_border: 0
    [ 60.345] (II) fglrx(0): N156B3-L0B
    [ 60.345] (II) fglrx(0): CMO
    [ 60.345] (II) fglrx(0): N156B3-L0B
    [ 60.345] (II) fglrx(0): EDID (in hex):
    [ 60.345] (II) fglrx(0): 00ffffffffffff000daf991500000000
    [ 60.345] (II) fglrx(0): 07140103802213780a3d9594564f8e28
    [ 60.345] (II) fglrx(0): 26505400000001010101010101010101
    [ 60.345] (II) fglrx(0): 0101010101017a1d56d250001e303c28
    [ 60.345] (II) fglrx(0): 360058c110000018000000fe004e3135
    [ 60.345] (II) fglrx(0): 3642332d4c30420a2020000000fe0043
    [ 60.345] (II) fglrx(0): 4d4f0a202020202020202020000000fe
    [ 60.345] (II) fglrx(0): 004e31353642332d4c30420a20200048
    [ 60.345] (II) fglrx(0): End of Display0 EDID data --------------------
    [ 60.351] (II) fglrx(0): EDID for output LVDS
    [ 60.351] (II) fglrx(0): Manufacturer: CMO Model: 1599 Serial#: 0
    [ 60.351] (II) fglrx(0): Year: 2010 Week: 7
    [ 60.351] (II) fglrx(0): EDID Version: 1.3
    [ 60.351] (II) fglrx(0): Digital Display Input
    [ 60.351] (II) fglrx(0): Max Image Size [cm]: horiz.: 34 vert.: 19
    [ 60.351] (II) fglrx(0): Gamma: 2.20
    [ 60.351] (II) fglrx(0): No DPMS capabilities specified
    [ 60.351] (II) fglrx(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
    [ 60.351] (II) fglrx(0): First detailed timing is preferred mode
    [ 60.351] (II) fglrx(0): redX: 0.578 redY: 0.339 greenX: 0.312 greenY: 0.556
    [ 60.351] (II) fglrx(0): blueX: 0.158 blueY: 0.149 whiteX: 0.313 whiteY: 0.329
    [ 60.351] (II) fglrx(0): Manufacturer's mask: 0
    [ 60.351] (II) fglrx(0): Supported detailed timing:
    [ 60.351] (II) fglrx(0): clock: 75.5 MHz Image Size: 344 x 193 mm
    [ 60.351] (II) fglrx(0): h_active: 1366 h_sync: 1426 h_sync_end 1466 h_blank_end 1576 h_border: 0
    [ 60.351] (II) fglrx(0): v_active: 768 v_sync: 771 v_sync_end 777 v_blanking: 798 v_border: 0
    [ 60.351] (II) fglrx(0): N156B3-L0B
    [ 60.351] (II) fglrx(0): CMO
    [ 60.351] (II) fglrx(0): N156B3-L0B
    [ 60.351] (II) fglrx(0): EDID (in hex):
    [ 60.351] (II) fglrx(0): 00000000000000003a20454449442028
    [ 60.351] (II) fglrx(0): 696e20686578293a0a002020000a0028
    [ 60.351] (II) fglrx(0): 26505400000001015100000000000000
    [ 60.351] (II) fglrx(0): 00000000000000003a20466972737420
    [ 60.351] (II) fglrx(0): 64657461696c65642074696d696e6720
    [ 60.351] (II) fglrx(0): 697320707265666572726564206d6f64
    [ 60.351] (II) fglrx(0): 650a000a0020202020202020000000fe
    [ 60.351] (II) fglrx(0): 004e31353642332d4100000000000000
    [ 60.351] (II) fglrx(0): EDID vendor "CMO", prod id 5529
    [ 60.351] (II) fglrx(0): Printing DDC gathered Modelines:
    [ 60.351] (II) fglrx(0): Modeline "1366x768"x0.0 75.46 1366 1426 1466 1576 768 771 777 798 -hsync -vsync (47.9 kHz)
    [ 60.351] (II) fglrx(0): Printing probed modes for output LVDS
    [ 60.351] (II) fglrx(0): Modeline "1366x768"x60.0 75.46 1366 1426 1466 1576 768 771 777 798 -hsync -vsync (47.9 kHz)
    [ 60.351] (II) fglrx(0): Modeline "1360x768"x60.0 75.46 1360 1426 1466 1576 768 771 777 798 -hsync -vsync (47.9 kHz)
    [ 60.351] (II) fglrx(0): Modeline "1280x768"x60.0 75.46 1280 1426 1466 1576 768 771 777 798 -hsync -vsync (47.9 kHz)
    [ 60.351] (II) fglrx(0): Modeline "1280x720"x60.0 75.46 1280 1426 1466 1576 720 771 777 798 -hsync -vsync (47.9 kHz)
    [ 60.351] (II) fglrx(0): Modeline "1024x768"x60.0 75.46 1024 1426 1466 1576 768 771 777 798 -hsync -vsync (47.9 kHz)
    [ 60.351] (II) fglrx(0): Modeline "1024x600"x60.0 75.46 1024 1426 1466 1576 600 771 777 798 -hsync -vsync (47.9 kHz)
    [ 60.351] (II) fglrx(0): Modeline "800x600"x60.0 75.46 800 1426 1466 1576 600 771 777 798 -hsync -vsync (47.9 kHz)
    [ 60.351] (II) fglrx(0): Modeline "800x480"x60.0 75.46 800 1426 1466 1576 480 771 777 798 -hsync -vsync (47.9 kHz)
    [ 60.351] (II) fglrx(0): Modeline "640x480"x60.0 75.46 640 1426 1466 1576 480 771 777 798 -hsync -vsync (47.9 kHz)
    [ 60.351] (II) fglrx(0): EDID for output DFP1
    [ 60.351] (II) fglrx(0): EDID for output CRT1
    [ 60.351] (II) fglrx(0): Output LVDS connected
    [ 60.351] (II) fglrx(0): Output DFP1 disconnected
    [ 60.351] (II) fglrx(0): Output CRT1 disconnected
    [ 60.351] (II) fglrx(0): Using exact sizes for initial modes
    [ 60.351] (II) fglrx(0): Output LVDS using initial mode 1366x768
    [ 60.351] (II) fglrx(0): Display dimensions: (340, 190) mm
    [ 60.351] (II) fglrx(0): DPI set to (102, 102)
    [ 60.351] (II) fglrx(0): Adapter AMD Radeon HD 6500M/5600/5700 Series has 2 configurable heads and 1 displays connected.
    [ 60.351] (==) fglrx(0): PseudoColor visuals disabled
    [ 60.351] (II) Loading sub module "ramdac"
    [ 60.351] (II) LoadModule: "ramdac"
    [ 60.351] (II) Module "ramdac" already built-in
    [ 60.352] (==) fglrx(0): NoDRI = NO
    [ 60.352] (==) fglrx(0): Capabilities: 0x00000000
    [ 60.352] (==) fglrx(0): CapabilitiesEx: 0x00000000
    [ 60.352] (==) fglrx(0): OpenGL ClientDriverName: "fglrx_dri.so"
    [ 60.352] (==) fglrx(0): UseFastTLS=0
    [ 60.352] (==) fglrx(0): BlockSignalsOnLock=1
    [ 60.352] (--) Depth 24 pixmap format is 32 bpp
    [ 60.352] (II) Loading extension ATIFGLRXDRI
    [ 60.352] (II) fglrx(0): doing swlDriScreenInit
    [ 60.352] (II) fglrx(0): swlDriScreenInit for fglrx driver
    [ 60.352] ukiDynamicMajor: found major device number 252
    [ 60.352] ukiDynamicMajor: found major device number 252
    [ 60.352] ukiDynamicMajor: found major device number 252
    [ 60.352] ukiOpenByBusid: Searching for BusID PCI:1:0:0
    [ 60.352] ukiOpenDevice: node name is /dev/ati/card0
    [ 60.352] ukiOpenDevice: open result is 15, (OK)
    [ 60.352] ukiOpenByBusid: ukiOpenMinor returns 15
    [ 60.352] ukiOpenByBusid: ukiGetBusid reports PCI:1:0:0
    [ 60.352] (II) fglrx(0): [uki] DRM interface version 1.0
    [ 60.352] (II) fglrx(0): [uki] created "fglrx" driver at busid "PCI:1:0:0"
    [ 60.352] (II) fglrx(0): [uki] added 8192 byte SAREA at 0x8e000
    [ 60.352] (II) fglrx(0): [uki] mapped SAREA 0x8e000 to 0x7faa77519000
    [ 60.352] (II) fglrx(0): [uki] framebuffer handle = 0x8f000
    [ 60.352] (II) fglrx(0): [uki] added 1 reserved context for kernel
    [ 60.352] (II) fglrx(0): swlDriScreenInit done
    [ 60.352] (II) fglrx(0): Kernel Module Version Information:
    [ 60.352] (II) fglrx(0): Name: fglrx
    [ 60.352] (II) fglrx(0): Version: 8.85.6
    [ 60.352] (II) fglrx(0): Date: Apr 19 2011
    [ 60.352] (II) fglrx(0): Desc: ATI FireGL DRM kernel module
    [ 60.352] (II) fglrx(0): Kernel Module version matches driver.
    [ 60.352] (II) fglrx(0): Kernel Module Build Time Information:
    [ 60.352] (II) fglrx(0): Build-Kernel UTS_RELEASE: 2.6.38-ARCH
    [ 60.352] (II) fglrx(0): Build-Kernel MODVERSIONS: no
    [ 60.352] (II) fglrx(0): Build-Kernel __SMP__: no
    [ 60.352] (II) fglrx(0): Build-Kernel PAGE_SIZE: 0x1000
    [ 60.352] (II) fglrx(0): [uki] register handle = 0x00090000
    [ 60.369] (II) fglrx(0): DRI initialization successfull
    [ 60.369] (II) fglrx(0): FBADPhys: 0xf00000000 FBMappedSize: 0x01004000
    [ 60.369] (==) fglrx(0): Backing store disabled
    [ 60.369] (II) Loading extension FGLRXEXTENSION
    [ 60.369] (**) fglrx(0): DPMS enabled
    [ 60.369] (II) fglrx(0): Initialized in-driver Xinerama extension
    [ 60.369] (**) fglrx(0): Textured Video is enabled.
    [ 60.369] (II) LoadModule: "glesx"
    [ 60.370] (II) Loading /usr/lib/xorg/modules/glesx.so
    [ 60.370] (II) Module glesx: vendor="X.Org Foundation"
    [ 60.370] compiled for 1.4.99.906, module version = 1.0.0
    [ 60.370] (II) Loading extension GLESX
    [ 60.370] (II) fglrx(0): GLESX enableFlags = 592
    [ 60.370] (II) fglrx(0): GLESX is enabled
    [ 60.370] (II) LoadModule: "amdxmm"
    [ 60.371] (II) Loading /usr/lib/xorg/modules/amdxmm.so
    [ 60.371] (II) Module amdxmm: vendor="X.Org Foundation"
    [ 60.371] compiled for 1.4.99.906, module version = 2.0.0
    [ 60.380] (II) Loading extension AMDXVOPL
    [ 60.380] (II) Loading extension AMDXVBA
    [ 60.381] (II) fglrx(0): UVD feature is enabled(II) fglrx(0):
    [ 60.384] (II) fglrx(0): Enable composite support successfully
    [ 60.384] (WW) fglrx(0): Option "VendorName" is not used
    [ 60.384] (WW) fglrx(0): Option "ModelName" is not used
    [ 60.384] (II) fglrx(0): X context handle = 0x1
    [ 60.384] (II) fglrx(0): [DRI] installation complete
    [ 60.384] (==) fglrx(0): Silken mouse enabled
    [ 60.384] (==) fglrx(0): Using HW cursor of display infrastructure!
    [ 60.384] (II) fglrx(0): Disabling in-server RandR and enabling in-driver RandR 1.2.
    [ 60.384] (II) fglrx(0): 'LVDS LCD' ConnectorType, abstracted as 'Panel'
    [ 60.384] (II) fglrx(0): 'eDP LCD' ConnectorType, abstracted as 'Panel'
    [ 61.343] (--) RandR disabled
    [ 61.343] (II) Initializing built-in extension Generic Event Extension
    [ 61.343] (II) Initializing built-in extension SHAPE
    [ 61.343] (II) Initializing built-in extension MIT-SHM
    [ 61.343] (II) Initializing built-in extension XInputExtension
    [ 61.343] (II) Initializing built-in extension XTEST
    [ 61.343] (II) Initializing built-in extension BIG-REQUESTS
    [ 61.343] (II) Initializing built-in extension SYNC
    [ 61.343] (II) Initializing built-in extension XKEYBOARD
    [ 61.343] (II) Initializing built-in extension XC-MISC
    [ 61.343] (II) Initializing built-in extension SECURITY
    [ 61.343] (II) Initializing built-in extension XINERAMA
    [ 61.343] (II) Initializing built-in extension XFIXES
    [ 61.343] (II) Initializing built-in extension RENDER
    [ 61.343] (II) Initializing built-in extension RANDR
    [ 61.343] (II) Initializing built-in extension COMPOSITE
    [ 61.343] (II) Initializing built-in extension DAMAGE
    [ 61.345] ukiDynamicMajor: found major device number 252
    [ 61.346] ukiDynamicMajor: found major device number 252
    [ 61.346] ukiOpenByBusid: Searching for BusID PCI:1:0:0
    [ 61.346] ukiOpenDevice: node name is /dev/ati/card0
    [ 61.346] ukiOpenDevice: open result is 16, (OK)
    [ 61.346] ukiOpenByBusid: ukiOpenMinor returns 16
    [ 61.346] ukiOpenByBusid: ukiGetBusid reports PCI:1:0:0
    [ 61.456] (II) AIGLX: Loaded and initialized OpenGL driver(II) GLX: Initialized DRI GL provider for screen 0
    [ 61.472] (II) fglrx(0): Enable the clock gating!
    [ 61.473] (II) fglrx(0): Setting screen physical size to 361 x 203
    [ 61.607] (II) config/udev: Adding input device Power Button (/dev/input/event5)
    [ 61.607] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 61.607] (II) LoadModule: "evdev"
    [ 61.607] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 61.608] (II) Module evdev: vendor="X.Org Foundation"
    [ 61.608] compiled for 1.10.0, module version = 2.6.0
    [ 61.608] Module class: X.Org XInput Driver
    [ 61.608] ABI class: X.Org XInput driver, version 12.2
    [ 61.608] (II) Using input driver 'evdev' for 'Power Button'
    [ 61.608] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 61.608] (**) Power Button: always reports core events
    [ 61.608] (**) Power Button: Device: "/dev/input/event5"
    [ 61.630] (--) Power Button: Found keys
    [ 61.630] (II) Power Button: Configuring as keyboard
    [ 61.630] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input5/event5"
    [ 61.630] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
    [ 61.630] (**) Option "xkb_rules" "evdev"
    [ 61.630] (**) Option "xkb_model" "evdev"
    [ 61.630] (**) Option "xkb_layout" "us"
    [ 61.670] (II) config/udev: Adding input device Video Bus (/dev/input/event6)
    [ 61.670] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
    [ 61.670] (II) Using input driver 'evdev' for 'Video Bus'
    [ 61.670] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 61.670] (**) Video Bus: always reports core events
    [ 61.670] (**) Video Bus: Device: "/dev/input/event6"
    [ 61.686] (--) Video Bus: Found keys
    [ 61.686] (II) Video Bus: Configuring as keyboard
    [ 61.686] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:03/LNXVIDEO:01/input/input6/event6"
    [ 61.686] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD)
    [ 61.686] (**) Option "xkb_rules" "evdev"
    [ 61.686] (**) Option "xkb_model" "evdev"
    [ 61.686] (**) Option "xkb_layout" "us"
    [ 61.983] (II) config/udev: Adding input device Power Button (/dev/input/event2)
    [ 61.983] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 61.983] (II) Using input driver 'evdev' for 'Power Button'
    [ 61.983] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 61.984] (**) Power Button: always reports core events
    [ 61.984] (**) Power Button: Device: "/dev/input/event2"
    [ 62.000] (--) Power Button: Found keys
    [ 62.000] (II) Power Button: Configuring as keyboard
    [ 62.000] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input2/event2"
    [ 62.000] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
    [ 62.000] (**) Option "xkb_rules" "evdev"
    [ 62.000] (**) Option "xkb_model" "evdev"
    [ 62.000] (**) Option "xkb_layout" "us"
    [ 62.000] (II) config/udev: Adding input device Lid Switch (/dev/input/event4)
    [ 62.000] (II) No input driver/identifier specified (ignoring)
    [ 62.000] (II) config/udev: Adding input device Sleep Button (/dev/input/event3)
    [ 62.000] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
    [ 62.000] (II) Using input driver 'evdev' for 'Sleep Button'
    [ 62.001] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 62.001] (**) Sleep Button: always reports core events
    [ 62.001] (**) Sleep Button: Device: "/dev/input/event3"
    [ 62.040] (--) Sleep Button: Found keys
    [ 62.040] (II) Sleep Button: Configuring as keyboard
    [ 62.040] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input3/event3"
    [ 62.040] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD)
    [ 62.040] (**) Option "xkb_rules" "evdev"
    [ 62.040] (**) Option "xkb_model" "evdev"
    [ 62.040] (**) Option "xkb_layout" "us"
    [ 62.044] (II) config/udev: Adding input device Microsoft Wired Keyboard 600 (/dev/input/event9)
    [ 62.044] (**) Microsoft Wired Keyboard 600: Applying InputClass "evdev keyboard catchall"
    [ 62.044] (II) Using input driver 'evdev' for 'Microsoft Wired Keyboard 600'
    [ 62.044] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 62.044] (**) Microsoft Wired Keyboard 600: always reports core events
    [ 62.044] (**) Microsoft Wired Keyboard 600: Device: "/dev/input/event9"
    [ 62.066] (--) Microsoft Wired Keyboard 600: Found keys
    [ 62.066] (II) Microsoft Wired Keyboard 600: Configuring as keyboard
    [ 62.066] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:12.0/usb3/3-2/3-2:1.0/input/input9/event9"
    [ 62.066] (II) XINPUT: Adding extended input device "Microsoft Wired Keyboard 600" (type: KEYBOARD)
    [ 62.066] (**) Option "xkb_rules" "evdev"
    [ 62.066] (**) Option "xkb_model" "evdev"
    [ 62.066] (**) Option "xkb_layout" "us"
    [ 62.067] (II) config/udev: Adding input device Microsoft Wired Keyboard 600 (/dev/input/event10)
    [ 62.067] (**) Microsoft Wired Keyboard 600: Applying InputClass "evdev keyboard catchall"
    [ 62.067] (II) Using input driver 'evdev' for 'Microsoft Wired Keyboard 600'
    [ 62.067] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 62.067] (**) Microsoft Wired Keyboard 600: always reports core events
    [ 62.067] (**) Microsoft Wired Keyboard 600: Device: "/dev/input/event10"
    [ 62.093] (--) Microsoft Wired Keyboard 600: Found 1 mouse buttons
    [ 62.093] (--) Microsoft Wired Keyboard 600: Found scroll wheel(s)
    [ 62.093] (--) Microsoft Wired Keyboard 600: Found relative axes
    [ 62.093] (--) Microsoft Wired Keyboard 600: Found absolute axes
    [ 62.093] (--) Microsoft Wired Keyboard 600: Found x and y absolute axes
    [ 62.093] (--) Microsoft Wired Keyboard 600: Found keys
    [ 62.093] (II) Microsoft Wired Keyboard 600: Configuring as mouse
    [ 62.093] (II) Microsoft Wired Keyboard 600: Configuring as keyboard
    [ 62.093] (II) Microsoft Wired Keyboard 600: Adding scrollwheel support
    [ 62.093] (**) Microsoft Wired Keyboard 600: YAxisMapping: buttons 4 and 5
    [ 62.093] (**) Microsoft Wired Keyboard 600: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 62.093] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:12.0/usb3/3-2/3-2:1.1/input/input10/event10"
    [ 62.093] (II) XINPUT: Adding extended input device "Microsoft Wired Keyboard 600" (type: KEYBOARD)
    [ 62.093] (**) Option "xkb_rules" "evdev"
    [ 62.093] (**) Option "xkb_model" "evdev"
    [ 62.093] (**) Option "xkb_layout" "us"
    [ 62.093] (EE) Microsoft Wired Keyboard 600: failed to initialize for relative axes.
    [ 62.093] (WW) Microsoft Wired Keyboard 600: found 37 axes, limiting to 36.
    [ 62.094] (II) Microsoft Wired Keyboard 600: initialized for absolute axes.
    [ 62.094] (**) Microsoft Wired Keyboard 600: (accel) keeping acceleration scheme 1
    [ 62.094] (**) Microsoft Wired Keyboard 600: (accel) acceleration profile 0
    [ 62.094] (**) Microsoft Wired Keyboard 600: (accel) acceleration factor: 2.000
    [ 62.094] (**) Microsoft Wired Keyboard 600: (accel) acceleration threshold: 4
    [ 62.094] (II) config/udev: Adding input device Microsoft Wired Keyboard 600 (/dev/input/js0)
    [ 62.094] (II) No input driver/identifier specified (ignoring)
    [ 62.095] (II) config/udev: Adding input device Razer Razer DeathAdder (/dev/input/event14)
    [ 62.095] (**) Razer Razer DeathAdder: Applying InputClass "evdev pointer catchall"
    [ 62.095] (II) Using input driver 'evdev' for 'Razer Razer DeathAdder'
    [ 62.095] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 62.095] (**) Razer Razer DeathAdder: always reports core events
    [ 62.095] (**) Razer Razer DeathAdder: Device: "/dev/input/event14"
    [ 62.120] (--) Razer Razer DeathAdder: Found 12 mouse buttons
    [ 62.120] (--) Razer Razer DeathAdder: Found scroll wheel(s)
    [ 62.120] (--) Razer Razer DeathAdder: Found relative axes
    [ 62.120] (--) Razer Razer DeathAdder: Found x and y relative axes
    [ 62.120] (II) Razer Razer DeathAdder: Configuring as mouse
    [ 62.120] (II) Razer Razer DeathAdder: Adding scrollwheel support
    [ 62.120] (**) Razer Razer DeathAdder: YAxisMapping: buttons 4 and 5
    [ 62.120] (**) Razer Razer DeathAdder: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 62.120] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:12.0/usb3/3-3/3-3:1.0/input/input14/event14"
    [ 62.120] (II) XINPUT: Adding extended input device "Razer Razer DeathAdder" (type: MOUSE)
    [ 62.120] (II) Razer Razer DeathAdder: initialized for relative axes.
    [ 62.120] (**) Razer Razer DeathAdder: (accel) keeping acceleration scheme 1
    [ 62.120] (**) Razer Razer DeathAdder: (accel) acceleration profile 0
    [ 62.120] (**) Razer Razer DeathAdder: (accel) acceleration factor: 2.000
    [ 62.120] (**) Razer Razer DeathAdder: (accel) acceleration threshold: 4
    [ 62.120] (II) config/udev: Adding input device Razer Razer DeathAdder (/dev/input/mouse1)
    [ 62.120] (II) No input driver/identifier specified (ignoring)
    [ 62.121] (II) config/udev: Adding input device 1.3M WebCam (/dev/input/event8)
    [ 62.121] (**) 1.3M WebCam: Applying InputClass "evdev keyboard catchall"
    [ 62.121] (II) Using input driver 'evdev' for '1.3M WebCam'
    [ 62.121] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 62.121] (**) 1.3M WebCam: always reports core events
    [ 62.121] (**) 1.3M WebCam: Device: "/dev/input/event8"
    [ 62.146] (--) 1.3M WebCam: Found keys
    [ 62.146] (II) 1.3M WebCam: Configuring as keyboard
    [ 62.146] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:13.2/usb2/2-1/2-1:1.0/input/input8/event8"
    [ 62.146] (II) XINPUT: Adding extended input device "1.3M WebCam" (type: KEYBOARD)
    [ 62.146] (**) Option "xkb_rules" "evdev"
    [ 62.146] (**) Option "xkb_model" "evdev"
    [ 62.146] (**) Option "xkb_layout" "us"
    [ 62.147] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event11)
    [ 62.147] (II) No input driver/identifier specified (ignoring)
    [ 62.147] (II) config/udev: Adding input device HDA ATI SB Mic (/dev/input/event12)
    [ 62.147] (II) No input driver/identifier specified (ignoring)
    [ 62.148] (II) config/udev: Adding input device HDA ATI SB Headphone (/dev/input/event13)
    [ 62.148] (II) No input driver/identifier specified (ignoring)
    [ 62.149] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
    [ 62.149] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
    [ 62.149] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
    [ 62.149] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 62.149] (**) AT Translated Set 2 keyboard: always reports core events
    [ 62.149] (**) AT Translated Set 2 keyboard: Device: "/dev/input/event0"
    [ 62.173] (--) AT Translated Set 2 keyboard: Found keys
    [ 62.173] (II) AT Translated Set 2 keyboard: Configuring as keyboard
    [ 62.173] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
    [ 62.173] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD)
    [ 62.173] (**) Option "xkb_rules" "evdev"
    [ 62.173] (**) Option "xkb_model" "evdev"
    [ 62.173] (**) Option "xkb_layout" "us"
    [ 62.174] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event7)
    [ 62.174] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
    [ 62.174] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
    [ 62.174] (II) LoadModule: "synaptics"
    [ 62.174] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
    [ 62.174] (II) Module synaptics: vendor="X.Org Foundation"
    [ 62.174] compiled for 1.10.2, module version = 1.4.0
    [ 62.174] Module class: X.Org XInput Driver
    [ 62.174] ABI class: X.Org XInput driver, version 12.2
    [ 62.174] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
    [ 62.174] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
    [ 62.174] (**) SynPS/2 Synaptics TouchPad: always reports core events
    [ 62.174] (**) Option "Device" "/dev/input/event7"
    [ 62.306] (--) SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5772
    [ 62.306] (--) SynPS/2 Synaptics TouchPad: y-axis range 1408 - 5086
    [ 62.306] (--) SynPS/2 Synaptics TouchPad: pressure range 0 - 255
    [ 62.306] (--) SynPS/2 Synaptics TouchPad: finger width range 0 - 15
    [ 62.306] (--) SynPS/2 Synaptics TouchPad: buttons: left right double triple
    [ 62.306] (**) Option "TapButton1" "1"
    [ 62.306] (**) Option "TapButton2" "2"
    [ 62.306] (**) Option "TapButton3" "3"
    [ 62.413] (--) SynPS/2 Synaptics TouchPad: touchpad found
    [ 62.413] (**) SynPS/2 Synaptics TouchPad: always reports core events
    [ 62.466] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input7/event7"
    [ 62.466] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD)
    [ 62.466] (**) SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
    [ 62.466] (**) SynPS/2 Synaptics TouchPad: MaxSpeed is now 1.75
    [ 62.466] (**) SynPS/2 Synaptics TouchPad: AccelFactor is now 0.035
    [ 62.467] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
    [ 62.467] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
    [ 62.467] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
    [ 62.467] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
    [ 62.546] (--) SynPS/2 Synaptics TouchPad: touchpad found
    [ 62.547] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
    [ 62.547] (II) No input driver/identifier specified (ignoring)
    [ 62.547] (II) config/udev: Adding input device PC Speaker (/dev/input/event1)
    [ 62.547] (II) No input driver/identifier specified (ignoring)
    [ 62.559] (II) fglrx(0): Restoring Recent Mode via PCS is not supported in RANDR 1.2 capable environments
    [ 62.905] (II) fglrx(0): EDID vendor "CMO", prod id 5529
    [ 62.905] (II) fglrx(0): Printing DDC gathered Modelines:
    [ 62.905] (II) fglrx(0): Modeline "1366x768"x0.0 75.46 1366 1426 1466 1576 768 771 777 798 -hsync -vsync (47.9 kHz)
    [ 76.015] (II) fglrx(0): EDID vendor "CMO", prod id 5529
    [ 76.015] (II) fglrx(0): Printing DDC gathered Modelines:
    [ 76.015] (II) fglrx(0): Modeline "1366x768"x0.0 75.46 1366 1426 1466 1576 768 771 777 798 -hsync -vsync (47.9 kHz)
    [ 76.610] Warning: LookupWindow()/SecurityLookupWindow() are deprecated. Please convert your driver/module to use dixLookupWindow().
    And here is my xorg.conf file , basically it's the same at aticonfig --initial , i didn't change anything yet
    Section "ServerLayout"
    Identifier "aticonfig Layout"
    Screen 0 "aticonfig-Screen[0]-0" 0 0
    EndSection
    Section "Monitor"
    Identifier "aticonfig-Monitor[0]-0"
    Option "VendorName" "ATI Proprietary Driver"
    Option "ModelName" "Generic Autodetecting Monitor"
    Option "DPMS" "true"
    EndSection
    Section "Device"
    Identifier "aticonfig-Device[0]-0"
    Driver "fglrx"
    BusID "PCI:1:0:0"
    EndSection
    Section "Screen"
    Identifier "aticonfig-Screen[0]-0"
    Device "aticonfig-Device[0]-0"
    Monitor "aticonfig-Monitor[0]-0"
    DefaultDepth 24
    SubSection "Display"
    Viewport 0 0
    Depth 24
    EndSubSection
    EndSection
    If anyone knows what's going on , and how i can disappear those messages , and if someone has any suggestions i would be grateful if you could help me out .
    Thanks in advance !!!

    Thanks for posting this wizzard. After an upgrade of xorg I have been struggling to make a conf file that worked. Adding to a minimal file is easier than pruning a full one. I used your minimal xorg.conf and added:
    Option "PreferredMode" "1280x1024"
    in the monitor section and now all is well. (I think my monitor is non-standards-compliant. It causes problems so the option is needed)
    Last edited by greenfuse (2008-12-02 08:34:12)

  • [Solved] Compiling a new kernel with ABS

    I've made it through the whole process outlined in the wiki, up to installing with pacman.  Pacman is telling me that the stock arch kernel is a conflicting package and wants to remove it.  I want to hang on to it in case I've messed something up.  What am I doing wrong?  I know you can have two kernels installed.  Using the traditional way I can get this, but I'd rather keep to doing things The Arch Way.
    Last edited by Morrvick (2011-11-17 00:40:30)

    I double checked what I was doing, and I have done that.  Here is my modified PKGBUILD:
    # $Id: PKGBUILD 130991 2011-07-09 12:23:51Z thomas $
    # Maintainer: Tobias Powalowski <[email protected]>
    # Maintainer: Thomas Baechler <[email protected]>
    pkgbase=linux
    #pkgname=('linux' 'linux-headers' 'linux-docs') # Build stock -ARCH kernel
    pkgname=('linux-morrvick' 'linux-headers-morrvick') # Build kernel with a different name
    _kernelname=${pkgname#linux}
    _basekernel=3.1
    pkgver=${_basekernel}.1
    pkgrel=1
    arch=('i686' 'x86_64')
    url="http://www.kernel.org/"
    license=('GPL2')
    makedepends=('xmlto' 'docbook-xsl')
    options=('!strip')
    source=("http://www.kernel.org/pub/linux/kernel/v3.x/linux-3.1.tar.xz"
    "http://www.kernel.org/pub/linux/kernel/v3.x/patch-${pkgver}.xz"
    # the main kernel config files
    'config' 'config.x86_64'
    # standard config files for mkinitcpio ramdisk
    "${pkgname}.preset"
    'change-default-console-loglevel.patch'
    'i915-fix-ghost-tv-output.patch'
    'i915-fix-incorrect-error-message.patch'
    'usb-add-reset-resume-quirk-for-several-webcams.patch')
    md5sums=('edbdc798f23ae0f8045c82f6fa22c536'
    '2bf7eb28a58238e1a062fa7393bf7824'
    'cbaaa923f00c1935055273ccc1630144'
    '93687a4b7e1e6bcd4e7417d6e5079bc4'
    'eb14dcfd80c00852ef81ded6e826826a'
    '9d3c56a4b999c8bfbd4018089a62f662'
    '263725f20c0b9eb9c353040792d644e5'
    'a50c9076012cb2dda49952dc6ec3e9c1'
    '52d41fa61e80277ace2b994412a0c856')
    build() {
    cd "${srcdir}/linux-${_basekernel}"
    # add upstream patch
    patch -p1 -i "${srcdir}/patch-${pkgver}"
    # add latest fixes from stable queue, if needed
    # http://git.kernel.org/?p=linux/kernel/git/stable/stable-queue.git
    # Some chips detect a ghost TV output
    # mailing list discussion: http://lists.freedesktop.org/archives/intel-gfx/2011-April/010371.html
    # Arch Linux bug report: FS#19234
    # It is unclear why this patch wasn't merged upstream, it was accepted,
    # then dropped because the reasoning was unclear. However, it is clearly
    # needed.
    patch -Np1 -i "${srcdir}/i915-fix-ghost-tv-output.patch"
    # In 3.1.1, a DRM_DEBUG message is falsely declared as DRM_ERROR. This
    # worries users, as this message is displayed even at loglevel 4. Fix
    # this.
    patch -Np1 -i "${srcdir}/i915-fix-incorrect-error-message.patch"
    # Add the USB_QUIRK_RESET_RESUME for several webcams
    # FS#26528
    patch -Np1 -i "${srcdir}/usb-add-reset-resume-quirk-for-several-webcams.patch"
    # set DEFAULT_CONSOLE_LOGLEVEL to 4 (same value as the 'quiet' kernel param)
    # remove this when a Kconfig knob is made available by upstream
    # (relevant patch sent upstream: https://lkml.org/lkml/2011/7/26/227)
    patch -Np1 -i "${srcdir}/change-default-console-loglevel.patch"
    if [ "${CARCH}" = "x86_64" ]; then
    cat "${srcdir}/config.x86_64" > ./.config
    else
    cat "${srcdir}/config" > ./.config
    fi
    if [ "${_kernelname}" != "" ]; then
    sed -i "s|CONFIG_LOCALVERSION=.*|CONFIG_LOCALVERSION=\"${_kernelname}\"|g" ./.config
    fi
    # set extraversion to pkgrel
    sed -ri "s|^(EXTRAVERSION =).*|\1 -${pkgrel}|" Makefile
    # get kernel version
    make prepare
    # load configuration
    # Configure the kernel. Replace the line below with one of your choice.
    #make menuconfig # CLI menu for configuration
    #make nconfig # new CLI menu for configuration
    make xconfig # X-based configuration
    #make oldconfig # using old config from previous kernel version
    # ... or manually edit .config
    # stop here
    # this is useful to configure the kernel
    #msg "Stopping build"
    #return 1
    yes "" | make config
    # build!
    make ${MAKEFLAGS} bzImage modules
    package_linux-morrvick() {
    pkgdesc="The Linux Kernel and modules"
    groups=('base')
    depends=('coreutils' 'linux-firmware' 'module-init-tools>=3.16' 'mkinitcpio>=0.7')
    optdepends=('crda: to set the correct wireless channels of your country')
    provides=('kernel26')
    conflicts=('kernel26')
    replaces=('kernel26')
    backup=("etc/mkinitcpio.d/${pkgname}.preset")
    install=${pkgname}.install
    cd "${srcdir}/linux-${_basekernel}"
    KARCH=x86
    # get kernel version
    _kernver="$(make kernelrelease)"
    mkdir -p "${pkgdir}"/{lib/modules,lib/firmware,boot}
    make INSTALL_MOD_PATH="${pkgdir}" modules_install
    cp arch/$KARCH/boot/bzImage "${pkgdir}/boot/vmlinuz-${pkgname}"
    # add vmlinux
    install -D -m644 vmlinux "${pkgdir}/usr/src/linux-${_kernver}/vmlinux"
    # install fallback mkinitcpio.conf file and preset file for kernel
    install -D -m644 "${srcdir}/${pkgname}.preset" "${pkgdir}/etc/mkinitcpio.d/${pkgname}.preset"
    # set correct depmod command for install
    sed \
    -e "s/KERNEL_NAME=.*/KERNEL_NAME=${_kernelname}/g" \
    -e "s/KERNEL_VERSION=.*/KERNEL_VERSION=${_kernver}/g" \
    -i "${startdir}/${pkgname}.install"
    sed \
    -e "s|ALL_kver=.*|ALL_kver=\"/boot/vmlinuz-${pkgname}\"|g" \
    -e "s|default_image=.*|default_image=\"/boot/initramfs-${pkgname}.img\"|g" \
    -e "s|fallback_image=.*|fallback_image=\"/boot/initramfs-${pkgname}-fallback.img\"|g" \
    -i "${pkgdir}/etc/mkinitcpio.d/${pkgname}.preset"
    # remove build and source links
    rm -f "${pkgdir}"/lib/modules/${_kernver}/{source,build}
    # remove the firmware
    rm -rf "${pkgdir}/lib/firmware"
    # gzip -9 all modules to save 100MB of space
    find "${pkgdir}" -name '*.ko' -exec gzip -9 {} \;
    # make room for external modules
    ln -s "../extramodules-${_basekernel}${_kernelname:--ARCH}" "${pkgdir}/lib/modules/${_kernver}/extramodules"
    # add real version for building modules and running depmod from post_install/upgrade
    mkdir -p "${pkgdir}/lib/modules/extramodules-${_basekernel}${_kernelname:--ARCH}"
    echo "${_kernver}" > "${pkgdir}/lib/modules/extramodules-${_basekernel}${_kernelname:--ARCH}/version"
    package_linux-headers-morrvick() {
    pkgdesc="Header files and scripts for building modules for linux kernel"
    provides=('kernel26-headers')
    conflicts=('kernel26-headers')
    replaces=('kernel26-headers')
    mkdir -p "${pkgdir}/lib/modules/${_kernver}"
    cd "${pkgdir}/lib/modules/${_kernver}"
    ln -sf ../../../usr/src/linux-${_kernver} build
    cd "${srcdir}/linux-${_basekernel}"
    install -D -m644 Makefile \
    "${pkgdir}/usr/src/linux-${_kernver}/Makefile"
    install -D -m644 kernel/Makefile \
    "${pkgdir}/usr/src/linux-${_kernver}/kernel/Makefile"
    install -D -m644 .config \
    "${pkgdir}/usr/src/linux-${_kernver}/.config"
    mkdir -p "${pkgdir}/usr/src/linux-${_kernver}/include"
    for i in acpi asm-generic config crypto drm generated linux math-emu \
    media net pcmcia scsi sound trace video xen; do
    cp -a include/${i} "${pkgdir}/usr/src/linux-${_kernver}/include/"
    done
    # copy arch includes for external modules
    mkdir -p "${pkgdir}/usr/src/linux-${_kernver}/arch/x86"
    cp -a arch/x86/include "${pkgdir}/usr/src/linux-${_kernver}/arch/x86/"
    # copy files necessary for later builds, like nvidia and vmware
    cp Module.symvers "${pkgdir}/usr/src/linux-${_kernver}"
    cp -a scripts "${pkgdir}/usr/src/linux-${_kernver}"
    # fix permissions on scripts dir
    chmod og-w -R "${pkgdir}/usr/src/linux-${_kernver}/scripts"
    mkdir -p "${pkgdir}/usr/src/linux-${_kernver}/.tmp_versions"
    mkdir -p "${pkgdir}/usr/src/linux-${_kernver}/arch/${KARCH}/kernel"
    cp arch/${KARCH}/Makefile "${pkgdir}/usr/src/linux-${_kernver}/arch/${KARCH}/"
    if [ "${CARCH}" = "i686" ]; then
    cp arch/${KARCH}/Makefile_32.cpu "${pkgdir}/usr/src/linux-${_kernver}/arch/${KARCH}/"
    fi
    cp arch/${KARCH}/kernel/asm-offsets.s "${pkgdir}/usr/src/linux-${_kernver}/arch/${KARCH}/kernel/"
    # add headers for lirc package
    mkdir -p "${pkgdir}/usr/src/linux-${_kernver}/drivers/media/video"
    cp drivers/media/video/*.h "${pkgdir}/usr/src/linux-${_kernver}/drivers/media/video/"
    for i in bt8xx cpia2 cx25840 cx88 em28xx et61x251 pwc saa7134 sn9c102; do
    mkdir -p "${pkgdir}/usr/src/linux-${_kernver}/drivers/media/video/${i}"
    cp -a drivers/media/video/${i}/*.h "${pkgdir}/usr/src/linux-${_kernver}/drivers/media/video/${i}"
    done
    # add docbook makefile
    install -D -m644 Documentation/DocBook/Makefile \
    "${pkgdir}/usr/src/linux-${_kernver}/Documentation/DocBook/Makefile"
    # add dm headers
    mkdir -p "${pkgdir}/usr/src/linux-${_kernver}/drivers/md"
    cp drivers/md/*.h "${pkgdir}/usr/src/linux-${_kernver}/drivers/md"
    # add inotify.h
    mkdir -p "${pkgdir}/usr/src/linux-${_kernver}/include/linux"
    cp include/linux/inotify.h "${pkgdir}/usr/src/linux-${_kernver}/include/linux/"
    # add wireless headers
    mkdir -p "${pkgdir}/usr/src/linux-${_kernver}/net/mac80211/"
    cp net/mac80211/*.h "${pkgdir}/usr/src/linux-${_kernver}/net/mac80211/"
    # add dvb headers for external modules
    # in reference to:
    # http://bugs.archlinux.org/task/9912
    mkdir -p "${pkgdir}/usr/src/linux-${_kernver}/drivers/media/dvb/dvb-core"
    cp drivers/media/dvb/dvb-core/*.h "${pkgdir}/usr/src/linux-${_kernver}/drivers/media/dvb/dvb-core/"
    # and...
    # http://bugs.archlinux.org/task/11194
    mkdir -p "${pkgdir}/usr/src/linux-${_kernver}/include/config/dvb/"
    cp include/config/dvb/*.h "${pkgdir}/usr/src/linux-${_kernver}/include/config/dvb/"
    # add dvb headers for http://mcentral.de/hg/~mrec/em28xx-new
    # in reference to:
    # http://bugs.archlinux.org/task/13146
    mkdir -p "${pkgdir}/usr/src/linux-${_kernver}/drivers/media/dvb/frontends/"
    cp drivers/media/dvb/frontends/lgdt330x.h "${pkgdir}/usr/src/linux-${_kernver}/drivers/media/dvb/frontends/"
    cp drivers/media/video/msp3400-driver.h "${pkgdir}/usr/src/linux-${_kernver}/drivers/media/dvb/frontends/"
    # add dvb headers
    # in reference to:
    # http://bugs.archlinux.org/task/20402
    mkdir -p "${pkgdir}/usr/src/linux-${_kernver}/drivers/media/dvb/dvb-usb"
    cp drivers/media/dvb/dvb-usb/*.h "${pkgdir}/usr/src/linux-${_kernver}/drivers/media/dvb/dvb-usb/"
    mkdir -p "${pkgdir}/usr/src/linux-${_kernver}/drivers/media/dvb/frontends"
    cp drivers/media/dvb/frontends/*.h "${pkgdir}/usr/src/linux-${_kernver}/drivers/media/dvb/frontends/"
    mkdir -p "${pkgdir}/usr/src/linux-${_kernver}/drivers/media/common/tuners"
    cp drivers/media/common/tuners/*.h "${pkgdir}/usr/src/linux-${_kernver}/drivers/media/common/tuners/"
    # add xfs and shmem for aufs building
    mkdir -p "${pkgdir}/usr/src/linux-${_kernver}/fs/xfs"
    mkdir -p "${pkgdir}/usr/src/linux-${_kernver}/mm"
    cp fs/xfs/xfs_sb.h "${pkgdir}/usr/src/linux-${_kernver}/fs/xfs/xfs_sb.h"
    # copy in Kconfig files
    for i in `find . -name "Kconfig*"`; do
    mkdir -p "${pkgdir}"/usr/src/linux-${_kernver}/`echo ${i} | sed 's|/Kconfig.*||'`
    cp ${i} "${pkgdir}/usr/src/linux-${_kernver}/${i}"
    done
    chown -R root.root "${pkgdir}/usr/src/linux-${_kernver}"
    find "${pkgdir}/usr/src/linux-${_kernver}" -type d -exec chmod 755 {} \;
    # strip scripts directory
    find "${pkgdir}/usr/src/linux-${_kernver}/scripts" -type f -perm -u+w 2>/dev/null | while read binary ; do
    case "$(file -bi "${binary}")" in
    *application/x-sharedlib*) # Libraries (.so)
    /usr/bin/strip ${STRIP_SHARED} "${binary}";;
    *application/x-archive*) # Libraries (.a)
    /usr/bin/strip ${STRIP_STATIC} "${binary}";;
    *application/x-executable*) # Binaries
    /usr/bin/strip ${STRIP_BINARIES} "${binary}";;
    esac
    done
    # remove unneeded architectures
    rm -rf "${pkgdir}"/usr/src/linux-${_kernver}/arch/{alpha,arm,arm26,avr32,blackfin,cris,frv,h8300,ia64,m32r,m68k,m68knommu,mips,microblaze,mn10300,parisc,powerpc,ppc,s390,sh,sh64,sparc,sparc64,um,v850,xtensa}
    package_linux-docs() {
    pkgdesc="Kernel hackers manual - HTML documentation that comes with the Linux kernel."
    provides=('kernel26-docs')
    conflicts=('kernel26-docs')
    replaces=('kernel26-docs')
    cd "${srcdir}/linux-${_basekernel}"
    mkdir -p "${pkgdir}/usr/src/linux-${_kernver}"
    cp -al Documentation "${pkgdir}/usr/src/linux-${_kernver}"
    find "${pkgdir}" -type f -exec chmod 444 {} \;
    find "${pkgdir}" -type d -exec chmod 755 {} \;
    # remove a file already in linux package
    rm -f "${pkgdir}/usr/src/linux-${_kernver}/Documentation/DocBook/Makefile"
    After the compiling is finished:
    sudo pacman -U linux-morrvick-3.1.1-1-x86_64.pkg.tar.xz
    Password:
    resolving dependencies...
    looking for inter-conflicts...
    :: linux-morrvick and linux are in conflict (kernel26). Remove linux? [y/N] n
    error: unresolvable package conflicts detected
    error: failed to prepare transaction (conflicting dependencies)
    :: linux-morrvick and linux are in conflict (kernel26)
    Any thoughts?

  • [svn] 3793: Alpha checkin - checking this in on behalf of Paul a fix for SDK-17698.

    Revision: 3793
    Author: [email protected]
    Date: 2008-10-21 13:25:39 -0700 (Tue, 21 Oct 2008)
    Log Message:
    Alpha checkin - checking this in on behalf of Paul a fix for SDK-17698. Paul's change now means advanced CSS functionality is available by default and -keep no longer needs to be specified.
    QE: Yes
    Doc: No
    Checkintests: Pass
    Styles Mustella Tests: Pass
    Reviewer: Pete
    Bugs:
    SDK-17698 - [Advanced CSS] You need to compile with -keep to get Advanced CSS to work (because of direct AST generation)
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-17698
    http://bugs.adobe.com/jira/browse/SDK-17698
    Modified Paths:
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/ImplementationGenerator.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/rep/MxmlDocument.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/tools/PreLink.java

    I removed the src/ directory and ran makepkg and it succeeded. Pacman -U kernel.pkg.tar.gz also worked. Now all that's left is rebooting and trying.
    Thanks everyone.
    OK, I guess it's not over yet. I rebooted in the new kernel, but it says it can't find /dev/sda3 (which is my / partition).
    This is my grub entry:
    title Arch Linux Gigamo
    root (hd0,2)
    kernel /boot/vmlinuz26 root=/dev/sda3 ro
    initrd /boot/kernel26-gigamo.img
    Okay well, I didnt realise there was a vmlinux26-gigamo as well. Will see if that fixes it.
    Last edited by Gigamo (2008-03-12 16:53:22)

  • Compile error for 2.6.16.9

    I"m trying to compile my custom kernel 2.6.16.9 and I'm getting the following comile error:
    CC kernel/sched.o
    kernel/sched.c: In function 'sched_init':
    kernel/sched.c:6034: error: 'array' undeclared (first use in this function)
    kernel/sched.c:6034: error: (Each undeclared identifier is reported only once
    kernel/sched.c:6034: error: for each function it appears in.)
    kernel/sched.c:6034: error: 'struct runqueue' has no member named 'arrays'
    kernel/sched.c:6035: error: 'k' undeclared (first use in this function)
    make[1]: *** [kernel/sched.o] Error 1
    make: *** [kernel] Error 2
    I'm using the latest con kolivas patch with the kernel.  Any suggestions as to how to fix this?

    bostoniman wrote:Ok, I sort of feel like an idiot, but I cant seem to find 2.6.16 base on kernel.org.  It's been a while since I made my custom kernel, so am I ooking in the wrong place?  It  should just be on kernel.org, right?
    You were so close, it was just a few clicks away 
    It's in here: http://www.kernel.org/pub/linux/kernel/v2.6/

  • Why do not Apple send a fix for all fail´s / slow mac`s afther upgrade to Yosemite

    I have upgrade 2 of my Macbook air 11" models. Both have major slow functionality in allmost every programs. slow mail, safari, pages. Allmost nothing of the funksjonalitys can being uses in numbers. Slow functionality when jumping between programs. Allover i have BIG problems with mac for my first time. And why do not Apple send a fix for all fails there is after upgrading to Yosemite. When thousand of users have the same problem with major slow mac`s.
    Here is a test for my mac.
    EtreCheck version: 2.1 (101)
    Report generated 4. desember 2014 kl. 22.48.33 CET
    Hardware Information: ℹ️
      MacBook Air (Verified)
      MacBook Air - model: MacBookAir6,1
      1 1.7 GHz Intel Core i7 CPU: 2-core
      8 GB RAM Not upgradeable
      BANK 0/DIMM0
      4 GB DDR3 1600 MHz ok
      BANK 1/DIMM0
      4 GB DDR3 1600 MHz ok
      Bluetooth: Good - Handoff/Airdrop2 supported
      Wireless:  en0: 802.11 a/b/g/n/ac
    Video Information: ℹ️
      Intel HD Graphics 5000 -
      Color LCD 1366 x 768
    System Software: ℹ️
      OS X 10.10.1 (14B25) - Uptime: 0:12:8
    Disk Information: ℹ️
      APPLE SSD SM0512F disk0 : (500,28 GB)
      S.M.A.R.T. Status: Verified
      EFI (disk0s1) <not mounted> : 210 MB
      Recovery HD (disk0s3) <not mounted>  [Recovery]: 650 MB
      Macintosh HD (disk1) / : 496.30 GB (371.41 GB free)
      Core Storage: disk0s2 499.42 GB Online
    USB Information: ℹ️
      Apple Inc. BRCM20702 Hub
      Apple Inc. Bluetooth USB Host Controller
    Thunderbolt Information: ℹ️
      Apple Inc. thunderbolt_bus
    Gatekeeper: ℹ️
      Mac App Store
    Kernel Extensions: ℹ️
      /Applications/Parallels Access.app
      [not loaded]  com.parallels.virtualsound (1.0 18 - SDK 10.6) [Support]
      /Applications/Parallels Desktop.app
      [not loaded]  com.parallels.kext.hypervisor (10.1.1 28614 - SDK 10.7) [Support]
      [not loaded]  com.parallels.kext.netbridge (10.1.1 28614 - SDK 10.7) [Support]
      [not loaded]  com.parallels.kext.usbconnect (10.1.1 28614 - SDK 10.7) [Support]
      [not loaded]  com.parallels.kext.vnic (10.1.1 28614 - SDK 10.7) [Support]
      /Library/Application Support/Kaspersky Lab/KAV/Bases
      [not loaded]  com.kaspersky.kext.kimul.38 (38) [Support]
      /Library/Extensions
      [loaded]  com.silex.driver.sxuptp (1.10.9 - SDK 10.8) [Support]
      /System/Library/Extensions
      [not loaded]  com.devguru.driver.SamsungComposite (1.2.61 - SDK 10.6) [Support]
      [not loaded]  com.freecom.driver.BoulderScsi (1.0.0d1) [Support]
      [not loaded]  com.kaspersky.kext.klif (2.2.1d19) [Support]
      [not loaded]  com.zg.driver.ZGUSBCDCACMData (1.5) [Support]
      [not loaded]  com.zg.driver.ZGUSBMassStorageFilter (1.5) [Support]
      [not loaded]  com.zg.driver.cdc_ecm_qmi (1.9) [Support]
      [not loaded]  com.zg.driver.cdc_usb_bus (1.9) [Support]
      /System/Library/Extensions/ssuddrv.kext/Contents/PlugIns
      [not loaded]  com.devguru.driver.SamsungACMControl (1.2.61 - SDK 10.6) [Support]
      [not loaded]  com.devguru.driver.SamsungACMData (1.2.61 - SDK 10.6) [Support]
      [not loaded]  com.devguru.driver.SamsungMTP (1.2.61 - SDK 10.5) [Support]
      [not loaded]  com.devguru.driver.SamsungSerial (1.2.61 - SDK 10.6) [Support]
    Launch Agents: ℹ️
      [running]  com.brother.LOGINserver.plist [Support]
      [loaded]  com.google.keystone.agent.plist [Support]
      [loaded]  com.oracle.java.Java-Updater.plist [Support]
      [running]  com.parallels.mobile.prl_deskctl_agent.launchagent.plist [Support]
    Launch Daemons: ℹ️
      [loaded]  com.adobe.fpsaud.plist [Support]
      [loaded]  com.google.keystone.daemon.plist [Support]
      [failed]  com.kaspersky.kav.plist [Support] [Details]
      [loaded]  com.macpaw.CleanMyMac2.Agent.plist [Support]
      [loaded]  com.oracle.java.Helper-Tool.plist [Support]
      [loaded]  com.oracle.java.JavaUpdateHelper.plist [Support]
      [running]  com.parallels.mobile.dispatcher.launchdaemon.plist [Support]
      [failed]  com.parallels.mobile.kextloader.launchdaemon.plist [Support] [Details]
    User Launch Agents: ℹ️
      [running]  ca.indev.MailTagsHelper.agent.plist [Support]
      [loaded]  com.facebook.videochat.[redacted].plist [Support]
      [loaded]  com.genieo.completer.download.plist Adware! [Remove]
      [loaded]  com.genieo.completer.ltvbit.plist [Support]
      [running]  com.genieo.completer.update.plist Adware! [Remove]
      [not loaded]  com.macpaw.CleanMyMac.helperTool.plist [Support]
      [not loaded]  com.macpaw.CleanMyMac.trashSizeWatcher.plist [Support]
      [not loaded]  com.macpaw.CleanMyMac.volumeWatcher.plist [Support]
      [loaded]  com.macpaw.CleanMyMac2Helper.diskSpaceWatcher.plist [Support]
      [loaded]  com.macpaw.CleanMyMac2Helper.scheduledScan.plist [Support]
      [loaded]  com.macpaw.CleanMyMac2Helper.trashWatcher.plist [Support]
      [loaded]  com.parallels.mobile.startgui.launchagent.plist [Support]
    User Login Items: ℹ️
      iTunesHelper  ProgramHidden (/Applications/iTunes.app/Contents/MacOS/iTunesHelper.app)
      fuspredownloader  ProgramHidden (/Users/[redacted]/Library/Application Support/.FUS/fuspredownloader.app)
    Internet Plug-ins: ℹ️
      JavaAppletPlugin: Version: Java 7 Update 71 Check version
      FlashPlayer-10.6: Version: 15.0.0.239 - SDK 10.6 [Support]
      Default Browser: Version: 600 - SDK 10.10
      NP_2020Player_IKEA: Version: 5.0.94.1 - SDK 10.6 [Support]
      Flash Player: Version: 15.0.0.239 - SDK 10.6 [Support]
      QuickTime Plugin: Version: 7.7.3
      nplastpass: Version: 3.1.61 [Support]
      JavaPlugin2_NPAPI: Version: Unknown
      Silverlight: Version: 5.1.30514.0 - SDK 10.6 [Support]
      iPhotoPhotocast: Version: 7.0
    userinternetplugins ℹ️
      Google Earth Web Plug-in: Version: 7.1 [Support]
    Safari Extensions: ℹ️
      Facebook Cleaner
      Pin It Button
      LastPass
      ResizeMe
      OpenIE
    3rd Party Preference Panes: ℹ️
      Cineform  [Support]
      Flash Player  [Support]
      Java  [Support]
    Time Machine: ℹ️
      Mobile backups: ON
      Auto backup: YES
      Volumes being backed up:
      Macintosh HD: Disk size: 496.30 GB Disk used: 124.90 GB
      Destinations:
      Data [Network]
      Total size: 3.00 TB
      Total number of backups: 65
      Oldest backup: 2013-08-15 20:20:51 +0000
      Last backup: 2014-12-04 17:20:31 +0000
      Size of backup disk: Excellent
      Backup size 3.00 TB > (Disk size 496.30 GB X 3)
    Top Processes by CPU: ℹ️
           4%  WindowServer
           1%  fontd
           1%  cloudd
           0%  Safari
           0%  launchd
    Top Processes by Memory: ℹ️
      369 MB  com.apple.WebKit.WebContent
      155 MB  Safari
      103 MB  Feedback Assistant
      86 MB  Finder
      69 MB  mds_stores
    Virtual Memory Information: ℹ️
      4.52 GB  Free RAM
      2.60 GB  Active RAM
      652 MB  Inactive RAM
      820 MB  Wired RAM
      1.04 GB  Page-ins
      0 B  Page-outs
    Diagnostics Information: ℹ️
      Dec 4, 2014, 10:37:00 PM  Self test - passed

    [loaded]  com.genieo.completer.download.plist Adware! [Remove]
      [loaded]  com.genieo.completer.ltvbit.plist [Support]
      [running]  com.genieo.completer.update.plist Adware! [Remove]
      [not loaded]  com.macpaw.CleanMyMac.helperTool.plist [Support]
      [not loaded]  com.macpaw.CleanMyMac.trashSizeWatcher.plist [Support]
      [not loaded]  com.macpaw.CleanMyMac.volumeWatcher.plist [Support]
      [loaded]  com.macpaw.CleanMyMac2Helper.diskSpaceWatcher.plist [Support]
      [loaded]  com.macpaw.CleanMyMac2Helper.scheduledScan.plist [Support]
      [loaded]  com.macpaw.CleanMyMac2Helper.trashWatcher.plist [Support]
    Your machine is slow because you loaded a bunch of third party junk on it.

Maybe you are looking for

  • How do I clean up iTunes Mobile Applications folder that has old versions of apps?

    I am using the latest iTunes 11.0.3 on my recently new iMac. Previously I had iTunes on my MacPro. The media folder was located on one of the extra (non-boot) volumes on the MacPro (MP). When I got my iMac I changed (in the Advanced section of Prefer

  • If You Have A Family Plan Beware Of Social Beat App!!!!!!!!!

    We have a family plan with 5 phones. In January of 2011 after noticing some extra charges on our bill we went to the Verizon store to investigate. We found that these charges were from texting and accessing the internet. At that time, after talking w

  • Exception while accessing a web service using adaptive web service

    Hi All, I have accessed a web service from backend ( ABAP) and when i deploy the model i get an exception :      Exception on execution of web service on destination 'DEFAULT_WS_EXECUTION_DEST' for operation 'ZGetWorkpackages' in interface '_-CAG_-Z_

  • Writing multiple rows in one line, mysql statement. No strings are saved

    Hi, I dont know how to make multiple rows inputs into the table in one sentence. Ive got an error: "java.sql.SQLException: Statement parameter 2 not set" provided by code below. It works fine for one Date row (saves in the db corectly) however when I

  • Cannot install Crystal Reports 2011

    I tried to install Crystal Reports 2011. I followed the steps suggested by a SAP contact person and when I tried to run set up file, I am getting the following error:   Install cannot proceed, Unalbe to install a product with a higher version over a