COD4 Not installing in Cedega from AUR

Hi,
I am attempting to install COD4 on my new system, i am running archlinux with nvidia drivers, i attempt to install COD4 with 7.3.0, and I get the following error:
Sat 17:33:01 Call of Duty 4 setup.exe The DLL 'OLEAUT32.dll' cannot be found or loaded.
Sat 17:33:01 Call of Duty 4 setup.exe The program failed to start with the error 0x2
So i put the DLL OLEAUT32 into the games system32 folder and then i get this error
Sat 17:29:13 Call of Duty 4 setup.exe The program crashed with an unhandled exception.
Cedega diagnostics shows
Cedega Diagnostics Report
Generated: Sat Jul 10 08:00:21 2010 GMT
Starting test: dependency
Starting test: soundcard
Starting test: copy-protection
Starting test: videocard
Diagnostics complete
So everything looks fine there, and as far as i know i have all the needed libs

I generally play games with WINE and Steam, and use winetricks to get some things going in that direction for me, so I did a little search:
user ~ $ winetricks blah | grep -i ole
dcom98 MS DCOM (ole32, oleaut32); requires Windows 98 license, but does not check for one
So, if I were in your situation, I would run this to fix the problem, hopefully. Maybe you could go in that direction, because I'm not familiar with Cedega.
winetricks dcom98

Similar Messages

  • HT4759 I can not install app's from the app store on my phone,and when i try, i get a message tells me (cannot connect to itunes store) that happened after i updated it to "IOS6" . it's a "IPhone4 S"

    I can not install app's from the app store on my phone,and when i try, i get a message tells me (cannot connect to itunes store) that happened after i updated it to "IOS6" . it's a "IPhone4 S"

    Remember, any purchased item from the itunes store is forever associated with the Apple ID used to buy it.  So when you get prompted for an ID/password and it doesn't accept it, then you are using the wrong ID.
    Go to Settings>iTunes and App Stores, be sure it's logged into the ID you have set on the iphone (since that one seems to be connecting with the right ID).  If you've done this, then you might wait a bit to see if the "cannot connect to .. store" message has to do with internet connections.

  • I can not install the update from adobe media encoder

    I can not install the update from adobe media encoder for MPeg 2 DVD, it will not install error code U44M2P28

    Would you have any screenshots, filename and the exact URL that you used to download Flash Player. Can you also, please provide your system configuration to help us identify the issue.
    Thanks,
    Anamika
    Adobe Team

  • Icloud did not install my apps from my previouse ipad when I set up my new ipad, any suggestions?

    icloud did not install my apps from my previouse ipad when I set up my new ipad, any suggestions?

    I show the last back up when I go into settings but I do not know how to get the items out of back up?  Should I try restarting it?  When I was setting up the new ipad for the first time it asked for my icloud login and password but it did not give me an option to retrieve the old back up?
    Thanks!

  • [Solved] Error installing Flash 64bit from AUR

    I tried installing the 64bit flash from here :http://aur.archlinux.org/packages.php?ID=21601, using 'yaourt -S flashplugin-alpha-64 10.0.d20.7-3'
    It will say:
    Downloading 10.0.d20.7-3 PKGBUILD from AUR
    Error: 10.0.d20.7-3 not found in AUR.
    So i tried another method by downloading this tar file from http://download.macromedia.com/pub/labs … .so.tar.gz
    Then i untarred the file and on the desktop it shows 'libflashplayer.so'
    So next i went to terminal, tried doing 'cd Desktop', followed by 'pacman -S libflashplayer.so', but it says i need to be root to do that. So i do 'su - ', and then 'cd Desktop', but it says '-bash: cd: Desktop: No such file or directory.'
    How am i suppose to install flash64 bit? Thanks.
    Last edited by Chance (2008-12-18 15:19:46)

    Chance wrote:
    I tried installing the 64bit flash from here :http://aur.archlinux.org/packages.php?ID=21601, using 'yaourt -S flashplugin-alpha-64 10.0.d20.7-3'
    It will say:
    Downloading 10.0.d20.7-3 PKGBUILD from AUR
    Error: 10.0.d20.7-3 not found in AUR.
    should be just "yaourt -S flashplugin-alpha-64" no version needed
    the error is telling you it cant find 10.0.d20.7-3 which is not a package.  did you get another error with the first part? or did  you see it building the package?
    i like building it by hand, so i usually (in a folder on my /home) i do
    mkdir flashplugin-alpha-64
    cd flashplugin-alpha-64
    yaourt -G flashplugin-alpha-64 (to get pKGBUILD and other files)
    makepkg  (to build)
    then install with yaourt -U [full package filename]
    makes me feel like i'm in control
    Last edited by toxygen (2008-12-18 04:56:50)

  • Problem installing android-sdk from AUR using yaourt

    Hi all,
    I use yaourt to install packages from the AUR but I'm having an issue with android-sdk.
    Whenever I run 'yaourt -S android-sdk' it seems to detect that the 'java-runtime' is not installed.
    However, I do have sun's jre and jdk installed (I was having applet issues with openjdk) and it detects this when it actually starts installing it.
    But it just reinstalls the package and quits without installing the android sdk. If I run yaourt again, the same thing happens.
    Does anyone have an idea of what the problem might be?
    I could download the tar.gz from google but I'd rather keep everything handled by arch package management.

    Is that a show stopper for yaourt?  I use aurbuild and did that install the other night.  It tripped over the java runtime and pitched a warning, but the build worked and it installed. 
    I could download the tar.gz from google but I'd rather keep everything handled by arch package management.
    Even if you hand build the AUR in a directory of your choice, the resultant package is still integrated into your Arch system using the -U option of pacman.  Regadrless of the front end (Yaourt, aurbuild, or roll-your-own), pacman tracks the package as 'Foreign'.  FYI.

  • Error installing ruby-json from AUR

    Hey guys,
    I'm getting an error installing the ruby-json AUR package with yaourt. Here's the error https://gist.github.com/EvanPurkhiser/5409110
    I checked the directory pkg directory and it has 000 permissions =/ Changing the permissions doesn't seem to fix it as it just resets them back to 000 next time i try to install it
    Also, would this be a better to report this in the package comments instead of asking here?
    Last edited by EvanPurkhiser (2013-04-18 01:47:22)

    Scimmia wrote:Yes, it is better to notify the package maintainer. The problem is that $pkgdir is inaccessable from the build function.
    Technically that is not the problem, the problem is that the PKGBUILD was doing bad things in build(), which makepkg will now refuse 

  • Trying to install AMSN-SVN from AUR, TLS troubles (Resolved)

    Hi all,
    I just finished attempting to get AMSN-SVN from AUR working correctly. I got it installed and running fine but when I go to sign in, it complains about a missing TLS package, which was expected from what I read in the wiki. However, AMSN for some reason is unable to download the TLS package due to an error with sourceforge. I manually entered the URL in my web browser and the file in question downloaded fine that way. I extracted the archive and in the AMSN preferences I directed it to look for TLS in the folder I extracted the archive too. In theory this should work fine but it did not and no matter where I put the TLS files or point AMSN too it simply won't work.
    I also read about editing one of the TLS files but my file was correct already so it must have been fixed at some point. Anyone have any insight or tips for me? I am ready to pull my hair out. lol. I even tried installing Arch's TLS package but got no love from that either. If I can't get this to work I may have to go back to my Ubuntu install. Nooooo!! I love Arch too much.
    Kevin
    Last edited by ould (2007-05-25 13:08:05)

    samlt wrote:
    well, I just read the wiki, and it tells you have to download tls manually, but you don't have to...
    amsn also asko for tls (which was already installed) until this modification is done
    I know you said you already tried something similar, but I've done this few days ago, and I can't see why it wouldn't work for you...
    Thanks for the suggestion samlt. I did try that as I too found some posts relaying the same info. My file already had the correct layout so it must have been fixed sometime recently. No biggie, I am using Mercury Messenger at the moment and it seems to be doing pretty much everything I need for now, just found out about it yesterday and there was a package in the AUR so I tried it out and it is working well at the moment.
    Thanks,
    Kevin

  • [SOLVED] Installing Catalyst drivers from AUR

    Hi everyone!
    Got me an new laptop and have an Radeon HD 3200 in it and hoped to get it working but
    I dont managed to get it to work so I hoped someone here could help me
    Ive tested the xf86-video-ati
                         xf86-video-radeonhd
                         xf86-video-radeonhd-git
    But those does get it to work but the performance is really shit and I really want 3d acceleration
    so I decided to give the catalyst 9.4-1 from AUR a go.
    Installs with yaourt and everything seems to go fine but when I startx it goes back to command line.
    My xorg:
    Section "ServerFlags"
          Option "DontZap" "false"
    EndSection
    #Section "Module"
    #      Load "glx"
    #      Load "dri"
    #      Load "drm"
    #EndSection
    Section "Device"
          Identifier "Card0"
          Driver "fglrx"
    #      Option "AccelMethod" "exa"
    #      Option "DRI" "on"
    #      Option "ColorTiling" "on"
    EndSection
    #Section "DRI"
    #      Group "video"
    #      Mode 0666
    #EndSection
    The commented lines were used for the radeonhd driver.
    Here is the Xorg.0.log when using fglrx driver:
    X.Org X Server 1.6.1
    Release Date: 2009-4-14
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 2.6.29-ARCH x86_64
    Current Operating System: Linux acer 2.6.29-ARCH #1 SMP PREEMPT Wed Apr 29 15:36:46 CEST 2009 x86_64
    Build Date: 15 April 2009  11:01:49AM
        Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
    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: Sat May  9 12:36:07 2009
    (==) Using config file: "/etc/X11/xorg.conf"
    (==) No Layout section.  Using the first Screen section.
    (==) No screen section available. Using defaults.
    (**) |-->Screen "Default Screen Section" (0)
    (**) |   |-->Monitor "<default monitor>"
    (==) No device specified for screen "Default Screen Section".
        Using the first device section listed.
    (**) |   |-->Device "Card0"
    (==) No monitor specified for screen "Default Screen Section".
        Using a default monitor configuration.
    (**) Option "DontZap" "false"
    (==) Automatically adding devices
    (==) Automatically enabling devices
    (WW) The directory "/usr/share/fonts/Type1" does not exist.
        Entry deleted from font path.
    (==) FontPath set to:
        /usr/share/fonts/misc,
        /usr/share/fonts/100dpi:unscaled,
        /usr/share/fonts/75dpi:unscaled,
        /usr/share/fonts/TTF,
        built-ins
    (==) ModulePath set to "/usr/lib/xorg/modules"
    (II) Cannot locate a core pointer device.
    (II) Cannot locate a core keyboard device.
    (II) The server relies on HAL to provide the list of input devices.
        If no devices become available, reconfigure HAL or disable AllowEmptyInput.
    (II) Loader magic: 0x15c0
    (II) Module ABI versions:
        X.Org ANSI C Emulation: 0.4
        X.Org Video Driver: 5.0
        X.Org XInput driver : 4.0
        X.Org Server Extension : 2.0
    (II) Loader running on linux
    (--) using VT number 7
    (--) PCI:*(0@1:5:0) ATI Technologies Inc RS780M/RS780MN [Radeon HD 3200 Graphics] rev 0, Mem @ 0xd0000000/268435456, 0xcfdf0000/65536, 0xcfe00000/1048576, I/O @ 0x00009000/256
    (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    (II) No APM support in BIOS or kernel
    (II) System resource ranges:
        [0] -1    0    0xffffffff - 0xffffffff (0x1) MX[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    0xffffffff - 0xffffffff (0x1) MX[b]
        [5] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [6] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [7] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [8] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [9] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [10] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [11] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [12] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [13] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [14] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [15] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [16] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [17] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [18] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [19] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [20] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [21] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [22] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [23] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [24] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [25] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [26] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [27] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [28] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [29] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [30] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [31] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [32] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [33] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [34] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [35] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
    (II) LoadModule: "extmod"
    (II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
    (II) Module extmod: vendor="X.Org Foundation"
        compiled for 1.6.1, module version = 1.0.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension MIT-SCREEN-SAVER
    (II) Loading extension XFree86-VidModeExtension
    (II) Loading extension XFree86-DGA
    (II) Loading extension DPMS
    (II) Loading extension XVideo
    (II) Loading extension XVideo-MotionCompensation
    (II) Loading extension X-Resource
    (II) LoadModule: "dbe"
    (II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
    (II) Module dbe: vendor="X.Org Foundation"
        compiled for 1.6.1, module version = 1.0.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension DOUBLE-BUFFER
    (II) LoadModule: "glx"
    (II) Loading /usr/lib/xorg/modules/extensions//libglx.so
    (II) Module glx: vendor="X.Org Foundation"
        compiled for 7.4.0, module version = 1.0.0
    (II) Loading extension GLX
    (II) LoadModule: "record"
    (II) Loading /usr/lib/xorg/modules/extensions//librecord.so
    (II) Module record: vendor="X.Org Foundation"
        compiled for 1.6.1, module version = 1.13.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension RECORD
    (II) LoadModule: "dri"
    (II) Loading /usr/lib/xorg/modules/extensions//libdri.so
    (II) Module dri: vendor="X.Org Foundation"
        compiled for 7.4.0, module version = 1.0.0
    (II) Loading extension XFree86-DRI
    (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 1.4.99.906, module version = 8.60.3
    (II) LoadModule: "dri2"
    (II) Loading /usr/lib/xorg/modules/extensions//libdri2.so
    (II) Module dri2: vendor="X.Org Foundation"
        compiled for 1.6.1, module version = 1.0.0
        ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension DRI2
    (II) LoadModule: "fglrx"
    (II) Loading /usr/lib/xorg/modules/drivers//fglrx_drv.so
    (II) Module fglrx: vendor="FireGL - ATI Technologies Inc."
        compiled for 1.4.99.906, module version = 8.60.3
        Module class: X.Org Video Driver
    (II) Primary Device is: PCI 01@00:05:0
    (WW) Falling back to old probe method for fglrx
    (II) ATI Proprietary Linux Driver Version Identifier:8.60.3
    (II) ATI Proprietary Linux Driver Release Identifier: 8.602                               
    (II) ATI Proprietary Linux Driver Build Date: Apr  1 2009 15:01:03
    (II) PCS database file /etc/ati/amdpcsdb not found
    (II)   Creating PCS database from initial defaults instead
    (WW) This ATI Proprietary Linux Driver does not guarantee support of video driver ABI higher than 2.0
    (WW) Video driver ABI version of the X server is 5.0
    (--) Assigning device section with no busID to primary device
    (--) Chipset Supported AMD Graphics Processor (0x9612) found
    (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:17:0) found
    (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:18:0) found
    (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:18:1) found
    (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:18:2) found
    (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:19:0) found
    (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:19:2) found
    (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:0) found
    (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:2) found
    (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:3) found
    (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:4) found
    (WW) fglrx: No matching Device section for instance (BusID PCI:0@1:5:1) found
    (II) AMD Video driver is running on a device belonging to a group targeted for this release
    (II) AMD Video driver is signed
    (II) resource ranges after xf86ClaimFixedResources() call:
        [0] -1    0    0xffffffff - 0xffffffff (0x1) MX[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    0xffffffff - 0xffffffff (0x1) MX[b]
        [5] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [6] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [7] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [8] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [9] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [10] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [11] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [12] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [13] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [14] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [15] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [16] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [17] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [18] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [19] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [20] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [21] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [22] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [23] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [24] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [25] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [26] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [27] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [28] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [29] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [30] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [31] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [32] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [33] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [34] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [35] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
    (II) fglrx(0): pEnt->device->identifier=0x2499770
    (II) resource ranges after probing:
        [0] -1    0    0xffffffff - 0xffffffff (0x1) MX[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    0xffffffff - 0xffffffff (0x1) MX[b]
        [5] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [6] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [7] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [8] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [9] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [10] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [11] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [12] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [13] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [14] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [15] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [16] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [17] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [18] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [19] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [20] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [21] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [22] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [23] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [24] 0    0    0x000a0000 - 0x000affff (0x10000) MS[b]
        [25] 0    0    0x000b0000 - 0x000b7fff (0x8000) MS[b]
        [26] 0    0    0x000b8000 - 0x000bffff (0x8000) MS[b]
        [27] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [28] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [29] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [30] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [31] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [32] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [33] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [34] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [35] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [36] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [37] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [38] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [39] 0    0    0x000003b0 - 0x000003bb (0xc) IS[b]
        [40] 0    0    0x000003c0 - 0x000003df (0x20) IS[b]
    (II) Setting vga for screen 0.
    (II) fglrx(0): === [atiddxPreInit] === begin
    (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 1.6.1, module version = 0.1.0
        ABI class: X.Org Video Driver, version 5.0
    (II) fglrx(0): PCI bus 1 card 5 func 0
    (II) fglrx(0): Creating default Display subsection in Screen section
        "Default Screen Section" for depth/fbbpp 8/8
    (EE) fglrx(0): Given depth (8) is not supported by fglrx driver
    (EE) fglrx(0): PreInitVisual failed
    (EE) fglrx(0): PreInit failed
    (II) fglrx(0): === [atiddxPreInit] === end
    SetVBEMode failed
    (II) UnloadModule: "fglrx"
    (II) UnloadModule: "vgahw"
    (II) Unloading /usr/lib/xorg/modules//libvgahw.so
    (EE) Screen(s) found, but none have a usable configuration.
    Fatal server error:
    no screens found
    Please consult the The X.Org Foundation support
         at http://wiki.x.org
    for help.
    Please also check the log file at "/var/log/Xorg.0.log" for additional information.
    Anyone knows why it isnt working. Im not so good at this so I really have no idea.
    Thx in advance for all help I can get
    Last edited by lord_zlayer (2009-05-10 12:22:13)

    Thanks greenfish for your help I changed my xorg.conf to this:
    Section "ServerLayout"
    Identifier "aticonfig Layout"
    Screen "aticonfig-Screen[0]-0" RightOf "Screen0"
    EndSection
    Section "ServerFlags"
    Option "DontZap" "false"
    Option "AllowMouseOpenFail" "true"
    Option "AutoAddDevices" "true"
    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:5: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
    And now I get into X with the catalyst driver and it seems much smoother than with
    the radeonhd driver.
    But now comes the next problem, when I try to launch a 3d application such as tuxkart
    I get this outout:
    [johan@acer ~]$ tuxkart
    Data files will be fetched from: '/usr/share/games/tuxkart'
    X Error of failed request: BadRequest (invalid request code or no such operation)
    Major opcode of failed request: 137 (GLX)
    Minor opcode of failed request: 19 (X_GLXQueryServerString)
    Serial number of failed request: 21
    Current serial number in output stream: 21
    Anyone knows anything about this? glxgears gives me the same results.

  • Boot Camp not installed after transfer from PB G4

    I just bought a MacBook (Black, 160 G HD, 2G RAM). When starting the new MacBook, I transferred my files from my old PB G4 to my new MacBook. All my files were transferred without any problem. But Boot Camp Assistant is no where to be found on the new MacBook. Search with Spotlight does not find Boot Camp. Any suggestions??

    I realized that Bluetooth was not installed either. There might also have been other missing software that I did not notice.
    I did an "Archive and Install" from the original Installation DVD, and everything seems to be installed and working well.

  • Problem in accessing a Lotus Notes installed in French from the portlet

    Hi,
    We installed the Lotus Notes Portlet on a 9iAS V2 on a solaris Box. The installation of the portlet worked fine and we tried to get the messages from notes.
    Accessing a french install of Notes on a Win2K box, we got the following error:
    Error: Lotus Notes Portlet encountered Domino error:4045 Invalid date lotus.domino.NotesException at lotus.domino.cso.Session.createDateTime(Session.java:196) at oracle.lotus.application.LotusProvider.showPortlet(LotusProvider.java:817) at oracle.lotus.application.LotusProvider.process(LotusProvider.java:1091) at oracle.lotus.application.InboxShowRenderer.renderBody(InboxShowRenderer.java:84) at oracle.portal.provider.v1.RenderManager.render(RenderManager.java:165) at oracle.portal.provider.v1.http.ServletProviderResponse.showPortlet(ServletProviderResponse.java:528) at oracle.portal.provider.v1.http.HttpProvider.dispatchProviderAction(HttpProvider.java:660) at oracle.portal.provider.v1.http.HttpProvider.service(HttpProvider.java:390) at javax.servlet.http.HttpServlet.service(HttpServlet.java:588) at org.apache.jserv.JServConnection.processRequest(JServConnection.java:500) at org.apache.jserv.JServConnection.run(JServConnection.java:321) at java.lang.Thread.run(Thread.java:484)
    We tried to change the NLS_LANG and NLS_DATE_FORMAT in jserv.properties without any success.
    After that, we connected the Lotus external application to an American Notes install on Linux and we didn't got the problem.
    Where do i have to modify something to be able to use the portlet WITH my French Notes install ?
    Thanks
    regards

    We have the same problem with a spanish Lotus Domino installation.
    This is the stack of error shown when display the Domino portlets.
    Error: Lotus Notes Portlet encountered Domino error:4045 Invalid date lotus.domino.NotesException at lotus.domino.cso.Session.createDateTime(Session.java:196) at oracle.lotus.application.LotusProvider.showPortlet(LotusProvider.java:817) at oracle.lotus.application.LotusProvider.process(LotusProvider.java:1091) at oracle.lotus.application.CalendarShowRenderer.renderBody(CalendarShowRenderer.java:64) at oracle.portal.provider.v1.RenderManager.render(RenderManager.java:165) at oracle.portal.provider.v1.http.ServletProviderResponse.showPortlet(ServletProviderResponse.java:524) at oracle.portal.provider.v1.http.HttpProvider.dispatchProviderAction(HttpProvider.java:660) at oracle.portal.provider.v1.http.HttpProvider.service(HttpProvider.java:390) at javax.servlet.http.HttpServlet.service(HttpServlet.java:588) at org.apache.jserv.JServConnection.processRequest(JServConnection.java:424) at org.apache.jserv.JServConnection.run(JServConnection.java:216) at java.lang.Thread.run(Thread.java:479)

  • [SOLVED] How to install custom kernel from AUR?

    I am trying to install the custom kernel for the Acer Aspire One from AUR. What is the correct way to go about doing this? I pacman -U the .pkg.tar.gz I downloaded and it put a new kernel folder in /usr/src. Do I just copy the old .config file and make?
    Last edited by future stir-fry (2008-12-23 01:26:57)

    zaza224 wrote:
    After installing new kernel with pacman -U you  just need to add a new line to grub menu.lst pointing to it and reboot
    How would you go about doing this in syslinux instead of grub?
    Whoa there, get your shotguns, the zombies are coming!!
    Seriously, welcome to the Arch forums zaza224
    Please familiarize yourself with our forum guidelines, in particular the topic about waking the dead:
    https://wiki.archlinux.org/index.php/Fo … Bumping.22
    Closing.

  • Installing fontconfig-infinality from AUR

    Hello guys!
    It is probably the dumbest question ever, but I'm new to Arch and I am kind of stack here, so please help.
    I'm trying to install the infinality fonts on my system, 'cause the default ones look awful for me. According to Font Configuration wiki page I have to install 3 packages: freetype2-infinality, which I've installed without any problems following Arch User Repository wiki page, lib32-freetype2-infinality and fontconfig-infinality. The last two packages I'm not able install, because the command makepkg -S doesn't generate any *.tar.xz file, which I supposed to install with pacman -S command.
    Please, give me an advice on how to install these packages.
    Thanks in advance and sorry for my bad English.
    Last edited by stee1rat (2013-10-22 13:20:48)

    karol wrote:
    stee1rat wrote:Thanks for your answers, guys!
    I've found out about yaourt to update AUR packages.
    There are some other helpers you might like even better https://wiki.archlinux.org/index.php/AUR_Helpers
    BTW, I use cower, which just downloads the srcpackage tarball (the *src.tar.gz) and unpacks it for you. It also provides some amaingly fast and efficient search functionality, has basic dependency resolution (it can download the srcpackage and any other AUR srcpackages it depends on), and is capable of updates.  On top of all that awesomeness, it is written in C, so it it super snappy, and it maintained by falconindy, who is an Arch dev.
    When I get lazy, as we all do, I use meat-git.  Really using meat is actually using cower, but it is just a bash wrapper that also builds the packages for you.  I mostly use it if I have serveral AUR packages that need updating.

  • Installing wine apps from AUR, no install UI shows?

    Hello
    I have been unable to install the netflix-desktop app and pipelight from the aur.
    The thing is that i start the installation process from terminal (yaourt -S pipelight) and when there is supposed to popup a installation wizard gui, i get nothing, just the terminal showing some weird output (the sort of output you see when you start a gui app from the terminal).
    Any ideas on how i can fix the issue?
    Thanks

    there's no graphical wizard that pops up, when you install pipelight (and by extension, wine-silverlight) it does it all in the terminal. building wine-silverlight takes some time, so be patient

  • Installing older package from aur

    how do I revert to an older package from the aur? I installed the new build of utorrent and it won't run so I was wondering how to revert back to the old build? thanks

    Allan wrote:If I was the author, I would have just responded "yes"! 
    Well, my first thought was "of course it fscking is", but in the spirit of the forum I gave a more diplomatic answer.
    Last edited by Xyne (2010-12-26 07:13:50)

Maybe you are looking for

  • Printing to Fine Art "Museum Etching" Error

    Having an issue with printing Fine Art "Museum Etching" paper on my Canon Pixma9000 printer. This wasn't an issue until switching to a Mac, using Adobe Illustrator CS4. I recently purchased Canon's Fine Art Museum Etching paper and when selecting tha

  • How to supress zero values in a union report in obiee11g?

    I have a union report using two subject areas in obiee 11g. I have  added the price column from the first sector area and dummy column from the second sector area. I have  added the parity column from the second sector area and dummy column from the

  • Plsql package cannot be  re-compiuled or droppedHi

    Hi All, I have a plsql package that cannot be re-compiled or dropped . Can any one help how to proceed. I using oracle 10.3 installed in a solaris 10 machine Thanks BR

  • One Server Multiple Clients

    Hello, This server code accepts only one client connection at a time. However, I have several lines that are specifically for the server to accept more than one client. What do I need to do in addition for the server to recognize that it can accept m

  • Error while reversing flatfile

    Hi, I have changed the demo essbase file according to my requirement as follows. parentName     alias     memberName     dataStorage     twoPassCalc     consolidation     uda     formula Product     Specialty Drinks     Energy Drink     S          +