LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   enabling compiz in another users on same PC problem (https://www.linuxquestions.org/questions/slackware-14/enabling-compiz-in-another-users-on-same-pc-problem-815270/)

el_jauzaa 06-20-2010 08:10 AM

enabling compiz in another users on same PC problem
 
i have installed compiz in slakcware 13.1 32 bit.
i enable compiz in KDE + emerald (until this step, i didn't encounter a problem). But after i want to enable compiz in same PC and same OS but different username, the window decoration show same problem, it's missing !
That problem occur when i use KDE (it's same window manager that i use to install compiz in the first user).
but if the second user use XFCE and i enable compiz + emerald, it's weird...it didn't show any problem...it's perfect.
But the problem is, if the second user want to use KDE desktop and enable compiz...that problem occur again...

this is my xorg-vesa.conf

Code:

# File generated by xf86config.

#
# Copyright (c) 1999 by The XFree86 Project, Inc.
#
# Permission is hereby granted, free of charge, to any person obtaining a
# copy of this software and associated documentation files (the "Software"),
# to deal in the Software without restriction, including without limitation
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
# and/or sell copies of the Software, and to permit persons to whom the
# Software is furnished to do so, subject to the following conditions:
#
# The above copyright notice and this permission notice shall be included in
# all copies or substantial portions of the Software.
#
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
# THE XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
# OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.
#
# Except as contained in this notice, the name of the XFree86 Project shall
# not be used in advertising or otherwise to promote the sale, use or other
# dealings in this Software without prior written authorization from the
# XFree86 Project.
#

# **********************************************************************
# Refer to the XF86Config(4/5) man page for details about the format of
# this file.
# **********************************************************************

# NOTE:  This is a NEW IMPROVED version of XF86Config-fbdev that uses the vesa
# driver instead of the fbdev driver.  Thanks to Kenneth Fanyo who pointed
# this out to me. :)

# This XF86Config file is designed for use with the VESA framebuffer.
# This generic interface should work with nearly all video cards
# (although not every card will support every resolution).

# With the new driver, it should no longer be required to have frame buffer
# support in the kernel, or to run it on the console.
#
# Enjoy! :)
# -- volkerdi@slackware.com
#

# **********************************************************************
# Module section -- this  section  is used to specify
# which dynamically loadable modules to load.
# **********************************************************************
#
Section "Module"

# This loads the DBE extension module.

    Load        "dbe"          # Double buffer extension

# This loads the miscellaneous extensions module, and disables
# initialisation of the XFree86-DGA extension within that module.
    SubSection  "extmod"
      Option    "omit xfree86-dga"  # don't initialise the DGA extension
    EndSubSection

# This loads the font modules
    Load        "type1"
    Load        "freetype"
    #Load        "speedo"

# This loads the GLX module
    Load      "glx"

# This loads the DRI module
    Load      "dri"

EndSection

# **********************************************************************
# Files section.  This allows default font and rgb paths to be set
# **********************************************************************

Section "Files"

# The location of the RGB database.  Note, this is the name of the
# file minus the extension (like ".txt" or ".db").  There is normally
# no need to change the default.

    RgbPath        "/usr/share/X11/rgb"

# Multiple FontPath entries are allowed (which are concatenated together),
# as well as specifying multiple comma-separated entries in one FontPath
# command (or a combination of both methods)
#
# If you don't have a floating point coprocessor and emacs, Mosaic or other
# programs take long to start up, try moving the Type1 and Speedo directory
# to the end of this list (or comment them out).
#

    FontPath  "/usr/share/fonts/local/"
    FontPath  "/usr/share/fonts/misc/"
    FontPath  "/usr/share/fonts/OTF/"
    FontPath  "/usr/share/fonts/TTF/"
    FontPath  "/usr/share/fonts/Type1/"
    FontPath  "/usr/share/fonts/CID/"
    FontPath  "/usr/share/fonts/Speedo/"
    FontPath  "/usr/share/fonts/75dpi/:unscaled"
    FontPath  "/usr/share/fonts/100dpi/:unscaled"
    FontPath  "/usr/share/fonts/75dpi/"
    FontPath  "/usr/share/fonts/100dpi/"
    FontPath  "/usr/share/fonts/cyrillic/"

# ModulePath can be used to set a search path for the X server modules.
# The default path is shown here.

#    ModulePath "/usr/lib/xorg/modules"

EndSection

# **********************************************************************
# Server flags section.
# **********************************************************************

Section "ServerFlags"

# Uncomment this to cause a core dump at the spot where a signal is
# received.  This may leave the console in an unusable state, but may
# provide a better stack trace in the core dump to aid in debugging

#    Option    "NoTrapSignals"

# Uncomment this to disable the <Crtl><Alt><Fn> VT switch sequence
# (where n is 1 through 12).  This allows clients to receive these key
# events.

#    Option    "DontVTSwitch"

# Uncomment this to disable the <Crtl><Alt><BS> server abort sequence
# This allows clients to receive this key event.

#    Option    "DontZap"

# Uncomment this to disable the <Crtl><Alt><KP_+>/<KP_-> mode switching
# sequences.  This allows clients to receive these key events.

#    Option    "DontZoom"

# Uncomment this to disable tuning with the xvidtune client. With
# it the client can still run and fetch card and monitor attributes,
# but it will not be allowed to change them. If it tries it will
# receive a protocol error.

#    Option    "DisableVidModeExtension"

# Uncomment this to enable the use of a non-local xvidtune client.

#    Option    "AllowNonLocalXvidtune"

# Uncomment this to disable dynamically modifying the input device
# (mouse and keyboard) settings.

#    Option    "DisableModInDev"

# Uncomment this to enable the use of a non-local client to
# change the keyboard or mouse settings (currently only xset).

#    Option    "AllowNonLocalModInDev"

# Set the basic blanking screen saver timeout.

#    Option      "blank time"    "10"    # 10 minutes

# Set the DPMS timeouts.  These are set here because they are global
# rather than screen-specific.  These settings alone don't enable DPMS.
# It is enabled per-screen (or per-monitor), and even then only when
# the driver supports it.

#    Option      "standby time"  "20"
#    Option      "suspend time"  "30"
#    Option      "off time"      "60"

# On some platform the server needs to estimate the sizes of PCI
# memory and pio ranges. This is done by assuming that PCI ranges
# don't overlap. Some broken BIOSes tend to set ranges of inactive
# devices wrong. Here one can adjust how aggressive the assumptions
# should be. Default is 0.

# Option  "EstimateSizesAggresively" "0"

EndSection

# **********************************************************************
# Input devices
# **********************************************************************

# **********************************************************************
# Core keyboard's InputDevice section
# **********************************************************************

Section "InputDevice"

    Identifier        "Keyboard1"
    Driver        "kbd"
# For most OSs the protocol can be omitted (it defaults to "Standard").
# When using XQUEUE (only for SVR3 and SVR4, but not Solaris),
# uncomment the following line.

#    Option    "Protocol"      "Xqueue"

# Set the keyboard auto repeat parameters.  Not all platforms implement
# this.

#    Option    "AutoRepeat"    "500 5"

# Specifiy which keyboard LEDs can be user-controlled (eg, with xset(1)).

#    Option    "Xleds" "1 2 3"

# To disable the XKEYBOARD extension, uncomment XkbDisable.

#    Option    "XkbDisable"

# To customise the XKB settings to suit your keyboard, modify the
# lines below (which are the defaults).  For example, for a European
# keyboard, you will probably want to use one of:
#
#    Option    "XkbModel"      "pc102"
#    Option    "XkbModel"      "pc105"
#
# If you have a Microsoft Natural keyboard, you can use:
#
#    Option    "XkbModel"      "microsoft"
#
# If you have a US "windows" keyboard you will want:
#
#    Option    "XkbModel"      "pc104"
#
# Then to change the language, change the Layout setting.
# For example, a german layout can be obtained with:
#
#    Option    "XkbLayout"    "de"
#
# or:
#
#    Option    "XkbLayout"    "de"
#    Option    "XkbVariant"    "nodeadkeys"
#
# If you'd like to switch the positions of your capslock and
# control keys, use:
#
#    Option    "XkbOptions"    "ctrl:swapcaps"


# These are the default XKB settings for X.Org
#
#    Option    "XkbRules"      "xorg"
#    Option    "XkbModel"      "pc105"
#    Option    "XkbLayout"    "us"
#    Option    "XkbVariant"    ""
#    Option    "XkbOptions"    ""

EndSection


# **********************************************************************
# Core Pointer's InputDevice section
# **********************************************************************

Section "InputDevice"

# Identifier and driver

    Identifier        "Mouse1"
    Driver        "mouse"

# On platforms where PnP mouse detection is supported the following
# protocol setting can be used when using a newer PnP mouse:

#    Option    "Protocol"      "Auto"

# The available mouse protocols types that you can set below are:
#    Auto BusMouse GlidePoint GlidePointPS/2 IntelliMouse IMPS/2
#    Logitech Microsoft MMHitTab MMSeries Mouseman MouseManPlusPS/2
#    MouseSystems NetMousePS/2 NetScrollPS/2 OSMouse PS/2 SysMouse
#    ThinkingMouse ThinkingMousePS/2 Xqueue
    Option "Protocol"    "PS/2"

# The mouse device.  The device is normally set to /dev/mouse,
# which is usually a symbolic link to the real device.

    Option "Device"      "/dev/mouse"
#  Option "Device"      "/dev/psaux"
#  Option "Device"      "/dev/ttyS0"
#  Option "Device"      "/dev/ttyS1"

# When using XQUEUE, comment out the above two lines, and uncomment
# the following line.

#    Option "Protocol"        "Xqueue"

# Baudrate and SampleRate are only for some Logitech mice. In
# almost every case these lines should be omitted.

#    Option "BaudRate"                "9600"
#    Option "SampleRate"        "150"

# Emulate3Buttons is an option for 2-button Microsoft mice
# Emulate3Timeout is the timeout in milliseconds (default is 50ms)

#    Option "Emulate3Buttons"
#    Option "Emulate3Timeout"    "50"

# ChordMiddle is an option for some 3-button Logitech mice

#    Option "ChordMiddle"

EndSection

# Some examples of extended input devices

# Section "InputDevice"
#    Identifier "spaceball"
#    Driver    "magellan"
#    Option    "Device"        "/dev/cua0"
# EndSection
#
# Section "InputDevice"
#    Identifier "spaceball2"
#    Driver    "spaceorb"
#    Option    "Device"        "/dev/cua0"
# EndSection
#
# Section "InputDevice"
#    Identifier "touchscreen0"
#    Driver    "microtouch"
#    Option    "Device"        "/dev/ttyS0"
#    Option    "MinX"          "1412"
#    Option    "MaxX"          "15184"
#    Option    "MinY"          "15372"
#    Option    "MaxY"          "1230"
#    Option    "ScreenNumber"  "0"
#    Option    "ReportingMode" "Scaled"
#    Option    "ButtonNumber"  "1"
#    Option    "SendCoreEvents"
# EndSection
#
# Section "InputDevice"
#    Identifier "touchscreen1"
#    Driver    "elo2300"
#    Option    "Device"        "/dev/ttyS0"
#    Option    "MinX"          "231"
#    Option    "MaxX"          "3868"
#    Option    "MinY"          "3858"
#    Option    "MaxY"          "272"
#    Option    "ScreenNumber"  "0"
#    Option    "ReportingMode" "Scaled"
#    Option    "ButtonThreshold"      "17"
#    Option    "ButtonNumber"  "1"
#    Option    "SendCoreEvents"
# EndSection

# **********************************************************************
# Monitor section
# **********************************************************************

# Any number of monitor sections may be present

Section "Monitor"

    Identifier  "My Monitor"

# HorizSync is in kHz unless units are specified.
# HorizSync may be a comma separated list of discrete values, or a
# comma separated list of ranges of values.
# NOTE: THE VALUES HERE ARE EXAMPLES ONLY.  REFER TO YOUR MONITOR'S
# USER MANUAL FOR THE CORRECT NUMBERS.

    HorizSync  31.5 - 50.0

#    HorizSync        30-64        # multisync
#    HorizSync        31.5, 35.2    # multiple fixed sync frequencies
#    HorizSync        15-25, 30-50  # multiple ranges of sync frequencies

# VertRefresh is in Hz unless units are specified.
# VertRefresh may be a comma separated list of discrete values, or a
# comma separated list of ranges of values.
# NOTE: THE VALUES HERE ARE EXAMPLES ONLY.  REFER TO YOUR MONITOR'S
# USER MANUAL FOR THE CORRECT NUMBERS.

    VertRefresh 40-90

EndSection


# **********************************************************************
# Graphics device section
# **********************************************************************

# Any number of graphics device sections may be present

Section "Device"
    Identifier  "VESA Framebuffer"
    Driver      "vesa"
    #VideoRam    4096
    # Insert Clocks lines here if appropriate
    Option "AccelMethod" "exa"
    Option "MigrationHeuristic" "greedy"
EndSection

# **********************************************************************
# Screen sections
# **********************************************************************

# Any number of screen sections may be present.  Each describes
# the configuration of a single screen.  A single specific screen section
# may be specified from the X server command line with the "-screen"
# option.
Section "Screen"
    Identifier  "Screen 1"
    Device      "VESA Framebuffer"
    Monitor    "My Monitor"

# If your card can handle it, a higher default color depth (like 24 or 32)
# is highly recommended.

#  DefaultDepth 8
#  DefaultDepth 16
  DefaultDepth 24
#  DefaultDepth 32

# "1024x768" is also a conservative usable default resolution.  If you
# have a better monitor, feel free to try resolutions such as
# "1152x864", "1280x1024", "1600x1200", and "1800x1400" (or whatever your
# card/monitor can produce)

    Subsection "Display"
        Depth      8
        Modes "1024x768" "800x600" "640x480"
    EndSubsection
    Subsection "Display"
        Depth      16
        Modes "1024x768" "800x600" "640x480"
    EndSubsection
    Subsection "Display"
        Depth      24
        Modes "1024x768" "800x600" "640x480"
    EndSubsection
    Subsection "Display"
        Depth      32
        Modes "1024x768" "800x600" "640x480"
    EndSubsection

EndSection

# **********************************************************************
# ServerLayout sections.
# **********************************************************************

# Any number of ServerLayout sections may be present.  Each describes
# the way multiple screens are organised.  A specific ServerLayout
# section may be specified from the X server command line with the
# "-layout" option.  In the absence of this, the first section is used.
# When now ServerLayout section is present, the first Screen section
# is used alone.

Section "ServerLayout"

# The Identifier line must be present
    Identifier  "Simple Layout"

# Each Screen line specifies a Screen section name, and optionally
# the relative position of other screens.  The four names after
# primary screen name are the screens to the top, bottom, left and right
# of the primary screen.  In this example, screen 2 is located to the
# right of screen 1.

    Screen "Screen 1"

# Each InputDevice line specifies an InputDevice section name and
# optionally some options to specify the way the device is to be
# used.  Those options include "CorePointer", "CoreKeyboard" and
# "SendCoreEvents".

    InputDevice "Mouse1" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"

EndSection

i'm using VGA compatible controller: Intel Corporation 82945G/GZ Integrated Graphics Controller (rev 02)

any suggestion?

adamk75 06-20-2010 08:21 AM

If you start compiz from a terminal for this second user, do you get any errors?

Adam

el_jauzaa 06-20-2010 07:18 PM

Quote:

Originally Posted by adamk75 (Post 4009299)
If you start compiz from a terminal for this second user, do you get any errors?

Adam

$fusion-icon

the output is :
Code:

* Detected Session: kde
 * Searching for installed applications...
 * Intel detected, exporting: INTEL_BATCH=1
 * Using the GTK Interface
 * Starting Compiz
 ... executing: compiz --replace --sm-disable --ignore-desktop-hints ccp
WARNING: Application calling GLX 1.3 function "glXCreatePixmap" when GLX 1.3 is not supported!  This is an application bug!
compiz (core) - Error: Plugin 'text' not loaded.

compiz (shift) - Warn: No compatible text plugin loaded.
compiz (cube) - Warn: Failed to load slide: freedesktop
compiz (bicubic) - Fatal: GL_ARB_texture_float not supported. This can lead to visual artifacts.
WARNING: Application calling GLX 1.3 function "glXDestroyPixmap" when GLX 1.3 is not supported!  This is an application bug!
i915_program_error: Exceeded max nr indirect texture lookups

any suggestion?

adamk75 06-20-2010 07:21 PM

Did compiz actually function after you did that? Are you trying to run compiz as both users at the same time?

Adam

el_jauzaa 06-20-2010 09:16 PM

Quote:

Originally Posted by adamk75 (Post 4009663)
Did compiz actually function after you did that? Are you trying to run compiz as both users at the same time?

Adam

in my first user, i enter the fusion-icon command in start up.

i build compiz from slackbuild package, and i installed with 'su' not 'su -' , it's that a problem?

adamk75 06-21-2010 03:48 AM

Quote:

Originally Posted by el_jauzaa (Post 4009713)
in my first user, i enter the fusion-icon command in start up.

i build compiz from slackbuild package, and i installed with 'su' not 'su -' , it's that a problem?

It shouldn't be. And you never answered my last two questions.

Adam

Martinezio 06-21-2010 04:21 AM

Please, check the access rights to the directory, where compiz's plugins reside.

el_jauzaa 06-21-2010 04:47 AM

Quote:

Originally Posted by adamk75 (Post 4009663)
Did compiz actually function after you did that? Are you trying to run compiz as both users at the same time?

Adam

in second user, the compiz didn't run and window decorator is missing,even i 'check' the window decorator in ccsm or i change with emerald.

i want in my PC, 1st and 2nd user can use compiz that's all. and the problem is, only the 1st user can use compiz (use KDE). but in 2nd user,he can use compiz but in XFCE. how this be possible? (i want the both KDE can use compiz).

el_jauzaa 06-21-2010 04:55 AM

Quote:

Originally Posted by Martinezio (Post 4009942)
Please, check the access rights to the directory, where compiz's plugins reside.

this is content /usr/lib/compiz and the permission
Code:

-rwxr-xr-x 1 root root  1411 Jun 18 16:10 lib3d.la
-rwxr-xr-x 1 root root  24088 Jun 18 16:10 lib3d.so
-rwxr-xr-x 1 root root  1453 Jun 18 16:10 libaddhelper.la
-rwxr-xr-x 1 root root  12024 Jun 18 16:10 libaddhelper.so
-rwxr-xr-x 1 root root  1459 Jun 18 16:07 libanimation.la
-rwxr-xr-x 1 root root  78520 Jun 18 16:07 libanimation.so
-rwxr-xr-x 1 root root  1489 Jun 18 16:10 libanimationaddon.la
-rwxr-xr-x 1 root root  73080 Jun 18 16:10 libanimationaddon.so
-rwxr-xr-x 1 root root  1053 Apr 28 05:24 libannotate.la
-rwxr-xr-x 1 root root  15296 Apr 28 05:24 libannotate.so
-rwxr-xr-x 1 root root  1469 Jun 18 16:11 libatlantis.la
-rwxr-xr-x 1 root root 321344 Jun 18 16:11 libatlantis.so
-rwxr-xr-x 1 root root  1429 Jun 18 16:10 libbench.la
-rwxr-xr-x 1 root root 563416 Jun 18 16:10 libbench.so
-rwxr-xr-x 1 root root  1441 Jun 18 16:10 libbicubic.la
-rwxr-xr-x 1 root root  10072 Jun 18 16:10 libbicubic.so
-rwxr-xr-x 1 root root  1057 Apr 28 05:24 libblur.la
-rwxr-xr-x 1 root root  41312 Apr 28 05:24 libblur.so
-rwxr-xr-x 1 root root  1165 Jun 18 16:00 libccp.la
-rwxr-xr-x 1 root root  11364 Jun 18 16:00 libccp.so
-rwxr-xr-x 1 root root    909 Apr 28 05:24 libclone.la
-rwxr-xr-x 1 root root  11872 Apr 28 05:24 libclone.so
-rwxr-xr-x 1 root root  1465 Jun 18 16:07 libcolorfilter.la
-rwxr-xr-x 1 root root  23320 Jun 18 16:07 libcolorfilter.so
-rwxr-xr-x 1 root root    927 Apr 28 05:24 libcommands.la
-rwxr-xr-x 1 root root  8000 Apr 28 05:24 libcommands.so
-rwxr-xr-x 1 root root  1471 Jun 18 16:10 libcrashhandler.la
-rwxr-xr-x 1 root root  10232 Jun 18 16:10 libcrashhandler.so
-rwxr-xr-x 1 root root    903 Apr 28 05:24 libcube.la
-rwxr-xr-x 1 root root  29440 Apr 28 05:24 libcube.so
-rwxr-xr-x 1 root root  1453 Jun 18 16:10 libcubeaddon.la
-rwxr-xr-x 1 root root  53528 Jun 18 16:10 libcubeaddon.so
-rwxr-xr-x 1 root root  1475 Jun 18 16:11 libcubemodel.la
-rwxr-xr-x 1 root root  47800 Jun 18 16:11 libcubemodel.so
-rwxr-xr-x 1 root root    934 Apr 28 05:24 libdbus.la
-rwxr-xr-x 1 root root  27256 Apr 28 05:24 libdbus.so
-rwxr-xr-x 1 root root  1087 Apr 28 05:24 libdecoration.la
-rwxr-xr-x 1 root root  18784 Apr 28 05:24 libdecoration.so
-rwxr-xr-x 1 root root  1469 Jun 18 16:11 libelements.la
-rwxr-xr-x 1 root root  49544 Jun 18 16:11 libelements.so
-rwxr-xr-x 1 root root  1429 Jun 18 16:07 libexpo.la
-rwxr-xr-x 1 root root  43768 Jun 18 16:07 libexpo.so
-rwxr-xr-x 1 root root  1441 Jun 18 16:10 libextrawm.la
-rwxr-xr-x 1 root root  15448 Jun 18 16:10 libextrawm.so
-rwxr-xr-x 1 root root  1435 Jun 18 16:07 libezoom.la
-rwxr-xr-x 1 root root  31608 Jun 18 16:07 libezoom.so
-rwxr-xr-x 1 root root    903 Apr 28 05:24 libfade.la
-rwxr-xr-x 1 root root  12672 Apr 28 05:24 libfade.so
-rwxr-xr-x 1 root root  1465 Jun 18 16:10 libfadedesktop.la
-rwxr-xr-x 1 root root  10808 Jun 18 16:10 libfadedesktop.so
-rwxr-xr-x 1 root root  1469 Jun 18 16:11 libfakeargb.la
-rwxr-xr-x 1 root root  11000 Jun 18 16:11 libfakeargb.so
-rwxr-xr-x 1 root root  1453 Jun 18 16:10 libfirepaint.la
-rwxr-xr-x 1 root root  27768 Jun 18 16:10 libfirepaint.so
-rwxr-xr-x 1 root root    933 Apr 28 05:24 libfs.la
-rwxr-xr-x 1 root root  16688 Apr 28 05:24 libfs.so
-rwxr-xr-x 1 root root  1429 Jun 18 16:10 libgears.la
-rwxr-xr-x 1 root root  12760 Jun 18 16:10 libgears.so
-rwxr-xr-x 1 root root    914 Apr 28 05:24 libglib.la
-rwxr-xr-x 1 root root  6016 Apr 28 05:24 libglib.so
-rwxr-xr-x 1 root root    945 Apr 28 05:24 libgnomecompat.la
-rwxr-xr-x 1 root root  6496 Apr 28 05:24 libgnomecompat.so
-rwxr-xr-x 1 root root  1423 Jun 18 16:10 libgrid.la
-rwxr-xr-x 1 root root  15032 Jun 18 16:10 libgrid.so
-rwxr-xr-x 1 root root  1757 Jun 18 16:10 libgroup.la
-rwxr-xr-x 1 root root 131416 Jun 18 16:10 libgroup.so
-rwxr-xr-x 1 root root  1461 Jun 18 16:07 libimgjpeg.la
-rwxr-xr-x 1 root root  11256 Jun 18 16:07 libimgjpeg.so
-rwxr-xr-x 1 root root    897 Apr 28 05:24 libini.la
-rwxr-xr-x 1 root root  14112 Apr 28 05:24 libini.so
-rwxr-xr-x 1 root root    921 Apr 28 05:24 libinotify.la
-rwxr-xr-x 1 root root  5740 Apr 28 05:24 libinotify.so
-rwxr-xr-x 1 root root  1453 Jun 18 16:07 libkdecompat.la
-rwxr-xr-x 1 root root  22680 Jun 18 16:07 libkdecompat.so
-rwxr-xr-x 1 root root  1447 Jun 18 16:10 libloginout.la
-rwxr-xr-x 1 root root  15448 Jun 18 16:10 libloginout.so
-rwxr-xr-x 1 root root  1417 Jun 18 16:07 libmag.la
-rwxr-xr-x 1 root root  32344 Jun 18 16:07 libmag.so
-rwxr-xr-x 1 root root  1459 Jun 18 16:10 libmaximumize.la
-rwxr-xr-x 1 root root  32824 Jun 18 16:10 libmaximumize.so
-rwxr-xr-x 1 root root  1429 Jun 18 16:10 libmblur.la
-rwxr-xr-x 1 root root  14424 Jun 18 16:10 libmblur.so
-rwxr-xr-x 1 root root    927 Apr 28 05:24 libminimize.la
-rwxr-xr-x 1 root root  14208 Apr 28 05:24 libminimize.so
-rwxr-xr-x 1 root root  1453 Jun 18 16:07 libmousepoll.la
-rwxr-xr-x 1 root root  7204 Jun 18 16:07 libmousepoll.so
-rwxr-xr-x 1 root root    903 Apr 28 05:24 libmove.la
-rwxr-xr-x 1 root root  14336 Apr 28 05:24 libmove.so
-rwxr-xr-x 1 root root  1463 Jun 18 16:11 libmswitch.la
-rwxr-xr-x 1 root root  8792 Jun 18 16:11 libmswitch.so
-rwxr-xr-x 1 root root  1417 Jun 18 16:07 libneg.la
-rwxr-xr-x 1 root root  18584 Jun 18 16:07 libneg.so
-rwxr-xr-x 1 root root  2182 Jun 18 16:10 libnotification.la
-rwxr-xr-x 1 root root  8344 Jun 18 16:10 libnotification.so
-rwxr-xr-x 1 root root    897 Apr 28 05:24 libobs.la
-rwxr-xr-x 1 root root  10528 Apr 28 05:24 libobs.so
-rwxr-xr-x 1 root root  1441 Jun 18 16:07 libopacify.la
-rwxr-xr-x 1 root root  17016 Jun 18 16:07 libopacify.so
-rwxr-xr-x 1 root root    909 Apr 28 05:24 libplace.la
-rwxr-xr-x 1 root root  20480 Apr 28 05:24 libplace.so
-rwxr-xr-x 1 root root    926 Apr 28 05:24 libpng.la
-rwxr-xr-x 1 root root  10176 Apr 28 05:24 libpng.so
-rwxr-xr-x 1 root root  1417 Jun 18 16:07 libput.la
-rwxr-xr-x 1 root root  52408 Jun 18 16:07 libput.so
-rwxr-xr-x 1 root root  1435 Jun 18 16:10 libreflex.la
-rwxr-xr-x 1 root root  14872 Jun 18 16:10 libreflex.so
-rwxr-xr-x 1 root root    909 Apr 28 05:24 libregex.la
-rwxr-xr-x 1 root root  8096 Apr 28 05:24 libregex.so
-rwxr-xr-x 1 root root    915 Apr 28 05:24 libresize.la
-rwxr-xr-x 1 root root  22784 Apr 28 05:24 libresize.so
-rwxr-xr-x 1 root root  1787 Jun 18 16:07 libresizeinfo.la
-rwxr-xr-x 1 root root  22904 Jun 18 16:07 libresizeinfo.so
-rwxr-xr-x 1 root root  1423 Jun 18 16:07 libring.la
-rwxr-xr-x 1 root root  43896 Jun 18 16:07 libring.so
-rwxr-xr-x 1 root root    915 Apr 28 05:24 librotate.la
-rwxr-xr-x 1 root root  24640 Apr 28 05:24 librotate.so
-rwxr-xr-x 1 root root    909 Apr 28 05:24 libscale.la
-rwxr-xr-x 1 root root  27392 Apr 28 05:24 libscale.so
-rwxr-xr-x 1 root root  1459 Jun 18 16:07 libscaleaddon.la
-rwxr-xr-x 1 root root  32440 Jun 18 16:07 libscaleaddon.so
-rwxr-xr-x 1 root root  1793 Jun 18 16:10 libscalefilter.la
-rwxr-xr-x 1 root root  20664 Jun 18 16:10 libscalefilter.so
-rwxr-xr-x 1 root root    939 Apr 28 05:24 libscreenshot.la
-rwxr-xr-x 1 root root  12736 Apr 28 05:24 libscreenshot.so
-rwxr-xr-x 1 root root  1441 Jun 18 16:07 libsession.la
-rwxr-xr-x 1 root root  15576 Jun 18 16:07 libsession.so
-rwxr-xr-x 1 root root  1429 Jun 18 16:10 libshelf.la
-rwxr-xr-x 1 root root  19960 Jun 18 16:10 libshelf.so
-rwxr-xr-x 1 root root  1429 Jun 18 16:07 libshift.la
-rwxr-xr-x 1 root root  62232 Jun 18 16:07 libshift.so
-rwxr-xr-x 1 root root  1465 Jun 18 16:10 libshowdesktop.la
-rwxr-xr-x 1 root root  16664 Jun 18 16:10 libshowdesktop.so
-rwxr-xr-x 1 root root  1453 Jun 18 16:10 libshowmouse.la
-rwxr-xr-x 1 root root  28472 Jun 18 16:10 libshowmouse.so
-rwxr-xr-x 1 root root  1423 Jun 18 16:07 libsnap.la
-rwxr-xr-x 1 root root  16760 Jun 18 16:07 libsnap.so
-rwxr-xr-x 1 root root  1445 Jun 18 16:11 libsnow.la
-rwxr-xr-x 1 root root  21496 Jun 18 16:11 libsnow.so
-rwxr-xr-x 1 root root  1435 Jun 18 16:10 libsplash.la
-rwxr-xr-x 1 root root  18616 Jun 18 16:10 libsplash.so
-rwxr-xr-x 1 root root  1483 Jun 18 16:07 libstaticswitcher.la
-rwxr-xr-x 1 root root  56792 Jun 18 16:07 libstaticswitcher.so
-rwxr-xr-x 1 root root  1341 Apr 28 05:24 libsvg.la
-rwxr-xr-x 1 root root  15040 Apr 28 05:24 libsvg.so
-rwxr-xr-x 1 root root    927 Apr 28 05:24 libswitcher.la
-rwxr-xr-x 1 root root  27296 Apr 28 05:24 libswitcher.so
-rwxr-xr-x 1 root root  1751 Jun 18 16:07 libtext.la
-rwxr-xr-x 1 root root  14504 Jun 18 16:07 libtext.so
-rwxr-xr-x 1 root root  1453 Jun 18 16:07 libthumbnail.la
-rwxr-xr-x 1 root root  36952 Jun 18 16:07 libthumbnail.so
-rwxr-xr-x 1 root root  1445 Jun 18 16:11 libtile.la
-rwxr-xr-x 1 root root  25048 Jun 18 16:11 libtile.so
-rwxr-xr-x 1 root root  1453 Jun 18 16:07 libtitleinfo.la
-rwxr-xr-x 1 root root  11704 Jun 18 16:07 libtitleinfo.so
-rwxr-xr-x 1 root root  1459 Jun 18 16:10 libtrailfocus.la
-rwxr-xr-x 1 root root  16536 Jun 18 16:10 libtrailfocus.so
-rwxr-xr-x 1 root root  1057 Apr 28 05:24 libvideo.la
-rwxr-xr-x 1 root root  15392 Apr 28 05:24 libvideo.so
-rwxr-xr-x 1 root root  1447 Jun 18 16:07 libvpswitch.la
-rwxr-xr-x 1 root root  27064 Jun 18 16:07 libvpswitch.so
-rwxr-xr-x 1 root root  1560 Jun 18 16:07 libwall.la
-rwxr-xr-x 1 root root  66360 Jun 18 16:07 libwall.so
-rwxr-xr-x 1 root root  1453 Jun 18 16:10 libwallpaper.la
-rwxr-xr-x 1 root root  19480 Jun 18 16:10 libwallpaper.so
-rwxr-xr-x 1 root root    909 Apr 28 05:24 libwater.la
-rwxr-xr-x 1 root root  22656 Apr 28 05:24 libwater.so
-rwxr-xr-x 1 root root  1435 Jun 18 16:10 libwidget.la
-rwxr-xr-x 1 root root  19768 Jun 18 16:10 libwidget.so
-rwxr-xr-x 1 root root  1447 Jun 18 16:07 libwinrules.la
-rwxr-xr-x 1 root root  11256 Jun 18 16:07 libwinrules.so
-rwxr-xr-x 1 root root    915 Apr 28 05:24 libwobbly.la
-rwxr-xr-x 1 root root  28000 Apr 28 05:24 libwobbly.so
-rwxr-xr-x 1 root root  1465 Jun 18 16:07 libworkarounds.la
-rwxr-xr-x 1 root root  18776 Jun 18 16:07 libworkarounds.so
-rwxr-xr-x 1 root root    903 Apr 28 05:24 libzoom.la
-rwxr-xr-x 1 root root  15328 Apr 28 05:24 libzoom.so


adamk75 06-21-2010 04:57 AM

Again, are both users trying to use compiz at the same time? After you start compiz with 'fusion-icon' for the second user, what's the output of 'ps ax | grep compiz'?

Adam

Martinezio 06-21-2010 06:25 AM

Quote:

Originally Posted by el_jauzaa (Post 4009965)
this is content /usr/lib/compiz and the permission (snip)

That are the rights for the library files, but how about _directory_ itself?

EDIT: hmm... I read Your response about possibility of use with different window-managers. Looks, like the problem is involved with WM rather than compiz itself...

el_jauzaa 06-21-2010 08:25 AM

Quote:

Originally Posted by adamk75 (Post 4009966)
Again, are both users trying to use compiz at the same time? After you start compiz with 'fusion-icon' for the second user, what's the output of 'ps ax | grep compiz'?

Adam

sorry sir, my english not good.
the user didn't use compiz in same time, but 'turn-base'(i didn't know how to say it in english) use my PC.

ps ax | grep compiz :

Code:

7094 pts/1  s+  0:00 grep compiz
sorry for everything sir.

el_jauzaa 06-21-2010 08:29 AM

Quote:

Originally Posted by Martinezio (Post 4010027)
That are the rights for the library files, but how about _directory_ itself?

EDIT: hmm... I read Your response about possibility of use with different window-managers. Looks, like the problem is involved with WM rather than compiz itself...

drwxr-xr-x


All times are GMT -5. The time now is 05:45 PM.