Announcement

Collapse
No announcement yet.

graphic hardware vs graphic software

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

    graphic hardware vs graphic software

    lspci -nn | grep VGA
    tells me the correct card

    glxinfo | grep vendor
    tells me "Error: unable to open display"

    what's the cli command to tell me what driver it's trying to use?
    WE&#39;RE ALL BETTER OFF WHEN WE&#39;RE ALL BETTER OFF<br />User # 17645

    #2
    Re: graphic hardware vs graphic software

    Maybe:
    Code:
    grep "driver" /var/log/Xorg.0.log

    Looking errors:
    Code:
    grep "EE" /var/log/Xorg.0.log
    warnings:
    Code:
    grep "WW" /var/log/Xorg.0.log

    The "Xorg.0.log" is a log file for the X Windowing Server.
    Before you edit, BACKUP !

    Why there are dead links ?
    1. Thread: Please explain how to access old kubuntu forum posts
    2. Thread: Lost Information

    Comment

    Working...
    X