[SOLVED][Fluxbox]xcompmgr does't render all perfectly

Hi at all... I have reinstall my arch two days ago with fluxbox. I installed also xcompmgr and put into my .xinitrc this:
#!/bin/sh
# ~/.xinitrc
# Executed by startx (run your window manager from here)
# exec gnome-session
# exec startkde
# exec startxfce4
# ...or the Window Manager of your choice
xset s off -dpms &
xcompmgr -c -r10 -F -f -D5 -C -o0.8 &
conky &
exec fluxbox
but when I do startx, at first seem to be all normal but without the composite manager, then when it start the shadows appear around the windows as should be, but the toolbar is not completely drawn and only when I move a window over it then the toolbar refresh and all is almost perfetc except for conky that has his shadow when I don't want it.
Someone can help me?
PS. Sorry for my bad english
EDIT: I have tryed something: I removed the line of xcompmgr in the .xinitrc and start it from a shell after the startx and all work perfectly, even the shadow around conky... only that I don't want start xcompmgr by hand every time...
Last edited by vheon (2010-12-08 16:50:54)

try sleeping before launching command at fluxbox's startup :
sleep 5 && xcompmgr -c -r10 -F -f -D5 -C -o0.8 &
sleep 2 && conky &

Similar Messages

  • ["solved"] [fluxbox] xcompmgr applies shadow effect to wbar

    I'm using fluxbox, xcompmgr and wbar.
    When I run wbar and xcompmanager together the shadow is also applied in wbar which is undesireable.
    I've tried various combinations to initialize xcompmgr and wbar and nothing works including changind load order.
    Is there a way to fix this?
    This is what I have in .flubox/startup
    fbsetbg -l
    xfce-mcs-manager
    wbar -pos top -nofont -bpress &
    xcompmgr -cC &
    exec /usr/bin/fluxbox
    Thank you!
    Last edited by Varnsen (2008-08-25 19:08:12)

    Here's how I fixed it.
    I launch wbar with and xcompmgr with the following options
    wbar -pos top -above-desk -bpress &
    xcompmgr -cC &
    After the restart, I need to right click a few times on wbar (the right click is used to refresh wbar) and the shadow problem disappears. It's not perfect but it works for now
    Last edited by Varnsen (2008-08-25 19:15:15)

  • [SOLVED]Broadcom BCM4313 does not detect all wireless networks

    EDIT:
       I'm really sorry to the Arch forum users and to the admins for posting such easy problems which i could have fixed myself.
       To solve this what i did was to change the channel on the router and its 802.11 mode. I turned my main machine on and it was doing the same as the machine i posted here first so it was two machines and so probably not a problem of the pc but of the router.
       I don't know if this means my network cards are just bad or something else but it works now.
    Hello,
        I'm having a problem with the computer on the title. When i try connect the computer over wifi(to my own network), it doesn't "see" my network. Sees all my neighbours networks but not mine. It was working till a couple of days ago.
    lspci -k
    05:00.0 Network controller: Broadcom Corporation BCM4313 802.11bgn Wireless Network Adapter (rev 01)
    Subsystem: Wistron NeWeb Corp. Device 051a
    Kernel driver in use: bcma-pci-bridge
    Kernel modules: bcma
    rfkill list
    0: samsung-wlan: Wireless LAN
    Soft blocked: no
    Hard blocked: no
    1: samsung-bluetooth: Bluetooth
    Soft blocked: no
    Hard blocked: no
    2: hci0: Bluetooth
    Soft blocked: no
    Hard blocked: no
    3: phy0: Wireless LAN
    Soft blocked: no
    Hard blocked: no
        I tried changing the encryption on the router from WPA&WPA2 to WEP and to WPA and i from TKIP&AES to simply AES but to no avail.
       I also tried loading different modules still related to b43(like the legacy one) and installing the firmware from AUR.
       Has this happen to anyone else?
       I'm still trying to do this on the live iso so i can try as much stuff as needed and then i can just reboot and then do just what i need:)
    thank you
    Last edited by jantonio2992 (2014-07-20 11:22:03)

    ewaller wrote:It sounds like your regulatory domain is not set correctly.   Not all channels are legal to use in all countries.  Perhaps your router had been using a channel legally, but your computer is unaware of its location, and was therefore ignoring the channel.  Also, I assume you are in the right band.  I don't know about your system, but thus ancient laptop does not work in the 5GHz band.
    Thank you for shedding some light on the subject, but actually the channels the router permits are through 2.412 to 2.472 (more less, i think that writing here 13 frequencies wont help anyone ), and what i did was look on my working laptop, the channel for the networks around the house and select on my router a channel that wouldn't be the same, but i think the router has a built in tool to do this.

  • (solved) /etc/fstab does not list all the discs

    there are too usb discs: /dev/sdc1 and /dev/sdd1
    besides there are two hd too: /dev/sdb and /dev/sda
    arch linux has been installed on /dev/sdb
    1) the /etc/fstab is like this - no /dev/sda, no /dev/sdc1 neither /dev/sdd1 listed
    # /etc/fstab: static file system information
    # <file system> <dir>   <type>  <options>       <dump>  <pass>
    # UUID=6ea90d2a-f445-4dc2-88ae-cdedcd2be530
    /dev/sdb1               /               ext4            rw,relatime     0$
    # UUID=6b1c3042-97aa-46b6-a6cb-b2b9837748a9
    /dev/sdb2               /home           ext4            rw,relatime     0$
    # UUID=d039ad96-6474-4492-a9b0-abaf45a8f8c3
    /dev/sdb3               none            swap            defaults        0$
    2) the result of # lsblk -f is:
    [root@arch cezar]# lsblk -f
    NAME   FSTYPE LABEL   UUID                                 MOUNTPOINT
    sda                                                       
    ├─sda1 ntfs           9C7AC58F7AC5671C                     
    ├─sda2 ext4           33e515b1-4f01-4d50-a0c3-91621b80dbcc
    └─sda3 swap           5b3657af-7363-4f08-be60-7cdcfb277cfb
    sdb                                                       
    ├─sdb1 ext4           6ea90d2a-f445-4dc2-88ae-cdedcd2be530 /
    ├─sdb2 ext4           6b1c3042-97aa-46b6-a6cb-b2b9837748a9 /home
    └─sdb3 swap           d039ad96-6474-4492-a9b0-abaf45a8f8c3 [SWAP]
    sdc                                                       
    └─sdc1 ntfs   SAMSUNG 0E604C85604C758D                     /run/media/cezar
    sdd                                                       
    └─sdd1 ntfs           083818523818415C                     /run/media/cezar
    sr0
    3) I tried to add all the discs on /etc/fstab by hand, but the system crashed and I had to comment the lines I had added     
    # /etc/fstab: static file system information
    # <file system> <dir>   <type>  <options>       <dump>  <pass>
    # UUID=9C7AC58F7AC5671C
    #/dev/sda1               /mnt/win7       ntfs            defaults                  0 0
    # UUID=33e515b1-4f01-4d50-a0c3-91621b80dbcc
    #/dev/sda2               /               ext4            auto,rw,relatime,users    0 1
    # UUID=5b3657af-7363-4f08-be60-7cdcfb277cfb
    #/dev/sda3               none            swap            defaults                   0 0
    # UUID=6ea90d2a-f445-4dc2-88ae-cdedcd2be530
    /dev/sdb1               /               ext4            rw,relatime        0 1
    # UUID=6b1c3042-97aa-46b6-a6cb-b2b9837748a9
    /dev/sdb2               /home           ext4            rw,relatime        0 2
    # UUID=d039ad96-6474-4492-a9b0-abaf45a8f8c3
    /dev/sdb3               none            swap            defaults           0 0
    # UUID=0E604C85604C758D
    #/dev/sdc1              /run/media/cezar  ntfs           auto,rw,relatime,users     0 1
    # UUID=083818523818415C
    #/dev/sdd1             /run/media/cezar   ntfs           auto,rw,relatime,users     0 1
    how can that be fixed in order to all the discs be listed? thanks
    Last edited by cezarrangel (2014-06-25 18:23:24)

    ok trilby concerning swap. I will check the /run/media/cezar because these are the two differente usb discs. thank you so much.
    That is it Trilby, it has been solved: #mkdir /mnt/samsung1 for /dev/sdc1 and #mkdir /mnt/samsung2 for /dev/sdd1; I have also #cfdisk /dev/sda and deleted the swap partition over there.
    Last edited by cezarrangel (2014-06-25 18:22:55)

  • IPhone doesn't render all fonts embedded on PDF documents

    The PDF reader in the iPhone does not render all fonts. When viewing attachments or PDFs posted on a website some text fields just don't show up, but they do when viewed in Preview or Acrobat Reader.
    I have not seen discussions about this so I just want to make sure that the Software developers at Apple are aware of the problem.
    This is a big issue for my profession (Graphic Design/Advertising).

    I have not seen discussions about this so I just want to make sure that the Software developers at Apple are aware of the problem.
    This isn't the place to make sure of this but this is.
    http://www.apple.com/feedback/iphone.html

  • Having installed aperture 3 and imported iphoto library (15000 photos) Apertue 3 does not render most of my photos corectly most a blurred pixellated and distorted. Reverting to photo produces perfect results. Any suggestions

    Having installed aperture 3 and imported iphoto library (15000 photos) Apertue 3 does not render most of my photos corectly most a blurred pixellated and distorted. Reverting to photo produces perfect results. Any suggestions

    Galdaplh,
    What do you mean by "reverting to photo"?  "Revert" is not a function in Aperture so you must be talking about something else.
    If you just performed the import of that many photos, Aperture will take some time to generate thumbnails.  You can see if it is doing this sort of thing by {Command}-{Shift}-0 to show the Activity window.
    Once Aperture generates all its thumbnails, you will have nearly instantaneous access to much, much better thumbnails than Aperture uses immediately after importing photos.
    nathan

  • Nokia E-5 music player does not show all songs. Th...

    my Nokia E-5 music player does not show all songs. The filemanager does though. have tried every damn thing that i could, from the internet. no solution yet. Nokia wont address it. any solutions? please dont ask me to refersh my music player. nokia now manufactures stupid phones, instead of smartphones..
    can any one help, friends? the last option i have to sell it off and wait for an HTC qwerty mango 7.5 phone

    I perfectly understand that this is frustrating and of course Nokia should adress this.
    I do not work for Nokia so maybe you could contact them. I see you have been to a care centre and reset it, but hopefully by contacting them by email they can log the issue for further work on firmwares?
    I hope this sorts out. Have you btw, tried with some other memory card?
    If it's not too much of a struggle, try backing up everything you have on it and format it, then reboot the phone which will recreate the needed folders and then drag and drop your stuff back to it and check again.
    Hope you get it solved mate!

  • FCP 5.0.4 won't render all tracks.

    FCP 5.0.4 fails to render all of my tracks. There are three, and in some places, four video tracks. It only renders the third and fourth tracks. Plays fine in the timeline but will not output in any format. Audio is fine. Video is all black except where there are three or more video tracks, the topmost tracks play fine.
    I have trashed FCP preferences, uninstalled and reinstalled FCP - no change. The source files are fine, as I can play them in Quicktime with no problem. They even play on other machines.
    Any ideas? Please don't tell me to trash the preferences, as I've already tried that.

    I've been pullin' my hair out lately with the whole render issue as well. MAY have just stumbled onto a solution a few min ago. I looked at the permissions settings on the external disc that I'm using as a scratch disk. It was set to read/write for everyone under the sun. I thought I'd just propogate those permissions one more time to be safe and I got an error msg that said I couldn't propogate because some items won't let me. So, I checked IGNORE OWNERSHIP ON THIS VOLUME and voila. Render issue solved. However, I don't think this is the best way to solve the problem...but in a pinch...may just work for ya.
    Good luck

  • ADF panelGroup component's background image in CSS does not render

    Hi,
    I have an issue with the panelGroup component, where a background-image specified in the styleClass DOES NOT RENDER when deployed on the OAS. It works fine when I run the page on my local OC4J.
    I've verified that the image I use is deployed correctly on the server.
    We are using :
    JDeveloper Studio Edition: 10.1.3.3.0.4157 (Build JDEVADF_10.1.3.3.0_NT_070619.1129.4157)
    Oracle Application Server: 10.1.3.5.0 running on RHEL 5.
    I'm customizing pages of an ADF application to change the branding and skinning. The page header region used in the application uses a 'panelPageHeader' and the image I need to introduce is part of branding and must be rendered above the application menus (2 levels: 1->MenuTabs, 2-MenuBar).
    If it would help to see how my page renders locally, here's the link: http://tech-nik-alley.blogspot.com/2010/09/adf-panelgroups-background-image.html
    (The brightly colored bar above the menus is newly introduced, ABC_Lightbar.jpg).
    Using an objectImage with my light_bar image as source, directly in the facet menu2, causes the alignment of all pages to get disrupted. Hence the work-around of using the image as a background.
    A copy of my pageHeader region is below, with comments. The panelGroup component newly introduced is in the facet "menu2". I've added the CSS definitions in the page as comments as appropriate.
    Any pointers on how to debug further, work-arounds etc. are appreciated.
    TIA and regards
    Deepak.
    =====MY PAGE HEADER REGION====
    <af:regionDef var="attr">
    <af:panelPageHeader styleClass="ss0" > <!—ss0 is "padding:0px;margin-left:14%;margin-right:14%;margin-top:0px;margin-bottom:0px;display:block;background-color:transparent;" -->
    <f:facet name="branding">     
    <af:panelGroup styleClass="ss_brand"> <!--ss_brand is "display:block;margin-bottom:12px" -->
    <af:objectImage shortDesc="#{imageBean['SS_COMPANY_LOGO'].description}"
    source="#{imageBean['SS_COMPANY_LOGO'].physicalName}"/>
    </af:panelGroup>
    </f:facet>
    <f:facet name="menuGlobal" >
    <af:panelGroup layout="horizontal" styleClass="ss00" rendered="#{attr.globalMenuShown}">     <!—ss00 is "margin-right:10px;" -->
    <f:facet name="separator">
    <af:objectImage source="#{imageBean['SS_GLOBAL_SEPARATOR'].physicalName}" shortDesc=""/>
    </f:facet>
    <af:menuButtons>
    <af:goMenuItem text="#{sessionBean.authenticated?pageHeaderBean.loggedInUserInfo:messageBean.SS_GEN_GUEST}"/>
    </af:menuButtons>
    <af:menuButtons startDepth="0" var="menuGlobal" value="#{menuModel.model}">
    <f:facet name="nodeStamp">
    <af:goMenuItem text="#{menuGlobal.label}"
    destination="#{menuGlobal.fileName}"
    rendered="#{menuGlobal.type=='global' &amp;&amp; menuGlobal.rendered}"
    />
    </f:facet>
    </af:menuButtons>
    </af:panelGroup>
    </f:facet>
    <f:facet name="menu1" >
    </f:facet>
    <f:facet name="menu2" >     <!-- facet menu2 originally has a 'menuTabs' (level 1 menu) on top of a 'menuBar' (level 2 menu) -->
                        <!-- Change required: introduce a light_bar image above level 1 menu (menuTabs). The image spans the page -->
    <af:panelGroup rendered="#{skinFamily.menuLayout=='horizontal' and attr.otherMenuShown}">
         <!--Change: new panelGroup introduced, with a background image in the styleClass -->
    <af:panelGroup layout="vertical" styleClass="pageHeaderLightBar"> <!-- pageHeaderLightBar is "background-image:url(/ss/skin/ABC/images/ABC_lightbar.jpg); " -->
    <!--<af:objectImage source="/ss/skin/ABC/images/ABC_lightbar.jpg"/>-->     <!--Specifying the image directly, disrupts the all other OOTB pages-->
    <af:objectSpacer width="22px"/>
    </af:panelGroup>
    <af:panelGroup styleClass="pageHeaderMenuLevelOne"> <!-- Another place where a back-ground image is used for a panelGroup using the styleclass -->
    <af:menuTabs startDepth="0" var="menuTab" value="#{menuModel.model}">     <!-- The level 2 menu using menuTabs -->
    <f:facet name="nodeStamp">
    <af:goMenuItem text="#{menuTab.label}"
    destination="#{menuTab.fileName}"
    rendered="#{menuTab.rendered and menuTab.type!='global'}"/>
    </f:facet>
    </af:menuTabs>
    <af:menuBar startDepth="1" var="menuBar" value="#{menuModel.model}">     <!--The level 2 menu using a menuBar -->
    <f:facet name="nodeStamp">
    <af:goMenuItem text="#{menuBar.label}"
    destination="#{menuBar.fileName}"
    rendered="#{menuBar.rendered}" />
    </f:facet>
    </af:menuBar>
    </af:panelGroup>
    </af:panelGroup>
    </f:facet>
    </af:panelPageHeader>
    </af:regionDef>
    ===================================

    'background-image:url("../image/Sunset.jpg")' is a relative URL... relative to the final generated markup. It should be wrong like 99% of the times. You should rather use a styleClass and deal with the background-image with skinning as the skinning engines knows how to deal with such urls. Note that you'll most likely have to define a new resource loader and servlet mapping for the ResourceServlet. I know someone made a blog entry about that, was it Frank or Shay? Hmmm cannot remember... Maybe John as well. Anyway a Google search should yield good results for adf resource loader I think.
    Regards,
    ~ Simon

  • ADF JDeveloper wysiwyg visual editor does not render properly my jspx page

    Hi everybody,
    I am working with JDev 11.1.1.5 and I have an issue with the wysiwyg visual editor.
    My jspx page does not render properly: I cannot see the full page whatever is the resolution, even in full screen mode.
    I've tried to activate in the preferences the option Show Design Time Messages in Log but it does not display any error.
    When I run my page or execute a preview of my page, my page is rendered correctly the browser.
    Can someone help please?
    Thanks by advance

    Hi Frank,
    I've tried to change the resolution but whatever is the resolution the page is not rendered correctly. Actually, I can see the full page, but there are some panel boxes which are not displayed.
    In my page, I have a main panelgrouplayout which contains 2 dashboard panels. The second dashboard contains panel boxes, only the 3 first rows of panel boxes are displayed in this dashboard panel while I have 6 rows of panel boxes.
    In the design page, when I click on the 2nd dashboard and do "design this container", I can actually see that all the rows display correctly, it simply that I do not see them all in the main page.
    In short, the 2 dashboard panels display entirely, simply the 2nd one does not show all its content while displayed in the main page.
    Is there a solution for this?
    Thanks by advance

  • Render all options: all options selected?

    After reading the manual I got more confused...
    I am exporting a self-contained QT. I want the best quality.
    Before exporting, I want to render.
    Am I 100% safe if I :
    RENDER ALL > Select all the options (all the colors, even the ones I don`t need!) > RENDER ALL both video and audio ?
    Should I select the whole sequence in the time line ?
    Thanks a lot.

    It will not hurt to have all the colors selected (even unlimited) before rendering.
    Whether that will speed up the export, I don't believe it will.
    Exporting to QT, the render does not matter. If it is not rendered it will be. Even if you are not selecting recompress each frame.
    The unlimited option (or orange) is the one I generally turn off, because we do a lot of HDV. Unlimited tries to conform it to HDV when I don't need it to. So the option just above (Full) will suffice.
    I would recommend you render all with all options except unlimited before exporting.
    When it comes to selecting. I would recommend having ALL selected (Command+A) or none at all (ShiftCommandA). Make sure you don't have one video selected and also make sure you have the timeline selected, otherwise it might export the item in your viewer.
    That's my advice. Hope it helps

  • Ipod nano does not synch all contacts

    ipod nano does not synch all contacts.  When it synchs, it only transfers 7 of 2000+ contacts

    My point in the original posting that this is a bug seems to have been answered affirmatively by the notations of the quirkiness of the action. The argument that it must not be a bug because it would have been solved by now is totally disingenuous. Apparently Apple programmers (or their management) are not any superior to Microsoft programmers in that they focus on adding new bells and whistles while allowing longstanding problems in the core code to continue to fester.

  • CR XI R 2 and CR 2008 does not render Khmer Unicode correctly

    Post Author: khmerangkor
    CA Forum: General
    Having evaluate CR XI R 2 and CR 2008 in Visual Studio 2005 and Visual Studio 2008.  The result:When I work with Crystal
    Report Application itself is fully supporting the Khmer Unicode. Then
    I include it into VS 2005 and 2008, it does not support Khmer Unicode at all.  Basically, it does not render at all. Hope Crystal Report Development Team look into this problem and help us to develop report in Khmer Unicode.  We belive in your product.Regards,Khmer

    Don,
    the problem seem to be that Version XI Rel 2 is not only an Upgrade of Version XI (for what I just purchased a license) but a special Version.
    So I have the Trial Version XI Rel 2 and my Reg. Key does not comply with it.
    I Think SAP ony gives the user the right to use Version XI Rel 2 I you buy a full Version (even if you are Crystal reports Customer for 15 years).
    Very diffuse and time wasting the whole thing. I hope my old projects still using Crystal reports will soon run out of use.
    Cheers for your efforts
    Miko

  • Does hp-v40,all in one is supported by windows 8? are drivers available?

    does hp-v40,all in one is supported by windows 8? are drivers available?

    Hi,
    Based on the following, no more support from Vista ages that means at least 6 years:
       http://h10025.www1.hp.com/ewfrf/wc/softwareCategor​y?os=2093&lc=en&cc=us&dlc=en&sw_lang=&product=6063​...
    With luck, Windows 8 can find a generic, basic driver for your machine to print. Otherwise it's time to buy a new printer.
    Regards.
    BH
    **Click the KUDOS thumb up on the left to say 'Thanks'**
    Make it easier for other people to find solutions by marking a Reply 'Accept as Solution' if it solves your problem.

  • The library module in 4.3 version does not show all the images

    The library module in the version 4.3 of Lightroom does not show all the images. They are marked with gray boxes instead of images. This is especially true of the images which I tried to import to Lightroom since I downloaded 4.3 a few weeks ago. If I want to seen an image, I have to go to the develop module to see it. What should I do?  Get this fixed now!!!!!!!!

    My bet would be on a corrupt preview folder.
    Your preview folder is located in the same folder as your catalog. It has the same name as your catalog with the word Previews.LRDATA at the end of the name. Rename this folder and let Lightroom rebuild the previews. Go to Library>Previews>Render Standard-sized Previews.  See if that fixes it.
    If it doesn't, you may want to have a look here: http://helpx.adobe.com/lightroom/kb/photos-appear-black-gray-rectangles.html

Maybe you are looking for