Re: Does metacity compositor use acceleration?

2008-04-02 Thread chombee
On Tue, 2008-04-01 at 09:25 +1100, Christopher James Halse Rogers wrote:
> On Mon, 2008-03-31 at 20:57 +0100, chombee wrote:
> > I want to use the metacity compositor but I'm finding that it's much
> > slower than with no compositor or with compiz. Something's up. I'm using
> > an Nvidia Quadro4 900 XGL, and have the nvidia driver enabled via the
> > ...
> Does that mean that you are using Xgl?  You probably don't want to be -
> nvidia's 2d acceleration isn't so terrible that you need to put an extra
> layer in there to use the 3d engine to do 2d.

Dunno if I'm using XGL. How do I tell? It doesn't appear anywhere in my
xorg.conf, and the package xserver-xgl is not installed, so I guess I'm
not using it.



-- 
Ubuntu-devel-discuss mailing list
Ubuntu-devel-discuss@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-discuss


Re: Does metacity compositor use acceleration?

2008-04-02 Thread (``-_-´´) -- Fernando
Mine is slower too.
Just set it back to normal look.
I have an intel 855

On Monday 31 March 2008 22:34:48 Emilio Pozuelo Monfort wrote:
> Be aware that "Not all graphics hardware reliably supports compositing, so 
> this feature is currently turned off by default and not yet exposed in the 
> preferences"

One of places that I noticed is the bottom bar. I have speed applet 
(netspeed_applet2 0.14) and it doesn't update.


> Cheers,
> Emilio

-- 
BUGabundo  :o)
(``-_-´´)   http://Ubuntu.BUGabundo.net
Linux user #443786GPG key 1024D/A1784EBB
My new micro-blog @ http://BUGabundo.net
ps. My emails tend to sound authority and aggressive. I'm sorry in advance. 
I'll try to be more assertive as time goes by...



signature.asc
Description: This is a digitally signed message part.
-- 
Ubuntu-devel-discuss mailing list
Ubuntu-devel-discuss@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-discuss


Please keep the old IDE chipset drivers so that external CD writers can work

2008-04-02 Thread Wenzhuo Zhang

Hi,

Starting from Gutsy, the old IDE chipset drivers are no longer included in the 
kernel package. The libata based drivers, being cleaner and easier to maintain, 
have taken the places of the old drivers.

However, external CD writers don't work with the new libata based IDE drivers. 
Please see bug report #109211 
 for 
details. Considering that external CD/DVD writers are widely used hardware, I 
suggest keep the old IDE drivers until this bug is fixed, so that users can 
still use their external CD/DVD writers in Ubuntu after very little manual 
configuration. They should not conflict with anything if not loaded.

Wenzhuo

-- 
Ubuntu-devel-discuss mailing list
Ubuntu-devel-discuss@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-discuss


Re: Does metacity compositor use acceleration?

2008-04-02 Thread chombee
I'm gonna stick with it for a while and see if it improves or I can fix
it.

The latest updates I downloaded today seem to have improved it a bit.
It's definitely faster now than before. But it's still noticeably slower
than compiz or metacity with no compositing.



-- 
Ubuntu-devel-discuss mailing list
Ubuntu-devel-discuss@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-discuss


Re: Please keep the old IDE chipset drivers so that external CD writers can work

2008-04-02 Thread Rick Knight
Wenzhuo Zhang wrote:
> Hi,
>
> Starting from Gutsy, the old IDE chipset drivers are no longer included in 
> the kernel package. 
Could this be my problem? See post "Help with Gutsy upgrade" in this 
list. After an upgrade from Feisty to Gutsy the new kernel will not load 
my hard drive. When I upgraded from Dapper to Feisty, the upgrade set my 
drives up as /dev/sdx (in GRUB and /etc/fstab) and I could not boot. I 
changed the drives back to /dev/hdx and that solved the problem. Gutsy 
does not seem able to deal with /dev/hdx so, could this be why I can't 
boot the 2.6.22.14-generic kernel? I have a 4 year old Soyo motherboard 
with Via chipset. Can I rebuild the kernel to get this older IDE 
support? I can still boot into my Feisty kernel.


> The libata based drivers, being cleaner and easier to maintain, have taken 
> the places of the old drivers.
>
> However, external CD writers don't work with the new libata based IDE 
> drivers. Please see bug report #109211 
>  
> for details. Considering that external CD/DVD writers are widely used 
> hardware, I suggest keep the old IDE drivers until this bug is fixed, so that 
> users can still use their external CD/DVD writers in Ubuntu after very little 
> manual configuration. They should not conflict with anything if not loaded.
>
> Wenzhuo
>
>   
Thanks,
Rick Knight

-- 
Ubuntu-devel-discuss mailing list
Ubuntu-devel-discuss@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-discuss


Re: Please keep the old IDE chipset drivers so that external CD writers can work

2008-04-02 Thread Wenzhuo Zhang
Rick Knight wrote:
> Wenzhuo Zhang wrote:
>> Hi,
>>
>> Starting from Gutsy, the old IDE chipset drivers are no longer included in 
>> the kernel package. 
> Could this be my problem? See post "Help with Gutsy upgrade" in this 
> list. After an upgrade from Feisty to Gutsy the new kernel will not load 
> my hard drive. When I upgraded from Dapper to Feisty, the upgrade set my 
> drives up as /dev/sdx (in GRUB and /etc/fstab) and I could not boot. I 

Nowadays the standard way of identifying filesystems is by UUIDs. You should
use the vol_id command to find out the UUIDs of your filesystems, e.g.

$ sudo vol_id /dev/hda1

and replace the occurrences of "/dev/[sh]dx?" in /etc/fstab and 
/boot/grub/menu.lst to "UUID=", where "" is the corresponding 
UUID of each filesystem.

> changed the drives back to /dev/hdx and that solved the problem. Gutsy 
> does not seem able to deal with /dev/hdx so, could this be why I can't 
> boot the 2.6.22.14-generic kernel? I have a 4 year old Soyo motherboard 
> with Via chipset. Can I rebuild the kernel to get this older IDE 
> support? I can still boot into my Feisty kernel.

If you have added the old IDE driver modules to /etc/initramfs-tools/modules
before, you should remove them fist, and run the following command for each 
kernel
version:

$ sudo update-initramfs -u -k 

If you have not modifiled /etc/initramfs-tools/modules before, probably your 
IDE chipset is not supported by libata yet. You may want to file a separate bug 
report at launchpad, attaching the result of "lspci -vvn", "dmesg" of a running 
kernel, and a screenshot (by a camera) of the boot failure of Gutsy.

Wenzhuo

-- 
Ubuntu-devel-discuss mailing list
Ubuntu-devel-discuss@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-discuss


Re: Please keep the old IDE chipset drivers so that external CD writers can work

2008-04-02 Thread Wenzhuo Zhang
Rick Knight wrote:

> boot the 2.6.22.14-generic kernel? I have a 4 year old Soyo motherboard 
> with Via chipset. Can I rebuild the kernel to get this older IDE 
> support? I can still boot into my Feisty kernel.


If your chipset is not supported by libata, and you want rebuild the kernel
to add the old drivers back, following the instructions on this web page:

https://help.ubuntu.com/community/Kernel/Compile

Wenzhuo




-- 
Ubuntu-devel-discuss mailing list
Ubuntu-devel-discuss@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-discuss