PDA

View Full Version : Compiz linux, HELP ME



Man
June 26th, 2007, 21:14
Ok so i have this sweet little peice of work going on my computer now, on problem, my minimize and maximize and exit buttons have disapeared, can some one please help or direct me to help.

pt9087
June 26th, 2007, 21:16
Help Section!

Man
June 26th, 2007, 23:45
I find that more people frequent the off topic forum rather then the help section, but if a mod deems it neccesary, then they can move it o the help section.

parkermauney
June 27th, 2007, 01:36
Isn't there a compiz control panel somewhere?

Check in /usr/bin for any apps named compiz-...

I'm sure you'll find it there.

I've never been able to use compiz or beryl because my pc is shit. :(

Man
June 27th, 2007, 02:04
if i type ccsm in the terminal, i get the control panel, but i cant find anything about hiding the frames. I just hope i can find some one who had the same problem, but fixed it.

Junixx
June 27th, 2007, 16:34
Ok sorry I meant to post this when you first posted this, I'm pretty sure this will fix it.... go to the Terminal and type this:



sudo cp /etc/X11/xorg.conf /etc/X11/backup_xorg.conf

sudo gedit /etc/X11/xorg.conf

Always good to have a backup in case something goes wrong

After that look for a section that says [Screen]... Actually I will copy my entire xorg here and bold what should be added



# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 1.0 (buildmeister@builder3) Thu Apr 5 02:10:21 PDT 2007

# /etc/X11/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(5) 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 "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen" 0 0
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "stylus" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
EndSection

Section "Files"

# path to defoma fonts
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/share/fonts/X11/cyrillic"
FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/share/fonts/X11/75dpi"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "vbe"
EndSection

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
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"
Identifier "stylus"
Driver "wacom"
Option "Device" "/dev/input/wacom"
Option "Type" "stylus"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection

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

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

Section "Monitor"
Identifier "HP vs15"
Option "DPMS"
EndSection

Section "Device"
Identifier "nVidia Corporation G71 [GeForce 7300 GS]"
Driver "nvidia"
EndSection

Section "Screen"
Identifier "Default Screen"
Device "nVidia Corporation G71 [GeForce 7300 GS]"
Monitor "HP vs15"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
Option "AddARGBGLXVisuals" "True"
DefaultDepth 24
EndSection

Section "Extensions"
Option "Composite" "Enable"
EndSection

(This is assuming you have a Nvidia card, but it might work for others too... I can't remember)

After that try to reload compiz, restart, or something similar, I actaully use the Emerald themer with compiz fusion to make it look the best, but thats optional lol, hope that helped... If not search around The Ubuntu Forums (www.ubuntuforums.org) always search before making a new thread though because chances are someone else has already had the problem

And for the themes and such I think you were looking for earlier try www.gnome-look.org

NoQuarter
June 27th, 2007, 17:01
Why are you using compiz as opposed to beryl?

Junixx
June 27th, 2007, 17:03
Why are you using compiz as opposed to beryl?

I was using Beryl, but Beryl and Compiz are joining together again under the name Compiz Fusion, which is what Im using

Man
June 27th, 2007, 17:03
Ok so when i ope up the xorg thing this is what i have :
# /etc/X11/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(5) 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"
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/share/fonts/X11/cyrillic"
FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/share/fonts/X11/75dpi"
# path to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "vbe"
EndSection

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "ca"
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 "Intel Corporation Mobile 945GM/GMS/940GML Express Integrated Graphics Controller"
Driver "i810"
BusID "PCI:0:2:0"
EndSection

Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
HorizSync 28-64
VertRefresh 43-60
EndSection

Section "Screen"
Identifier "Default Screen"
Device "Intel Corporation Mobile 945GM/GMS/940GML Express Integrated Graphics Controller"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x800"
EndSubSection
Option "AddARGBGLXVisuals" "True"
DefaultDepth 24
EndSection

Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "stylus" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
EndSection

Section "DRI"
Mode 0666
EndSection

I added that little snippet, but nothing happened, maybe im missing somthing here, but i am running with a intel graphics card, so i dont know, and what about the little like docking windows, like in that video that you posted, what are those called ?

also when i put in that : su do cp /etc/X11/xorg.conf /etc/X11/backup_xorg.conf it just asks for my password, then i put it in, and nothing happens, and whats this emerald thing, i couldnt find it in my system>preferences. Im also a noobish linux user, i just got fed up with windows again.

NoQuarter
June 27th, 2007, 17:12
cool,yeah I heard about compiz and beryl joining.I didn't know there had been any releases.If your using the latest Subversion I would think things are buggy and easily broken.Also some things aren't that great on intel integrated from my experience.Go get a cheap nvidia 256, it's definetly worth it.That's what I'm running on and virtually no bugs...
I was having major probs with a supposedly supported ATI 9800, I follewed every tutorial to a T including editing my xorg.conf nothing worked.I get my nvidia plugged it in and after a few apt-gets I was rockin.

Man
June 27th, 2007, 17:20
Well its kinda inside my laptop, and im not really one for screwing around in my 1000$ laptop, if it was like somthing i didnt buy my self, i would, but other wise, unless by some strange circumstance, i come into money, then i could pay some one to do it.

well what about those little docking things at the bottem of the screen, they look like the apple ones, i have no idea what to call them anymore. I kinda want one of those.

parkermauney
June 27th, 2007, 20:16
There's one for linux, I saw it in the google coding place once. Search around there.

AvengedSevenfold Fan
June 27th, 2007, 21:21
this happens to me sometimes when i use beryl.

Man
June 28th, 2007, 23:49
this happens to me sometimes when i use beryl.


Do you know how to fix it ?