Saludos.
Hace un tiempo que instalé Ubuntu en mi portátil acer travelmate 3000 -que vino con un windows XP de serie instalado y que todavía mantengo-. Una de mis grandes frustraciones -he ido resolviendolas poco a poco- fué cambiar la resolución, cosa la cual con Ubuntu 7.04 debía hacer mediante el programa 915resolution, y que al actualizar dejó de ser necesario aquí.
A fecha de hoy poder utilizar la salida para la pantalla exterior como continuación del escritorio, cosa la cual gusto de hacer. Lo mejor que consigo es doblar la pantalla a una resolución inferior a 1280x800, que es la que tiene mi pantalla de 12 pulgadas del portátil.
Dejo mi archivo xorg.conf mas reciente. ¿Alguién sabe que puedo intentar para resolver este problema?
Muchas gracias
_______________________________________________________________________________________________________
# 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"
Option "XkbOptions" "lv3:ralt_switch"
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"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizEdgeScroll" "0"
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 "Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller"
Driver "intel"
BusID "PCI:0:2:0"
Section "Monitor"
Identifier "F900P"
Option "DPMS"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller"
Monitor "F900P"
DefaultDepth 24
SubSection "Display"
Modes "2048x1536" "1920x1440" "1600x1200" "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"
InputDevice "Synaptics Touchpad"
EndSection
_______________________________________________________________________________________________________
pd:otro asunto, quizas relacionado, es el colapso de googleearth debido a que cargé unas capas de tiempo online que se actualizan al abrir el programa -las cuales no consiguo descargar-. Nada mas abrir y comenzar a cargarse, el programa colapasa. Quizás me podrían aclarar también si el kernel que uso es el acdecuado o si debería hacer algo al respecto (y sobre todo qué es lo que puedo hacer porque he probado unos cuantos preconfigurados con escaso exito...)
Gracias again
