Page 1 of 2 12 LastLast
Results 1 to 10 of 14

Thread: Compiz linux, HELP ME

                  
   
  1. #1
    DCEmu Pro Man's Avatar
    Join Date
    Dec 2005
    Location
    Canada
    Posts
    929
    Rep Power
    73

    Default Compiz linux, HELP ME

    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.

  2. #2
    DCEmu Old Pro pt9087's Avatar
    Join Date
    Feb 2006
    Location
    England, Hull
    Age
    34
    Posts
    1,331
    Rep Power
    81

    Default

    Help Section!

  3. #3
    DCEmu Pro Man's Avatar
    Join Date
    Dec 2005
    Location
    Canada
    Posts
    929
    Rep Power
    73

    Default

    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.

  4. #4

    Default

    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 $#@!.

  5. #5
    DCEmu Pro Man's Avatar
    Join Date
    Dec 2005
    Location
    Canada
    Posts
    929
    Rep Power
    73

    Default

    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.

  6. #6
    DS LUA Coder Junixx's Avatar
    Join Date
    Mar 2006
    Location
    Missouri, USA
    Posts
    1,386
    Rep Power
    75

    Default

    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 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

  7. #7
    Registered User NoQuarter's Avatar
    Join Date
    Dec 2005
    Posts
    2,106
    Rep Power
    0

    Default

    Why are you using compiz as opposed to beryl?

  8. #8
    DS LUA Coder Junixx's Avatar
    Join Date
    Mar 2006
    Location
    Missouri, USA
    Posts
    1,386
    Rep Power
    75

    Default

    Quote Originally Posted by NoQuarter View Post
    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

  9. #9
    DCEmu Pro Man's Avatar
    Join Date
    Dec 2005
    Location
    Canada
    Posts
    929
    Rep Power
    73

    Default

    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.

  10. #10
    Registered User NoQuarter's Avatar
    Join Date
    Dec 2005
    Posts
    2,106
    Rep Power
    0

    Default

    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.

Page 1 of 2 12 LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •