Has anyone gotten "Insert HTML" java applet snippet code to work in Adobe Muse?

I am trying to insert some code into a page created with Adobe Muse. The insert HTML code snippet, i'm trying to insert is a java.jar file that plays a virtual tour file for the inside of a home. After inserting and then publishing to Catalyst, when viewed in IE, I get a blank box where the applet is suppose to be and it says error.
Has anyone done something similar and been successful in the past?

I didn't seem to get any answers, but I think I figured out the problem. Business Catalyst does not support setting file permissions on .jar files (Java Applets) and potentially other kinds of files that I needed to get loaded so that's why I got a generic error.
The code snippet, I used, worked when I uploaded the site to another hoster that supports distributing .jar files.

Similar Messages

  • Has anyone gotten the automatic upload to YouTube to actually work?

    I've read about a lot of people who have had trouble getting Compressor's "Publish to YouTube" to work properly, but no stories of anyone actually getting it to do it. Has anyone gotten it to work? And if so, how?

    I have tried to get all of FCP's new social networking uploads to work, and they don't here. I just export the file, and use the Utube uploader. I don't think any of the sharing in FCS is ready for primetime:)

  • Has anyone gotten remote access to a FAT Airdisk to work?

    Has anyone gotten Airdisk to work remotely while using a drive that was FAT formatted? I have spent a lot of time poking around the boards trying to figure out how to get airdisk to work remotely and without hashing up too many details I have gotten it to work but ONLY if I use a usb disk which has been formatted HFS+. When I try to use FAT disks my mac cannot mount then remotely. Also, has anyone gotten Airdisk to work either locally or remotely while using one drive formatted FAT and the other HFS+? When I try this, only my FAT disks show up and the HFS+ ones throw up an error. Thank you.

    I've got two partitions on my USB drive, which Apple apparently says won't work, or is unsupported. Nevertheless, it works OK for me. One (the first) is HFS+, the other is FAT32. I can mount either from OSX using the address "afp://router.ip.address/HFS_Drive" or "smb://router.ip.address/FAT32_Drive", respectively. I can even access the FAT32 drive from Parallels/XP by mapping a drive letter to "smb://router.ip.address/FAT32_Drive" so it connects at login.

  • Has anyone gotten an unknown error with the code "-1" when updating their iPhone 4 to iOS 6.1.3?

    I have received the same error while updating me phone for the last two updates and have had to wipe out my entire phone with a restore both times! I am very frustrated with Apple.

    Error 1 or -1
    This may indicate a hardware issue with your device. Follow Troubleshooting security software issues, and restore your device on a different known-good computer. If the errors persist on another computer, the device may need service.

  • Has anyone had issues when trying to print a page developed with Adobe Muse?

    I designed a long form page for a client so it would be easier to read on a tablet but when I tried to print it so the client could make mark ups on it for changes many elements over lapped. I searched to see if someone else had the same problem but could not find an answer.

    Web pages, usually, are not print-friendly by default. Designers use to add a dedicated css file for printers.

  • Has Anyone Gotten Oracle ORION on Sparc 10 Working?

    Hi,
    I was interested in running Oracle ORION on Solaris 10 (Sparc 64 bit). I downloaded the necessary tar.gz from the Oracle web site (http://www.oracle.com/technology/software/tech/orion/index.html) and extracted it and made it executable (and renamed it to orion although this isn't necessary). When I try to run it with even the simplist test after creating test1.lun with the necessary devices:
    ./orion -run simple -testname test1 -num_disks 2
    I got the following error:
    "Parse error: View help screen using orion -help."
    I checked the parameters and recopied them several times and I'm 100% sure that they are correct. I used ldd to make sure that all the libraries were available and they are. I then decided to use truss (kind of like strace for Linux users) to see what's happening. I find the Oracle binary looking for strange libraries that aren't mentioned anywhere. For example, it's looking for libociicus.so as well a bunch of other libraries, even though this wasn't mentioned in the Orion User's Manual. I hunted down the necessary 'additional' libraries and found them in the Oracle 10G Install Client, which I downloaded from http://www.oracle.com/technology/tech/oci/instantclient/index.html (a nice 38 MB download). I then set up LD_LIBRARY_PATH and now truss shows me the orion binary looking for oracore/mesg/lrmus.msb. Now why is ORION looking for this? I found the necessary file and copied it to the location that orion was looking for and thought that that would solve my problem, but it's still giving me the same error. Any ideas? Has anyone gotten ORION running under Solaris 10 (on SPARC or even x86)? I added the truss output below in case that helps. Thanks for your help.
    root@sol1 # echo $PATH
    /usr/sbin:/usr/bin:/usr/ccs/bin:/usr/openwin/bin:/usr/dt/bin:/usr/platform/SUNW,Sun-Fire-V490/sbin:/opt/sun/bin:/usr/cluster/bin:/usr/cluster/lib/sc:/opt/SUNWexplo/bin:/opt/SUNWsneep/bin:/opt/SUNWcacao/bin:/usr/local/bin
    root@sol1 # echo $LD_LIBRARY_PATH
    /lib/64:/usr/lib:/lib:/usr/lib/sparcv9:/lib/sparcv9:/usr/openwin/lib:/ora5/instantclient/instantclient_10_2:/oracle/product/10.2/oracore/mesg:/usr/local/lib
    root@sol1 # ls -l /ora5/instantclient/instantclient_10_2/
    total 225610
    -r-xr-xr-x 1 root root 91881 Dec 20 20:03 ODBCRelnotesJA.htm
    -r-xr-xr-x 1 root root 58416 Dec 20 20:03 ODBCRelnotesUS.htm
    -r--r--r-- 1 root root 21548 Dec 20 20:03 ODBC_IC_Readme_Linux.html
    -r--r--r-- 1 root root 1600090 Dec 20 20:02 classes12.jar
    -rwxr-xr-x 1 root root 35176 Dec 20 20:02 genezi
    -r--r--r-- 1 root root 1525 Dec 20 20:03 glogin.sql
    -rwxr-xr-x 1 root root 24230928 Dec 20 20:02 libclntsh.so.10.1
    -rwxr-xr-x 1 root root 6955360 Dec 20 20:02 libnnz10.so
    -rwxr-xr-x 1 root root 1417600 Dec 20 20:02 libocci.so.10.1
    -rwxr-xr-x 1 root root 71008720 Dec 20 20:02 libociei.so
    -rwxr-xr-x 1 root root 4309752 Dec 20 20:03 libociicus.so
    -rwxr-xr-x 1 root root 124200 Dec 20 20:02 libocijdbc10.so
    -rwxr-xr-x 1 root root 1339936 Dec 20 20:03 libsqlplus.so
    -rwxr-xr-x 1 root root 1437480 Dec 20 20:03 libsqlplusic.so
    -rwxr-xr-x 1 root root 1109664 Dec 20 20:03 libsqora.so.10.1
    -r--r--r-- 1 root root 3457 Dec 20 20:03 odbc_update_ini.sh
    -r--r--r-- 1 root root 1545954 Dec 20 20:02 ojdbc14.jar
    drwxr-xr-x 3 root root 512 Jan 16 17:25 oracore
    -rwxr-xr-x 1 root root 8936 Dec 20 20:03 sqlplus
    root@sol1 #
    root@sol1 # truss ./orion -run simple -testname test1 -num_disk 1
    execve("orion", 0xFFFFFFFF7FFFF598, 0xFFFFFFFF7FFFF5D8) argc = 7
    mmap(0x00000000, 8192, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_ANON, -1, 0) = 0xFFFFFFFF7F500000
    resolvepath("/usr/lib/sparcv9/ld.so.1", "/lib/sparcv9/ld.so.1", 1023) = 20
    getcwd("/ora5", 1017) = 0
    resolvepath("/ora5/orion", "/ora5/orion", 1023) = 11
    stat("/ora5/orion", 0xFFFFFFFF7FFFF1A0) = 0
    open("/var/ld/64/ld.config", O_RDONLY) Err#2 ENOENT
    stat("/lib/64/libkstat.so.1", 0xFFFFFFFF7FFFE8A0) = 0
    resolvepath("/lib/64/libkstat.so.1", "/lib/sparcv9/libkstat.so.1", 1023) = 26
    open("/lib/64/libkstat.so.1", O_RDONLY) = 3
    mmap(0x00100000, 8192, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_ALIGN, 3, 0) = 0xFFFFFFFF7F400000
    mmap(0x00100000, 1064960, PROT_NONE, MAP_PRIVATE|MAP_NORESERVE|MAP_ANON|MAP_ALIGN, -1, 0) = 0xFFFFFFFF7F200000
    mmap(0xFFFFFFFF7F200000, 3990, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_TEXT, 3, 0) = 0xFFFFFFFF7F200000
    mmap(0xFFFFFFFF7F302000, 1256, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_INITDATA, 3, 8192) = 0xFFFFFFFF7F302000
    munmap(0xFFFFFFFF7F202000, 1048576) = 0
    memcntl(0xFFFFFFFF7F200000, 1968, MC_ADVISE, MADV_WILLNEED, 0, 0) = 0
    close(3) = 0
    stat("/lib/64/libnsl.so.1", 0xFFFFFFFF7FFFE8A0) = 0
    resolvepath("/lib/64/libnsl.so.1", "/lib/sparcv9/libnsl.so.1", 1023) = 24
    open("/lib/64/libnsl.so.1", O_RDONLY) = 3
    mmap(0xFFFFFFFF7F400000, 8192, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED, 3, 0) = 0xFFFFFFFF7F400000
    mmap(0x00100000, 1851392, PROT_NONE, MAP_PRIVATE|MAP_NORESERVE|MAP_ANON|MAP_ALIGN, -1, 0) = 0xFFFFFFFF7F000000
    mmap(0xFFFFFFFF7F000000, 699514, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_TEXT, 3, 0) = 0xFFFFFFFF7F000000
    mmap(0xFFFFFFFF7F1AC000, 58697, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_INITDATA, 3, 704512) = 0xFFFFFFFF7F1AC000
    mmap(0xFFFFFFFF7F1BC000, 27512, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_ANON, -1, 0) = 0xFFFFFFFF7F1BC000
    munmap(0xFFFFFFFF7F0AC000, 1048576) = 0
    mmap(0x00000000, 8192, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_ANON, -1, 0) = 0xFFFFFFFF7EF00000
    memcntl(0xFFFFFFFF7F000000, 138568, MC_ADVISE, MADV_WILLNEED, 0, 0) = 0
    close(3) = 0
    stat("/lib/64/libsocket.so.1", 0xFFFFFFFF7FFFE8A0) = 0
    resolvepath("/lib/64/libsocket.so.1", "/lib/sparcv9/libsocket.so.1", 1023) = 27
    open("/lib/64/libsocket.so.1", O_RDONLY) = 3
    mmap(0xFFFFFFFF7F400000, 8192, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED, 3, 0) = 0xFFFFFFFF7F400000
    mmap(0x00100000, 1122304, PROT_NONE, MAP_PRIVATE|MAP_NORESERVE|MAP_ANON|MAP_ALIGN, -1, 0) = 0xFFFFFFFF7ED00000
    mmap(0xFFFFFFFF7ED00000, 52674, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_TEXT, 3, 0) = 0xFFFFFFFF7ED00000
    mmap(0xFFFFFFFF7EE0E000, 8617, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_INITDATA, 3, 57344) = 0xFFFFFFFF7EE0E000
    munmap(0xFFFFFFFF7ED0E000, 1048576) = 0
    memcntl(0xFFFFFFFF7ED00000, 19976, MC_ADVISE, MADV_WILLNEED, 0, 0) = 0
    close(3) = 0
    stat("/lib/64/libgen.so.1", 0xFFFFFFFF7FFFE8A0) = 0
    resolvepath("/lib/64/libgen.so.1", "/lib/sparcv9/libgen.so.1", 1023) = 24
    open("/lib/64/libgen.so.1", O_RDONLY) = 3
    mmap(0xFFFFFFFF7F400000, 8192, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED, 3, 0) = 0xFFFFFFFF7F400000
    mmap(0x00100000, 1089536, PROT_NONE, MAP_PRIVATE|MAP_NORESERVE|MAP_ANON|MAP_ALIGN, -1, 0) = 0xFFFFFFFF7EB00000
    mmap(0xFFFFFFFF7EB00000, 24989, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_TEXT, 3, 0) = 0xFFFFFFFF7EB00000
    mmap(0xFFFFFFFF7EC08000, 5259, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_INITDATA, 3, 32768) = 0xFFFFFFFF7EC08000
    munmap(0xFFFFFFFF7EB08000, 1048576) = 0
    memcntl(0xFFFFFFFF7EB00000, 7944, MC_ADVISE, MADV_WILLNEED, 0, 0) = 0
    close(3) = 0
    stat("/lib/64/libdl.so.1", 0xFFFFFFFF7FFFE8A0) = 0
    resolvepath("/lib/64/libdl.so.1", "/lib/sparcv9/libdl.so.1", 1023) = 23
    open("/lib/64/libdl.so.1", O_RDONLY) = 3
    mmap(0xFFFFFFFF7F400000, 8192, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED, 3, 0) = 0xFFFFFFFF7F400000
    close(3) = 0
    stat("/lib/64/libsched.so.1", 0xFFFFFFFF7FFFE8A0) Err#2 ENOENT
    stat("/usr/lib/libsched.so.1", 0xFFFFFFFF7FFFE8A0) = 0
    resolvepath("/usr/lib/libsched.so.1", "/usr/lib/libsched.so.1", 1023) = 22
    open("/usr/lib/libsched.so.1", O_RDONLY) = 3
    mmap(0x00100000, 8192, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_ALIGN, 3, 0) = 0xFFFFFFFF7EA00000
    close(3) = 0
    stat("/lib/libsched.so.1", 0xFFFFFFFF7FFFE8A0) Err#2 ENOENT
    stat("/usr/lib/sparcv9/libsched.so.1", 0xFFFFFFFF7FFFE8A0) = 0
    resolvepath("/usr/lib/sparcv9/libsched.so.1", "/usr/lib/sparcv9/libsched.so.1", 1023) = 30
    open("/usr/lib/sparcv9/libsched.so.1", O_RDONLY) = 3
    mmap(0xFFFFFFFF7EA00000, 8192, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED, 3, 0) = 0xFFFFFFFF7EA00000
    close(3) = 0
    mmap(0x00000000, 8192, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_ANON, -1, 0) = 0xFFFFFFFF7E900000
    stat("/lib/64/libc.so.1", 0xFFFFFFFF7FFFE8A0) = 0
    resolvepath("/lib/64/libc.so.1", "/lib/sparcv9/libc.so.1", 1023) = 22
    open("/lib/64/libc.so.1", O_RDONLY) = 3
    mmap(0x00100000, 8192, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_ALIGN, 3, 0) = 0xFFFFFFFF7E800000
    mmap(0x00100000, 2056192, PROT_NONE, MAP_PRIVATE|MAP_NORESERVE|MAP_ANON|MAP_ALIGN, -1, 0) = 0xFFFFFFFF7E600000
    mmap(0xFFFFFFFF7E600000, 932933, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_TEXT, 3, 0) = 0xFFFFFFFF7E600000
    mmap(0xFFFFFFFF7E7E4000, 58225, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_INITDATA, 3, 933888) = 0xFFFFFFFF7E7E4000
    mmap(0xFFFFFFFF7E7F4000, 64, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_ANON, -1, 0) = 0xFFFFFFFF7E7F4000
    munmap(0xFFFFFFFF7E6E4000, 1048576) = 0
    memcntl(0xFFFFFFFF7E600000, 182080, MC_ADVISE, MADV_WILLNEED, 0, 0) = 0
    close(3) = 0
    stat("/lib/64/libaio.so.1", 0xFFFFFFFF7FFFE8A0) = 0
    resolvepath("/lib/64/libaio.so.1", "/lib/sparcv9/libaio.so.1", 1023) = 24
    open("/lib/64/libaio.so.1", O_RDONLY) = 3
    mmap(0xFFFFFFFF7E800000, 8192, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED, 3, 0) = 0xFFFFFFFF7E800000
    mmap(0x00100000, 1089536, PROT_NONE, MAP_PRIVATE|MAP_NORESERVE|MAP_ANON|MAP_ALIGN, -1, 0) = 0xFFFFFFFF7E400000
    mmap(0xFFFFFFFF7E400000, 29624, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_TEXT, 3, 0) = 0xFFFFFFFF7E400000
    mmap(0xFFFFFFFF7E508000, 3782, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_INITDATA, 3, 32768) = 0xFFFFFFFF7E508000
    munmap(0xFFFFFFFF7E408000, 1048576) = 0
    memcntl(0xFFFFFFFF7E400000, 7672, MC_ADVISE, MADV_WILLNEED, 0, 0) = 0
    close(3) = 0
    stat("/lib/64/librt.so.1", 0xFFFFFFFF7FFFE8A0) = 0
    resolvepath("/lib/64/librt.so.1", "/lib/sparcv9/librt.so.1", 1023) = 23
    open("/lib/64/librt.so.1", O_RDONLY) = 3
    mmap(0xFFFFFFFF7E800000, 8192, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED, 3, 0) = 0xFFFFFFFF7E800000
    mmap(0x00100000, 1089536, PROT_NONE, MAP_PRIVATE|MAP_NORESERVE|MAP_ANON|MAP_ALIGN, -1, 0) = 0xFFFFFFFF7E200000
    mmap(0xFFFFFFFF7E200000, 24982, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_TEXT, 3, 0) = 0xFFFFFFFF7E200000
    mmap(0xFFFFFFFF7E308000, 3894, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_INITDATA, 3, 32768) = 0xFFFFFFFF7E308000
    munmap(0xFFFFFFFF7E208000, 1048576) = 0
    memcntl(0xFFFFFFFF7E200000, 11728, MC_ADVISE, MADV_WILLNEED, 0, 0) = 0
    close(3) = 0
    stat("/lib/64/libm.so.1", 0xFFFFFFFF7FFFE8A0) = 0
    resolvepath("/lib/64/libm.so.1", "/lib/sparcv9/libm.so.1", 1023) = 22
    open("/lib/64/libm.so.1", O_RDONLY) = 3
    mmap(0xFFFFFFFF7E800000, 8192, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED, 3, 0) = 0xFFFFFFFF7E800000
    mmap(0x00100000, 1073152, PROT_NONE, MAP_PRIVATE|MAP_NORESERVE|MAP_ANON|MAP_ALIGN, -1, 0) = 0xFFFFFFFF7E000000
    mmap(0xFFFFFFFF7E000000, 18264, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_TEXT, 3, 0) = 0xFFFFFFFF7E000000
    mmap(0xFFFFFFFF7E104000, 2900, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_INITDATA, 3, 16384) = 0xFFFFFFFF7E104000
    munmap(0xFFFFFFFF7E006000, 1040384) = 0
    memcntl(0xFFFFFFFF7E000000, 8744, MC_ADVISE, MADV_WILLNEED, 0, 0) = 0
    close(3) = 0
    mmap(0x00000000, 8192, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_ANON, -1, 0) = 0xFFFFFFFF7DF00000
    stat("/lib/64/libmd5.so.1", 0xFFFFFFFF7FFFE8A0) = 0
    resolvepath("/lib/64/libmd5.so.1", "/lib/sparcv9/libmd5.so.1", 1023) = 24
    open("/lib/64/libmd5.so.1", O_RDONLY) = 3
    mmap(0xFFFFFFFF7E800000, 8192, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED, 3, 0) = 0xFFFFFFFF7E800000
    mmap(0x00100000, 1064960, PROT_NONE, MAP_PRIVATE|MAP_NORESERVE|MAP_ANON|MAP_ALIGN, -1, 0) = 0xFFFFFFFF7DD00000
    mmap(0xFFFFFFFF7DD00000, 5564, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_TEXT, 3, 0) = 0xFFFFFFFF7DD00000
    mmap(0xFFFFFFFF7DE02000, 1064, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_INITDATA, 3, 8192) = 0xFFFFFFFF7DE02000
    munmap(0xFFFFFFFF7DD02000, 1048576) = 0
    memcntl(0xFFFFFFFF7DD00000, 1184, MC_ADVISE, MADV_WILLNEED, 0, 0) = 0
    close(3) = 0
    munmap(0xFFFFFFFF7E800000, 8192) = 0
    mmap(0x00010000, 24576, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_ANON|MAP_ALIGN, -1, 0) = 0xFFFFFFFF7E800000
    getcontext(0xFFFFFFFF7FFFEC70)
    getrlimit(RLIMIT_STACK, 0xFFFFFFFF7FFFEC30) = 0
    getpid() = 5268 [5267]
    setustack(0xFFFFFFFF7E8020C0)
    sigfillset(0xFFFFFFFF7E7F2E7C) = 0
    stat("/platform/SUNW,Sun-Fire-V490/lib/sparcv9/libc_psr.so.1", 0xFFFFFFFF7FFFE260) = 0
    resolvepath("/platform/SUNW,Sun-Fire-V490/lib/sparcv9/libc_psr.so.1", "/platform/sun4u-us3/lib/sparcv9/libc_psr.so.1", 1023) = 45
    open("/platform/SUNW,Sun-Fire-V490/lib/sparcv9/libc_psr.so.1", O_RDONLY) = 3
    mmap(0x00100000, 8192, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_ALIGN, 3, 0) = 0xFFFFFFFF7DC00000
    close(3) = 0
    munmap(0xFFFFFFFF7DC00000, 8192) = 0
    sysconfig(_CONFIG_SEM_VALUE_MAX) = 2147483647
    ioctl(1, TCGETA, 0xFFFFFFFF7FFED78C) = 0
    fstat(1, 0xFFFFFFFF7FFED720) = 0
    ORION: ORacle IO Numbers -- Version 10.2.0.3.0
    write(1, " O R I O N : O R a c l".., 47) = 47
    brk(0x10027D2B0) = 0
    brk(0x1002812B0) = 0
    brk(0x1002812B0) = 0
    brk(0x1002852B0) = 0
    brk(0x1002852B0) = 0
    brk(0x1002892B0) = 0
    sysconfig(_CONFIG_PAGESIZE) = 8192
    brk(0x1002892B0) = 0
    brk(0x1002AD2B0) = 0
    brk(0x1002AD2B0) = 0
    brk(0x1002CD2B0) = 0
    brk(0x1002CD2B0) = 0
    brk(0x1002D12B0) = 0
    stat("/lib/64/libclntsh.so.10.1", 0xFFFFFFFF7FFEB500) Err#2 ENOENT
    stat("/usr/lib/libclntsh.so.10.1", 0xFFFFFFFF7FFEB500) Err#2 ENOENT
    stat("/lib/libclntsh.so.10.1", 0xFFFFFFFF7FFEB500) Err#2 ENOENT
    stat("/usr/lib/sparcv9/libclntsh.so.10.1", 0xFFFFFFFF7FFEB500) Err#2 ENOENT
    stat("/lib/sparcv9/libclntsh.so.10.1", 0xFFFFFFFF7FFEB500) Err#2 ENOENT
    stat("/usr/openwin/lib/libclntsh.so.10.1", 0xFFFFFFFF7FFEB500) Err#2 ENOENT
    stat("/ora5/instantclient/instantclient_10_2/libclntsh.so.10.1", 0xFFFFFFFF7FFEB500) = 0
    resolvepath("/ora5/instantclient/instantclient_10_2/libclntsh.so.10.1", "/ora5/instantclient/instantclient_10_2/libclntsh.so.10.1", 1023) = 56
    open("/ora5/instantclient/instantclient_10_2/libclntsh.so.10.1", O_RDONLY) = 3
    mmap(0x00100000, 8192, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_ALIGN, 3, 0) = 0xFFFFFFFF7DC00000
    mmap(0x00100000, 19873792, PROT_NONE, MAP_PRIVATE|MAP_NORESERVE|MAP_ANON|MAP_ALIGN, -1, 0) = 0xFFFFFFFF7C800000
    mmap(0xFFFFFFFF7C800000, 17810762, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_TEXT, 3, 0) = 0xFFFFFFFF7C800000
    mmap(0xFFFFFFFF7D9FC000, 937760, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_INITDATA, 3, 17809408) = 0xFFFFFFFF7D9FC000
    mmap(0xFFFFFFFF7DAE2000, 70184, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_ANON, -1, 0) = 0xFFFFFFFF7DAE2000
    munmap(0xFFFFFFFF7D8FE000, 1040384) = 0
    memcntl(0xFFFFFFFF7C800000, 1933912, MC_ADVISE, MADV_WILLNEED, 0, 0) = 0
    close(3) = 0
    stat("/lib/64/libnnz10.so", 0xFFFFFFFF7FFEB380) Err#2 ENOENT
    stat("/usr/lib/libnnz10.so", 0xFFFFFFFF7FFEB380) Err#2 ENOENT
    stat("/lib/libnnz10.so", 0xFFFFFFFF7FFEB380) Err#2 ENOENT
    stat("/usr/lib/sparcv9/libnnz10.so", 0xFFFFFFFF7FFEB380) Err#2 ENOENT
    stat("/lib/sparcv9/libnnz10.so", 0xFFFFFFFF7FFEB380) Err#2 ENOENT
    stat("/usr/openwin/lib/libnnz10.so", 0xFFFFFFFF7FFEB380) Err#2 ENOENT
    stat("/ora5/instantclient/instantclient_10_2/libnnz10.so", 0xFFFFFFFF7FFEB380) = 0
    resolvepath("/ora5/instantclient/instantclient_10_2/libnnz10.so", "/ora5/instantclient/instantclient_10_2/libnnz10.so", 1023) = 50
    open("/ora5/instantclient/instantclient_10_2/libnnz10.so", O_RDONLY) = 3
    mmap(0xFFFFFFFF7DC00000, 8192, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED, 3, 0) = 0xFFFFFFFF7DC00000
    mmap(0x00100000, 3522560, PROT_NONE, MAP_PRIVATE|MAP_NORESERVE|MAP_ANON|MAP_ALIGN, -1, 0) = 0xFFFFFFFF7C400000
    mmap(0xFFFFFFFF7C400000, 2226112, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_TEXT, 3, 0) = 0xFFFFFFFF7C400000
    mmap(0xFFFFFFFF7C71E000, 245806, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_INITDATA, 3, 2220032) = 0xFFFFFFFF7C71E000
    munmap(0xFFFFFFFF7C620000, 1040384) = 0
    mmap(0x00000000, 8192, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_ANON, -1, 0) = 0xFFFFFFFF7DB00000
    memcntl(0xFFFFFFFF7C400000, 293768, MC_ADVISE, MADV_WILLNEED, 0, 0) = 0
    close(3) = 0
    stat("/lib/64/libsched.so.1", 0xFFFFFFFF7FFEB380) Err#2 ENOENT
    stat("/usr/lib/libsched.so.1", 0xFFFFFFFF7FFEB380) = 0
    resolvepath("/usr/lib/libsched.so.1", "/usr/lib/libsched.so.1", 1023) = 22
    open("/usr/lib/libsched.so.1", O_RDONLY) = 3
    mmap(0xFFFFFFFF7DC00000, 8192, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED, 3, 0) = 0xFFFFFFFF7DC00000
    close(3) = 0
    stat("/lib/libsched.so.1", 0xFFFFFFFF7FFEB380) Err#2 ENOENT
    stat("/lib/64/libm.so.2", 0xFFFFFFFF7FFEAD70) = 0
    resolvepath("/lib/64/libm.so.2", "/lib/sparcv9/libm.so.2", 1023) = 22
    open("/lib/64/libm.so.2", O_RDONLY) = 3
    mmap(0xFFFFFFFF7DC00000, 8192, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED, 3, 0) = 0xFFFFFFFF7DC00000
    mmap(0x00100000, 1736704, PROT_NONE, MAP_PRIVATE|MAP_NORESERVE|MAP_ANON|MAP_ALIGN, -1, 0) = 0xFFFFFFFF7C200000
    mmap(0xFFFFFFFF7C200000, 651315, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_TEXT, 3, 0) = 0xFFFFFFFF7C200000
    mmap(0xFFFFFFFF7C39E000, 34112, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_INITDATA, 3, 647168) = 0xFFFFFFFF7C39E000
    munmap(0xFFFFFFFF7C2A0000, 1040384) = 0
    memcntl(0xFFFFFFFF7C200000, 49696, MC_ADVISE, MADV_WILLNEED, 0, 0) = 0
    close(3) = 0
    stat("/lib/64/libscf.so.1", 0xFFFFFFFF7FFEAFF0) = 0
    resolvepath("/lib/64/libscf.so.1", "/lib/sparcv9/libscf.so.1", 1023) = 24
    open("/lib/64/libscf.so.1", O_RDONLY) = 3
    mmap(0xFFFFFFFF7DC00000, 8192, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED, 3, 0) = 0xFFFFFFFF7DC00000
    mmap(0x00100000, 1179648, PROT_NONE, MAP_PRIVATE|MAP_NORESERVE|MAP_ANON|MAP_ALIGN, -1, 0) = 0xFFFFFFFF7C000000
    mmap(0xFFFFFFFF7C000000, 108732, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_TEXT, 3, 0) = 0xFFFFFFFF7C000000
    mmap(0xFFFFFFFF7C11C000, 10478, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_INITDATA, 3, 114688) = 0xFFFFFFFF7C11C000
    munmap(0xFFFFFFFF7C01C000, 1048576) = 0
    mmap(0x00000000, 8192, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_ANON, -1, 0) = 0xFFFFFFFF7BF00000
    memcntl(0xFFFFFFFF7C000000, 29896, MC_ADVISE, MADV_WILLNEED, 0, 0) = 0
    close(3) = 0
    stat("/lib/64/libdoor.so.1", 0xFFFFFFFF7FFEAE70) = 0
    resolvepath("/lib/64/libdoor.so.1", "/lib/sparcv9/libdoor.so.1", 1023) = 25
    open("/lib/64/libdoor.so.1", O_RDONLY) = 3
    mmap(0xFFFFFFFF7DC00000, 8192, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED, 3, 0) = 0xFFFFFFFF7DC00000
    mmap(0x00100000, 1064960, PROT_NONE, MAP_PRIVATE|MAP_NORESERVE|MAP_ANON|MAP_ALIGN, -1, 0) = 0xFFFFFFFF7BD00000
    mmap(0xFFFFFFFF7BD00000, 4239, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_TEXT, 3, 0) = 0xFFFFFFFF7BD00000
    mmap(0xFFFFFFFF7BE02000, 1584, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_INITDATA, 3, 8192) = 0xFFFFFFFF7BE02000
    munmap(0xFFFFFFFF7BD02000, 1048576) = 0
    memcntl(0xFFFFFFFF7BD00000, 3080, MC_ADVISE, MADV_WILLNEED, 0, 0) = 0
    close(3) = 0
    stat("/lib/64/libuutil.so.1", 0xFFFFFFFF7FFEAE70) = 0
    resolvepath("/lib/64/libuutil.so.1", "/lib/sparcv9/libuutil.so.1", 1023) = 26
    open("/lib/64/libuutil.so.1", O_RDONLY) = 3
    mmap(0xFFFFFFFF7DC00000, 8192, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED, 3, 0) = 0xFFFFFFFF7DC00000
    mmap(0x00100000, 1089536, PROT_NONE, MAP_PRIVATE|MAP_NORESERVE|MAP_ANON|MAP_ALIGN, -1, 0) = 0xFFFFFFFF7BB00000
    mmap(0xFFFFFFFF7BB00000, 30888, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_TEXT, 3, 0) = 0xFFFFFFFF7BB00000
    mmap(0xFFFFFFFF7BC08000, 3630, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_INITDATA, 3, 32768) = 0xFFFFFFFF7BC08000
    munmap(0xFFFFFFFF7BB08000, 1048576) = 0
    memcntl(0xFFFFFFFF7BB00000, 9496, MC_ADVISE, MADV_WILLNEED, 0, 0) = 0
    close(3) = 0
    stat("/platform/SUNW,Sun-Fire-V490/lib/sparcv9/libmd5_psr.so.1", 0xFFFFFFFF7FFEAF20) = 0
    resolvepath("/platform/SUNW,Sun-Fire-V490/lib/sparcv9/libmd5_psr.so.1", "/platform/sun4u/lib/sparcv9/libmd5_psr.so.1", 1023) = 43
    open("/platform/SUNW,Sun-Fire-V490/lib/sparcv9/libmd5_psr.so.1", O_RDONLY) = 3
    mmap(0xFFFFFFFF7DC00000, 8192, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED, 3, 0) = 0xFFFFFFFF7DC00000
    mmap(0x00100000, 1064960, PROT_NONE, MAP_PRIVATE|MAP_NORESERVE|MAP_ANON|MAP_ALIGN, -1, 0) = 0xFFFFFFFF7B900000
    mmap(0xFFFFFFFF7B900000, 5124, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_TEXT, 3, 0) = 0xFFFFFFFF7B900000
    mmap(0xFFFFFFFF7BA02000, 1048, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_INITDATA, 3, 8192) = 0xFFFFFFFF7BA02000
    munmap(0xFFFFFFFF7B902000, 1048576) = 0
    memcntl(0xFFFFFFFF7B900000, 1152, MC_ADVISE, MADV_WILLNEED, 0, 0) = 0
    close(3) = 0
    mmap(0x00000000, 8192, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_ANON, -1, 0) = 0xFFFFFFFF7B800000
    stat("/lib/64/libmp.so.2", 0xFFFFFFFF7FFEAFF0) = 0
    resolvepath("/lib/64/libmp.so.2", "/lib/sparcv9/libmp.so.2", 1023) = 23
    open("/lib/64/libmp.so.2", O_RDONLY) = 3
    mmap(0xFFFFFFFF7DC00000, 8192, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED, 3, 0) = 0xFFFFFFFF7DC00000
    mmap(0x00100000, 1073152, PROT_NONE, MAP_PRIVATE|MAP_NORESERVE|MAP_ANON|MAP_ALIGN, -1, 0) = 0xFFFFFFFF7B600000
    mmap(0xFFFFFFFF7B600000, 11244, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_TEXT, 3, 0) = 0xFFFFFFFF7B600000
    mmap(0xFFFFFFFF7B704000, 1681, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_INITDATA, 3, 16384) = 0xFFFFFFFF7B704000
    munmap(0xFFFFFFFF7B604000, 1048576) = 0
    memcntl(0xFFFFFFFF7B600000, 2992, MC_ADVISE, MADV_WILLNEED, 0, 0) = 0
    close(3) = 0
    munmap(0xFFFFFFFF7DC00000, 8192) = 0
    stat("/ora5/instantclient/instantclient_10_2/libociei.so", 0xFFFFFFFF7FFEB5F0) = 0
    resolvepath("/ora5/instantclient/instantclient_10_2/libociei.so", "/ora5/instantclient/instantclient_10_2/libociei.so", 1023) = 50
    open("/ora5/instantclient/instantclient_10_2/libociei.so", O_RDONLY) = 3
    mmap(0x00100000, 8192, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_ALIGN, 3, 0) = 0xFFFFFFFF7DC00000
    mmap(0x00100000, 72056832, PROT_NONE, MAP_PRIVATE|MAP_NORESERVE|MAP_ANON|MAP_ALIGN, -1, 0) = 0xFFFFFFFF77000000
    mmap(0xFFFFFFFF77000000, 71001056, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_TEXT, 3, 0) = 0xFFFFFFFF77000000
    mmap(0xFFFFFFFF7B4B6000, 2400, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_INITDATA, 3, 71000064) = 0xFFFFFFFF7B4B6000
    munmap(0xFFFFFFFF7B3B8000, 1040384) = 0
    memcntl(0xFFFFFFFF77000000, 3352, MC_ADVISE, MADV_WILLNEED, 0, 0) = 0
    close(3) = 0
    stat("/lib/64/libclntsh.so.10.1", 0xFFFFFFFF7FFEB380) Err#2 ENOENT
    stat("/usr/lib/libclntsh.so.10.1", 0xFFFFFFFF7FFEB380) Err#2 ENOENT
    stat("/lib/libclntsh.so.10.1", 0xFFFFFFFF7FFEB380) Err#2 ENOENT
    stat("/usr/lib/sparcv9/libclntsh.so.10.1", 0xFFFFFFFF7FFEB380) Err#2 ENOENT
    stat("/lib/sparcv9/libclntsh.so.10.1", 0xFFFFFFFF7FFEB380) Err#2 ENOENT
    stat("/usr/openwin/lib/libclntsh.so.10.1", 0xFFFFFFFF7FFEB380) Err#2 ENOENT
    stat("/lib/64/libsched.so.1", 0xFFFFFFFF7FFEB380) Err#2 ENOENT
    stat("/usr/lib/libsched.so.1", 0xFFFFFFFF7FFEB380) = 0
    resolvepath("/usr/lib/libsched.so.1", "/usr/lib/libsched.so.1", 1023) = 22
    open("/usr/lib/libsched.so.1", O_RDONLY) = 3
    mmap(0xFFFFFFFF7DC00000, 8192, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED, 3, 0) = 0xFFFFFFFF7DC00000
    close(3) = 0
    stat("/lib/libsched.so.1", 0xFFFFFFFF7FFEB380) Err#2 ENOENT
    mprotect(0xFFFFFFFF77000000, 71001056, PROT_READ|PROT_WRITE|PROT_EXEC) = 0
    mprotect(0xFFFFFFFF77000000, 71001056, PROT_READ|PROT_EXEC) = 0
    mprotect(0xFFFFFFFF77000000, 71001056, PROT_READ|PROT_EXEC) = 0
    munmap(0xFFFFFFFF7DC00000, 8192) = 0
    brk(0x1002D12B0) = 0
    brk(0x1002D92B0) = 0
    open("/ora5/instantclient/instantclient_10_2/oracore/mesg/lrmus.msb", O_RDONLY) = 3
    fcntl(3, F_SETFD, 0x00000001) = 0
    lseek(3, 0, SEEK_SET) = 0
    read(3, "1513 "011303\t\t\0\0\0\0".., 256) = 256
    brk(0x1002D92B0) = 0
    brk(0x1002DD2B0) = 0
    lseek(3, 512, SEEK_SET) = 512
    read(3, "\0 {\0\0\0\0\0\0\0\0\0\0".., 512)      = 512
    lseek(3, 1024, SEEK_SET) = 1024
    read(3, "\0 o\0 y\0 {\0\0\0\0\0\0".., 512) = 512
    lseek(3, 1536, SEEK_SET) = 1536
    read(3, "\0\f\0 d\0\0\0 P\0 e\0\0".., 512) = 512
    Parse error: View help screen using orion -help.
    write(1, " P a r s e e r r o r :".., 49) = 49
    _exit(1)
    root@sol1 #

    I have searched around and have seen no real answers...I will let you all if I get it working.

  • [solved]Catalyst + xorg 1.6 = Has anyone gotten it to work?

    After going over the wiki for ATI and installing the catalyst+catalyst utils (9.4) from AUR using yaourt, the device refused to load. Now, I don't have the error on file as I'm not at home. But the question remains: Has anyone gotten this to work?
    (*) 4870 HD Radeon card
    (*) 9.4 driver + utils from yaurt/AUR (I didn't.. see official 9.4 drivers anyone on the ATI website, how did we get them?)
    (*) no xorg.conf used, just startx to automatically detect hardware. And it worked, attempting to use the catalyst-based driver, but only with red bars and blocks on top of the screen
    (*) xf86-video-ati and radeonhd both work fine, but obviously the 3d support isn't so hot, and I'm a huge gamer
    (*) latest xorg release from pacman -Syu
    (*) Yes, I know official support has ceased
    Thoughts? Shared ideas? What are we waiting for, ATI's new drivers or a patched fix? Got this working, anyone?
    edit: Yes, I've searched the forums. But there's too much scattered information and not enough to really focus on what seems to be the problem and how to resolve it
    Last edited by nocts (2009-04-17 21:34:40)

    Well, I have a hd 4850, but that's generally the same. Here is my xorg.conf:
    Section "ServerLayout"
    Identifier "Xorg Configured"
    Screen 0 "aticonfig-Screen[0]-0" 0 0
    Option "AIGLX" "on"
    EndSection
    Section "Files"
    # Additional fonts: Locale, Gimp, TTF...
    # FontPath "/usr/share/lib/X11/fonts/latin2/75dpi"
    # FontPath "/usr/share/lib/X11/fonts/latin2/100dpi"
    # True type and type1 fonts are also handled via xftlib, see /etc/X11/XftConfig!
    ModulePath "/usr/lib/xorg/modules"
    FontPath "/usr/share/fonts/misc:unscaled"
    FontPath "/usr/share/fonts/misc"
    FontPath "/usr/share/fonts/75dpi:unscaled"
    FontPath "/usr/share/fonts/75dpi"
    FontPath "/usr/share/fonts/100dpi:unscaled"
    FontPath "/usr/share/fonts/100dpi"
    FontPath "/usr/share/fonts/PEX"
    FontPath "/usr/share/fonts/cyrillic"
    FontPath "/usr/share/fonts/Type1"
    FontPath "/usr/share/fonts/ttf/western"
    FontPath "/usr/share/fonts/ttf/decoratives"
    FontPath "/usr/share/fonts/truetype"
    FontPath "/usr/share/fonts/truetype/openoffice"
    FontPath "/usr/share/fonts/truetype/ttf-bitstream-vera"
    FontPath "/usr/share/fonts/latex-ttf-fonts"
    FontPath "/usr/share/fonts/defoma/CID"
    FontPath "/usr/share/fonts/defoma/TrueType"
    EndSection
    Section "Module"
    Load "ddc" # ddc probing of monitor
    Load "dbe"
    Load "dri"
    Load "extmod"
    Load "glx"
    Load "bitmap" # bitmap-fonts
    Load "record"
    EndSection
    Section "ServerFlags"
    Option "AllowMouseOpenFail" "true"
    Option "AutoAddDevices" "True"
    Option "Xinerama" "off"
    Option "Composite" "off"
    EndSection
    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "kbd"
    Option "CoreKeyboard"
    Option "XkbRules" "xorg"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "us,cz,sk,hu"
    Option "XkbVariant" ",qwerty,qwerty,"
    Option "XkbOptions" "grp:shifts_toggle"
    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"
    Option "XAANoOffscreePixmaps" "on"
    Option "VideoOverlay" "off"
    Option "OpenGLOverlay" "off"
    Option "TexturedVideo" "on"
    Option "TexturedXrender" "on"
    Option "Textured2D" "on"
    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
    Modes "1680x1050"
    EndSubSection
    EndSection
    Section "DRI"
    Mode 0666
    EndSection
    Section "Extensions"
    Option "RENDER" "Enable"
    Option "DAMAGE" "Enable"
    Option "Composite" "Disable"
    EndSection
    don't forget to run 'aticonfig --initial --input=/etc/X11/xorg.conf ' as root after you update your driver or change sthing in xorg.conf
    BTW I use catalyst 9.4 from AUR with kernel 2.6.29 and xorg 1.6
    Hope it helps...

  • Has Anyone gotten the Intelligent Agent to work???

    I have Oracle installed and all is well except for a few minor
    problems that I think the Intelligent Agent will solve. Has
    anyone gotten this to work on RedHat 6.0 with Oracle
    Enterprise Edition 8.0.5.1??? I was able to get it to work
    under Oracle8 SE, but I need EE for the ConText Cartridge.
    I have gotten to the point where I can get the dbsnmp process
    running, but OEM cannot talk to it.
    Please help
    --Bryan
    null

    I'm having the same problem. Does anyone out there have a
    solution?
    I am running RedHat Linux 6.0 straight out of the box. The only
    change I made was to set the kernel parameters according to the
    release notes and recompile the kernel.
    P.S. Oracle deserves our thanks for providing free developer
    licenses to so many of its products, but this is the buggiest
    install I've ever seen in my 12 years of working with their
    products. Didn't anyone from Oracle test the install? This
    problem and the zero length libnjni8.so file are the real
    doozies.
    I've followed the release notes and installation guide to the
    letter and have found several documentation / distribution bugs
    that should have leapt out at the first person who tried it.
    Thorsten Khnemann (guest) wrote:
    : Bryan Batchelder (guest) wrote:
    : : anyone else who could not get it to compile with TCL 7.5 to
    : : please at least let me know other people are having the same
    : : problem.
    : Same problem here, the
    : "gmake -f ins_oemagent.mk agent" gives the message
    : "gcc: unrecognized option
    : `-R/home/oracle/run/product/8.1.5/lib/'" and hundreds
    : of unresolved references.
    : Tested on RedHat 6.0, egcs 1.1.2
    null

  • Has anyone gotten a message when trying to access their itunes that says this version of Itunes has not been correctly localized for this language. Please run the English version.

    Has anyone gotten a message when trying to access their itunes that says this version of Itunes has not been correctly localized for this language. Please run the English version

    Hello didomeda
    Check out the troubleshooting steps in the first article. If it is not resolved, then try and remove iTunes and its related software in the right order and then reinstall.
    iTunes for Windows Vista or Windows 7: Troubleshooting unexpected quits, freezes, or launch issues
    http://support.apple.com/kb/ts1717
    Removing and reinstalling iTunes and other software components for Windows Vista, Windows 7, or Windows 8
    http://support.apple.com/kb/HT1923
    Thanks for using Apple Support Communities.
    Regards,
    -Norm G.

  • Has anyone gotten the Digi 002 to work on Mavericks?

    Has anyone gotten the Digi 002 rack to work on OSX Mavericks?
    I know it says '002 rack and console are not supported (untested)' according to Avid's site, but I was curious if anyone has got it to run.
    I am currently using Logic Pro 9 with it right now under OSX 10.8.5, but would like to upgrade my OS. (Logic Pro X is out until I can find a reliable 32 bit bridge for all of my plugs.)
    Thnaks in advance.

    the folks at Spashtop sent me a note indicating that its possible to get it to work remotely but they werent particularly clear as to how - especially with an aitport express
    heere is the note they sent - but some of the urls dont resolve
    Jaff said:
    If you are attempting to connect your home computer via 3g or outside network, you will need to get another external ip address and do 3 ports forwarding on router as this link described:
    http://support-remote.splashtop.com/entries/514213-how-do-i-connect...
    Please confirm your external ip address by visiting this site and put it on ipad profile for outside connection:
    http://www.whatismyip.com/
    Please check this link to find your home router for more specific help on ports forwarding:(just click top right corner to skip advertisement)
    http://portforward.com/english/applications/port_forwarding/Splasht...

  • Has anyone gotten a tracking number for their iPhone 6?

    Hello all, I pre ordered an unlocked 64gb Space Gray iPhone 6 via apple.com at about 6:30 A.M. on 9/12. They still had some in stock, because my delivery date has always been 9/19 by standard shipping. Has anyone gotten a tracking number when ordering via apple? When i log into my account to look at my order, it says Preparing for Shipment. It has done this since saturday night. But on my Apple support profile, it lists my 6 as a device with the serial number; and I have heard that this means it has shipped. So, what is it? And has anyone recieved a shipment notification or tracking number yet when ordering via apple? Thanks in advance!

    9/19 delivery means 9/19 delivery.  Be patient.  UPS probably asked Apple not to release tracking info until Thursday.

  • Has Anyone Gotten Screen Sharing To Work Religiously?

    Since its inception, I've been so excited about this for helping family members and its hit and miss for me - always has been, no matter how I configure things. In fact 99% of the time it just doesn't work. Has anyone gotten it to work all the time with everyone they try it with?
    Thanks.

    Hi,
    I can.
    It needs UPnP to be used to open ports rather than Port Forwarding as it uses a random port to do the Screen Sharing.
    This Article tells you the ports for iChat for the AV chats (In Tiger) and the Bonjour and Jabber ports.
    This one tells you the AV ports in ichat 4 (What it does not do is remind you you need the Jabber and Bonjour ports)
    The Second one says nothing about the Screen Sharing port.
    Those of us that have tested using Little Snitch that tells you IPs and Ports says it is random.
    I helped someone today (About 30 mins ago) who was using a 2wire device.
    It did not have any Port Forwarding set, nor could I see any UPnP in the settings
    (I could Share his screen from My end by he could not share mine)
    We found on looking through his router settings that it had a Stealth and Ping block enabled
    We disabled the Ping Block and he was able to Share my Screen.
    On the basis he was having successful Video chats (USA to Holland and to me in England) these setting change seemed to smallest we should try.
    Ideally I would say use UPnP in the devices at either and and disable Features such as Ping Blocking, DoS (Denial of Service) and SPI (Stateful Packet inspection).
    9:37 PM Thursday; February 12, 2009

  • Has anyone gotten DLNA to work properly with Windows 7 x64 ?

    Has anyone gotten DLNA to work properly on Windows 7 64 bit and Windows Media Player 12? I got it working, sort of. It's not reliable though, and very slow. It drops the connection a lot, and when I go to engage it it connects about half of the time and half of the time it won't see the Media Server. It also times out when trying to scan my (admittedly large) music directory on my PC.
    I'm sure that my hardware is ok, I think that DLNA is just a buggy system. But if anyone has it working properly with Windows 7 x64 and WMP 12 can you tell me exactly how you set it up?  And if you used another desktop app besides WMP can you tell me what worked for you?
    Thanks!

    Try setting it up like this.  Hope this helps!
    Start Device Manager.
    Windows 7 Click Start > Control Panel > System and Security > Device Manager.
    The following devices are normally installed:
    Anrdoid USB Devices
    My HTC
    Disk drives
    HTC Android Phone USB Device
    Modems
    HTC Modem (if using as a tethered modem)
    Portable Devices
    E:/ (Where E represents the assigned drive letter.)
    Universal Serial Bus controllers
    USB Composite Device
    USB Mass Storage Device
    If a red X, yellow ! or yellow ? is displayed to the left of a listed device, a conflict is present and the drivers must be updated or reinstalled.
    Driver conflicts may also be indicated by a device entry labeled Other Devices or Unknown.
    If a conflict is present:
    If using the HTC DROID Incredible ADR6300 as a Sync device continue to step 3.
    If using the HTC DROID Incredible ADR6300 as a Modem ensure the device drivers are installed. Refer to Downloading and installing VZAccess Manager for additional assistance.
    If VZAccess Manager is installed and a driver conflict is still present, continue to step 3.
    Right-click the device then click Update Driver Software.
    If using Windows 2000 / XP, right-click the device then click Update Driver.
    The device name may differ from the example shown.
    Click Browse my computer for driver software.
    If using Windows 2000 / XP, select Install from a list or specific location (Advanced) then click Next.
    Enter C:\Windows\System64\driver into the search window then click Next.
    The driver location can be entered manually or navigated to by clicking Browse.
    If the driver software is not found, a Windows Operating System update may be needed.
    Click Close.

  • So has anyone gotten Oracle XE 10g to run on Open Suse 10.2? If how?

    So has anyone gotten Oracle XE 10g to run on Open Suse 10.2? If how?

    I have searched around and have seen no real answers...I will let you all if I get it working.

  • Has anyone gotten the new 640x480 videos to work?

    Has anyone gotten the new videos to transfer to their ipod? Mine keeps saying that they are not supported by ipod. Also does anyone know what bitrate for video is now supported?

    On Tuesday I updated my 8 month old video iPod with 1.2. This morning I successfully transferred Mulan I downloaded off iTunes and played it out to a normal TV. I did not see any compression artifacts that I would normally see from the previously downloaded TV shows such as Battlestar Galactica. This probably means that it has the more updated resolution.
    Core Duo Mini   Mac OS X (10.4.7)  

Maybe you are looking for