eeepc xorg.conf e monitor esterno
Inviato: martedì 22 giugno 2010, 12:04
vorrei gentilmente un vostro aiuto per configurare il mio xorg.conf in modo tale da avere il monitor originale del pc con la sua risoluzione e il monitor esterno e con la sua di risoluzione.
mi spiego meglio:
se collego il monitor esterno al pc riesco a settare la massima risoluzione e lavorare tranquillamente ma sul monitor originale la stessa risoluzione risulta uguale al monitor esterno pertanto non adeguata e completamente fuori schermo.
vi posto il risultato di "xrandr"
mentre questo e il file xorg.conf generato in automatico in fase di installazzione del sistema:
in pratica vorrei avere il monitor dell eeepc con la sua risoluzione e il monitor sterno con le relative impostazioni per decidere da me su quale monitor guardare.
mi spiego meglio:
se collego il monitor esterno al pc riesco a settare la massima risoluzione e lavorare tranquillamente ma sul monitor originale la stessa risoluzione risulta uguale al monitor esterno pertanto non adeguata e completamente fuori schermo.
vi posto il risultato di "xrandr"
Codice: Seleziona tutto
Screen 0: minimum 320 x 200, current 1440 x 900, maximum 1440 x 1440
VGA connected 1440x900+0+0 (normal left inverted right x axis y axis) 408mm x 255mm
1440x900 59.9*+ 75.0
1400x1050 74.9
1280x1024 75.0 59.9
1280x960 59.9
1152x864 75.0 74.8
1280x720 59.9
1024x768 75.1 70.1 65.7 60.0
832x624 74.6
800x600 72.2 75.0 60.3 56.2
640x480 75.0 72.8 66.7 60.0
720x400 70.1
LVDS connected 800x480+0+0 (normal left inverted right x axis y axis) 0mm x 0mm
800x480 60.0*+
640x480 85.0 72.8 75.0 59.9
720x400 85.0
640x400 85.1
640x350 85.1
TV disconnected (normal left inverted right x axis y axis)
Codice: Seleziona tutto
# 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" "it"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
EndSection
Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizEdgeScroll" "0"
EndSection
Section "Device"
Identifier "Configured Video Device"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Synaptics Touchpad"
EndSection