
Code: Select all
mkdir /etc/portage
echo "media-video/nvidia-kernel ~x86" >> /etc/portage/package.keywords
echo "media-video/nvidia-glx ~x86" >> /etc/portage/package.keywords
modprobe -r nvidia
emerge nvidia-kernel
modprobe nvidia
after install the nvidia driverUber_n00b wrote:I added that line and re-emerged all, and that solved my problem. Now, I just can't get glx to work. Any ideas?Cinder6 wrote:also need PORTDIR_OVERLAY="/etc/portage" in your /etc/make.conf
Code: Select all
opengl-update nvidiaCode: Select all
# PORTDIR_OVERLAY is a directory where local ebuilds may be stored without
# concern that they will be deleted by rsync updates. Default is not
# defined.Code: Select all
Option "AllowGlxWithComposite" "True"
Option "Composite" "Enable"Sorry, I kinda forgot about this thread for a while. trying to sort out other various problems I got myself into once I ot my gui up and running. I got excited =). Anyway, I'm not really sure, to be honest. I'll give that a shot, though, and if you just happen to be coming back to this thread, I'll let ya know how it goes.Cinder6 wrote:
EDIT:
Uber, by any chance, do you have compositing enabled in your xorg.conf? If so, since you are using nvidia, you have to use, under the nvidia driver option:Please note that this sometimes gives shady performance, and is sometimes best that you disable Composite before using glx. Try it out first.Code: Select all
Option "AllowGlxWithComposite" "True" Option "Composite" "Enable"