no more x windows…

Home Forums Tech Support no more x windows…

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #67273
    linuxgnuru
    Participant

    so; after an update I can no longer start X…

    Xorg.0.log:
    http://slexy.org/view/s21ky1uvh8

    i’ve tried googling from my phone with no answers. if anyone knows wtf is up with this; i sure could use some help

    #75448
    strider
    Participant

    Ah… I knew there was something fucky with your nvidia driver…

    Did you use this PPA? https://launchpad.net/~graphics-drivers … ubuntu/ppa

    What version of the Nvidia driver where you upgrading to?

    Can you boot in a shell?

    Do you have internet access with Wifi from that shell?

    If not, do you have an ethernet cable?

    I find it strange that the Nvidia driver complain about an incompatible ABI. You weren’t upgrading to Ubuntu 16.04, I hope. That’s usually what happens when upgrading to a development version of Ubuntu while using proprietary drivers.
    Or else you were downgrading to some really old drivers?

    #75449
    linuxgnuru
    Participant

    yes; i’m using that ppa. the last update was x server itself; i haven’t touched the nvidia drivers
    i can get to the console via alt+f1-f6 and i do have internet via wifi

    #75450
    strider
    Participant
    Code:
    Failed to load /usr/lib/x86_64-linux-gnu/xorg/extra-modules/libglx.so: libnvidia-tls.so.319.23

    319.23? Dude, WTF?

    Code:
    sudo add-apt-repository ppa:graphics-drivers/ppa
    sudo apt-get update
    sudo apt-get remove nvidia-319
    sudo apt-get install nvidia-358
    sudo reboot
    #75451
    strider
    Participant

    Also had the Xserver update, tried rebooting to see if it caused any problem. All seems fine with the nvidia-358 driver.

    #75453
    linuxgnuru
    Participant

    no idea where that 319 came from, only have 355 installed. trying out 358…

    #75454
    linuxgnuru
    Participant

    OK, so I got 358 installed, but still no go. I do see (module requirement mismatch, 0) in the error log… Fuck, Ubuntu updated my kernel… 4.2.0-19

    #75457
    linuxgnuru
    Participant

    Still no luck, thinking about trying the .run from nvidia

    #75458
    linuxgnuru
    Participant

    *pulls out hair*
    some how … bumble bee was installed … also, steam now starts all by itself… wonder if never winter nights will start now

    #75460
    __eMpTy__
    Participant
    linuxgnuru wrote:
    *pulls out hair*
    bumble bee was installed

    Go ahead and call me ignorant, but what is “bumble bee”?

    #75461
    linuxgnuru
    Participant
    __eMpTy__ wrote:
    Go ahead and call me ignorant, but what is “bumble bee”?

    apt-cache search bumblebee
    bumblebee – NVIDIA Optimus support for Linux
    bumblebee-dbg – NVIDIA Optimus support – debugging symbols
    bumblebee-nvidia – NVIDIA Optimus support using the proprietary NVIDIA driver
    primus – client-side GPU offloading for NVIDIA Optimus

    Code:
    Nvidia Optimus is a computer GPU switching technology created by Nvidia which, depending on the resource load generated by client software applications, will seamlessly switch between two graphics adapters within a computer system in order to provide either maximum performance or minimum power draw from the system’s graphics rendering hardware.

    A typical platform includes both a lower-performance integrated unit by Intel and a high-performance one by Nvidia. Optimus saves battery life by automatically switching the power of the discrete graphics processing unit (GPU) off when it is not needed and switching it on when needed again. The technology mainly targets mobile PCs such as notebooks.[1][a] When the GPU power is off, the driver redirects graphics commands to the integrated graphics chip. The switching is designed to be completely seamless and to happen “behind the scenes”.

    https://en.wikipedia.org/wiki/Nvidia_Optimus

    #75462
    strider
    Participant

    Oooh, well that explains a lot!

    #75464
    Venn Stone
    Keymaster
    __eMpTy__ wrote:
    linuxgnuru wrote:
    *pulls out hair*
    bumble bee was installed

    Go ahead and call me ignorant, but what is “bumble bee”?

    It’s not… sane.
    f1be96ccd0068fa6e7b0feb3ef112021.jpg

Viewing 13 posts - 1 through 13 (of 13 total)
  • You must be logged in to reply to this topic.