Results 1 to 5 of 5

Thread: How can I cinfigure my graphics settings

  1. #1
    Join Date
    Sep 2007
    Beans
    249

    How can I cinfigure my graphics settings

    Hi,

    To solve some Google Earth 4.3 issues on my Feisty machine, I want to make sure all 3D options are ON.

    How can I see and change my 3D settings in Feisty?

    Thanks,

    Udi

  2. #2
    Join Date
    Apr 2007
    Beans
    487

    Re: How can I cinfigure my graphics settings

    glxinfo | grep 'direct rendering'

    yes means that everything is OK

    If it is no then post what video card do you have?

  3. #3
    Join Date
    Sep 2007
    Beans
    249

    Re: How can I cinfigure my graphics settings

    Quote Originally Posted by ggaaron View Post
    glxinfo | grep 'direct rendering'

    yes means that everything is OK

    If it is no then post what video card do you have?
    I got a yes, but I was looking for something more like dxdiag.

    Thanks anyways,

    Udi

  4. #4
    Join Date
    Apr 2007
    Beans
    487

    Re: How can I cinfigure my graphics settings

    You can just use glxinfo to get information about acceleration. From what I read this DxDiag handles more things than just acceleration.

    Try this commands
    glxinfo - acceleration
    lshw - everything about your hardware (probably you should run it with sudo)
    lspci - list all pci cards
    uname -a - linux version, hostname and so on
    lshal - list hal information (a lot of hardware is used on GNU+Linux via hal)
    xrandr - show monitor settings

  5. #5
    Join Date
    Sep 2007
    Beans
    249

    Re: How can I cinfigure my graphics settings

    Quote Originally Posted by ggaaron View Post
    You can just use glxinfo to get information about acceleration. From what I read this DxDiag handles more things than just acceleration.

    Try this commands
    glxinfo - acceleration
    lshw - everything about your hardware (probably you should run it with sudo)
    lspci - list all pci cards
    uname -a - linux version, hostname and so on
    lshal - list hal information (a lot of hardware is used on GNU+Linux via hal)
    xrandr - show monitor settings
    Thanks man, I'll use them.

    My current problem is a Google Earth bug and not Ubuntu related. AFAICT.

    Cheers

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
  •