Since I can’t find the location after logging into Novell’s website for bug reports, I thought I’d list the major ones here.
networkmanager, network setup, and sax2(with intel).
The kde4 applet fails on encrypted wireless and the kde3 one works indifferently. The network configuration fails to set a nameserver, when I check routing there seems to be something there but I need to manually add some ‘nameserver xxx.xxx.xxx.xxx’ to /etc/resolv.conf. Trying the old trick of ‘route add default …’ does nothing but generate an SIOCADDR.
Sax2 crashes instantaneously when the video card is an onboard intel i830. Could either use the command line ‘sax2 -r -m 0=vesa’, which gives a bad xorg.conf using the vesa driver and has major issues with screen corruption, or manually configure xorg.conf to use the intel driver.
The following works by disabling dri.
Option "NoAccel" "true"
or
Option "DRI" "off" & comment out the DRI section
The following works some of the time and has minimal screen corruption, with a GEM enabled kernel and updated Mesa + Xorg + driver.
Option "AccelMethod" "uxa"
Option "Tiling" "off"
I’m currently using the 2nd method, but may revert to the first if the screen corruption and flickering continue.