Looks like Ubuntu gets preferential treatment from ATI/AMD again: [Phoronix] Ubuntu Gets Another ATI Catalyst Driver Handout
vishalrao said:What bugs? I dont see no bugs? All works well for me
--- ubuntu-logo/ubuntu-logo.script 2010-03-20 14:13:32.954553786 +0530
+++ ubuntu-logo-spin/ubuntu-logo-spin.script 2010-03-20 14:06:35.967054380 +0530
@@ -145,12 +145,25 @@ logo.y = Window.GetHeight (0) / 2 - logo
logo.z = 1000;
logo.sprite.SetX (logo.x);
logo.sprite.SetY (logo.y);
-logo.sprite.SetY (logo.z);
+logo.sprite.SetZ (logo.z);
logo.sprite.SetOpacity (1);
# Spacing below the logo - in pixels
logo_spacing = logo.height * 4;
+cof.image = Image ("ubuntu_logo_cof.png"); # "special://logo" is a special keyword which finds the logo image
+cof.sprite = Sprite ();
+cof.sprite.SetImage (cof.image);
+cof.width = cof.image.GetWidth ();
+cof.height = cof.image.GetHeight ();
+cof.x = logo.x + logo.width;
+cof.y = logo.y;
+cof.z = 1000;
+cof.sprite.SetX (cof.x);
+cof.sprite.SetY (cof.y);
+cof.sprite.SetZ (cof.z);
+cof.sprite.SetOpacity (1);
+
message_notification[0].image = ImageToTintedText ("");
message_notification[1].image = ImageToTintedText ("");
fsck_notification.image = ImageToActionText ("");
@@ -175,6 +188,11 @@ fun draw_logo () {
logo.sprite.SetY (logo.y);
logo.sprite.SetZ (logo.z);
logo.sprite.SetOpacity (1);
+
+ cof.sprite.SetX (cof.x);
+ cof.sprite.SetY (cof.y);
+ cof.sprite.SetZ (cof.z);
+ cof.sprite.SetOpacity (1);
}
@@ -300,6 +318,11 @@ fun animate_progress_indicator (progress
# opacity += 0.1;
# }
# }
+
+ rot = Math.Pi * progress;
+ cof.sprite.SetImage (cof.image.Rotate(rot));
+
+ draw_logo();
}
vishalrao said:Wow, just got an Acer Aspire 5740 (Core i3 330M with onboard Intel gfx) and every freaking thing works right on booting the beta1 10.04 (k)ubuntu images!!!
Desktop effects, wifi, special buttons, bluetooth... you name it, it all worked right on the first boot
And best part of all, check this screenshot:
Just checked System Monitor and it also shows all 4 hyperthreads (2 cores / 2 threads each)
phoenix844884 said:@Vishal Sir
Even with lack of support for your iPod touch?
OK one thing that has been bugging me since I started using Ubuntu is that the microphone does not work. It never has. Any ideas?
vishalrao said:Ubuntu One Music Store is another exciting thing about Lucid
Well you missed the earlier posts that iPod Touch is working for many people even without jailbreaking. I tried a few weeks ago and almost worked but some NULL pointer bugs, I saw some updates so will try it again and report back by this weekend
vishalrao said:Microphone not working - have you tried going to sound properties and unmuting the device and also raising the input level ?