[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)

Similar Messages

  • 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 

  • [TECHNOTE ANNOUNCE]  Error installing Flash Player "The download did not pass the integrity check (16236.304.443)

    All,
    I've published a new technote for folks who are having trouble with the Adobe Download Manager and Flash Player.
    Error installing Flash Player "The download did not pass the integrity check (16236.304.443)
    http://kb2.adobe.com/cps/512/cpsid_51258.html
    Essentially this technote links to the Windows troubleshooting technote here:
    http://www.adobe.com/go/tn_19166
    However, before today the Windows troubleshooting technote only had an EXE install for the ActiveX version of Flash Player 10.  I have now added a link to download the EXE version of the Flash Player Plugin installer as well.
    Please point other users with integrity check errors to the first technote.

    Thank you for the update & Tech Note Announcement. I do have a couple of questions, if you could please respond.
    After uninstalling and ready to download; reading from the link you provided on 9/4/09, Should we follow the normal download instructions
    per #2. "Flash  Player download Center" and if a successful installation is not accomplished, THEN, go to "download and unzip install_Flash_Player_10_Plugin (all other windows browsers) ? Or should the latter step be done in lieu of #2 mentioned. I am assuming the download from F.P. D.L. Center would be done first and then troubleshoot by running the EXE. version of the F.P. Plugin installer.
    Experience has taught me not to assume much, and if you don't know, ask!
    Thanks for your hard work, but you have to admit, for the technically deprived, it is frustrating and confusing.

  • Error when building programs from AUR

    I had a problem installing screen-git from the AUR.  I kept getting this error message, ./autogen.sh: /bin/sh^M: bad interpreter: No such file or directory, when trying to build this package.
    At first I thought it might just be a problem with the screen-git pkgbuild, but I tried to install something else from AUR and got the same message.   I usually install things with Yaourt, so I thought it may be a problem with that.  I tried to manually install something from the AUR and got the same error. It seems to be affecting anything that needs to be built from source, so I'm wondering if it is a problem with my makepkg.conf.
    I couldn't seem to find anything posted in the forums.  Any help will be appreciated.

    I fixed the problem.  It was only affecting packages from a git repository. I checked and for some reason only on one of my computers, git was setup to add dos newline characters.
    With a simple change to my .gitconfig file, changing autocrlf = false, fixed the problem.   Thanks for everyone's help.

  • Duplicate session error using Flash Remoting from Air 3.4 Mobile Apps ( IOS and Android ) with CF10

    We're getting the "duplicate session" error using Flash Remoting from Air 3.4 Mobile Apps ( IOS and Android ) with Coldfusion 10 Standard.
    faultCode:Server.Processing.DuplicateSessionDetected faultString:'Detected duplicate HTTP-based FlexSessions,
    generally due to the remote host disabling session cookies.
    Session cookies must be enabled to manage the client connection correctly.' faultDetail:'null'
    Have read most of the docs about this error -all to do with LCDS
    Notes:
    Not using LCDS,
    No Remote Calls from loaded Sub-Apps,
    No Errors from the Flex Web App which is pretty  much identical and calls the same cfcs.
    The error does not happen all the time and is hard to reproduce - say 5% of app sessions at a guess.
    Could it be a two first time remote calls hitting the server together before a session is set up?
    Our remoteObjects are in two places 1) Main Application.mxml and within a class compiled into the main app - can't see how this would be an issue.
    I enabled session management for the CFCs in Application.cfc but still occurs. Is this neccessary - it's not in any docs?
    Could this be something to do with the app not being shut down - as is typical with mobile users? When they resume use after a day or two surely a new session will be created?
    Please advise thank you.

    For our profect I think this issue was caused as follows:
    Believing that remoting was full asynchronous we fired a 2 or 3 remote calls to the server at the same time ( within the same function ) - usually when the users goes to a new section of the app.
    This seemed to trigger the duplicate http session error since according to http://blogs.adobe.com/lin/2011/05/duplication-session-error.html  two remote calls arriving before a session is created will cause 2 sessions to be created.
    Our current solution ( too early to say it works ) is to daisy chain the multiple calls together .
    Also there seemed to be an issue where mobile apps that never quit ( thanks Apple! )  caused the error when activated after a few hours.
    I guess the session expires on the server and the error above occurs on activation.
    So the mobile apps now ping the server with a remote call when activated after sleeping for more than one hour.
    All duplicate http errors are silently caught and reported.
    Fingers crossed we won't get any more!

  • Not able to install flash builder from creative cloud app

    Not able to install flash builder from creative cloud app, please help me. When i am trying to install app, its redirecting to the Flash Builder landing page and where i can see download button. However, when i am trying to install, its not getting "INSTALL" option in CC App.
    Please help me.

    Check
    http://forums.adobe.com/thread/885448
    http://forums.adobe.com/thread/867968

  • I can't install Flash Builder from the Web Premium suite, what should I do?

    I just downloaded the Adobe Creative suite 5.5 Web Premium and am about to install the program but notice a note next to the Adobe Flash Builder program... it explains that my system doesn't have the requirements needed for this program. I checked and it explains further details stating that I need to have a • Mac OS X v10.5.6–10.6 and I doubled check which version I have and it's OS X 10.5.8. Doesn't this actually mean that it does meet the requirements?
    Please advise as to what can be done to be able to download this specific program.
    Thanks,
         Sarah-Kay

    ok,
    so for the memory:      it's 4 GB 1067 MHz DDR3 and when I click to 
    install the programs it says (Macintosh HD: 10,0 Go (459,5 Go 
    disponible).
    As for the processor:  it's 2.66 GHz Intel Core 2 Duo
    Monitor resolution:    1920 x 1200
    Le 12-02-28 à 17:35, Jeff A Wright a écrit :
    Re: I can't install Flash Builder from the Web Premium suite, what 
    should I do?
    created by Jeff A Wright in Downloading, Installing, Setting Up - 
    View the full discussion
    We do still need more information such as how much memory you have, 
    resolution of your monitor, how much disk space you have free, which 
    processor are you using.  I good guide is to look at the system 
    requirements and try to post for each of the items within the 
    requirements.  The system requirements for Web Premium can be found 
    at http://www.adobe.com/products/creativesuite/web/tech-
    specs.edu.html.
    >
    Also you can find this information within your System Profiler.  The 
    easiest way to access the system profiler is to go to the Apple Menu 
    and select About this Mac.  Once selected clicking on the more info 
    button will launch the System Profiler.
    Replies to this message go to everyone subscribed to this thread, 
    not directly to the person who posted the message. To post a reply, 
    either reply to this email or visit the message page: [http://forums.adobe.com/message/4235635#4235635
    To unsubscribe from this thread, please visit the message page at [http://forums.adobe.com/message/4235635#4235635
    ]. In the Actions box on the right, click the Stop Email 
    Notifications link.
    Start a new discussion in Downloading, Installing, Setting Up by 
    email or at Adobe Forums
    For more information about maintaining your forum email 
    notifications please go to http://forums.adobe.com/message/2936746#2936746

  • [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.

  • [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.

  • [SOLVED] Unable to build packages from AUR (build: command not found)

    I recently hosed the filesystem on my arch install of ~8 months. I reinstalled arch today and didn't have many problems since I had backups of many important config files. Anyways, I still need to get a few programs installed from AUR, but nothing I get from AUR will build.
    I download the tarball, extract into a folder in /home/myuser/builds and then go into that folder and run makepkg -s (as always)
    It checks the files and extracts/downloads them. Then I get the following error message:
    ==> Starting build()...
    /usr/bin/makepkg: line 741: build: command not found
    ==> ERROR: Build Failed.
    Aborting...
    I've run abs and I checked out the abs wiki page, I've also installed base-devel. I am not sure what else I need to do, the error message is not specific enough.
    The packages I have been trying to install are      ttf-ms-fonts 2.0-7,      keepass 2.14-2, and I also tried ttf-vista-fonts 1-3. I am fairly certain that it is not a problem with the PKGBUILD files.
    Any ideas? Thanks!
    Last edited by fatjake (2011-03-08 01:02:59)

    cyrus wrote:Have you tried Yaourt?
    Nope, haven't tried that, I think mainly because I wanted to learn how to use pacman and how to build using ABS. At this point I think I know how to use pacman/abs, as much as this thread might make it appear that I dont
    I'll give it a try, as I frequently install software from AUR. In the past I think I let software from the AUR get outdated, Yaourt (clumsy name) sounds like it would help that a bit. Thanks!
    Edit: BTW, I really love Arch. I tried it out on a flash drive about 8 months ago (maybe more), and after about 12 hours I was sold and installed it on the drive that Windows XP previously held. Even considering that I had many problems during the initial install, but they were all problems that caused me to learn and were easy to resolve. Seriously, I have lots of Windows tech experience, but only Arch forced me to learn Linux. I had tried Ubuntu previously but it was such a bore, and the problems tended to be hard to find solutions for. I try to convince my other Linux using friends to try arch, but they see it as too hands-on. I don't see it that way, it is very hands off after initial configuration, and the initial config only takes a week or less on the first try and a day and a half (or so) if you re-install. Having backups of your config files is of course a huge deal, and I am glad I had most of those.
    Really, I love Arch Linux, it has taught me so much.
    Last edited by fatjake (2011-03-08 04:25:15)

  • [SOLVED] Error building firefox-aurora from heftig's repository

    I'm currently using the aurora package from heftig's repository at : http://pkgbuild.com/~heftig/aurora/ . No troubles with that so far in the time I've been using it (1-2 days).
    Sometimes I like to rebuild certain packages to get a bit more of performance (don't expecting a huge increase) but this time I can't manage to build this one.
    At some point after spending an hour or so building I get this error and makepkg finishes without building it:
    http://www.pastie.org/2106870
    I have no clue on what does trigger that error and the only thing I can think so far is if there is some kind of script that is somehow tailored to the server where usually the aurora package is build and that is making it fail on my laptop.
    Does anyone experience this or have any clue on what could be causing this error?
    Thank you in advance for your help
    EDIT:
    Building the package in a clean chroot worked. Makes me think about the hosts config file on my system may have some problem. Anyway, solved.
    Last edited by ethail (2011-06-23 23:42:25)

    Ok, i tried to use wiki and build firefox with kde patches and pgo from  AUR repository.
    I followed the instructions form wiki page you kindly provided, but every time i get:
    ==> ERROR: 'pacman' failed to install missing dependencies.
    i think it's complaining  about missing kmozillahelper which is available only in AUR. However i found another repository that includes kmozillahelper package -> no result. Can you give me an advise please?
    Last edited by irrlicht (2011-06-30 23:06:17)

  • Error installing Flash Player 9 silent mac

    I downloaded the flex 2 demo from Adobe and installed on OS
    10.4.11 but when I try to install the Flash 9 silent installer I
    get an error message :
    Error creating file.
    1008:5,-5000 Access denied error
    I have complete admin privledges . I tried downloading a
    different version but the same result .
    If I new where it installed I could check the write
    privledges.
    Any suggestions?
    g mayer

    I am running OS X, and I just installed flash player 9. I am
    not able to look at any flash sites anymore. I have been
    installing, reinstalling, uninstalling and nothing seems to work. I
    am not very computer saavy, but i can normally figure these thing
    out. Adobe is no help at all. I feel as though I should reinstall
    everything over again on my mac. Please let me know if it is
    possible to fix this bug.
    Have you had any response Bill? Is there a mac help forum for
    this?

  • Error installing Flash Pro CS6

    I'm trying to install Flash Pro CS6 but I keep getting the following error (the message is in portuguese) after running the .exe file (downloaded directly from Adobe's oficial website).
    I've tried it in 3 different computers with Windows 8 and in one computer with Windows 7 and all of them give me the same error. I'm using an Admin account so that's not the problem!

    The problem is happening when I try to extract the downloaded files from the .exe to another folder. The application has all the permissions available
    Here is another picture of the initial screen when I double click the .exe file.
    I've tried to extract it to other folders, like "Documents", "Downloads", but It gives me the same error as before.

  • Error installing Flash with windows 2k sp4

    I just re-installed Win 2000 Pro (desktop) and I'm trying to
    install support programs. I installed
    IE6 SP1, I was able to install Acrobat Reader, but I can not
    install Flash or Shockwave
    both fail in the same place. I have a screen shot showing the
    error. The forum software doesn't
    appear to support screen shot images tho :(.
    Message box reads:
    Could not load the DLL library
    C:\WINNT\System32\Kernel32.dll
    (GetSystemWow64DirectoryA) The specified
    procedure could not be found.
    I'm purplexed ... why would a system subroutine
    be missing from the windows kernel?
    Am I being given the wrong version of
    flash/shockwave for Win2k?
    What should I look to download?
    Thanks

    WoW (64), everybody is having this problem. Is Adobe going to
    fix it or not?
    The best description I have is from a translated Chinese web
    page:
    http://translate.google.com/translate?hl=en&amp;sl=zh-CN&amp;u=http://www.hszxcx.cn/Window sAPI/FunctionView.aspx%3Fid%3D35582617387108&amp;sa=X&amp;oi=translate&amp;resnum=7&amp;ct =result&amp;prev=/search%3Fq%3Dgetsystemwow64directorya%26start%3D40%26hl%3Den%26sa%3DN
    The best forum is on the Afobe site which always seems to be
    down for maintence:
    http://store1.adobe.com/cfusion/webforums/forum/messageview.cfm%3Fforumid%3D44%26catid%3D1 85%26threadid%3D1328948%26enterthread%3Dy&amp;ei=jcejR_qJD6XAasSQoZcC&amp;sig2=Zy6XaPpIzPK W0-KLEeIHcQ&amp;zx=LUnOwhkRcfk&amp;ct=w

  • 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

Maybe you are looking for

  • BI Publisher Cluster Deployment Issue

    Hi All, I have installed BI Publisher in two nodes A and B (stand alone basic). During scheduler configuration, I have checked cluster option. A load balancer has been configured to point to these two nodes.The data source is file system and location

  • Validation Errors with new Install of W7 x64 Ent Debug Checker On New Equipment

    I am receiving multiple Errors. I am trying to use the Windows 7 x64 Enterprise which happens to be the Debug Checker version OS as the host machine.  I have only built the machine, and tried to load the Drivers. I say this due to the starting issue

  • Hide Show region vertically

    Hello friends, I want to use Tree on Show/Hide region. Is there a a way to change the behavior of Hide/Show region. By default it slides down. I need it to slide right. Or I have to try jquery accordion. Regards, Water

  • Joining three tables

    I have to join three tables but i m getting error as given below: Error i m getting- Syntax error(missing operator) in query expression 'invoice.INVOICE_NO=inv_ent_main.INVOICE_NO INNER JOIN invrate ON invrate.INVOICE_NO=inv_ent_main.INVOICE_N'. My Q

  • Display Standard Program Graphic Report in Adobe Form

    Hi All, I'm new this field and really need you all expertise.. I have requirement which is to display Standard Program SAP Business Graphic Report (eg: Profile Matchup) in Adobe Form. I also have read this blog but there is something i'm not clear...