You are not logged in.
Whenever I try to use
$ startxWith my ~/.xinitrc file containing:
exec startkdeThis error is returned:
Could not open library ksmserver: Cannot load library /usr/lib/libkdeinit4_ksmserver.so: (libGl.so.1: wrong ELF class: ELFCLASS32)I am using the 64 bit proprietary nvidia driver, but I made sure to select "install 32 bit compatible OpenGL libraries" during the installation process. What steps could I take to troubleshoot this? Thanks for any help!
Wow, it was fairly straightforward to solve my issue. I just needed to use:
# pacman -S nvidiaHowever, in my case I needed to use this because I had already tryed to install the proprietary driver before:
# pacman -S --force nvidiaLast edited by tokumei (2012-10-25 20:50:06)
Offline
I am using the 64 bit proprietary nvidia driver, but I made sure to select "install 32 bit compatible OpenGL libraries" during the installation process. What steps could I take to troubleshoot this? Thanks for any help!
What installation process? Where did you get these drivers from?
Offline
tokumei wrote:I am using the 64 bit proprietary nvidia driver, but I made sure to select "install 32 bit compatible OpenGL libraries" during the installation process. What steps could I take to troubleshoot this? Thanks for any help!
What installation process? Where did you get these drivers from?
I downloaded the driver from the nvidia website, and installed them with:
# ./NVIDIA*I was going to try to use this package from the AUR, but the link under the "Sources" section has a 404 error and I'm also not sure if it would even work with my GTS 450 gpu.
Offline
I suggest starting with what's in the wiki https://wiki.archlinux.org/index.php/NVIDIA#Installing
It says
For GeForce 2/3/4 MX/Ti series cards [NV11 and NV17-NV28], install nvidia-96xx
You seem to have a new GPU so the nvidia (not nvidia-96xx) package should work.
The wiki also says you should install via pacman rather than from other websites.
Offline
I suggest starting with what's in the wiki https://wiki.archlinux.org/index.php/NVIDIA#Installing
It saysFor GeForce 2/3/4 MX/Ti series cards [NV11 and NV17-NV28], install nvidia-96xx
You seem to have a new GPU so the nvidia (not nvidia-96xx) package should work.
The wiki also says you should install via pacman rather than from other websites.
Thanks! Everything is working now.
Last edited by tokumei (2012-10-25 20:51:14)
Offline