Results 1 to 4 of 4

Thread: Steam not want to start on a new install of ubuntu 15.04

  1. #1
    Join Date
    Apr 2015
    Beans
    2

    Steam not want to start on a new install of ubuntu 15.04

    I just installed ubuntu 15.04,fresh install, i have installed steam from terminal "sudo apt-get install steam", no problem on the installation, but after star steam and download the data (210mb), does not start, launching it from terminal says:
    Code:
    Running Steam on ubuntu 15.04 64-bitSTEAM_RUNTIME is enabled automatically
    [2015-04-26 20:04:03] Startup - updater built Apr 13 2015 15:17:10
    SteamUpdateUI: An X Error occurred
    X Error of failed request:  BadValue (integer parameter out of range for operation)
    I do not know what to do, what data need so you can help me, I am not new using ubuntu, but I generally do not run into these problems, the previous version of ubuntu 14.10 ran smoothly steam.

    Sorry if I write with mistakes, English is not my native language, but I thought this forum is where I have more chance of a solution, thx.

  2. #2
    Join Date
    Apr 2008
    Location
    Norwich CT
    Beans
    2,659
    Distro
    Ubuntu Mate

    Re: Steam not want to start on a new install of ubuntu 15.04

    What is your video circuitry? What kind of driver are you using?

    Please post the results of:
    Code:
    lspci | grep VGA
    This will show whether you're using Intel, ATI, or nVidia graphics, and is pretty essential for further advice.

    I drink my Ubuntu black, no sugar.
    Ubuntu user 28819

  3. #3
    Join Date
    Apr 2015
    Beans
    1

    Re: Steam not want to start on a new install of ubuntu 15.04

    Quote Originally Posted by Diego_Alberto_Alba View Post
    I just installed ubuntu 15.04,fresh install, i have installed steam from terminal "sudo apt-get install steam", no problem on the installation, but after star steam and download the data (210mb), does not start, launching it from terminal says:
    Code:
    Running Steam on ubuntu 15.04 64-bitSTEAM_RUNTIME is enabled automatically
    [2015-04-26 20:04:03] Startup - updater built Apr 13 2015 15:17:10
    SteamUpdateUI: An X Error occurred
    X Error of failed request:  BadValue (integer parameter out of range for operation)
    I do not know what to do, what data need so you can help me, I am not new using ubuntu, but I generally do not run into these problems, the previous version of ubuntu 14.10 ran smoothly steam Sorry if I write with mistakes, English is not my native language, but I thought this forum is where I have more chance of a solution, thx.
    I'm pasting in someone else's answer from another thread, seeing as this is the top result on Google. This fix worked for me. Hope the poster from the other thread is OK with this:

    This is a problem with steam and ubuntu 15.04. Steam bundles old libs and are colliding with mesa drivers, that is also why closed drivers aren't seeing this problem.

    There is a open bug in steam github
    the workaround for now is to remove the old lib version, at least until valve fix the issue in their startup script or similar.
    So enter this folders and do this

    Code:
    cd $HOME/.steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu
    mv libstdc++.so.6 libstdc++.so.6.bak
    cd $HOME/.steam/ubuntu12_32/steam-runtime/amd64/usr/lib/x86_64-linux-gnu
    mv libstdc++.so.6 libstdc++.so.6.bak
    It worked for me... but please note that if some game required that old lib from the steam runtime, it may crash (that is why should be valve fixing this)
    Original post here: http://askubuntu.com/questions/61442.../614458#614458

  4. #4
    Join Date
    Apr 2015
    Beans
    2

    Re: Steam not want to start on a new install of ubuntu 15.04

    Thank you very much both of you for replying ths thread, really thx, the answer that sejvenables shared had solved my problem, anyway, there is the informationn that oldrocker99 requested:
    Code:
    01:05.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] RS780L [Radeon 3000]
    Again thank you very much

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
  •