Bugs 
Saturday, April 8, 2006, 20:35
We are in the process of setting up bugzilla, however for now please report any bugs you find to email address bugs@kororaa.org.

Thank you!

Issues with Kororaa Xgl Live CD 0.2

User info:
Username: kororaa
Password: xgl

Bug:
Radeon 9x00 cards don't work, or have artifacts, etc.
This seems to occur when using the fglrx driver.
Fix:
Switch to the DRI driver.
Boot the CD with the following:
kororaa softlevel=nox
Once you are at the console as root, run:
mkxf86config.sh
rmmod fglrx
modprobe drm
modprobe radeon
eselect opengl set --dst-prefix=/etc/opengl xorg-x11

Then you need to edit the Driver section of video device under your xorg.conf, i.e Driver "radeon":
nano -w /etc/X11/xorg.conf
Change the Driver to read radeon as above, CTRL + X save and exit, then start Xgl with:
goxgl

Bug:
After install of 0.2, emerge wants to downgrade packages
This is an error in our ISO build script for Kororaa which deletes /etc/portage directory.
Fix:
Tarball of /etc/portage/ contents is available here. Download it and extract it to the correct location:
sudo mkdir /etc/portage
sudo tar -xvjpf packagedotstar.tar.bz2 -C /etc/portage/


Bug:
X fails to start with error about "Modes"
Our "chooseres" script does not work on some configurations.
Fix:
Manually configure your resolution in /etc/X11/xorg.conf.

Bug:
"Install to Disk" link on Desktop does not work on DRI or fglrx systems.
This is due to library link bug with gnome-terminal.
Fix:
Install under KDE, or from another terminal run "sudo /usr/sbin/liveinstall".

Bug:
New users do NOT have Xgl.
This is because I forgot to install the skel, opps!
Fix:
Create the skel from "kororaa" and create a new user:
sudo su -
rm -Rf /etc/skel
cp -af /home/kororaa/ /etc/skel/
chown -R root:root /etc/skel/
genuser -s


Issue:
"I can't stop the Matrix! Help!"
The Desktop script "xgl-cool" calls xwinwrap to start the Matrix screensaver.
Fix:
Execute ~/stop-xgl-cool or simply killall xwinwrap.