You are not logged in.
Pages: 1
So, I just got Steam working by running these commands:
find ~/.steam/root/ \( -name "libgcc_s.so*" -o -name "libstdc++.so*" -o -name "libxcb.so*" \) -print -deleteand
find ~/.local/share/Steam/ \( -name "libgcc_s.so*" -o -name "libstdc++.so*" -o -name "libxcb.so*" \) -print -delete. I launched Steam, logged in, and waited for Besiege to install. I started it up, but when I entered a level, there were various lines of a darker shade of blue across the screen, and all the objects were just silhouettes.
http://images.akamai.steamusercontent.c … A093EE2C0/
I then installed the xf86-video-ati package (I tried installing lib32-mesa-libgl, but it was already installed.) to see if that would fix it, but the same thing. Disabling SSAO fixed the lines, but the objects were still missing.
http://images.akamai.steamusercontent.c … 9FFEEBCD5/
I tried installing Catalyst, but it failed to install, saying it required xorg-server <1.18.0. I haven't tried it with any other games, mostly because they haven't installed yet. I have an AMD RS880M [Mobility Radeon HD 4225/4250] graphics card. If anyone can help, that would be great. I just got my new hard drive after having my old one corrupted, and I want to get back into Steam. Thank you for any help!
Last edited by jasonwryan (2016-01-30 02:57:24)
Offline
Please read the Forum Etiquette and only post thumbnails http://wiki.archlinux.org/index.php/For … s_and_code
And read the Catalyst page on the wiki...
Offline
Please read the Forum Etiquette and only post thumbnails http://wiki.archlinux.org/index.php/For … s_and_code
And read the Catalyst page on the wiki...
Oops. I'm sorry about the images.
As for installing Catalyst, I've tried all the various means of installing it since you posted. I tried the unofficial repository, it said
warning: cannot resolve "xorg-server<1.13.0", a dependency of "catalyst-utils"
warning: cannot resolve "catalyst-utils", a dependency of "catalyst-generator"
:: The following package cannot be upgraded due to unresolvable dependencies:
catalyst-generator
:: Do you want to skip the above package for this upgrade? [y/N] n
error: failed to prepare transaction (could not satisfy dependencies)
:: catalyst-utils: requires xorg-server<1.13.0
:: catalyst-generator: requires catalyst-utilsTrying the AUR gave a similar error:
warning: cannot resolve "xorg-server<1.18.0", a dependency of "catalyst-utils"
:: The following package cannot be upgraded due to unresolvable dependencies:
catalyst-utils
:: Do you want to skip the above package for this upgrade? [y/N] n
error: failed to prepare transaction (could not satisfy dependencies)
:: catalyst-utils: requires xorg-server<1.18.0 Trying that gave
So, I tried the various downgrades offered. Trying 1.17 gave the <1.13.0 error, so I went to 1.12. Whatever method I tried gave me something along these lines:
Enter a number (default=1):
resolving dependencies...
looking for conflicting packages...
:: xorg-server and xf86-input-evdev are in conflict. Remove xf86-input-evdev? [y/N] y
error: failed to prepare transaction (could not satisfy dependencies)
:: xorg-server: requires xf86-input-evdevIf I don't remove it, it says:
Enter a number (default=1):
resolving dependencies...
looking for conflicting packages...
:: xorg-server and xf86-input-evdev are in conflict. Remove xf86-input-evdev? [y/N] n
error: unresolvable package conflicts detected
error: failed to prepare transaction (conflicting dependencies)
:: xorg-server and xf86-input-evdev are in conflict (xorg-server<1.18.0)So, now what? It seems like I'm going in circles. Fix one thing, it breaks another. Fix that, the first thing breaks. But I'm sure there's a glaringly obvious solution I'm missing. Thank you for any help any of you can offer.
Offline
It looks like you have only partially enabled the requisite unofficial repos. In any event, rather than derail this thread with those details, post in the AMD Bar and Grill about geting your drivers installed, and then come back here once you have that set up if the game is still not working properly.
Offline
Pages: 1