Hola, acabo de instalar Ubuntu 8.04, le puse el compiz y todo funciona muy leendo :palmas: :palmas:
Ahora el problema viene a ser la resolución, me tira como máximo 800*600 y 55hz con los drivers de nVidia instalados siendo que en Winch*t con la misma pc y monitor llegaba a 1024*768 y 60 hz.
Estuve leyendo y encontré que habia que editar el Xorg.conf agregando la resolución, pero no encuentro donde. Les dejo a continuación el archivo.
# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "es"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
EndSection
Section "Device"
Identifier "Configured Video Device"
Driver "nvidia"
Option "NoLogo" "True"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
Defaultdepth 24
EndSection
Section "ServerLayout"
Identifier "Default Layout"
screen "Default Screen"
EndSection
Section "Module"
Load "glx"
EndSection
Otro tema:
Mi idea fue instalar compiz para tener un escritorio como el de url=http://youtube.com/watch?v=E4Fbk52Mk1w]ESTE[/url] video, pude instalar los efectos pero no encontré como cambiarle el borde a las ventanas para que sea igual al del video, me podrían ayudar? :-[
Mil gracias
modifica tu section screen por:
------------------------------------------------
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
Defaultdepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1024x768"
EndSubSection
EndSection
------------------------------------------------
Despues reinicia las X y fijate que pasa
Suerte!
Cita de: demono en Mayo 04, 2008, 23:34:36
Otro tema:
Mi idea fue instalar compiz para tener un escritorio como el de url=http://youtube.com/watch?v=E4Fbk52Mk1w]ESTE[/url] video, pude instalar los efectos pero no encontré como cambiarle el borde a las ventanas para que sea igual al del video, me podrían ayudar? :-[
Mil gracias
No sé si en 8.04 cambio algo, pero en 7.10 había que instalar compizconfig-settings-manager (lo buscás en Synaptic) y después elegis los efectos en advance desktop effects.
Yo tengo un problema, tengo la resolucion bien, el compizconfig-settings-manager instalado, pero cunaod pongo los efectos visuales no me aparecen los bordes de las ventanas, que hago?
FIjate aquí:
http://www.argentop2p.net/index.php?topic=77798.msg609739#msg609739
y aquí:
http://www.argentop2p.net/index.php?topic=90614.msg700416#msg700416
Saludos.