mkbenwal / dracolinux

Automatically exported from code.google.com/p/dracolinux
1 stars 0 forks source link

KDE/nVidia first-run problems #16

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Installing the nVidia drivers from nvidia.com before starting KDE (on a
fresh install with empty home) will most likely end in a broken KDE, unable
to login.

Fix: Start KDE before installing the drivers

Fix an already broken installation:
1) Shutdown KDM (/usr/local/etc/rc.d/kdm stop)
2) Remove driver (nvidia-uninstall)
3) Remove xorg-server (pkg_delete -f modular-xorg-server)
4) Remove kde configs (.kde* .qt)
5) Reinstall xorg-server (dp install/pkg_add modular-xorg-server)
6) Start KDM (/usr/local/etc/rc.d/kdm start)
7) Login/logout
8) Shutdown KDM (/usr/local/etc/rc.d/kdm stop)
9) Install driver (sh NVIDIA-*.sh)
10) Start KDM (/usr/local/etc/rc.d/kdm start)

Original issue reported on code.google.com by ole.andr...@gmail.com on 1 Aug 2009 at 5:58

GoogleCodeExporter commented 9 years ago
Problem only when using pkgsrc. Since pkgsrc has been removed from Draco, this 
bug
will be closed.

Original comment by ole.andr...@gmail.com on 26 Mar 2010 at 8:19