First, which nvidia card do you have? Model #? Second, you want to make sure you have both nvidia slackbuilds installed $ ls -l /var/log/packages |grep nvidia
You should see nvidia-driver and nvidia-kernel. Third, make sure the nvidia kernel module is loaded. $ lsmod This will output all your loaded drivers, look through the list for the following modules: "nvidia" "nouveau" It's possible you see one, the other, both, or neither depending on what is going wrong here. On Wed, Jan 2, 2019 at 9:49 PM Dick Steffens <[email protected]> wrote: > On 1/2/19 6:07 PM, Ben Koenig wrote: > > $DISPLAY is set by X11, you shouldn't be setting it. > > > > It's one of those things that you only set if you know that you need to > set > > it. > I wondered about that. > > > Which desktop are you using? XFCE? > > Yes. XFCE. > > -- > Regards, > > Dick Steffens > > _______________________________________________ > PLUG mailing list > [email protected] > http://lists.pdxlinux.org/mailman/listinfo/plug > _______________________________________________ PLUG mailing list [email protected] http://lists.pdxlinux.org/mailman/listinfo/plug
