please help me about my video card in opensuse please ...

**hello

I’m a new User of linux system and Opensuse it’s really unbelievable…but I have some problems …I think with my video card i have a “intel 865g” it’s 128 MiG my systeme is 32Bit

the first problem is when i want run the compiz by “desktop effects” I receve the next message in this picture:

http://www4.0zz0.com/2009/03/18/15/688190847.png

so when i clic “OUI mean YES” like the message says “anyway” he work but the blue bar don’t apper like that in this picture:

http://www12.0zz0.com/2009/03/18/15/861571412.png

the seconde probleme is I can NOT run the GIF Pictures

please help me for resolve this problem please

thank you in advance … and I wait your answers**

Most of the time this is because Composite is not enabled. This is how to find out:

From Programs - System - Terminal open a terminal/console
type: tail /etc/X11/xorg.conf

The last 3 lines should be:

Section “Extensions”
Option “Composite” “on”
EndSection

If it says “off”, “disable”, or anything stating that it’s not ON do the next thing:

su -c kwrite /etc/X11/xorg.conf

Give your root password, when asked for, and you’ll see an editor with the file open. Change the last lines to the appropriate value, Save the file, log out (this restarts your X-server, the displayserver, and reads the newly changed /etc/X11/xorg.conf. Desktop effects should work now.

If not, please post a copy of your /etx/X11/xorg.conf in this thread

Good lux

**hi

thank you very very much for ur attention and reply … I did what u say to me …

when i write “tail /etc/X11/xorg.conf”

i had not any ON … (in the next picture please)

http://www2.0zz0.com/2009/03/19/19/580788750.png](http://www.0zz0.com)

but when i write “kwrite /etc/X11/xorg.config”

i had a window but i dont see any line to change it

in this picture please

http://www2.0zz0.com/2009/03/19/19/687210330.png](http://www.0zz0.com)

thank you in advance
**

**Okeyyy i do what u see me when i repeat the operation and the results …:

the effects works lol! but this message is still :

http://www4.0zz0.com/2009/03/18/15/688190847.png

but when i reboot my PC i should re-enable the effets another time

and what the problem with the GIF pictures please …

thanks a LOT **

What do you mean with “run the gif picture”.

Please be more precise in your problem description. Do you get error messages ? How are you trying to open GIF files ?

but when i write “kwrite /etc/X11/xorg.config”

i had a window but i dont see any line to change it

in this picture please

You were trying to edit non-existent file ‘xorg.config’ (thats why the blank editor). The file you want to edit is called ‘xorg.conf’. You need to be root to edit it, so try

kdesu /etc/X11/xorg.conf