Nainstalovat Steam
přihlásit se
|
jazyk
简体中文 (Zjednodušená čínština)
繁體中文 (Tradiční čínština)
日本語 (Japonština)
한국어 (Korejština)
ไทย (Thajština)
български (Bulharština)
Dansk (Dánština)
Deutsch (Němčina)
English (Angličtina)
Español-España (Evropská španělština)
Español-Latinoamérica (Latin. španělština)
Ελληνικά (Řečtina)
Français (Francouzština)
Italiano (Italština)
Bahasa Indonesia (Indonéština)
Magyar (Maďarština)
Nederlands (Nizozemština)
Norsk (Norština)
Polski (Polština)
Português (Evropská portugalština)
Português-Brasil (Brazilská portugalština)
Română (Rumunština)
Русский (Ruština)
Suomi (Finština)
Svenska (Švédština)
Türkçe (Turečtina)
Tiếng Việt (Vietnamština)
Українська (Ukrajinština)
Nahlásit problém s překladem
Reinstalling the AMD drivers with --force option solved it.
If you continue to get this Error message, please check if the user that starts steam, is member of the "video" group on your system.
The file that grants access to your direct rendering hardware is e.g. for Nvidia Graphics /dev/nvidiactl. For AMD Graphics, it will be different. Please start Steam in a console window to check for write-permission errors for video device files if you are curious about this.
These files are writeable for the "video" group. So join this group, log out the user, log in and tadaaa, there's good chance your direct rendering will work now.
Please try this out, befor messing up your drivers...
Open YasY - User Management - Edit
and then add your user to the video group, no need to edit any files.
reboot
1) You MUST be using the Nvidia driver, not the nouveau driver
2) When running the Nvidia installer, make SURE you answer YES when prompted to install the 32-bit libraries
3) Restart Steam
-----------------------------------
If you are running KMOD or AKMOD to handle your Nvidia driver:
1) sudo yum install xorg-x11-drv-nvidia-libs.i686
2) Restart Steam
------------------------------------
If you have a fresh install, type "sudo yum install akmod-nvidia xorg-x11-drv-nvidia-libs.i686".
Optional reading, but might be necessary for some of you:
Some hints for grub - append to the end of the vmlinuz line in your boot options:
rdblacklist=nouveau nouveau.modeset=0 rd.driver.blacklist=nouveau
Don't forget that if you are running grub2 to issue the "grub2-mkconfig -o /boot/grub2/grub.cfg" command, or else your changes won't apply. For grub1 users, just modify /boot/grub/grub.cfg and append that to the end of the vmlinuz="..." line. Definitely easier to do in grub1. This way the driver will not load up after reboots.
To see if nouveau is being used, reboot and type "lsmod | grep -i nouveau". You shouldn't get any returns. If you do, nouveau is still being used.
http://ubuntuforums.org/showthread.php?t=2131982&p=12682804#post12682804
Confirmed, this worked thanks on Fedora 19 64bit. I am using the akmod version.
1) sudo yum install xorg-x11-drv-nvidia-libs.i686
2) Restart Steam
------------------------------------
If you have a fresh install, type "sudo yum install akmod-nvidia xorg-x11-drv-nvidia-libs.i686".
jep. worked. thx!
This is everything I have done:
1) install Mint 16 and added this: GRUB_CMDLINE_LINUX_DEFAULT="quiet splash nomodeset"
2) installed nvidia drivers, but there was a "pre-install script error." However, the install continued and I said yes to everything. There is one file in /usr/lib/nvidia called pre-install that is empty.
3) /etc/modprobe.d/blacklist.conf added to the end:
blacklist vga16fb
blacklist nouveau
blacklist rivafb
blacklist nvidiafb
blacklist rivatv
4) Current state:
$ lsmod | grep -i nouveau
nouveau 943295 0
mxm_wmi 13021 1 nouveau
wmi 19070 2 mxm_wmi,nouveau
video 19318 1 nouveau
i2c_algo_bit 13413 1 nouveau
ttm 83995 1 nouveau
drm_kms_helper 52651 1 nouveau
drm 296739 5 ttm,drm_kms_helper,nvidia,nouveau
Bridge=auto
to
Bridge=primus
http://askubuntu.com/questions/425140/unable-toboot-with-nvidia-gtx-750-ti-even-with-latest-beta-drivers
CONFIRMED, works for Fedora 20, nice, thx
For CentOs 7 proper command (as i understand only 64bit is availeble in default repo):
It will enabling all elrepo repos and find 32 bit.. details are here: http://elrepo.org/tiki/kmod-nvidia
Thanks a lot, jasonmicron, to pointing to right direction :)
Regards,