Today I installed jaunty alpha2 i386 from the alternate cd, while keeping my old home partition. The installation routine went smoothly and so did the first boot. Keeping the custom kde settings was not a good idea, as the panel was invisible and impossible to move/modify. Purging the settings solved the problem.
I have a GeForce Go 7300 and this means that to actually make the desktop usable I have to install the nvidia drivers.
The simplest way to have it done is to add the following lines to /etc/apt/sources.list
and run
I had to manually run nvidia-xconfig in order to generate a new xorg.conf . But that is not enough.To get a graphical display one has to add the following lines to xorg.conf
There are no other hardware issues for the moment (wireless and bluetooth not tested yet).
Plasma tends to crash when configuring the panel, especially when adding widgets to it. This causes the panel to become invisible and to be moved to the upper edge of the screen. The only way I found to make it visible again is to change the theme in Desktop Settings. With the widgets locked there seem to be no more crashes.
The system tray has garbled icons, but I haven't noticed any other graphical glitches.
Edit: There is a small X problem when hovering over links in firefox, as detailed here fixed
Tor is broken, so if in need one has to use the intrepid version.
There seem to be no other issues at the moment. It is quite a solid release for an alpha.
I have a GeForce Go 7300 and this means that to actually make the desktop usable I have to install the nvidia drivers.
The simplest way to have it done is to add the following lines to /etc/apt/sources.list
Code:
deb [url]http://ppa.launchpad.net/anders-kaseorg/ubuntu[/url] jaunty main deb-src [url]http://ppa.launchpad.net/anders-kaseorg/ubuntu[/url] jaunty main
Code:
sudo apt-get install nvidia-180-kernel-source nvidia-180-modaliases nvidia-glx-180
Code:
Section "ServerFlags" Option "IgnoreABI" "True" EndSection
Plasma tends to crash when configuring the panel, especially when adding widgets to it. This causes the panel to become invisible and to be moved to the upper edge of the screen. The only way I found to make it visible again is to change the theme in Desktop Settings. With the widgets locked there seem to be no more crashes.
The system tray has garbled icons, but I haven't noticed any other graphical glitches.
Edit: There is a small X problem when hovering over links in firefox, as detailed here fixed
Tor is broken, so if in need one has to use the intrepid version.
There seem to be no other issues at the moment. It is quite a solid release for an alpha.
Comment