Kde4 and compositing

i've been messing with this for a few hours again tonight, i've messed with it before. but it was working a couple months ago, and then stopped working. so i've been trying to fix it anyway.
but basically, in KDE4, when i go to system settings=>desktop, on the general tab for desktop effects, the option to enable the desktop effects is greyed out, with a message above it that says
Compositing is not supported on your system.
Required X extension (XComposite and Xdamage) are not available.
i can't figure it out, i've been over the wiki, and over the nvidia man page, etc, i can't figure it out. here's my xorg.conf, if anyone has any ideas, i'm happy to hear them
Section "ServerLayout"
Identifier "Xorg Configured"
Screen 0 "Screen0" LeftOf "Screen1"
Screen 1 "Screen1" 1600 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "PS/2 Mouse" "CorePointer"
EndSection
Section "Files"
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 "extmod"
Load "glx"
Load "bitmap" # bitmap-fonts
EndSection
Section "ServerFlags"
Option "AllowMouseOpenFail" "true"
Option "Xinerama" "1"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
Option "XkbVariant" ""
Option "XkbOptions" "terminate:ctrl_alt_bksp"
EndSection
Section "InputDevice"
Identifier "Serial Mouse"
Driver "mouse"
Option "Protocol" "Microsoft"
Option "Device" "/dev/ttyS0"
Option "Emulate3Buttons" "true"
Option "Emulate3Timeout" "70"
Option "SendCoreEvents" "true"
EndSection
Section "InputDevice"
Identifier "PS/2 Mouse"
Driver "mouse"
Option "Protocol" "auto"
Option "ZAxisMapping" "4 5"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "true"
Option "Emulate3Timeout" "70"
Option "SendCoreEvents" "true"
EndSection
Section "InputDevice"
Identifier "USB Mouse"
Driver "mouse"
Option "Device" "/dev/input/mice"
Option "SendCoreEvents" "true"
Option "Protocol" "IMPS/2"
Option "ZAxisMapping" "4 5"
Option "Buttons" "5"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "CRT-0"
HorizSync 30.0 - 121.0
VertRefresh 48.0 - 160.0
ModeLine "1600x1200" 175.5 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
Option "DPMS" "true"
EndSection
Section "Monitor"
Identifier "Monitor1"
VendorName "Unknown"
ModelName "SUN GDM-5410"
HorizSync 30.0 - 121.0
VertRefresh 48.0 - 160.0
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce 8800 GT"
Screen 0
EndSection
Section "Device"
Identifier "Device1"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce 8800 GT"
Screen 1
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
Option "TwinView" "0"
Option "TwinViewXineramaInfoOrder" "CRT-0"
Option "metamodes" "CRT-0: 1600x1200_75 +0+0"
Option "Coolbits" "1"
Option "RenderAccel" "True"
Option "AddARGBGLXVisuals" "True"
SubSection "Display"
Depth 24
EndSubSection
EndSection
Section "Screen"
Identifier "Screen1"
Device "Device1"
Monitor "Monitor1"
DefaultDepth 24
Option "TwinViewXineramaInfoOrder" "CRT-0"
Option "TwinView" "0"
Option "metamodes" "CRT-1: 1600x1200 +0+0"
Option "Coolbits" "1"
Option "RenderAccel" "True"
Option "AddARGBGLXVisuals" "True"
SubSection "Display"
Depth 24
EndSubSection
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection
Last edited by ssl6 (2009-10-10 01:22:56)

no, i just got the second monitor not long ago. i spent a few hours toying with my xorg.conf to get my desktop to extend properly......you do raise a good point though, compositing hasn't worked since then

Similar Messages

  • Nouveau and Compositing?

    Hi there,
    as of now, rather fresh install and all, I use the nv driver and let xorg/HAL/dbus do all the work, i.e I have no xorg.conf.
    I get a nicely working KDE4 environment, no hassle.
    I initially tried to use nouveau but that unfortunately does not auto-work, somehow it set's things too "high" for my poor old monitor and I just get a black screen and a "out of range" warning.
    So these are kinda two questions: How can I make nouveau work without having an xorg.conf?
    Can I get compositing with nouveau?
    And sort of as an afterthought: Can I get compositing at all without an xorg.conf?
    Thanks in advance.

    Alright... I gave in an created an xorg.conf.
    Section "Module"
    Load "glx"
    Load "extmod"
    Load "record"
    Load "dbe"
    Load "dri"
    Load "dri2"
    EndSection
    Section "Monitor"
    Identifier "Monitor0"
    VendorName "Monitor Vendor"
    ModelName "Monitor Model"
    HorizSync 28-64
    VertRefresh 60
    EndSection
    Section "Device"
    ### Available Driver options are:-
    ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
    ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
    ### [arg]: arg optional
    #Option "SWcursor" # [<bool>]
    #Option "HWcursor" # [<bool>]
    #Option "NoAccel" # [<bool>]
    #Option "ShadowFB" # [<bool>]
    #Option "VideoKey" # <i>
    Identifier "Card0"
    Driver "nouveau"
    VendorName "nVidia Corporation"
    BoardName "G73 [GeForce 7600 GT]"
    BusID "PCI:4:0:0"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Card0"
    Monitor "Monitor0"
    DefaultDepth 24
    SubSection "Display"
    Viewport 0 0
    Depth 1
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 4
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 8
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 15
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 16
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 24
    Modes "1024x768" "800x600"
    EndSubSection
    EndSection
    I have a working KDE environment and I use nouveau as the Xorg.0.log confirmes.
    Now, I read up on Nouveau and composite some and it would appear that the two do not go well together. I suspect all that fancy-smancy effect stuff KDE (or rather kwin?) can pull off is considered 3D and therefore off-limits for nouveau?

  • Does DVI to Video adapter send both s-video and composite simoutanesly?

    Hi,
    I´m wondering if you connect the DVI to Video adapter on the new MacMini (DVI to s-video+composite), does the Mini send BOTH s-video and composite at the same time?
    If connected to TV and projector, I want to see both simotanesly, not neede to change something in the setup...
    The both having same resolution I guess is a must!
    Regards,
    Pat

    Yes, many think, but i´ve havnt heard anyone whoose sure?! Can´t be such a odd thing, connect a Mini to two displays at same same time...

  • How can I do live streaming with a Mac Book Pro 2011, using a new model of Sony HD camcorder which does not have firewire out/input? it comes only with a component video output, USB, HDMI and composite RCA output?

    I need to do live streaming with a Mac Book Pro 2011, using a new model of Sony HD camcorder (http://store.sony.co...ber=HDRAX2000/H) ..this camcorder model does not have firewire out/input ..it comes only with a component video output, USB, HDMI and composite A/V video output..
    I wonder how can I plug this camcorder to the firewire port of my laptop? Browsing on internet I found that Grass Valley Company produces this converter http://www.amazon.co...=A17MC6HOH9AVE6 ..but I am not sure -not even after checking the amazon reviews- if this device will send the video signal through firewire to my laptop, in order to live streaming properly? ..anyone in this forum could help me please?
    Thanx

    I can't broadcast with the built in iSight webcam... how would I zoom in or zoom out? or how would I pan? I've seem people doing it walking with their laptops but that's not an option for me... there's nothing wrong with my USB ports but that's neither an option to stream video because as far as I know through USB you can't connect video in apple operating systems ..you can for sure plug any video cam or photo camera through usb but as a drive to transfer data not as a live video camera...  is by firewire an old interface developed by apple that you can connect all sorts of cameras to apple computers... unfortunately my new sony HDR-AX2000 camcorder doesn't have firewire output...
    thanx

  • S-Video and Composite Adapter Output Flickers, is B&W, etc.

    Okay, here are the details:
    - Bought a new *Mac Pro (2009)* Quad 2.66
    - Customized with an *ATI Radeon HD 4870* card
    - Current OS version: 10.5.7
    - Attempting to use *Apple's DVI-Video adapter* (works fine with my G5)
    - Poor, flickering, black & white, duplicate, partial signal appears on TV using either composite (RCA - yellow) or S-Video
    - There is *no literature anywhere* that states whether this adapter is supported (or not)
    - ATI cards have traditionally (before the 4870, not sure about the previous Mac Pro model's ATI cards) been able to correctly output analog video signals using this adapter
    - Apple's phone support personnel say *it should work*
    - Tried a *newer adapter at a service provider with no difference* in the results
    Any help, advice, etc. is appreciated.
    PS - If I can't find a solution that doesn't involve buying anything extra, I'm considering getting the DVI-VGA adapter with a VGA converter box (VGA in, S-Video and Composite out) which seems to be the only viable alternative (as getting a new card won't help when/if I get a Mac Mini for movie watching).

    Hi Com,
    I don't have an answer for you but maybe in the comments about it someone has said something helpful: http://store.apple.com/us/product/M9267G/A
    I think that Apple would like to say all it's adapters work fine but I don't think that's really the case. The VGA to Mini Display adapter I just bought was only able to coax a very limited amount of resolutions from my CRT. Other people are finding other adapters not being up to snuff and buying this one as a cure. http://store.apple.com/us/product/MB571Z/A?fnode=MTY1NDA3Ng&mco=MjE0ODQ2Nw
    But even this has it's problems.
    I hope someone else writes in to help. I hope there's a work around for you. It's just hard to know what is Apples responsibility to do and yours. Yours I don't believe should be an issue if the adapter worked right.

  • Does the video adapter output both S-Video and Composite simultaneously?

    I have a multi-zone receiver which converts S-Video to component for the main zone and passes S-Video signals through to zone 2 but does not convert them to composite which is how that zone is set up. I solved a similar problem with my DVD player by connecting both the component output and composite output of the DVD player to the receiver allowing high quality viewing in the lounge room and passable viewing in the bedroom.
    I realise the quality from the adapter is questionable particularly for composite but I'm still interested if both S-Video and composite signals are output from the MBP 17" via the adapter simultanesouly.
    Thanks,
    Max.

    I have a follow-up question which may help answer the original question. Does the MBP have to detect the external display when connected via S-Video/Composite in the same way that it has to when connected via DVI? My Dell notebook had so much trouble detecting composite and S-Video connections that eventually I gave up so I'm a little "once bitten twice shy" on this. If the MBP doesn't attempt to detect the external display via S-Video or composite then it must output both S-Video and Composite signals continuously (which would be great).
    Thanks,
    Max.

  • How to get plain old S-video and Composite out from a MBP?

    Hi,
    this question is about someone's MacBook Pro he newly bought with adapters to get both DVI and Svideo/Composite Out.
    He got Mini DisplayPort to DVI-D converter, and a DVI-I to video converter, that cannot be plugged into a DVI-D port. Apple removed the analog capability of its adapter, that's bad. But what's badder is there doesn't seem to have any Mini DisplayPort to Svideo/Composite adapter, as there was with previous generation machines.
    How can someone easily output analog video from MBP?

    In fact, I recognize that these standards are old, which doesn't mean they're not up-to-date. Similar example, VGA connector is old, but perfectly useful, even in 2009. I recently plugged a 22" LCD with VGA and DVI on the same computer (a bland desktop PC), and there was strictly no difference. Same color depth, same crisp display. Even looking at a corner with a magnifier, nothing was different.
    So, changing standards just for the sake of it doesn't make any sense.
    Agreed that, as a pro, Apple would like me to buy their pro line, but nowhere in the pro line does an easy solution exists for S-Video and composite out. The solution you posted exists, but is unwieldly and not neat at all, if it doesn't break the Mac's connector under its weight. If a manufacturer can do this kind of adapter, Apple can do it better, and make a bigger profit out of it.
    For the adapter you posted, I don't ever buy anything that is not at least Mac+Windows compatible, or at a minimum is open-source, so anyone with programming skills can make something. The manufacturer also doesn't give a clue on how this works. I guess some sort of virtual driver sits in the system as a virtual IEEE1394 port so any program requiring FW can work transparently. Still, incompatible with the OS that most manufacturer ship their new PCs with, poor commercial decision, wether you like the OS or not.
    Adding FW in the MB unibody design wouldn't have cost anout $30. Rather, we're talking about a 25 cents chip, a 25 cents connector, which they would have rounded up to $20 and still, that was present in previous-gen MB. After all, they are indeed selling a matte screen on the MBP 17" for $50 more, despite them removing a single piece of glass which may cost, well, let's be fair, $5 to manufacture? That's dishonest. And capitalistically justified.
    So far, choosing a Mac for one's needs is no easy task: older white MacBooks have the same power as unibodies, excellent connectivity, top notch transfer speeds, BUT are heavier, as not as ecologically friendly nor do they have future-proof RAM standard. The unibodies are sleekier, easily recycled and will be able to be upgraded in the near future BUT is most likely unable to use current devices and have slower transfer speeds.
    For Pro models, the newer ones have great efficiency, much power and flexibility with their dual GPU BUT lost the option of matte screen, although their other pro-oriented monitors still default to matte. Only the 17" has the option. If a pro already finds his 15,4" bulky and with ample reserve power, will he buy the bigger and heavier 17"? Probably not.
    I understand that Apple way of doing business is keeping only what's essential with no unnecessary options (I'm looking at you, Asus, with you at least 10 different versions of you netbook). But this time, not everyone can find what he or she wants in Apple's line of laptops, as opposed to the iPod thing, where virtually any possible preference is covered.

  • No S-Video and composite video cable adapters from Apple?

    Hello.
    Is it me or does Apple's http://store.apple.com/us/browse/home/shop_mac/mac_accessories/cables/cable_choo ser not carry any video cable adapters that go to S-Video and composite inputs (an old Panasonic projector TV from Y2K) from MacBook Pros (2008 and 2012 models)? This is just for watching fullscreen videos.
    Thank you in advance.

    Courcoul wrote:
    Might want to canvass Mom & Pop computer stores in the area, that usually don't have such a furious inventory turnover rate as the big chains, and maybe you'll find what you need. Or look in eBay, Amazon, etc. Note that you don't NEED an Apple-labeled adapter, just one that will plug in whatever ports you have left and gives the required output.
    OK and thanks. I tried to find on big retailer stores online like Best Buy, Fry's Electronics, Office Max, Radio Shack, etc. but had no luck. Or maybe I am not searching correctly (DVI S-Video and DVI composite keywords as two examples)? I did find Apple's on Amazon.com based on the model number from someone on comp.sys.mac.system newsgroup: http://www.amazon.com/APPLE-M9267G-DVI-Video-Adapter/dp/B0000ACOBL/ ...

  • TV isn't detected properly with Mini-DVI and composite video

    Hi,
    Just got a mini-dvi adaptor from Apple, and having trouble getting it working on a CRT TV (have had other windows laptops running s-video out ok on there before via scart and composite)....
    I plug it all in, turn on the TV, turn on the macbook, choose 'Detect Displays', and get the secondary display detected as 'Display' rather than TV --> don't get any tv options on the display prefs for that display...
    any ideas?
    S-Video just gets a blank screen, at least composite video shows a flickering black and white screen (with 5-6 repeated screens squished up).
    dodgy mini-dvi cable?? dodgy macbook?? dodgy TV?
    thanks
    Rach
    MacBook ultimate   Mac OS X (10.4.8)  

    Yup - using the same input channel as the playstation/digital tv usually comes in (we only have one 'video in' channel on the tv). Have tried through the scart port (that's how the playstation usually goes in), and the composite port too.
    TV is PAL format here i think --- however everywhere I've read, everyone else gets a 'TV' display preference option when it detects it's a TV, and can set the format to PAL/NTSC there. I don't get this as it just thinks it's a display rather than a TV.
    Darn, back to the Oxford Circus Apple store for me to see if it's the mini-dvi cable, the macbook or our tv... fighting with all the tourists

  • Slideshow Widget and Composition Widget Synchronizing Problem

    I have a slideshow with images and composition widget of text that corresponds with each slide. The settings are the same for both, works fine on desktop yet on the tablet and iphone versions, they are messed up.
    Here's the BC site: dezinegirl
    I have been waiting for Customer Care via Chat to figure it out looking at my files, but it's been an HOUR and I don't think he knows.
    Anyone else have this issue?
    BTW: I am working with a purchased template.
    Thanks!

    Hi Pam,
    Instead of using the slideshow widget in sync with the composition widget, I will suggest that you switch to using one composition widget. Slideshow widgets does not allow text frame but composition widgets allows images as well as text frames. So you can allocate individual text frames to each target and that should give you the effect that you are looking for with no sync issues.
    Let me know if you need more clarifications on this.
    - Abhishek Maurya

  • Query on Enhancement Spots and Composite Enhancement spots

    Hi Group,
    I want to know about "Enhancement Spots and Composite Enhancement spots" and how to implement them in the system?
    please provide me the uses and how to implement them for our requirements?
    Thanks,
    Vishnu.

    Hai.
    check the links.
    http://help.sap.com/saphelp_nw70/helpdata/en/91/f1e540f8648431e10000000a1550b0/content.htm
    http://help.sap.com/saphelp_nw70/helpdata/en/1c/2cee3957f7cd55e10000000a114084/content.htm
    http://help.sap.com/saphelp_nw70/helpdata/en/1c/2cee3957f7cd55e10000000a114084/content.htm
    http://www.sap.info/public/INT/int/index/Category-28943c61b1e60d84b-int/0/articlesVersions-22681475d1a792eff3
    regards.
    sowjanya.b

  • (NWDS) trial version for EP 7.0 and Composition Enviroment  7.1

    Hi Experts,
    I am looking for the netweaver developor studio (NWDS) trial version for EP 7.0 and Composition Enviroment  7.1. Can anyone send me the link to download it.
    Thanks in advance.
    SG

    Hi,
    Check this document for the location and installation steps:
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/50289b6a-5373-2910-91bd-b8196737c026
    you can directly download it from:
    https://websmp103.sap-ag.de/swdc --> Search For all categories --> Search for NW Developer Studio
    i don't think you get a trial version for NWDS.....maybe i am wrong here.
    regards,
    Abhishek.
    Edited by: abhishek salvi on Apr 27, 2009 1:26 PM

  • How do I save *complete* KDE4 and x config?

    I've always had trouble getting a global view of DE configuration, x configuration, etc.
    For now, I've got KDE4.2 looking and behaving exactly as I want, which is not always the case. What do I need to back up in order to restore this if and when something gets goofed up by an upgrade or by my own stupidity?
    I know to back up ~/.kde4, and I'm backing up a ~/.fonts.conf file that I sometimes tamper with. But what else should I back up? The wiki and other docs offer info about configuring and backing up various components, but don't necessarily tell how to restore an overall config.
    Note that I'm not talking about returning to a previous system state à la Windows System Restore or Mac Time Machine, but rather how to get things looking and functioning the way they were at a previous point.
    Thanks!
    Last edited by dhave (2009-03-14 14:35:46)

    bernarcher wrote:If I recall properly, KDE makes heavy use of current QT settings. Thus it would be advisable to backup $HOME/.qt, too.
    Furthermore there is a kde.org directory in $HOME/.config containing some system/phonon configuration settings.
    If you want to keep your KDM settings, have a look at /usr/share/apps/kdm, especially /usr/share/apps/kdm/sessions.
    Thanks, bernarcher. That's just the kind of info I was looking for.

  • Delete Cascade and Composition problem.

    As it's well known into a DB You can have more than one Fk and more than one FK could have Delete cascade set.
    A typical situation is an intersection table between 2 tables wich solves a N to M relationship.
    In BC4J is impossible to manage that situation because Delete Cascate is related to composition and composition tries to lock the owning entity (JBO-25030) however if we try to get the detail row from a ViewLink the other one is invalid and viceversa.
    How can I solve that issue ?
    I read the Steve's http://radio.weblogs.com/0118231/stories/2003/01/17/whyDoIGetTheInvalidownerexception but we normaly don't know, at the create monent all values (the user should select them) and then the createAndInitRow is not a good solution.
    Could someone help.
    TIA
    Tullio

    I've the same Problem and solved it the following way:
    Assuming you have the following VOs:
    MasterView1
    MasterView2
    IntersectionView
    and two Associations of the composition type (each with the Cascading Delete Option between them):
    Ma1InterAssoc
    Ma2InterAssoc
    If you first select a row in MasterView1 and in MasterView2 you can create a new Row in IntersectionView as both "owning Entities" now have a valid current row. BC4J automatically creates the keys to the two Master Entities for you in the Intersection Entity.
    MasterView1Impl vo1 = getMasterView1();
    vo1.selectMyRow(...);
    vo1.executeQuery();
    vo1.next();
    MasterView2Impl vo2 = getMasterView2();
    vo2.selectMyRow(...);
    vo2.executeQuery();
    vo2.next();
    IntersectionView detVo = getIntersectionView);
    Row detRow = detVo.createRow()
    detRow.setValueX(...); // it is important to set at least one value!!
    detVo.insertRow(detRow);
    This method works well since JDeveloper 9.0.3, but unfortunately it is not officially supported by Oracle, so you do it on your own risk :(
    Hope it helps
    Frank

  • SAP Security Report for single and composite roles

    Hi
      I have a requirement to create a cutomize report in SAP Security.
    I have to display Composite roles,corresponding single roles,the tcodes assigned to those single roles and the description of t- codes. The selection screen has composite roles,single role and T-code which are optional.User can enter selection in any of the selection critreria.How should I go on this?If user gives only composite roles on the selection for e.g 'TEST'. for this role I get suppose 3 child roles 'TEST1' 'TEST2' 'TEST3' from table AGR_AGRS.Now to get the tcodes i go to table 'AR_1251' and I get the tcodes.
    But if user give only single role on the selection for eg 'TEST2' ,for this single role 'TEST2' there would be multiple composite roles.for e.g, 'TEST' 'SAP1' 'SAP2' etc..Now if go to get the tcodes for this single role in AGR_1251,I will ceatainly get the tcodes for eg MM01,FB01,etc.But then how would I know whether MM01 belongs to composite role 'TEST' SAP1' or SAP2' for the single role 'TEST2'.
    Please advise.
    Thanks
    Edited by: Julius Bussche on Aug 13, 2009 4:52 PM
    Subject title improved

    I though of seperate selection options for singles and composites, but you also said:
    > But if user give only single role on the selection for eg 'TEST2' ,for this single role 'TEST2' there would be multiple composite roles.
    My suggestion would be to build better single roles, but that is just me...
    Cheers,
    Julius

Maybe you are looking for

  • Can't Hear iMovie Audio On Any Of My Projects

    Firstly, I tried playing the iTunes stored in the 'Audio' Tab. I click the play button to hear the iTune and the button turns blue yet there is no sound. However, I can hear the clicks of the mouse and other such sounds. I am able to play iTunes dire

  • Publish, deploy, jndi tree

    Hello, I work with Weblogic server 9.2 and Ganymede 3.4. Here are some beginner questions: Why do I, in Ganymede's server tab, publish on the server node instead of on the EAR node? When I publish my EAR I cannot see anything added in the jndi tree o

  • Inspection at vendor site while loading the material?

    Hi All, How we can enable the inspection while loading the material i.e at vendor's site, how we can enable the inspection while unloading the material at customer site. That is I exactly require an inspection set up to record the values after PO & b

  • Regarding division and megadivision of infotype 1

    Hi Experts, I need to rename existing megadivision to something else, can you please tell me how to do that and where i need to do the changes. Also i need to create new division, so please tell me how to do that ?? Thanks.

  • How can i view the Streams process through 10g OEM

    I have successfully configured OEM on Oracle 10.1.0.3 My question is: How can i view the Streams processes and queues so that i could monitor its functionality. In 9i Java Console OEM I was able to monitor Streams using the <Distributed> tab but I do