Announcement

Collapse
No announcement yet.

New laptop with two VGA

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

    #16
    Hm. Try
    Code:
    sudo updatedb && locate -i libgl.so
    Mine's in /usr/lib/x86_64-linux-gnu/mesa/. There are others, too.

    Comment


      #17
      Wow. I'm not sure what to think about this one. The libs obviously exist; why, then, that error?

      I wonder if there's a Linux utility that monitors an executable as it loads, displaying each attempt to open a file...

      Comment


        #18
        You actually have a pair of W520s? Cool!

        The only obvious difference in the outputs from the two laptops is that the working-fine-one contains an additional nvidia-current-updates subdirectory. If I were troubleshooting this, my next step would be to pipe the output of
        Code:
        dpkg --list
        from each laptop into separate files and then run a diff.

        I also took a quick look at the output of
        Code:
        apt-file list nvidia-current
        and noticed that nvidia-current is only at 280.13 while nvidia-current-updates is at 295.20. Yet you're showing 295.33 on both. Are you using a PPA for drivers?

        Comment

        Working...
        X