Hola a todos, llevo un rato mirando por la web, pero no doy con nadie que tenga el mismo problema que yo... me explico, cuando intento ejecutar wine o pincho dos veces sobre una aplicación de windows desde mi ubuntu 7.1, el pc se queda completamente colgado. ¿Alguien sabe cómo solucionarlo? Gracias.

A mi también me sucedía
A mi también me sucedía. Tuve que reinstalar mi distribución basada en ubuntu.
No se porqué sucede. Pero solo así lo resolví.
pero No te rindas, sigue con linux...
saludos. Dios te bendiga
sudo apt-get install God
Me pasaba con el driver via,
Me pasaba con el driver via, osea el openchrome, la solución que encontré fue desactivar la aceleración 3d, que no funciona en openchrome.
Habría que ver que placa de video tienes. La reinstalaciónse puede deber a que tomó otro driver de video. Wine tiene un bug que algunas aceleradoras de video. Me paso cuando quise probar el picasa que anda sobre wine.
Si es ese tema prueba agregar a la seccon modules del /etc/X11/xorg.conf la opción: Disable "dri"
Veamos.
-----------------------
Javier Aragones
Linux User # 170472
-----------------------
Javier Aragones
Linux User # 170472
Ubuntu User # 18322
Hola, primero muchas gracias
Hola, primero muchas gracias por vuestras respuestas. He estado viendo mi xorg.conf y no tiene la sección "modules", así que no sé muy bien cómo debo incluir ese "Disable "dri"". Si os parece bien os adjunto el xorg.conf y me decís dónde lo pongo... gracias de nuevo.
# 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 "VIA Technologies, Inc. VT8378 [S3 UniChrome] Integrated Video"
Driver "via"
BusID "PCI:1:0:0"
EndSection
Section "Monitor"
Identifier "CMC 17 AD"
Option "DPMS"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "VIA Technologies, Inc. VT8378 [S3 UniChrome] Integrated Video"
Monitor "CMC 17 AD"
DefaultDepth 24
SubSection "Display"
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "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
Es raro porque suele estar
Es raro porque suele estar antes de la definición del teclado, es decir el primer InputDevice, suele decirte algo como:
Section "Module"
Load "glx"
Load "GLcore"
Load "v4l"
# Load "dri"
Disable "DRI"
Load "record"
Load "dbe"
Load "extmod"
EndSection
No creo pero fijate abajo de todo si esta.
Por las dudas podes poner luego de la sección Files algo como:
Section "Files"
EndSection
Section "Module"
Disable "dri"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "es"
EndSection
etc, etc.
-----------------------
Javier Aragones
Linux User # 170472
-----------------------
Javier Aragones
Linux User # 170472
Ubuntu User # 18322
Hola, he mirado de cabo a
Hola, he mirado de cabo a rabo y no lo he encontrado. ¿Lo puedo añadir yo? en ese caso ¿cómo, dónde y qué debo escribir exactamente? Muchas gracias.
Puede ser que no este en el
Puede ser que no este en el archivo porque algunas versiones nuevas de xorg tienen un sistema de automontaje de los módulos, según leí.
Luego de la sección Server, puedes agregar las líneas que puse en negrita en el mensaje anterior, siempre antes del teclado o InputDevices.
Veamos.
-----------------------
Javier Aragones
Linux User # 170472
-----------------------
Javier Aragones
Linux User # 170472
Ubuntu User # 18322
Hola, perdonad que haya
Hola, perdonad que haya tardado tanto en escribir... he colocado las tres líneas que me has dicho (las que están en negrita en un mensaje más arriba) justo al final del fichero, después de la sección Server y ha funcionado a la perfección. Muchísimas gracias por la ayuda. Saludos.