Find the answer to your Linux question:
Page 1 of 5 1 2 3 4 5 LastLast
Results 1 to 10 of 42
I remember Compiz from the Ubuntu days, so I install it on Debian. I am now messing with Gnome. Anything I choose, the window cube or wavy windows, nothing works. ...
  1. #1
    Just Joined! Mind's Avatar
    Join Date
    Oct 2011
    Posts
    25

    Compiz?

    I remember Compiz from the Ubuntu days, so I install it on Debian. I am now messing with Gnome.

    Anything I choose, the window cube or wavy windows, nothing works. Is there something I am missing here? Installed Compiz itself, and the GUI of it.

  2. #2
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Which Graphics Card do you have? Have you installed Proprietary Driver?
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  3. #3
    Guest
    Join Date
    Feb 2005
    Posts
    314
    Post outputs:

    Code:
    glxinfo | grep render
    Code:
    lspci | grep -i vga

  4. #4
    Just Joined! Mind's Avatar
    Join Date
    Oct 2011
    Posts
    25
    I have an ASUS 8800GTS. I can't find the Proprietary Driver in administration or anywhere. There a package for that?

    Code:
    debian@debian:~$ glxinfo | grep render
    direct rendering: Yes
    OpenGL renderer string: Software Rasterizer
    debian@debian:~$ lspci | grep -i vga
    01:00.0 VGA compatible controller: nVidia Corporation G80 [GeForce 8800 GTS] (rev a2)

  5. #5
    Guest
    Join Date
    Feb 2005
    Posts
    314
    You have direct rendering but with the software rasterizer which doesn't support most of the effects.

    Post these four outputs:

    Code:
    cat /etc/X11/xorg.conf
    
    grep EE /var/log/Xorg.0.log
    
    grep WW /var/log/Xorg.0.log
    
    apt-cache policy libgl1-mesa-dri

  6. #6
    Just Joined! Mind's Avatar
    Join Date
    Oct 2011
    Posts
    25
    Code:
    debian@debian:~$ cat /etc/X11/xorg.conf
    cat: /etc/X11/xorg.conf: No such file or directory
    debian@debian:~$ grep EE /var/log/Xorg.0.log
    	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    (II) Loading extension MIT-SCREEN-SAVER
    (EE) Logitech USB Receiver: failed to initialize for relative axes.
    debian@debian:~$ grep WW /var/log/Xorg.0.log
    	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
    (WW) Falling back to old probe method for vesa
    (WW) Falling back to old probe method for fbdev
    (WW) Logitech USB Receiver: ignoring absolute axes.
    debian@debian:~$ apt-cache policy libg11-mesa-dri
    N: Unable to locate package libg11-mesa-dri
    debian@debian:~$
    This normal?

  7. #7
    Guest
    Join Date
    Feb 2005
    Posts
    314
    Try the last one again, but copy and paste if possible.
    Code:
    apt-cache policy libgl1-mesa-dri
    (that is a lower case "L" not a number 1)

    if that turns up with none installed, then try

    Code:
    aptitude install libgl1-mesa-dri
    Restart X and

    Code:
    glxinfo | grep render

  8. #8
    Just Joined! Mind's Avatar
    Join Date
    Oct 2011
    Posts
    25
    Code:
    debian@debian:~$ apt-cache policy libgl1-mesa-dri
    libgl1-mesa-dri:
      Installed: 7.7.1-5
      Candidate: 7.7.1-5
      Version table:
     *** 7.7.1-5 0
            500 http:/ftp.us.debian.org/debian/ squeeze/main amd64 Packages
            100 /var/lib/dpkg/status
    Couldn't post web link, so took a forward slash off

  9. #9
    Guest
    Join Date
    Feb 2005
    Posts
    314
    Well mesa is installed, direct rendering is enabled and there is no 3D acceleration, so considering it's squeeze you're running, it's not really worth taking it any further with the open source nouveau driver.

    Install the proprietary driver: NvidiaGraphicsDrivers - Debian Wiki

    It's a sprawling howto, but basically install the kernel headers, follow the dkms instructions then skip on down to step 3 install the binary x driver and then use the manual method for configuring X. Make sure you create at least the xorg.conf with a device section and "nvidia", otherwise x simply won't start.

    I'm not sure if the nvidia packages in squeeze blacklist nouveau for you. If you need to do it manually:

    Code:
    echo blacklist nouveau > /etc/modprobe.d/blacklist-nouveau.conf
    Then you will need to reboot.

    Once you're back into X, redo the glxinfo command I posted earlier and post the output again.

    Also look at Compiz - Debian Wiki

  10. #10
    Just Joined! Mind's Avatar
    Join Date
    Oct 2011
    Posts
    25
    Same thing on the glxinfo.

    I tried the thing on the Debian site. Now I can't bring up X after restart. I think it was the xorg.conf that did it. How do you delete that from terminal?

    Nevermind, I'll just reinstall. It's easier. I'll try this again. I really didn't have anything installed, anyhow.

    Edit: I do have a Radeon X800GTO that I can put in there. Would this work better than the 8800GTS?
    Last edited by Mind; 10-26-2011 at 06:06 PM.

Page 1 of 5 1 2 3 4 5 LastLast

Posting Permissions

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