LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 09-13-2014, 04:21 PM   #1
camorri
LQ 5k Club
 
Registered: Nov 2002
Location: Somewhere inside 9.9 million sq. km. Canada
Distribution: Slackware 15.0, current, slackware-arm-currnet
Posts: 6,213

Rep: Reputation: 848Reputation: 848Reputation: 848Reputation: 848Reputation: 848Reputation: 848Reputation: 848
compiz + emerald on Slack 14.1 64 bit No decorations.


I have been fighting this since 13.37 on every Slack 64 bit system.

Compiz + emerald work flawlessly on a Slack 14.1 32 bit system, but not on 64 bit system, no decorations on the 64 bit system.

I have the same packages installed, in the order specified in sbo on both 32 bit and 64 bit systems. Everything is on the same hardware, I have the 32 bit system on hda1 and 64 bit system on sdb1.

Emerald is running, I have given it a sigusr1 signal, ( reload the config ) and still no decorations.

The output looks like this:

Quote:
Reloading...

(emerald:11369): GLib-GObject-CRITICAL **: g_object_ref: assertion `G_IS_OBJECT (object)' failed
ps aux | grep emerald
cliff 11369 0.0 0.9 226244 28492 pts/0 S 16:56 0:00 emerald --replace
cliff 11580 0.0 0.0 5084 1048 pts/0 S+ 17:01 0:00 grep emerald
I get the 'G_IS_OBJECT' failed message. I searched for the error without and useable results. I have no idea how this might be fixed.

Video hardware:

Quote:
/sbin/lspci | grep VGA
00:0d.0 VGA compatible controller: NVIDIA Corporation C61 [GeForce 6150SE nForce 430] (rev a2)
I have tried different video blobs over time. The current driver from Nvidia is
Code:
NVIDIA-Linux-x86_64-304.108.run
. I have no other video issues.

I have tried the KDE window decorator and the GTK window decorator. Both fail to show decorations, I can verify they were running.

Is there anyone that has decorations working on a slack 64 bit 14.1 system?

I have the fusion-icon installed and running. If I start compiz, it will start, and compiz works as expected. For some reason, after starting compiz with 'emerald --replace' in the window decorations command line, emerald will not be running. I can start it from a command prompt, but no decorations appear.

Any thoughts on how this might be fixed?

If so, how did you get it working?
 
Old 09-13-2014, 05:15 PM   #2
tano70
LQ Newbie
 
Registered: Oct 2013
Posts: 26

Rep: Reputation: Disabled
i have slackware 64 bit current xfce, compiz work like a charme!! windows decoration and desktop graphic effect work totally!!

i have notebook Lenovo X1 carbon with gpu intel hd 4000 inside, cpu core i7

this is my script for start compiz

Code:
#!/bin/sh

if ! ps ax | sed '/grep/ d' | grep compiz 1> /dev/null 2> /dev/null ; then 
        /usr/bin/compiz --replace ccp &
	/usr/bin/emerald --replace &
else
	/usr/bin/emerald --replace &
fi
this is a link of the packages,compile for your system and install in this order:
http://slackbuilds.org/repository/14.1/desktop/ccsm/

Last edited by tano70; 09-13-2014 at 05:23 PM.
 
Old 09-13-2014, 09:20 PM   #3
Daedra
Senior Member
 
Registered: Dec 2005
Location: Springfield, MO
Distribution: Slackware64-15.0
Posts: 2,682

Rep: Reputation: 1375Reputation: 1375Reputation: 1375Reputation: 1375Reputation: 1375Reputation: 1375Reputation: 1375Reputation: 1375Reputation: 1375Reputation: 1375
You probably did, but I have to ask. Did you enable "window decorations" in CCSM?
 
Old 09-13-2014, 10:40 PM   #4
camorri
LQ 5k Club
 
Registered: Nov 2002
Location: Somewhere inside 9.9 million sq. km. Canada
Distribution: Slackware 15.0, current, slackware-arm-currnet
Posts: 6,213

Original Poster
Rep: Reputation: 848Reputation: 848Reputation: 848Reputation: 848Reputation: 848Reputation: 848Reputation: 848
Quote:
You probably did, but I have to ask. Did you enable "window decorations" in CCSM?
Yes, Window decorations is enabled in CCSM. I wish the fix was that easy.
 
Old 09-13-2014, 10:53 PM   #5
camorri
LQ 5k Club
 
Registered: Nov 2002
Location: Somewhere inside 9.9 million sq. km. Canada
Distribution: Slackware 15.0, current, slackware-arm-currnet
Posts: 6,213

Original Poster
Rep: Reputation: 848Reputation: 848Reputation: 848Reputation: 848Reputation: 848Reputation: 848Reputation: 848
tano70,

I tried your script. It gives me the same results as using the fusion-icon to start compiz and emerald. All compiz functions I have enabled in CSSM work, except window decorations. Emarld loads, but no decorations appear.
 
Old 09-14-2014, 12:58 AM   #6
Daedra
Senior Member
 
Registered: Dec 2005
Location: Springfield, MO
Distribution: Slackware64-15.0
Posts: 2,682

Rep: Reputation: 1375Reputation: 1375Reputation: 1375Reputation: 1375Reputation: 1375Reputation: 1375Reputation: 1375Reputation: 1375Reputation: 1375Reputation: 1375
hmmm that is strange, can you post your xorg.conf file?
 
Old 09-14-2014, 04:04 AM   #7
tano70
LQ Newbie
 
Registered: Oct 2013
Posts: 26

Rep: Reputation: Disabled
Quote:
Originally Posted by camorri View Post
tano70,

I tried your script. It gives me the same results as using the fusion-icon to start compiz and emerald. All compiz functions I have enabled in CSSM work, except window decorations. Emarld loads, but no decorations appear.
download this configuration for ccsm:
http://alexiobash.com/wp-content/upl...profile.tar.gz
and follow the instructions of this link:
http://alexiobash.com/installare-com...rchlinux-xfce/
it is for archlinux, The process works in the same way also on slackware!!
 
Old 09-14-2014, 06:21 AM   #8
camorri
LQ 5k Club
 
Registered: Nov 2002
Location: Somewhere inside 9.9 million sq. km. Canada
Distribution: Slackware 15.0, current, slackware-arm-currnet
Posts: 6,213

Original Poster
Rep: Reputation: 848Reputation: 848Reputation: 848Reputation: 848Reputation: 848Reputation: 848Reputation: 848
Current xorg.conf file.

Code:
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 304.108  (buildmeister@swio-display-x64-rhel04-06)  Wed Jul 31 20:47:43 PDT 2013


Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0" 0 0
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
EndSection

Section "Files"
    FontPath        "/usr/lib64/X11/fonts/misc/:unscaled"
    FontPath        "/usr/lib64/X11/fonts/100dpi/:unscaled"
    FontPath        "/usr/lib64/X11/fonts/75dpi/:unscaled"
    FontPath        "/usr/lib64/X11/fonts/misc/"
    FontPath        "/usr/lib64/X11/fonts/Type1/"
    FontPath        "/usr/lib64/X11/fonts/Speedo/"
    FontPath        "/usr/lib64/X11/fonts/100dpi/"
    FontPath        "/usr/lib64/X11/fonts/75dpi/"
    FontPath        "/usr/lib64/X11/fonts/cyrillic/"
    FontPath        "/usr/lib64/X11/fonts/TTF/"
EndSection

Section "InputDevice"

    # generated from default
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/psaux"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"

    # generated from default
    Identifier     "Keyboard0"
    Driver         "kbd"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Unknown"
    HorizSync       28.0 - 33.0
    VertRefresh     43.0 - 72.0
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "DisableGLXRootClipping" "True"
    Option         "DamageEvents" "True"
    Option         "AddARGBGLXVisuals" "True"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection
 
  


Reply

Tags
compiz, emerald, no decorations



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Can't get compiz to run on Slack 13.37 64 bit. camorri Slackware 33 11-26-2011 06:38 PM
emerald+compiz 0.9.0.=segmentation fault.Compiz alone works with no borders. blurred Slackware 1 08-28-2010 11:07 AM
window decorations go away with compiz sharky Linux Mint 3 08-21-2009 05:00 PM
windows decorations, compiz STARHARVEST Slackware 7 05-02-2008 02:58 AM
ubuntu compiz window decorations PatrickNew Linux - Software 6 10-10-2007 06:48 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 09:45 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration