Announcement

Collapse
No announcement yet.

How do I make it do this?

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

    How do I make it do this?

    http://youtube.com/watch?v=D7HPTr1M2uI

    My machine is:

    P4 2.8 GHz
    250 gig HD
    1 gig RAM
    128 GIG Video Card.

    So far I have to say that I have really enjoyed kubuntu. It's worked for me with very few glitches and they are caused by me and have been easly fixed.

    Thanks again. I look forward to getting to know folks around here.

    James

    #2
    Re: How do I make it do this?

    that is a program called Compiz-Fusion.


    to get it, first make sure you have the propriety drivers for your graphix card, then check taht 3d is working by typing this in konsole.

    Code:
    fgl_glxgears
    if you get a cube spinning round with some gears in, you are all set. If not post back here.

    then you need to install teh compiz packages.
    Code:
    sudo apt-get install compiz compiz-kde emerald compizconfig-settings-manager
    and then if you have an ATI graphics card,
    Code:
    sudo apt-get install xserver-xgl libgl1-mesa xserver-xorg libglitz-glx
    then reboot, log into XGl, and type
    Code:
    compiz --replace &

    Comment


      #3
      Re: How do I make it do this?

      OK

      Code:
      fgl_glxgears
      The program 'fgl_glxgears' is currently not installed. You can install it by typing:
      sudo apt-get install xorg-driver-fglrx
      Code:
      james@DeskTop:~$ sudo apt-get install xorg-driver-fglrx
      Reading package lists... Done
      Building dependency tree
      Reading state information... Done
      The following packages were automatically installed and are no longer required:
      libcompizconfig0 python-compizconfig
      Use 'apt-get autoremove' to remove them.
      The following packages will be REMOVED:
      nvidia-glx-new
      The following NEW packages will be installed:
      xorg-driver-fglrx
      0 upgraded, 1 newly installed, 1 to remove and 2 not upgraded.
      Need to get 8558kB of archives.
      After unpacking 7807kB of additional disk space will be used.
      Do you want to continue [Y/n]? y
      Get:1 http://us.archive.ubuntu.com gutsy-updates/restricted xorg-driver-fglrx 7.1.0-8.37.6+2.6.22.4-14.10 [8558kB]
      Fetched 8558kB in 19s (435kB/s)
      (Reading database ... 114613 files and directories currently installed.)
      Removing nvidia-glx-new ...
      Processing triggers for libc6 ...
      ldconfig deferred processing now taking place
      Selecting previously deselected package xorg-driver-fglrx.
      (Reading database ... 114565 files and directories currently installed.)
      Unpacking xorg-driver-fglrx (from .../xorg-driver-fglrx_7.1.0-8.37.6+2.6.22.4-14.10_i386.deb) ...
      Setting up xorg-driver-fglrx (7.1.0-8.37.6+2.6.22.4-14.10) ...
      Code:
      fgl_glxgears
      Using GLX_SGIX_pbuffer
      Xlib: extension "XFree86-DRI" missing on display ":0.0".
      X Error of failed request: BadMatch (invalid parameter attributes)
      Major opcode of failed request: 128 (GLX)
      Minor opcode of failed request: 5 (X_GLXMakeCurrent)
      Serial number of failed request: 30
      Current serial number in output stream: 30
      OK, I though I would install it without much trouble by following the directions.

      As for my video card:

      VGA compatible controller: nVidia Corporation NV34 [GeForce FX 5200] (rev a1) (prog-if 00 [VGA])
      Thanks,

      James

      Comment

      Working...
      X