Buscar
Encuesta
¿Al guien sabe la equibalencia del programa autoplay-media-studio para linux ?
corealuis_406@hotmail.com
0%
porfa
100%
Total votes: 1
- Añadir nuevo comentario
- 18 lecturas
- Encuestas anteriores
Inicio de sesión
Navegación
Comentarios recientes
- lastima que leden tampoco tiempo alos reocitorios
hace 4 semanas 3 días - Probado en kubuntu 11.10 y
hace 5 semanas 3 días - java plugin en kubuntu 11.04
hace 23 semanas 1 hora - Curso Linux 2011 Veracruz-México
hace 43 semanas 3 días - problema Efectos compiz en 10.04
hace 1 año 2 semanas - Podés comprar desde la tienda
hace 1 año 6 semanas - Espero q te ayude
hace 1 año 6 semanas - Busca en ebay los chinitos te
hace 1 año 32 semanas - Instalar VirtualBox OSE
hace 1 año 35 semanas - es fácil.
Aplicaciones /
hace 1 año 36 semanas
Sin efectos Especiales 8.4
Submitted by Kmaleon on Jue, 01/05/2008 - 22:00
Hola amigos !,He tenido varios problemas con la resolución en ubuntu 8.4 pero x dicha ya lo pude solucionar reemplazando un archivo, ahora en problem es ke no me funcionan los efectos especiales,ya configuré bien el compiz settings y escribí alt+f2+compiz y nada d nada
- Añadir nuevo comentario
- 1084 lecturas

1 - Que tarjeta de video
1 - Que tarjeta de video tiene?
2 - Como tiene configuradas las X11? en otras palabras, muestranos el archivo de conf. de X11, es decir lo que salga mediante este comando:
cat /etc/X11/xorg.conf
Hola amigo Shakka!,tu ayuda
Hola amigo Shakka!,tu ayuda es muy valiosa !,dejame contarte como viene el asunto.Instalé Ubuntu 8.4 y no me daba resolución mayor a 1024,le instale envy y fue peor x ke la única resolución ke me daba era la d 800,luego le sobre escribi el xorg.conf con uno de la version 7.10 ,y la resolucion ya podia ser mayor a 1024,pero ahora aunque tenga buena resolcuion no activa los efectos especiales tengo la siguente configuracion d ekipo y nunca medio problemas x mas efectos ke le habilitara .Pentium d 3.4,ram 2g,video Gforce7300LE .
Contenido..
# xorg.conf (xorg 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 "Files"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "es"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "stylus"
Option "Device" "/dev/input/wacom"
Option "Type" "stylus"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "eraser"
Option "Device" "/dev/input/wacom"
Option "Type" "eraser"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "cursor"
Option "Device" "/dev/input/wacom"
Option "Type" "cursor"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "Device"
Identifier "nVidia Corporation G72 [GeForce 7300 LE]"
Driver "nv"
BusID "PCI:1:0:0"
EndSection
Section "Monitor"
Identifier "7F-SLK"
Option "DPMS"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "nVidia Corporation G72 [GeForce 7300 LE]"
Monitor "7F-SLK"
DefaultDepth 24
SubSection "Display"
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
# Uncomment if you have a wacom tablet
# InputDevice "stylus" "SendCoreEvents"
# InputDevice "cursor" "SendCoreEvents"
# InputDevice "eraser" "SendCoreEvents"
EndSection
D costa Rica p`el mundo..Linux p todos y todos p Linux
Agregue esta seccion al final
Agregue esta seccion al final del xorg.conf :
Código:
Section "Extensions"
Option "Composite" "Enable"
EndSection
Section "Module"
Load "i2c"
Load "bitmap"
Load "glx"
Load "extmod"
Load "type1"
Load "vbe"
EndSection
y esta otra, en medio de estas 2 lineas:
Código:
EndSubSection
EndSection
Código:
Option "AddARGBGLXVisuals" "true"
Option "DisableGLXRootClipping" "true"
El proedimiento completo esta aqui, en la pagina de Compiz:
http://compiz.org/NVidia
Un tema de discucion en los foros de Ubuntu sobre el procedimiento, para instalar los controladores de Nvidia:
http://ubuntuforums.org/showthread.php?t=122428
OK gracias x tu ayuda! a ver
OK gracias x tu ayuda! a ver si entendi el codigo tendria ke quedar asi..Me disculpo si esta mal pero soy nuevo en el area.
# xorg.conf (xorg 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 "Files"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "es"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "stylus"
Option "Device" "/dev/input/wacom"
Option "Type" "stylus"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "eraser"
Option "Device" "/dev/input/wacom"
Option "Type" "eraser"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "cursor"
Option "Device" "/dev/input/wacom"
Option "Type" "cursor"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "Device"
Identifier "nVidia Corporation G72 [GeForce 7300 LE]"
Driver "nv"
BusID "PCI:1:0:0"
EndSection
Section "Monitor"
Identifier "7F-SLK"
Option "DPMS"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "nVidia Corporation G72 [GeForce 7300 LE]"
Monitor "7F-SLK"
DefaultDepth 24
SubSection "Display"
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
# Uncomment if you have a wacom tablet
# InputDevice "stylus" "SendCoreEvents"
# InputDevice "cursor" "SendCoreEvents"
# InputDevice "eraser" "SendCoreEvents"
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection
Option "AddARGBGLXVisuals" "true"
Option "DisableGLXRootClipping" "true"
Section "Module"
Load "i2c"
Load "bitmap"
Load "glx"
Load "extmod"
Load "type1"
Load "vbe"
EndSection
D costa Rica p`el mundo..Linux p todos y todos p Linux
problema Efectos compiz en 10.04
estaba usando ubuntu 9.10 y acabo de actualizar a 10.04 y resulta que los efectos compiz no funcionan y tampoco me deja activarlos, xq? ocurrio esto?, comom puedo solucionarlo?