Results 1 to 3 of 3

Thread: Graphics Card & is the OS using it?

  1. #1
    Join Date
    Jun 2009
    Location
    New Zealand
    Beans
    93
    Distro
    Ubuntu

    Graphics Card & is the OS using it?

    Hello from NZ,

    I have an ATI Radeon 9250 graphics card with 128mb. This may sound dumb but besides being able to adjust visual effects up or down, is there a way of telling whether the OS is using the graphics card and it's available memory?

    Also, I have downloaded the latest official ATI driver - ati-driver-installer-8.28.8 - for this card. Is it worth installing it or should I stick with the Ubuntu supplied driver?

    I don't have the most powerful system around but I would like to squeeze every ounce of blood out of it without compromising performance. I'm not a fan of sluggish systems.

    Regards
    JoeNZ
    Ubuntu 19.04

  2. #2
    Join Date
    Oct 2007
    Beans
    8

    Re: Graphics Card & is the OS using it?

    Anyone please correct me if I'm wrong.

    Older ATI cards are generally well supported by the open source drivers. Specifically, the Radeon 9250 has hardware 2D and 3D acceleration (https://help.ubuntu.com/community/Ra...0r200%20series). You can test this by opening a terminal and typing 'glxinfo | grep direct' and you should see:

    direct rendering: Yes

    Video memory (the memory available to the video card) is only used as a video buffer and storage for graphic-specific data (pixel, vertex, shader data). So unless you're playing newer games that require more than 128MB, its non consequential.

    Unless you experience a specific graphics-related bug with your current drivers, there's no reason to upgrade to the latest. The latest and greatest drivers aren't always stable on older hardware and will often actually degrade performance as they optimize them for newer hardware.

  3. #3
    Join Date
    Jun 2009
    Location
    New Zealand
    Beans
    93
    Distro
    Ubuntu

    Re: Graphics Card & is the OS using it?

    Sweet. I will stick with what I have already.

    I ran the command glxinfo | grep direct and got "yes".

    Having a play with compiz settings at the moment.
    Ubuntu 19.04

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
  •