Monday, May 15th, 2006
OpenSUSE 10.1 Notes and Impressions
Impressives
- SaX2 is unreal – never seen anything so professional on any Linux desktop. Very well done and shows the investment Novell has made in client Linux. Just wish OpenSUSE could find a way to remerge nVidia’s drivers… (see prior rant)
- Network manager is the best implementation I’ve seen. I can easily switch between wired and wireless networks and it even shows signal strength
- Alps touchpad support built in – with vertical edge scrolling!
- Strong mono integration – say what you will about mono, but I like it….
- No charge for online updates with YOU
Uglies
- There is very lackluster ndiswrapper support. In order to implement:
- Install ndiswrapper
- ndiswrapper -i driver.inf
- modprobe ndiswrapper
- /etc/YaST2 go to Network Devices, Add…, then choose Wireless, module name set to ndiswrapper, then enter any wireless network settings like ESSID.
- nVidia Drivers don’t work with XEN kernel, but with non-XEN kernel do the following:
- Download the latest nVidia drivers and logout of Gnome/KDE
- From GDM/KDM login screen, press Alt+F1
- Login as root and type “init 3″
- Install driver with “sh NVIDIA_version.run -q”
- Follow the instructions as the installer builds the kernel module
- When back at root prompt type Sax2 and get a working setup
- When you exit Sax2, type “init 5″ to get back to GDM/KDM
Tips and Tricks
- apache2 default html directory is in /srv/www/htdocs which can be accessed at http://localhost
- apache2 user html directory is in /home/userdir which can be accessed at http://localhost/~username
Please leave a Comment