[Solved]Compiz Standalone without Emerald

Hi!
Does somebody know if it is possible to run Compiz Standalone without emerald, using Gnome`s gtk decorator?
Last edited by K0tuk (2009-10-01 13:26:28)

PoZiTPoH wrote:
pacman -S fusion-icon compiz-decorator-gtk
then launch fusion-icon and in "Select Window Decorator" choose Metacity
Actually it's gtk-window-decorator not metacity
EDIT: You might need to have gnome-settings-daemon running for this to work
Last edited by some-guy94 (2009-09-16 00:11:32)

Similar Messages

  • [Solved]Compiz Standalone + Layout switching: how?

    Hi!
    I`m trying Compiz standalone at the moment, and while everything works at the moment, i ran into problems with layout switching. While using Openbox, i had XXKB configured properly to remember all my three layouts (english, russian, latvian ) for every application opened, and AXKB running in tray to show my current layout.
    When i switched to Compiz, xxkb doesn`t work anymore. It shows up in the running processes, but it doesn`t do anything.
    Any other apps i can use with compiz? Any specific configuration in xxkb config file?
    Last edited by K0tuk (2009-09-13 18:48:18)

    Solved this by installing gxneur.

  • [SOLVED] Compiz standalone + dzen statusbar

    I've recently started using compiz standalone.
    Is there a way to prevent windows from going below the statusbar?
    Edit: solved by starting dzen with the -dock option
    Last edited by abiotic (2014-01-24 11:52:56)

    Okay solved the problem now. Here's how I did it:
    First I install compiz-alone-utils-git from AUR.
    Change /etc/slim.conf line (remove dbus-launch):
    login_cmd exec ck-launch-session /bin/bash -login ~/.xinitrc %session
    Change ~/.xinitrc:
    exec compiz-alone-session
    The remaining autostart applications put into ~/.config/compiz/autostart.sh:
    # This shell script is run before Compiz launches.
    # Environment variables set here are passed to the Compiz session.
    # Set a background color
    BG=""
    if which hsetroot >/dev/null 2>&1; then
    BG=hsetroot
    else
    if which esetroot >/dev/null 2>&1; then
    BG=esetroot
    else
    if which xsetroot >/dev/null 2>&1; then
    BG=xsetroot
    fi
    fi
    fi
    test -z $BG || $BG -solid "#202020"
    # D-bus
    if which dbus-launch >/dev/null 2>&1 && test -z "$DBUS_SESSION_BUS_ADDRESS"; then
    eval `dbus-launch --sh-syntax --exit-with-session`
    fi
    # Run XDG autostart things. By default don't run anything desktop-specific
    # See xdg-autostart --help more info
    DESKTOP_ENV="COMPIZ"
    if which /usr/bin/xdg-autostart >/dev/null 2>&1; then
    /usr/bin/xdg-autostart $DESKTOP_ENV
    fi
    xrdb -merge ~/.Xresources
    export _JAVA_OPTIONS='-Dawt.useSystemAAFontSettings=lcd'
    nvidia-settings -l
    sh ~/.fehbg &
    xrdb -merge ~/.Xresources &
    volumeicon &
    xfce4-panel &
    conky &
    covergloobus &
    (you can find the skeleton file within /etc/xdg/compiz/autostart.sh)
    The relevant part is the xdg-autostart part within the autostart.sh it seems.
    Commenting it out resurrects the problem.

  • [solved]compiz standalone session not working

    So I tried setting up a standalone compiz session with a few graphical apps auto starting but all i get is a black background and a mouse pointer that I can move.
    I've tried consulting the wiki, read the .desktop file documentation available online and tried looking for related options in the lightdm config.
    Example .desktop file:
    [Desktop Entry]
    Version=1.0
    Name=Synapse
    Exec=synapse
    Type=Application
    BTW: I'm typing from my cellphone so I dont know if the font is gigantic or if it's just my display, sorry if the font is huge
    Last edited by nashod (2014-06-16 12:45:44)

    Head_on_a_Stick wrote:
    From the wiki
    Autostarting programs when using a display manager
    One way in which you could start programs with your Compiz session, when it is started from a display manager, is to use an xprofile file. The xprofile file is similar in syntax to xinitrc - it can contain commands for programs you wish to start with your session. Most display managers will parse commands from an xprofile file by default.
    Alternatively, you could use Compiz's 'Session Management' plugin. This plugin will save running programs on exit and restore them when the session is next started. Simply enable the 'Session Management' plugin in CCSM}.
    Yeah, in the end I figured I should try it even though it was written in the xprofile article it cannot start gui programs and it worked, thanks for the help
    and thanks progandy I"ll check it out as a way to start the gui in the future

  • Compiz without Emerald [SOLVED]

    Hello
    I want to use compiz, but without buggy Emerald decorator (just Metacity).
    So, I have installed: compiz-decorator-gtk and fusion-icon packages. And I choose Metacity from context menu of fusion-icon.
    Additionaly I've instaled: ccsm package, (to be able to easy chose some window effects) and I've selected some effects from it.
    So far so good, but nothing happened.
    My question is how to enable window effects (choosen from ccsm, like 'woobly window, minimize effect' and etc.) using Metacity?
    Last edited by clovenhoof (2010-11-03 12:25:04)

    Gusar wrote:
    clovenhoof wrote:My question is how to enable window effects (choosen from ccsm, like 'woobly window, minimize effect' and etc.) using Metacity?
    You don't. Compiz is a window manager. Metacity is a window manager. If you activate one, the other is deactivated. If emerald is buggy, try gtk-window-decorator, I think (but I'm not sure) it's possible to use Metacity themes with it.
    Then there's the possibility of using compiz-0.9.2. Search the forums, there are PKGBUILDs somewhere.
    Is that means that I should choose 'Compiz' , not 'Metacity' from the context menu of fusion-icon, and use 'gtk-window-decorator --replace' in the 'Window Decoration' plug-in?
    Last edited by clovenhoof (2010-11-02 10:43:47)

  • [solved] compiz-core upgrade issue: missing /usr/lib/compiz/libcore.so

    After upgrading from compiz-core 0.8.8-3 to 0.8.8-4, but it's persisting even downgrading I got a segfault for the missing file.
    Running
    LANG=C xinit >xinit.log 2>xinit.log
    with the following .xinitrc
    if [ -d /etc/X11/xinit/xinitrc.d ]; then
    for f in /etc/X11/xinit/xinitrc.d/*; do
    [ -x "$f" ] && . "$f"
    done
    unset f
    fi
    setxkbmap it -option compose:rctrl -option terminate:ctrl_alt_bksp
    urxvtd -f -o
    fbpanel &
    gtk-redshift &
    compiz --debug --replace ccp --indirect-rendering
    echo "ARGH -> $?"
    I got this output in xinit.log
    ARGH -> 139
    rver 1.13.0
    Release Date: 2012-09-05
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 3.6.0-1-ARCH x86_64.
    Current Operating System: Linux archmini 3.6.2-1-ARCH #1 SMP PREEMPT Fri Oct 12 23:58:58 CEST 2012#
    Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=7342087f-b1bb-4133-8b50-d25ff902fcab#
    Build Date: 05 October 2012 01:57:18PM
    Current version of pixman: 0.26.2
    >...Before reporting problems, check http://wiki.x.org
    >...to make sure that you have the latest version.
    Markers: (--) probed, (**) from config file, (==) default setting,
    >...(++) from command line, (!!) notice, (II) informational,
    >...(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    (==) Log file: "/var/log/Xorg.0.log", Time: Mon Oct 15 22:20:21 2012
    (==) Using config directory: "/etc/X11/xorg.conf.d"
    Initializing built-in extension Generic Event Extension
    Initializing built-in extension SHAPE
    Initializing built-in extension MIT-SHM
    Initializing built-in extension XInputExtension
    Initializing built-in extension XTEST
    Initializing built-in extension BIG-REQUESTS
    Initializing built-in extension SYNC
    Initializing built-in extension XKEYBOARD
    Initializing built-in extension XC-MISC
    Initializing built-in extension SECURITY
    Initializing built-in extension XINERAMA
    Initializing built-in extension XFIXES
    Initializing built-in extension RENDER
    Initializing built-in extension RANDR
    Initializing built-in extension COMPOSITE
    Initializing built-in extension DAMAGE
    Initializing built-in extension MIT-SCREEN-SAVER
    Initializing built-in extension DOUBLE-BUFFER
    Initializing built-in extension RECORD
    Initializing built-in extension DPMS
    Initializing built-in extension X-Resource
    Initializing built-in extension XVideo
    Initializing built-in extension XVideo-MotionCompensation
    Initializing built-in extension XFree86-VidModeExtension
    Initializing built-in extension XFree86-DGA
    Initializing built-in extension XFree86-DRI
    Initializing built-in extension DRI2
    Loading extension GLX
    The XKEYBOARD keymap compiler (xkbcomp) reports:
    > Warning: Type "ONE_LEVEL" has 1 levels, but <RALT> has 2 symbols
    > Ignoring extra symbols
    Errors from xkbcomp are not fatal to the X server
    rxvt-unicode daemon listening on /home/milky/.urxvt/urxvtd-archmini.
    compiz (core) - Debug: Could not stat() file /home/milky/.compiz/plugins/libcore.so : No such file#
    compiz (core) - Debug: Could not stat() file /usr/lib/compiz/libcore.so : No such file or directory
    /home/milky/.xinitrc: line 19: 858 Segmentation fault compiz --debug --replace ccp --indire#
    xinit: connection to X server lost
    ^M
    waiting for X server to shut down urxvt: X connection to ':0' broken, unable to recover, exiting.
    Server terminated successfully (0). Closing log file.
    Relevant pacman.log:
    [2012-10-15 21:30] Running 'pacman -Syu'
    [2012-10-15 21:30] synchronizing package lists
    [2012-10-15 21:30] starting full system upgrade
    [2012-10-15 21:40] upgraded acpid (2.0.17-1 -> 2.0.17-3)
    [2012-10-15 21:40] upgraded cabal-install (1.16.0-1 -> 1.16.0-2)
    [2012-10-15 21:40] upgraded chromium (22.0.1229.92-1 -> 22.0.1229.94-1)
    [2012-10-15 21:40] upgraded libglapi (8.0.4-3 -> 9.0-1)
    [2012-10-15 21:40] upgraded libgl (8.0.4-3 -> 9.0-1)
    [2012-10-15 21:40] installed glu (9.0.0-1)
    [2012-10-15 21:40] upgraded compiz-core (0.8.8-3 -> 0.8.8-4)
    [2012-10-15 21:40] upgraded curl (7.27.0-1 -> 7.28.0-1)
    [2012-10-15 21:40] upgraded dnsutils (9.9.1.P3-1 -> 9.9.2-1)
    [2012-10-15 21:40] upgraded erlang (R15B01-1 -> R15B01-2)
    [2012-10-15 21:40] upgraded firefox (15.0.1-1 -> 16.0.1-1)
    [2012-10-15 21:40] upgraded firefox-i18n-it (15.0.1-1 -> 16.0.1-1)
    [2012-10-15 21:40] upgraded freeglut (2.8.0-1 -> 2.8.0-2)
    [2012-10-15 21:40] upgraded gegl (0.2.0-3 -> 0.2.0-4)
    [2012-10-15 21:40] upgraded git (1.7.12.2-1 -> 1.7.12.3-1)
    [2012-10-15 21:40] upgraded gnutls (3.1.2-1 -> 3.1.3-1)
    [2012-10-15 21:40] upgraded gparted (0.13.1-1 -> 0.14.0-1)
    [2012-10-15 21:40] upgraded hwids (20120922-1 -> 20121012-1)
    [2012-10-15 21:40] upgraded intel-dri (8.0.4-3 -> 9.0-1)
    [2012-10-15 21:40] upgraded jasper (1.900.1-7 -> 1.900.1-8)
    [2012-10-15 21:40] upgraded khrplatform-devel (8.0.4-3 -> 9.0-1)
    [2012-10-15 21:40] upgraded pam (1.1.5-4 -> 1.1.6-1)
    [2012-10-15 21:40] upgraded util-linux (2.22-7 -> 2.22.1-1)
    [2012-10-15 21:40] upgraded systemd (194-1 -> 194-3)
    [2012-10-15 21:40] upgraded libgbm (8.0.4-3 -> 9.0-1)
    [2012-10-15 21:40] upgraded libegl (8.0.4-3 -> 9.0-1)
    [2012-10-15 21:40] upgraded libldap (2.4.32-1 -> 2.4.33-1)
    [2012-10-15 21:40] >>> Updating module dependencies. Please wait ...
    [2012-10-15 21:40] >>> Generating initial ramdisk, using mkinitcpio. Please wait...
    [2012-10-15 21:40] ==> Building image from preset: 'default'
    [2012-10-15 21:40] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
    [2012-10-15 21:40] ==> Starting build: 3.6.2-1-ARCH
    [2012-10-15 21:40] -> Running build hook: [base]
    [2012-10-15 21:40] -> Running build hook: [udev]
    [2012-10-15 21:40] -> Running build hook: [autodetect]
    [2012-10-15 21:40] -> Running build hook: [pata]
    [2012-10-15 21:40] -> Running build hook: [scsi]
    [2012-10-15 21:40] -> Running build hook: [sata]
    [2012-10-15 21:40] -> Running build hook: [filesystems]
    [2012-10-15 21:40] -> Running build hook: [usbinput]
    [2012-10-15 21:40] -> Running build hook: [fsck]
    [2012-10-15 21:40] ==> Generating module dependencies
    [2012-10-15 21:40] ==> Creating gzip initcpio image: /boot/initramfs-linux.img
    [2012-10-15 21:40] ==> Image generation successful
    [2012-10-15 21:40] ==> Building image from preset: 'fallback'
    [2012-10-15 21:40] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
    [2012-10-15 21:40] ==> Starting build: 3.6.2-1-ARCH
    [2012-10-15 21:40] -> Running build hook: [base]
    [2012-10-15 21:40] -> Running build hook: [udev]
    [2012-10-15 21:40] -> Running build hook: [pata]
    [2012-10-15 21:40] -> Running build hook: [scsi]
    [2012-10-15 21:40] -> Running build hook: [sata]
    [2012-10-15 21:40] -> Running build hook: [filesystems]
    [2012-10-15 21:40] -> Running build hook: [usbinput]
    [2012-10-15 21:40] -> Running build hook: [fsck]
    [2012-10-15 21:40] ==> Generating module dependencies
    [2012-10-15 21:40] ==> Creating gzip initcpio image: /boot/initramfs-linux-fallback.img
    [2012-10-15 21:40] ==> Image generation successful
    [2012-10-15 21:40] upgraded linux (3.5.6-1 -> 3.6.2-1)
    [2012-10-15 21:40] upgraded linux-headers (3.5.6-1 -> 3.6.2-1)
    [2012-10-15 21:40] upgraded lirc-utils (1:0.9.0-30 -> 1:0.9.0-31)
    [2012-10-15 21:40] upgraded mesa (8.0.4-3 -> 9.0-1)
    [2012-10-15 21:40] upgraded mtdev (1.1.2-1 -> 1.1.3-1)
    [2012-10-15 21:40] upgraded nodejs (0.8.11-1 -> 0.8.12-1)
    [2012-10-15 21:40] upgraded subversion (1.7.6-1 -> 1.7.7-1)
    [2012-10-15 21:40] upgraded sysvinit-tools (2.88-8 -> 2.88-9)
    [2012-10-15 21:40] upgraded systemd-sysvcompat (194-1 -> 194-3)
    [2012-10-15 21:40] upgraded thunderbird (15.0.1-1 -> 16.0.1-1)
    [2012-10-15 21:40] upgraded tmux (1.6-2 -> 1.7-1)
    [2012-10-15 21:40] upgraded wpa_supplicant (1.0-1 -> 1.0-2)
    [2012-10-15 21:40] upgraded xf86-input-evdev (2.7.3-1 -> 2.7.3-2)
    [2012-10-15 21:40] upgraded xf86-video-intel (2.20.9-1 -> 2.20.9-2)
    [2012-10-15 21:40] upgraded xorg-server-common (1.12.4-1 -> 1.13.0-2)
    [2012-10-15 21:40] upgraded xorg-server (1.12.4-1 -> 1.13.0-2)
    [2012-10-15 21:40] upgraded youtube-dl (2012.09.27-1 -> 2012.10.09-1)
    Anyone can help me tracing in which package the missing file is located (if it's not in compiz-core)?
    Last edited by dexgeh (2012-10-16 17:58:39)

    I managed to solve the issue commenting the --indirect-rendering flag and installing and launching driconf to create a default ~/.drirc file.
    I just noticed that in the same upgrade I got intel-dri from 8.x to 9.x version, maybe it's related.
    Launching a terminal in .xinitrc and manually launching
    LIBGL_DEBUG=verbose compiz --debug --replace ccp
    show me a lot of errors, but it's working, and I don't need anymore the --indirect-rendering flag (in the past I put that flag in the command because of the bad performance that compiz had without).

  • Compiz-standalone appearance

    Hi there,
    this may be a silly question but im trying to fin out a way to customize the look of my compiz-standalone install, i have installed a them for emerald and now want to know how i can change the rest of the window looks (not just the borders) what packages do i install or commands do i use?
    Thanks,
    Sisco

    I don't know if this is what you are asking for, but if you mean changing the qt and/or gtk theme for applications and such, the most obvious choices are qtconfig (should be there if you have qt installed) and/or lxappearance (it's in the repos), for example.

  • I have deleted all my videos songs and photos from my iphone 4 but when i connect to itunes it still shows 17gb free. how can I solve this issue without restore. Total storage of my iphone is 32 gb.

    I have deleted all my videos songs and photos from my iphone 4 but when i connect to itunes it still shows 17gb free. how can I solve this issue without restore. Total storage of my iphone is 32 gb.

    I don't see an issue, but if you mean why didn't you get most of your memory back you need to see what else is using storage. Go to Settings/General/Usage. Wait a bit for it to calculate storage allocation, then when it finishes you can see how much storage each app uses.

  • I duplicated a picture and now iPhoto (11) is cloning that picture replacing all the other photos and only when I click directly on them I can see the real picture! How can I solve the problem without losing any saved picture? Shall I re-install? Thanx

    I duplicated a picture selecting CMD and D but, suddenly, iPhoto (latest version '11) started cloning that picture and replacing all the other photos with it.
    Only when I click directly on one photo I can open it and see the real picture it is.
    But the preview is always the duplicated one...
    I tryed to duplicate another picture just to see if it turned out ok but the only changement was the duplicated picture!
    I started repeating the second duplicated one instead of the previous one but my issue remained the same.
    So, how can you help me to solve this problem without losing any saved picture?
    Shall I re-install iPhoto completely?
    Thank you very very much in advance!!

    As Larry says, restoring the back up is the fastest and best solution. Otherwise:
    Option 1
    Back Up and try rebuild the library: hold down the command and option (or alt) keys while launching iPhoto. Use the resulting dialogue to rebuild. Choose to Rebuild iPhoto Library Database from automatic backup.
    If that fails:
    Option 2
    Download iPhoto Library Manager and use its rebuild function. This will create a new library based on data in the albumdata.xml file. Not everything will be brought over - no slideshows, books or calendars, for instance - but it should get all your albums and keywords back.
    Because this process creates an entirely new library and leaves your old one untouched, it is non-destructive, and if you're not happy with the results you can simply return to your old one. .
    Regards
    TD

  • When trying to log in with my primary Apple ID and password, I am continuously asked for my pass word without being able to log in. How can I solve this issue, without creating a new Apple ID?

    When trying to log in with my primary Apple ID and password, I am continuously asked for my pass word without being able to log in. How can I solve this issue, without creating a new Apple ID?

    Chewning wrote:
    I saved some of my music to a Cloud I can't access. Now, they show up as "Purchased" in iTunes, and I'm not given the option of re-downloading OR repurchasing them.
    Music purchased from the iTunes store is not stored in your personal iCloud account, and an iCloud account is not required to redownload them.  You should be able to redownload them as explained here: http://support.apple.com/kb/ht2519.  If you are unable to, contact iTunes store support for assistance by going to https://expresslane.apple.com ; click ‘iTunes', and then 'iTunes Store', then 'Purchases, Billing & Redemption'.

  • Compiz Standalone?

    I need help with compiz standalone. I have set it up according to the wiki. I can log in using slim. The problem is I cannot set up wireless. the network manager applet does not allow me to connect. Is there a fix and what other packages do I need to run compiz as a standalone window manager?

    A little more info would be cool, like "I get the following error message: xy" or "I tried xy" and whether your interface is up at all.
    And is your user part of the network group?

  • Compiz-Standalone, KDE...ERGH!

    I pretty much can't decide between the two. I can set up a complete desktop environment with each one, but each has their own pros/cons....I can't decide which would be better if I were allowing others to use my computer (simply b/c they find it convenient to use a computer that's already on, so I created a guest account)...so far, here's what I've gathered from my current Compiz-Standalone setup & KDE setup:
    Compiz pros:
    KUPFER (helps since I can easily browse my files w/o thunar open)
    lightweight
    more eyecandy
    cons:
    I need TWO apps for changing my gtk+ theme completely
    KDE pros: easy usr switching
    plasmoids
    auto-tabbing
    easy configuration
    cons:
    fsrunner breaks consistently, which is the only thing I'd need to work in order to kick kupfer out since I'd be able to pull up most files by typing their names
    recent documents only uses KDE accessed documents (I don't know if there's a way around this)
    it froze when I had the extensions dialog open for OO.o, dunno why
    Also, can someone tell me the pros/cons vs Geany & kate? From what I've seen in their plugins, they seem to share the same feature set except for HTML/XML completion.

    Bralkein wrote:If you like features of Compiz compared to KWin then it's quite easy to swap them and still have an otherwise standard KDE setup, IIRC.
    True, although my mind irritates me with "If you aren't using KWin, remove it from the system!" But removing Kwin from the system w/o taking KDE along with it is impossible.
    Rezero wrote:
    If you like features of Compiz compared to KWin then it's quite easy to swap them and still have an otherwise standard KDE setup, IIRC.
    Right. This isn't hard to do at all. I have Compiz running nicely in KDE 4.4 because KWin was choppy. I just set Compiz as the default WM via System Settings -> Default Applications -> Window Manager. There's a slight flicker during KDE's splash while it loads, but it loads before the DE itself. There are a few drawbacks though.
    - Wallpaper plugin doesn't work
    - Desktop activities don't work properly (you can still manage virtual desktops via CCSM)
    - Plasma animations and window previews don't work (but you can use Compiz plugins)
    I believe there's going to be a Compiz release that's more tightly integrated with KDE4, but seeing as how KDE4 is 2 years old and the latest version of Compiz has been "looming" since September '09 who knews when or if that might happen.
    I can do that, but as I said before, it sort of irritates me that I can't uninstall Kwin w/o taking the rest of the KDE w/it (otherwise I'd be fine w/either setup). Having the wallpaper plugin not working is fine for me since I have Plasma handle that if I'm in KDE. As for desktop activities, I don't really use them either, so that'd be fine too. I'm sure there was a plugin in Compiz that said "enable KDE Compatiblity" for fixing the thumbnail problem. Reinstalling KDE quickly to see if that fixes the thumbnail problem you mentioned.
    [EDIT]: Reinstalled KDE and turned on that plugin I mentioned in Compiz. Sometimes my auto-hiding panel at the bottem doesn't pop up and it's animating the logout dialog.
    [EDITEDIT]: Turned off built-in thumbnails and auto-hiding panel seems fine now. I let the system idle for a few minutes and wrote down the amount of RAM for each window manager + my plasma setup. Here's the numbers:
    Compiz+KDE setup: 230.8 MB
    KWin+KDE setup: 234.2 MB
    It doesn't seem that different from each other. (I also now opened the extension manager of OO.o after reinstalling the plugins I had for it, it doesn't seem to crash KDE now)
    Last edited by ShadowKyogre (2010-04-13 02:47:55)

  • Compiz-git without xgl nor aiglx

    Hi!,
    does anyone knows how to (or if it's possible)  run compiz-git without xgl nor aiglx? (using the new nvidia drivers), I know this is possible with beryl, but compiz-git   won't run ok if xgl isn't loaded, it will show only a black screen with some white rectangles where the windows are supposed to be.
    I love compiz-git, please help me
    thanks a lot!
    silencer

    This is a modified version of startxgl script I made to run compiz against Nvidia beta driver libs instead Xgl mesa
    #!/bin/bash
    USE_COLOR=1
    msg() {
      if [ $USE_COLOR -eq 1 ]; then
        echo -e "33[1;32m==>33[1;0m 33[1;1m$133[1;0m" >&2
      else
        echo "==> $1" >&2
      fi
    usage() {
      echo "Usage: startnv [display number] [window manager] [gfx]"
      echo
      echo "  Command line arguments are optional."
      echo "  Default [display number] is 1."
      echo "  [window manager] can be: 'gnome', 'xfce' (no session), 'xfce-svn' (no session), or 'xfce-session'. Default is 'gnome'."
      echo "  [gfx] values are 'ati', 'nvidia' or 'other'. Default is 'other'."
    if [ "$1" = "-h" -o "$1" = "--help" ]; then
      usage
      exit 0
    elif [ -z "$1" ]; then
      xgldisplay=1
    else
      xgldisplay=$1
    fi
    xinit -- :0 &
    sleep 3
    msg "Starting Compiz (window and composite manager)"
    DISPLAY=:$xgldisplay LD_LIBRARY_PATH=/usr/lib/ LD_PRELOAD=/usr/lib/libGL.so.1.0.9625 compiz --replace miniwin decoration transset state wobbly fade minimize cube rotate zoom scale move resize place switcher trailfocus water bs &
    sleep 3
    if [ "$2" = "xfce" ]; then
      msg "Starting xfce-mcs-manager"
      DISPLAY=:$xgldisplay xfce-mcs-manager
      msg "Starting gnome-window-decorator"
      DISPLAY=:$xgldisplay gnome-window-decorator &
      msg "Starting xftaskbar4, xfdesktop and xfce4-panel"
      DISPLAY=:$xgldisplay xftaskbar4 &
      DISPLAY=:$xgldisplay xfdesktop &
      DISPLAY=:$xgldisplay exec xfce4-panel
    elif [ "$2" = "xfce-svn" ]; then
      msg "Starting xfce-mcs-manager"
      DISPLAY=:$xgldisplay xfce-mcs-manager
      msg "Starting gnome-window-decorator"
      DISPLAY=:$xgldisplay gnome-window-decorator &
      msg "Starting xfdesktop and xfce4-panel"
      DISPLAY=:$xgldisplay xfdesktop &
      DISPLAY=:$xgldisplay exec xfce4-panel
    elif [ "$2" = "xfce-session" ]; then
      msg "Starting gnome-window-decorator"
      DISPLAY=:$xgldisplay gnome-window-decorator &
      msg "Starting xfce4-session"
      DISPLAY=:$xgldisplay exec xfce4-session
    else
      msg "Starting gnome-window-decorator"
      DISPLAY=:$xgldisplay gnome-window-decorator &
      msg "Starting gnome-session"
      DISPLAY=:$xgldisplay exec gnome-session
    fi
    Save this bash script to a file like "startnv", chmod it to 755 and start your X session with "startnv 0"
    For me, it doesnt work well, I get choppy windows and strange errors but at least its an easy way to get direct rendering working.
    I dont know you guys but I cant run both Doom III and Quake 3 at the same time looking perfectly with compiz running on Xgl, but I can do it with Nvidia beta drivers now -although as I said, I have lot of windows bugs...
    I wish someone could explain us more about using compiz-git --not beryl-- WITH OUT Xgl

  • Compiz standalone theming

    hello all I finally got a nice Compiz standalone desktop with tint2 and xfce4panel running but I was wondering how I can change the windows themes, like the colors and stuff.. it all looks very win98 ish and I'm REALLY tired of that look this bugs especially in pcmanfm or any configuration window.
    dont know how to post screenshot....

    use lxappearance, it's in the repos.
    extract the themes in /home/your-user/.themes folder.
    you can also extract icons and cursors in the .icons folder.
    I assume you'll use a gtk theme, so run qtconfig and choose to use gtk+ in "gui style", so the qt applications match the gtk ones (only necessary if you use qt applications, like vlc or clementine, otherwise they'll look old regardless the gtk theme).

  • My Iphoto libary is full and will not acept new photos, what is the best way to solve this problem without losing old photos

    Hi
    My Iphoto libary is full and wil not acept new photos what is the best way to solve this problem without losing the old photos?

    Here is a relevant discussion to your situation:
    https://discussions.apple.com/thread/2640787?start=0&tstart=0

Maybe you are looking for

  • How to use table field values as dynamic parameters on selection screen

    Hi, I need help on dynamic selection parameters. I need to display no. of parameters from the fields of a database table. Basically i want to pass field values of a table to selection screen and we can use those values as parameter on selection scree

  • Testing Environment

    Hello, I'm trying to update from SAP 2007A to 8.8 I've been reading on the forums that one can setup a different server and point it to the current license server . when I do that I get an error that the connection fails . I also read you can have a

  • How to determine ipod generation?

    (In relation to 2nd and 3rd generations) How can you tell what generation an iPod Touch is just by looking at it? Do they actually have the model numbers on the back of them?

  • HP MINI 110-3000 - Windows XP Home - RECOVERY

    It needs a complete recovery but there is no PC Recovery program on the system and F10 or F11 just do not work. When can I get more help?

  • Updated to ios6 Last night phone now in recovery mode HELP!

    Okay last night before i did this i had a bad feeling that i should backup.. .But the software update never said that i needed to so i assumed it was safe? but ofcoarse no its not! I have vital images of me and my girlfriend who is now sick and docto