How to enable ibus in console?(finished)

When I open the terminal console, I just want to use ibus to type.But after I use Ctrl+Space , I found that the ibus program didn't work.How can I use ibus in console?
Last edited by metaphor (2012-02-22 17:33:32)

Gcool wrote:Which terminal application do you use? Which WM/DE do you use? Does ibus work correctly in other applications you use?
Thank you! I have solved the problem. I just forgot to append these lines in ~/.bashrc .
after I add these
export GTK_IM_MODULE=ibus
  export XMODIFIERS=@im=ibus
  export QT_IM_MODULE=ibus
ibus work perfectly with the terminal.

Similar Messages

  • How to Enable JMX Console in the Weblogic 10.3

    Note : Sorry, i am cross posting this thread from "management", but this is extremely urgent for me and i did not get any response from yesterday. Hope to have a solution atleast from this group.
    I have an application that is JMX enabled. It has its own JMX Agent and some MBeans. When i deploy and launch the application in WebLogic, i am able to connect to the JMX agent via JConsole with the RMI url.
    But when i get into the Weblogic console, i can not see any JMX consoles! So, basically i am trying to see if there is any JConsole equivalent stuff in Weblogic and how to enable it.
    How can i enable the JMX console in Weblogic ?
    Edited by: SureshKrishna on Jun 19, 2009 10:38 AM

    I suggest also this
    http://www.performanceengineer.com/blog/monitoring-weblogic-using-jmx/
    To enable JXM you should add these in the startup script of the server:
    -Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.port=8888 -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.authenticate=false
    then you can access from Jconsole putting this URL in :
    service:jmx:rmi:///jndi/rmi://127.0.0.1:8888/jmxrmi
    Edited by: user3873926 on 19-giu-2009 11.53

  • How to Enable MMS without BIS

    How to enable MMS without BIS
    This guide is for you if:
    you have an BlackBBerry OS 7 device on a regular (non-BIS) data plan
      and
      2. you cannot send MMS (multimedia) messages.
    Getting MMS working requires you to split, hex edit, merge and install service books, so read through the instructions and decide whether you’re up to it. I’ve attempted to explain everything as clearly as possible, but it’s a complex process and requires you to follow instructions carefully.
    It's worth asking your carrier if they can just enable MMS for you. If they can and will, you don't need this guide.
    Notes:
    The process described here may also work on earlier devices with OS 4, 5, and 6, but I don’t have those devices to test.
    Many carriers require you to have a data plan in order to send MMS messages. If you don’t have one, this guide may not help you.
    Depending on your cellular plan, sending MMS messages may involve extra charges.
    Preparation: Before You Get Started
    Software
    First, you need some tools to do the work. Download and install these three programs on your computer:
    MagicBerry 3.5 (here)
    A Hex editor (I like HxD, here)
    BlackBerry Desktop (link)
    Service Books
    You will also need a copy of the service books attached to post #1 in this thread over at CrackBerry. Extract the contents of the .zip file to a location of your choice.
    MMS Configuration Information
    Once you have the tools and service books, you need to get the MMS configuration information from your cellular carrier.
    Specifically, you need three settings: MMS Proxy, MMSC, and APN. Search on Google for something like, “MMS settings for [insert your cellular carrier’s name here]” and you should find them. Note that you also need the port number for the MMS Proxy. It should be there on the settings page.
    Note: if the port number for your MMS Proxy is in the 9000s, this process probably won’t work, since your cell carrier may be using the older WAP 1.2 specification. If anyone runs across this, let me know, and I’ll try to help you out.
    A Note on MagicBerry
    MagicBerry is an .ipd file editor. Service books, like the ones responsible for MMS, are .ipd files. The logical conclusion would be that you could edit service books with MagicBerry. But MagicBerry only shows you certain pre-set fields within the .ipd file. As a result, you can't see or edit a lot of the information in the service book. Even worse, if you do edit a service book file with MagicBerry, that unseen information is not saved, so you end up deleting it and rendering the service book useless.
    MagicBerry does have good uses, though: it splits and merges service book files perfectly. In fact, it is the best tool for splitting and merging service books, which is why you downloaded a copy.
    Due to MagicBerry’s limitations, you’re going to edit the files with the hex editor.
    Let’s get started!
    The MMS How-to Guide
    Step 1: Split the .ipd Files
    Start MagicBerry, click File > Open, and open the tmo_servicebooks.ipd file.
    Click Manipulate > Split.
    Tick the box for the MMS Config 2.0 file.
    Press “Split Selected,” enter a file name (and select a directory, so you know where the file is being saved), and press “Save.” Name the file “MMS_Config_20” so that you easily recognize it.
    Note: there are "MMS Config" and "MMS Config 2.0" service books in the tmo_servicebooks.ipd file. Make sure you select the 2.0 version.
    Step 2: Hex Edit the MMS Config 2.0 File
    Now, start your hex editor and open the “MMS_Config_20.ipd” file. It will look like this, without the highlights and bolding. I’ve added those so that it will be easier to provide instructions on editing.
    Hex Editing Basics
    In the HEX editor, the blue numbers don’t matter to you (they’re just column and row labels). Only the black ones are part of the file.
    The bytes (the two-character pairs) on the left side are all numbers, expressed in hexadecimal or “base-16”. The same information is expressed in ANSI characters on the right side.
    The basics of hexadecimal numbering are that you count as follows:
    Base-16 (hexadecimal):  1 2 3 4 5 6 7 8 9  A  B  C   D  E  F  10
    Base-10 (decimal):         1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
    So in the two-character byte pair, 0D = 13, 1F = 31, 50 = 80, etc. If you can figure out those conversions, you’re good. If not, google hexadecimal numbering, and spend some time at a lesson. You need to understand how hex works to do this. There are also decimal to hexadecimal converters online. Use them to check your work, or to do the conversion work for you.
    You can edit the file from either side of the hex editor. As you edit the information on one side, you’ll see it automatically changing on the other as well.
    It’s easier to edit the information in the green, turquoise, and red fields on the right side.
    The information in the grey, yellow, and pink fields must be edited from the left (hex) side, because it’s the hex value that matters, and it shows up as periods or jibberish on the right side. All those “dots” on the right side are not identical when you look over at the left side. They’re actually very different values. The nonsensical letters on the right side are likewise meaningful values on the left side.
    It’s not a bad idea to just spend some time playing around in the hex editor before you move on. When you’re done, close the file without saving it, and the changes you make while experimenting won’t be made permanent.
    Editing the File
    The green blocks: enter your MMS proxy in each one, with the port number following the colon. Add to or delete bytes from the highlighted field if necessary, but whatever you do, do not write over or delete bytes outside the highlighted field! Those bytes contain necessary information, and if they are not there, the service book will not work. The same rule holds true for all of the other edits. You must stay within the highlighted fields. To delete bytes, just press delete. To insert bytes, position the cursor, and go to Edit > Insert Bytes on the menu bar, and choose the number of bytes to insert. If you’re using HxD hex editor, ctrl-z will undo a mistake. It also makes your changes in red, which makes them a little easier to follow. As with all programming, the work has to be perfect. There can be no mistakes. Check everything you do carefully.
    The turquoise block: enter the MMSC address here.
    The red block: enter your APN here.
    The yellow blocks: total number of bytes in the highlighted green, turquoise, or red range that follows. Adjust it when you’ve finished editing. The number must be expressed in HEX of course. Use a decimal to hexadecimal converter online if you prefer that.
    The pink blocks: the total number of bytes in the bolded range that follow (again, in hex). Adjust it when you’re finished editing the field.
    The grey block: a count of the total number of bytes that follow it. In the original file, the value is 30 01 00 00, which breaks down as: 30(hex)=48 01(hex)=256. The total (48+256) is 304. If the number of bytes following the grey block was less than 256, there would be no 01 in the second place. For example, if there were 226 bytes following the block, the grey block would look like this: E2 00 00 00. When you are finished editing the entire file, go back and adjust the number in the grey block accordingly.
    Once you’re done, save the file.
    Step 3: Merge the MMS Config 2.0 and Wap Push Config Service Books
    Open the “MMS_Config_20.ipd” file in MagicBerry
    Once you’ve opened the file, click Manipulate > Merge.
    Tick the box for the MMS Config 2.0 file.
    On the right side of the “Merge” window, where it says, “Choose second IPD file,” press the button with the three dots.
    Choose the tmo_servicebooks.ipd file.
    Tick only the box for the “Wap Push Config” service book.
    Press “Merge Selected,” enter a file name (and select the directory if necessary), and press “Save.”
    Close MagicBerry
    Step 4: Backup Your Phone
    This is mandatory. You’ll need the backup file for step 6.
    You need to have BlackBerry Desktop installed on your computer. If you haven’t done that yet, do it.
    Connect your BlackBerry device to your computer with a USB cable. If BlackBerry Desktop does not start automatically, start it.
    Do a backup. Just hit “Back up now” and follow the prompts. Do a full backup. Once you’re done, go to step 5.
    Step 5: Merge the combined MMS Config 2.0/Wap Push Config service book file with your existing service books
    Open MagicBerry
    Press File > Open and at the bottom of the Open dialogue window beside the File name box, change “IPD Files (.ipd)” to “BBB Files (.bbb)”. Navigate to the folder where you stored your backup, and open it. It might take a while to open.
    Click Manipulate > Merge.
    Go down the list on the left hand side and tick the checkboxes for the service book entries (they will be way down). If there are service books listed for MMS Config or Wap Push Config, uncheck those boxes.
    On the right side of the “Merge” window, where it says, “Choose second IPD file,” press the button with the three dots. Choose your merged MMS Config 2.0/Wap Push Config file.
    Press “Merge Selected,” enter a file name (and select the directory if necessary), and press “Save.”
    Optional: You can merge the newly created file again with any other service books you may need – such as the Anworm service books for the browser mentioned in my thread on CrackBerry. Just follow the process used in step 3.
    Step 6: Install the Service Books to your phone:
    Connect your BlackBerry to your computer with a USB cable if it isn’t still connected.
    On your BlackBerry, go to Options > Device > Advanced System Settings > Service Book
    Hold down the “Alt” key and press S B E B. You should see a message that says, “Legacy SB Restore Enabled.” Press Okay.
    On your computer, open BlackBerry Desktop.
    Go to Device > Restore.
    Press “Change” and navigate to the folder with the merged .ipd file you created. Press “OK.” You should now see the file listed in the Restore window.
    Click on the merged .ipd file you created to select it.
    Under the heading “Select Data to Restore,” select “Select Device Data and Settings” and then tick the box for “Service Book.” This step is really important. Make sure it's done right. If you screw it up you could end up wiping a lot of settings and data.
    Press “Restore” and answer “Yes” to the confirmation dialogue.
    Close the BlackBerry Desktop software, disconnect your device, and do a battery pull to reboot.
    Voila! If everything went well, you should have MMS capabilities. Test your ability to send and receive multimedia by sending yourself a picture message. You should receive the message within about 10 seconds.
    If it doesn’t work, go back and make sure EVERYTHING in the file is done perfectly. If you find a problem, fix it, merge the files again, and reinstall the service books.
    Solved!
    Go to Solution.

    Why not just ask carrier to enable MMS? I know T-Mobile can and will do it, even if there is no data plan at all on the line. We did it for my daughter and I know T-Mobile has done it for others. I assume other carriers do the same, but don't know....Which is why I ask.
    - Ira

  • Hi im trying to connect to itunes and i cant figure out how to enable it

    my ipod is disabled  and it says to cunnect to itunes and i cant figure it out how to enable it.    HELP ME

    It's possible that you've tried the password too many times and you're locked out.
    Restore, if iTunes will let you.  Everything except the password will be restored.  Connect via cable to the computer that you use for sync.  Be forewarned that it takes a long time.  From iTunes, select the iPad/iPod and then select the Summary tab.  Follow directions for Restore and be sure to say "yes" to the backup.  You will be warned that all data (apps, music, movies, etc.) will be erased but, as the Restore finishes, you will be asked if you wish the contents of the backup to be copied to the iPad/iPod.  Again, say "yes."
    At the end of the basic Restore, you will be asked if you wish to sync the iPad/iPod.  As before, say "yes."  Note that that sync selection will disappear and the Restore will end if you do not respond within a reasonable time.  If that happens, only the apps that are part of the IOS will appear on your device.  Corrective action is simple -  choose manual "Sync" from the bottom right of iTunes.
    If you're unable to do the Restore, go into Recovery Mode per the instructions here.

  • How to enable logging for mail.app in Mountain Lion

    I am at my wits end trying to figure this out....
    Does anyone have a clue how to enable the logging for mail.app under Mountain Lion?
    In the past, you could open up Console and click on Console.log and see the logging of mail. Under mountain Lion, there is no more console.log. I cannot figure out how to enable it.
    I have tried to run the AppleScript of "Turn On Logging" but the script errors out under Mountain Lion.
    Does anyone know how to do this or a better way, maybe a tool or something that can help you troubleshoot mail.app issues?
    Thanks in advanced

    Hello,
    I have a similar problem. The script "Turn on Logging.scpt" runs without error, but I do not see any socket logging. I only get two messages, which I also get when I start mail without the script by just clicking the mail.app icon in the dock. The Messages are:
    1/10/13 3:43:32.618 PM Mail[11276]: Using V2 Layout
    1/10/13 3:43:36.388 PM Mail[11276]: *** -[IADomainCache init]: IA domains cache is out of date.
    Any help would be appreciated

  • How to Enable Loopback Processing in W2K8

    How to Enable Loopback Processing in Windows Server 2008. I am unable to find following:
    In the Group Policy Microsoft Management Console (MMC), click Computer Configuration.
    Locate Administrative Templates, click System, click
    Group Policy, and then enable the Loopback Policy option.
    http://support.microsoft.com/kb/231287

    > I don't understand why you would respond with the name of the setting,
    > without describing the path to it.  As far as I can tell, there is no
    > search function in the Group Policy Management Editor to serach for the
    > name.  Is it too much to ask for the precise location?
    That's why MSFT provides
    http://gpsearch.azurewebsites.net/ :)
    Martin
    Mal ein
    GUTES Buch über GPOs lesen?
    NO THEY ARE NOT EVIL, if you know what you are doing:
    Good or bad GPOs?
    And if IT bothers me - coke bottle design refreshment :))

  • How to Enable Full text search in UCM with Oracle 10g

    Hi,
    Can you please guide me on how to enable full text search in UCM after I have installed it. My database is Oracle 10g. It would be great if you could guide me through the steps since I am very new to this product.
    Regards
    Ashish

    Hi
    Are you sure that your indexer is finishing without any errors? Check activeindex.hda under \search directory to see what is the variable set for activeindex variable? If Oracle Text is the indexer search enabled then the variable activeindex should either OTS1 or OTS2. If anything else then you have indexer problems that is not indexing documents.
    Check the CS log file to see if indexer errors are shown there. If yes, then put it over here so that we can analyse it.
    Hope it helps
    Thanks
    Srinath

  • How to restart Broadcast agent console server in unix environment

    Hi All,
      I have big issue..
    When the BCA server shutting down automatically but its not restarting automatically in UNIX environment. So automatic shutdown facility resulting in BCA staying inactive!
    So could you please help me how to enable the parameter option to automatic restart in unix env.(need the way how to do in UNIX env)
    please help me..its urgent
    Thanks,
    Dilip

    Hi,
    When you Stop/Start Webi, the BCA is normally restartes (Process BcsWatch & BcsScdul)
    I'm working in AIX and it works. don't you ?
    If you find another solution to stop/start automatically just the BCA, I'm interesting to know how, because
    i have pb with actually. the .rep doesn't refresh at the morning, i stop/start the BCA with the Admin Webi console.
    Cédric SAGORY

  • How to enable script debugger in adobe LC designer

    Hi,
    Can anybody tell me how to enable script debugger in adobe livecycle designer. Can we debug the java scripts in adobe desiger..if yes, then please let me know how do i do it.
    I want to  debug the code line by line.
    Regards
    Sunil

    Designer doesn't have a debugger like Acrobat.
    The script editor can check only if the syntax is correct.
    You generally can use the PDF-Preview to debug JavaScripts when  Acrobat is your current PDF-Viewer.
    Add this code in you script where you want to start debugging. It will call Acrobat's JS Console
    debugger;
    console.show();

  • How to enable ws-addressing and set ws-Reply to & message-Id ??

    How to enable ws-addressing and set ws-Reply to & message-Id and all related properties. ???
    I looked at the documentation but not sure how to do this.
    Any Help is appreciated.

    No it is not possible to add the xml file to the already compiled war and not compiling again.
    There are only two ways to add the policy file to weblogic deployed web service.
    1: through the policy annotation in the web service java file.
    2: through the admin console if the web service is deployed as a separate war.
    thanks,
    sandeep

  • HT2254 My dashbord is diabled, how to enable it

    My dashbord is diabled, how to enable it - I see the app in the applications folder, but when i click it nothing happens. Is there a way to reload just this app or are there procedures to enable Dashboad App. Thanks - Vatsan

    Open Console in Utilities & see if there are any clues or repeating messages when trying to open Dashboard.

  • How to enable Persistent Login in OAM PS2

    When i configure enable Persistent Login . i execute command below. then see errors .
    Please support for us. How to enable Persistent Login in OAM PS2 ?  it's not easy ???
    wls:/offline> configurePersistentLogin(enable="true",validityInDays="30",maxAuthnLevel="2",userAttribute="obPSFTID")
    Apr 6, 2015 4:18:11 PM oracle.security.am.wlst.util.WLSTWrapperUtil createBean
    SEVERE: Unable to execute the WLST Command
    java.lang.Exception: Either you need to be connected or specify domain_name
        at oracle.security.am.wlst.util.WLSTWrapperUtil.setOnline(WLSTWrapperUtil.java:163)
        at oracle.security.am.wlst.util.WLSTWrapperUtil.createBean(WLSTWrapperUtil.java:106)
        at oracle.security.am.wlst.WLSTWrapper.execute(WLSTWrapper.java:101)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.python.core.PyReflectedFunction.__call__(Unknown Source)
        at org.python.core.PyReflectedFunction.__call__(Unknown Source)
        at org.python.core.PyObject.__call__(Unknown Source)
        at org.python.core.PyObject.invoke(Unknown Source)
        at OamInternal_handler$py.configurePersistentLogin$90(/u01/app/oracle/Middleware/Oracle_IDM1/common/script_handlers/OamInternal_handler.py:1554)
        at OamInternal_handler$py.call_function(/u01/app/oracle/Middleware/Oracle_IDM1/common/script_handlers/OamInternal_handler.py)
        at org.python.core.PyTableCode.call(Unknown Source)
        at org.python.core.PyTableCode.call(Unknown Source)
        at org.python.core.PyFunction.__call__(Unknown Source)
        at org.python.core.PyObject.invoke(Unknown Source)
        at Oam_common$py.configurePersistentLogin$86(/u01/app/oracle/Middleware/Oracle_IDM1/common/script_handlers/Oam_common.py:999)
        at Oam_common$py.call_function(/u01/app/oracle/Middleware/Oracle_IDM1/common/script_handlers/Oam_common.py)
        at org.python.core.PyTableCode.call(Unknown Source)
        at org.python.core.PyTableCode.call(Unknown Source)
        at org.python.core.PyFunction.__call__(Unknown Source)
        at org.python.core.PyObject.__call__(Unknown Source)
        at org.python.core.PyObject.invoke(Unknown Source)
        at org.python.pycode._pyx58.configurePersistentLogin$90(/u01/app/oracle/Middleware/Oracle_IDM1/common/wlst/Oam.py:625)
        at org.python.pycode._pyx58.call_function(/u01/app/oracle/Middleware/Oracle_IDM1/common/wlst/Oam.py)
        at org.python.core.PyTableCode.call(Unknown Source)
        at org.python.core.PyTableCode.call(Unknown Source)
        at org.python.core.PyFunction.__call__(Unknown Source)
        at org.python.pycode._pyx82.f$0(<console>:1)
        at org.python.pycode._pyx82.call_function(<console>)
        at org.python.core.PyTableCode.call(Unknown Source)
        at org.python.core.PyCode.call(Unknown Source)
        at org.python.core.Py.runCode(Unknown Source)
        at org.python.core.Py.exec(Unknown Source)
        at org.python.util.PythonInterpreter.exec(Unknown Source)
        at org.python.util.InteractiveInterpreter.runcode(Unknown Source)
        at org.python.util.InteractiveInterpreter.runsource(Unknown Source)
        at org.python.util.InteractiveInterpreter.runsource(Unknown Source)
        at weblogic.management.scripting.WLST.main(WLST.java:188)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at weblogic.WLST.main(WLST.java:29)

    Hi Marcus Griley,
    Enabled by default for VM groups Option is hidden from GUI in 2012, you can use the specify the preferred owner of group to realize the same function, positively not come online
    on a node that is not a possible owner.  If no possible owner nodes are up, then the group will still failover to a node that’s not a possible owner, but it will not come online.
    Preferred Owners in a Cluster
    http://blogs.msdn.com/b/clustering/archive/2008/10/14/9000092.aspx
    Specify preferred owners of a group:
    https://technet.microsoft.com/en-us/library/cc759663(v=ws.10).aspx
    Set group FailOver policy:
    https://technet.microsoft.com/en-us/library/cc786993(v=ws.10).aspx
    Set group FailBack policy:
     https://technet.microsoft.com/en-us/library/cc778570(v=ws.10).aspx- This will help the resources to fail back on the preferred owner.
    I’m glad to be of help to you!
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • How to enable VT-x for Win 7 boot camp partition MacBook pro?

    I am trying to install HAXM to accelerate my android emulator, but I am having problems. I have a Win 7 bootcamp partition in my Macbook Pro, and when I am finishing the installation a message pops up saying that my VT-x is not enabled, the problem is that I can't access the BIOS to turn on the virtualization easily like a PC user, How to enable the VT-x for Win 7 boot camp partition?
    The VT-x is running beautiful in my macintosh partition, but I can't understand why in my boot camp partition the VT-x remains disabled.
    My processor is a Intel Core I5-2435M , I downloaded the intel processor identification utility, and my processor supports the virtualization tech and hyper-threading tech.

    You can return that Mac for a full refund if it is less than 14 days from date of purchase.
    themsbg wrote:
    I have the same problem. Have you figured this out yet? I just bought a MacBook Air 2013. I thought I would be able to use Virtualization because it has a supported processor, but now it won't work in Boot Camp.

  • How to enable sound for my center, rear and side speakers using CMSS feature from my soundcard?

    What is CMSS? and how to use it
    The following information are abstracted from our Knowledgebase on CMSS. Please check the case relevant to your sound card below. You can also access the article on directly from the URL below. Knowledgebase article
    How to enable CMSS in Creative MediaSource for Sound Blaster Audigy LS series
    Go Start, All Programs, Creative, Creative MediaSource, and click on the Creative MediaSource Player or the Creative MediaSource Organizer.
    Click on the EAX button to enable EAX. The button should now be highlighted in green.
    Next, click on the little buttons next to the EAX button, which will bring up the Creative EAX Console.
    In the EAX Console, check the CMSS 3D tab, then check the box next to Enable CMSS 3D.
    Select ether CMSS or Stereo Surround and close the EAX Console.
    You can also open the EAX Console by clicking Start, All Programs, Creative Audigy LS, EAX Console.
    How to turn CMSS on and off with the Sound Blaster Extigy?
    Using Remote Center: Press the CMSS button to toggle on and off. Ensure that speaker settings are set to 4., 5. or Auto.
    Using Play Center: In the Play Center mini-view, expand the right hand panel and click on CMSS. Choose On or Off. Ensure that speaker settings are at 4., 5. or Auto.
    Message Edited by Jason-CL on 04-2-2007 2:07 PM
    Admin notes: Updated the links - KokChoy
    Message Edited by KokChoy-CL on 06-27-2008 04:18 PM

    Sound Blaster X-Fi - Enabling Creative Multispeaker Surround (CMSS)
    The following information are abstracted from our Knowledgebase on CMSS. Please check the case relevant to your sound card below. You can also access the article on directly from the URL below.
    Knowledgebase article SID4788
    If you are listening to stereo content like MP3's or CD's and you would like the sound to be played over your surround sound speaker system, you can enable CMSS 3D on your X-Fi card. If you are playing computer games, the X-Fi's Virtual 3D via CMSS gives a highly realistic surround sound over headphones.
    It is important to remember that if you do wish to play a 5. encoded file like Dolby or DTS soundtracks, you will need to turn CMSS off. Otherwise you might not receive each discreet channel.
    Please select the mode: (More information about changing the Mode).
    Entertainment mode
    In Entertainment mode, select the 3D button.
    http://www.ask.asia.creative.com/wwimages/audio_int/xfi/xfi_cmss_entertainment.JPG
    http://www.ask.asia.creative.com/wwimages/audio_int/xfi/xfi_cmss_entertainment2.JPG
    http://www.ask.asia.creative.com/wwi...rtainment2.JPG
    Game mode
    Click the CMSS-3D tab on the left side of the Game Mode console.
    Tick the Enable CMSS-3DVirtual option .
    http://www.ask.asia.creative.com/wwimages/audio_int/xfi/xfi_gamemode_eq.jpg
    Note: CMSS is not supported in Music Creation mode.
    Message Edited by KokChoy-CL on 07-04-2008 04:28 PM

  • How to enable a partner application for Single Sign-On?

    Can someone please advise me on how to enable my existing J2EE web application for the Oracle Single Sign-On?
    My requirement is i want to provide the single sign-on authentication service to my J2EE web application. For this, I would like to make my application as a partner application similar like the OracleAS Portal.
    I am using Oracle 10g ( OralceAS, Oracle Infra, OID ...)
    I found the following service/APIs which Oracle provides. I am not sure which one is suitable for me.
    1. mod_osso ( Static)
    --- In this case, I have to make a entry in mod_osso.config file to protect the URL. should I have to register the URL again through single sign on admin page ("Administer Partner Application") after make a entry in config file?
    2. mod_osso ( Dynamic directive)
    -- in this case, I have to modify the code by providing the directives like 401, 499.. etc. So i don't prefer this as i don't want to touch my app.
    --If I go with this option, should i have to register the URL with Single sign on server through SSO admin page ( as mentioned in the above step#1) ?
    3. SSO SDK
    - Since it was deprecated and need java coding, i am prefer this option.
    -- however, if i go with this option, i will develop code by using SDK. in this case i need to register the URL in SSO server through admin page.. am i right?
    Note:- OSSO server integrated with Active Directory for the authentication.
    Thanks,
    -Senthil

    sharon38_74 wrote:
    they said that our internal application needs to send a "login request" to etran via SSL with the user's information encoded in base 64 format. etran captures the HTTP header containing user authentication and authorization information, and parses the required information from the HTTP header.
    My question is that how I set user information in HTTP header? From my understanding, once I am able to set the user information in HTTP header, it is in base 64 format?Your application need to act like a proxy. You can invoke a HTTP request programmatically using java.net.URLConnection. You can set request headers using URLConnection#setRequestProperty(). Also see the API docs: [http://java.sun.com/javase/6/docs/api/java/net/URLConnection.html]. You only need to know the header field name where to set the Base64-encoded value in. You need to Base64-encode the value yourself.

Maybe you are looking for