LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu
User Name
Password
Ubuntu This forum is for the discussion of Ubuntu Linux.

Notices


Reply
  Search this Thread
Old 10-25-2007, 10:40 AM   #16
Thoddy
Member
 
Registered: Jul 2003
Location: Bremen, Germany
Distribution: Ubuntu 9.10
Posts: 106

Original Poster
Rep: Reputation: 15

Could someone with a working "Visual Effects" Desktop please post his xorg.conf file here (maybe the "device" section is enough)??
 
Old 10-25-2007, 11:02 AM   #17
jay73
LQ Guru
 
Registered: Nov 2006
Location: Belgium
Distribution: Ubuntu 11.04, Debian testing
Posts: 5,019

Rep: Reputation: 133Reputation: 133
Quote:
# xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg

Section "Files"
EndSection

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "be"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection

#Section "InputDevice"
# Driver "wacom"
# Identifier "stylus"
# Option "Device" "/dev/input/wacom"
# Option "Type" "stylus"
# Option "ForceDevice" "ISDV4"# Tablet PC ONLY
#EndSection
#
#Section "InputDevice"
# Driver "wacom"
# Identifier "eraser"
# Option "Device" "/dev/input/wacom"
# Option "Type" "eraser"
# Option "ForceDevice" "ISDV4"# Tablet PC ONLY
#EndSection
#
#Section "InputDevice"
# Driver "wacom"
# Identifier "cursor"
# Option "Device" "/dev/input/wacom"
# Option "Type" "cursor"
# Option "ForceDevice" "ISDV4"# Tablet PC ONLY
#EndSection

Section "Device"
Identifier "nVidia Corporation G70 [GeForce 7600 GST]"
Driver "nvidia"
Busid "PCI:1:0:0"
Option "AddARGBVisuals" "True"
Option "AddARGBGLXVisuals" "True"
Option "NoLogo" "True"
EndSection

Section "Monitor"
Identifier "Acer AL1951"
Option "DPMS"
EndSection

Section "Screen"
Identifier "Default Screen"
Device "nVidia Corporation G70 [GeForce 7600 GST]"
Monitor "Acer AL1951"
Option "DynamicTwinView" "False"
Defaultdepth 24
SubSection "Display"
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "640x480"
EndSubSection
EndSection

Section "ServerLayout"
Identifier "Default Layout"
screen "Default Screen"
Inputdevice "Generic Keyboard"
Inputdevice "Configured Mouse"

# Uncomment if you have a wacom tablet
# InputDevice "stylus" "SendCoreEvents"
# InputDevice "cursor" "SendCoreEvents"
# InputDevice "eraser" "SendCoreEvents"
EndSection
Section "Module"
Load "i2c"
Load "bitmap"
Load "dbe"
Load "ddc"
Load "extmod"
Load "evdev"
Load "freetype"
Load "glx"
Load "int10"
Load "record"
Load "vbe"
EndSection
Have you had a look at System > Preferences > Appearance yet?
 
Old 10-29-2007, 04:12 AM   #18
Thoddy
Member
 
Registered: Jul 2003
Location: Bremen, Germany
Distribution: Ubuntu 9.10
Posts: 106

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by jay73 View Post
Have you had a look at System > Preferences > Appearance yet?
Yes, sure! There you can set all the details to your theme and select to have certain options of the 3d desktop or not. And in the Emeralad settings you can also select "window decorations" which I selected...
 
Old 10-29-2007, 04:23 AM   #19
jay73
LQ Guru
 
Registered: Nov 2006
Location: Belgium
Distribution: Ubuntu 11.04, Debian testing
Posts: 5,019

Rep: Reputation: 133Reputation: 133
And gnome-compiz-manager? Did you install that too?
 
Old 10-29-2007, 05:21 AM   #20
Thoddy
Member
 
Registered: Jul 2003
Location: Bremen, Germany
Distribution: Ubuntu 9.10
Posts: 106

Original Poster
Rep: Reputation: 15
I am pretty sure I did!

I think that only after installing the gnome-compiz-manager there is the extended preferences of the "Visual Settings" available. Which means that before installing I could only choose between "none", "normal" and "everything", or something like that - and after installing there was also "custom" available with a button for the detailed options...
 
Old 10-29-2007, 05:40 AM   #21
jay73
LQ Guru
 
Registered: Nov 2006
Location: Belgium
Distribution: Ubuntu 11.04, Debian testing
Posts: 5,019

Rep: Reputation: 133Reputation: 133
Yes, that's the one I meant. So maybe you need the open Compiz plug-ins instead of the one that is installed by default?
 
Old 10-29-2007, 07:50 AM   #22
Thoddy
Member
 
Registered: Jul 2003
Location: Bremen, Germany
Distribution: Ubuntu 9.10
Posts: 106

Original Poster
Rep: Reputation: 15
I don't know - I will try later today (when I am at home ) and have a look for "open compiz plug-ins"!
 
Old 10-29-2007, 09:56 AM   #23
jakewine
LQ Newbie
 
Registered: Oct 2007
Posts: 2

Rep: Reputation: 0
Quote:
Originally Posted by Thoddy View Post
Nope! It does not work!

At least: it works only until I use the "Application Switcher". Then the window decorations are suddenly gone!?

jakewine, could you test that, please??
It's been working pretty well for me for the last few days. I tried switching windows with alt-tab (not sure if that's what you meant) and it works fine.

I did lose my decorations once since applying this fix, but I'm not sure how since i was pretty engrossed in my work and only noticed later on that they disappeared. i got them back by running "sudo emerald restart" from a command prompt.

cheers!
 
Old 10-29-2007, 12:20 PM   #24
Thoddy
Member
 
Registered: Jul 2003
Location: Bremen, Germany
Distribution: Ubuntu 9.10
Posts: 106

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by jay73 View Post
Yes, that's the one I meant. So maybe you need the open Compiz plug-ins instead of the one that is installed by default?
OK, I just checked: apt-get (or synaptic) knows a few packages with the name compiz and plugin...

I have these installed: "compiz-plugins", "compiz-fusion-plugins-main", and "compiz-fusion-plugins-extra"

I did not yet install: "compiz-compcomm-plugins-main" (description: Collection of plugins from OpenCompositing for Compiz) -- when I try to install this package, I get the message it automatically removes "compiz", "compiz-fusion-plugins-main" and "gnome-compiz-manager" -- this cannot be what you mean, is it??
 
Old 10-29-2007, 12:22 PM   #25
Thoddy
Member
 
Registered: Jul 2003
Location: Bremen, Germany
Distribution: Ubuntu 9.10
Posts: 106

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by jakewine View Post
I tried switching windows with alt-tab (not sure if that's what you meant) and it works fine.
Yes, that is what I meant! This is a reproduceable error for me - the window decorations disappear every time I use alt-tab...
 
Old 10-29-2007, 12:28 PM   #26
Thoddy
Member
 
Registered: Jul 2003
Location: Bremen, Germany
Distribution: Ubuntu 9.10
Posts: 106

Original Poster
Rep: Reputation: 15
Angry

Quote:
Originally Posted by Thoddy View Post
I did not yet install: "compiz-compcomm-plugins-main" (description: Collection of plugins from OpenCompositing for Compiz) -- when I try to install this package, I get the message it automatically removes "compiz", "compiz-fusion-plugins-main" and "gnome-compiz-manager" -- this cannot be what you mean, is it??
I tried it - the same error!?
 
Old 10-29-2007, 12:47 PM   #27
Thoddy
Member
 
Registered: Jul 2003
Location: Bremen, Germany
Distribution: Ubuntu 9.10
Posts: 106

Original Poster
Rep: Reputation: 15
Exclamation Very Interesting / Strange !!

I just removed "gnome-compiz-manager" and every other package that does not directly come with the ubuntu CD ("libgnome-compiz-manager0" and "compizconfig-settings-manager")...

...and believe it or not: window decorations WORK!!

Only thing is: I have to stick to the "none", "normal" and "everything" selection and cannot select "custom" plugins!

Well, at the moment it seems to be an improvement - I'll have to see if using "normal" is better than using "none" because selecting does not work...

Last edited by Thoddy; 10-29-2007 at 01:42 PM.
 
Old 11-09-2007, 03:54 PM   #28
EjayHire
LQ Newbie
 
Registered: Sep 2006
Posts: 2

Rep: Reputation: 0
Fixed

Hi all.

I had this problem and finally sorted it out. I removed and purged all of the bits of comiz, emerald, and beryl and reinstalled the metapackages. Everything works now. My situation was I had beryl under 6.10 (source) and 7.04 (packages). My assumption is that there were some leftover bits from the prior installations.

sudo dpkg --purge compiz-core compiz-extra compiz-fusion-plugins-extra compiz-fusion-plugins-main compiz-gnome compiz-gtk compiz-plugins compizconfig-settings-manager libgnome-compiz-manager0 python-compizconfig beryl emerald

sudo apt-get install compiz compizconfig-settings-manager


Viola!

-e
 
  


Reply



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
ubuntu compiz window decorations PatrickNew Linux - Software 6 10-10-2007 06:48 AM
FC6: desktop effects = no window "On Top" psychobyte Fedora 1 11-01-2006 06:50 AM
K3b: - Howto re-dock "Directories" and "Contents" windows back into the main window? hagies Linux - Software 4 04-26-2006 08:38 AM
Installing "Lighter" Window Managers in Ubuntu Erik_the_Red Linux - Newbie 3 05-24-2005 03:26 PM
Removing "shutdown" and "reboot" in logout window nearfar Red Hat 1 10-07-2003 11:33 AM

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

All times are GMT -5. The time now is 11:21 PM.

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