Announcement

Collapse
No announcement yet.

Compiz Problems

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Compiz Problems

    I am definetely a newbie, so sorry if this is a dumb question.

    I am running a Dell Inspiron e1505 with 1 Gig of ram and an ATI x1400 card. I recently installed compiz fusion and it's running, but very slowly and with a low framerate. The application also causes the entire OS to run rather slow. I went to see what was taking up all of my memory noticed that Xgl seemed to be using a lot. Can anyone direct me in the right direction as to how to fix this problem?

    #2
    Re: Compiz Problems

    What driver are you using for your video card? Post your xorg.conf for us.
    Code:
    sudo kate /etc/X11/xorg.conf
    Challenges are what that keeps us from the borderline of boredom in life's journey. Linux user no. 419401 currently running Kubuntu 24.04
    _______________________________________________
    Current System: Beelink Mini PC, AMD Ryzen 7 5800H 8 Core(Up to 4.4GHz), 32GB DDR4 RAM 1TB NVME M.2 SSD, SER5 MAX Mini Desktop Computer with TCL BeyondTV5 serving as my monitor. ​

    Comment


      #3
      Re: Compiz Problems

      I did what you said and this is what I got. Apparently it didn't work.

      mattbracewell@ubuntu:~$ sudo kate /etc/X11/xorg.conf
      [sudo] password for mattbracewell:
      sudo: kate: command not found
      mattbracewell@ubuntu:~$

      Comment


        #4
        Re: Compiz Problems

        From the console, type instead:
        Code:
        cat /etc/X11/xorg.conf
        Copy and paste the results in a reply.
        Windows no longer obstructs my view.
        Using Kubuntu Linux since March 23, 2007.
        "It is a capital mistake to theorize before one has data." - Sherlock Holmes

        Comment


          #5
          Re: Compiz Problems

          I actually got it to work! I opened up driver manager and downloaded a proprietary driver and it's working now. What exactly were you having me do? Here's what I got.

          mattbracewell@ubuntu:~$ cat /etc/X11/xorg.conf
          # xorg.conf (X.Org 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 "InputDevice"
          Identifier "Generic Keyboard"
          Driver "kbd"
          Option "XkbRules" "xorg"
          Option "XkbModel" "pc105"
          Option "XkbLayout" "us"
          EndSection

          Section "InputDevice"
          Identifier "Configured Mouse"
          Driver "mouse"
          Option "CorePointer"
          EndSection

          Section "InputDevice"
          Identifier "Synaptics Touchpad"
          Driver "synaptics"
          Option "SendCoreEvents" "true"
          Option "Device" "/dev/psaux"
          Option "Protocol" "auto-dev"
          Option "HorizEdgeScroll" "0"
          EndSection

          Section "Device"
          Identifier "Configured Video Device"
          Driver "fglrx"
          EndSection

          Section "Monitor"
          Identifier "Configured Monitor"
          EndSection

          Section "Screen"
          Identifier "Default Screen"
          Monitor "Configured Monitor"
          Device "Configured Video Device"
          Defaultdepth 24
          EndSection

          Section "ServerLayout"
          Identifier "Default Layout"
          screen "Default Screen"
          Inputdevice "Synaptics Touchpad"
          EndSection
          Section "Module"
          Load "glx"
          EndSection

          Comment


            #6
            Re: Compiz Problems

            Your xorg.conf gives a discription of what type of keyboard, mouse, monitor and video card/driver that you're using. Seeing I didn't want to go back and forth with you, anyone (and that includes me) reading the contents and is knowledgeable, would be able to point you in the right direction including taking the step that you took on your own. Glad you got it resolved though.
            Challenges are what that keeps us from the borderline of boredom in life's journey. Linux user no. 419401 currently running Kubuntu 24.04
            _______________________________________________
            Current System: Beelink Mini PC, AMD Ryzen 7 5800H 8 Core(Up to 4.4GHz), 32GB DDR4 RAM 1TB NVME M.2 SSD, SER5 MAX Mini Desktop Computer with TCL BeyondTV5 serving as my monitor. ​

            Comment


              #7
              Re: Compiz Problems

              Thanks, man.

              Comment

              Working...
              X