The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.

    x.org constant crash

    Discussion in 'Linux Compatibility and Software' started by TANWare, Jan 20, 2013.

  1. TANWare

    TANWare Just This Side of Senile, I think. Super Moderator

    Reputations:
    2,548
    Messages:
    9,585
    Likes Received:
    4,997
    Trophy Points:
    431
    Hi, it seems every software install, or just for agrivation value, x.org will crash the video drivers where at next boot I'll have to do package repairs. I finally went and did an nvidia package install so I'll see if that helps things out a bit. I am using Unity and want to like this but it is unacceptable for a general consumer to have to go through this............
     
  2. itoffshore

    itoffshore Notebook Guru

    Reputations:
    26
    Messages:
    52
    Likes Received:
    6
    Trophy Points:
    16
    If you want an easier life with nvidia video drivers use the open source drivers:
    Code:
    sudo apt-get install xserver-xorg-video-nouveau
    & follow the instructions at the link above.

    Also look at Bumblebee to run specific applications with the discrete nvidia card.
     
  3. TANWare

    TANWare Just This Side of Senile, I think. Super Moderator

    Reputations:
    2,548
    Messages:
    9,585
    Likes Received:
    4,997
    Trophy Points:
    431
    I went closed source with the nVidia drivers and all is well for now. I even installed KDE alongside Unity so I can boot either. KDE s faqar as visuals seems a bit old hat but seems to run well.

    This laptop does not support optimus. I don't think bumblebee will help much, but thanks.
     
  4. ALLurGroceries

    ALLurGroceries  Vegan Vermin Super Moderator

    Reputations:
    15,730
    Messages:
    7,146
    Likes Received:
    2,343
    Trophy Points:
    331
    If you want to find the source of the crash, look at your /var/log/Xorg.N.log where N is however many instances ago your X server crashed. Look for lines that begin with (EE) and (WW) for clues and then look at the very end of the log.

    It's also possible that your session manager is crashing and pulling down the whole X server, in which case you should look in your normal syslog for segfaults or other errors like that.