|
|
|
| Asunto: | [linux_es_libre] Problemas al intentar extender el escritorio. | | Fecha: | Viernes, 18 de Julio, 2008 14:22:51 (+0200) | | Autor: | Roger Martinez <roger2978 @.......com>
|
Hola a todos,
me gustaria poder extender el escritorio, tengo un portatil dell y una pantalla dell tambien y me gustaria poder tener el excritorio extendido en estas 2 pantallas pero no encuentro la manera de hacerlo bien, lo intento hacer por la aplicacion de GNOME pero cuando reinicio las X me falla. A ver si alguien me puede ayudar un poco:
Mi xorg.conf es este:
# Xorg configuration created by system-config-display
Section "ServerLayout" Identifier "Multihead layout" Screen 0 "Screen0" LeftOf "Screen1" Screen 1 "Screen1" 0 0 InputDevice "Keyboard0" "CoreKeyboard" InputDevice "Synaptics" "CorePointer" Option "Xinerama" "off" Option "Clone" "on" EndSection
Section "InputDevice" Identifier "Keyboard0" Driver "kbd" Option "XkbModel" "pc105" Option "XkbLayout" "es" EndSection
Section "InputDevice" Identifier "Synaptics" Driver "synaptics" Option "Device" "/dev/input/mice" Option "Protocol" "auto-dev" Option "Emulate3Buttons" "yes" Option "LeftEdge" "120" Option "RightEdge" "830" Option "TopEdge" "120" Option "BottomEdge" "650" Option "FingerLow" "14" Option "FingerHigh" "15" Option "MaxTapMove" "110" Option "VertScrollDelta" "20" Option "HorizScrollDelta" "20" Option "MinSpeed" "0.3" Option "MaxSpeed" "0.75" EndSection
Section "Monitor"
### Comment all HorizSync and VertSync values to use DDC: ### Comment all HorizSync and VertSync values to use DDC: ### Comment all HorizSync and VertSync values to use DDC: ### Comment all HorizSync and VertSync values to use DDC: ### Comment all HorizSync and VertSync values to use DDC: Identifier "Monitor1" VendorName "Monitor Vendor" ModelName "Dell 1708FP(Digital)" ### Comment all HorizSync and VertSync values to use DDC: HorizSync 30.0 - 81.0 VertRefresh 56.0 - 76.0 Option "dpms" EndSection
Section "Monitor"
### Comment all HorizSync and VertSync values to use DDC: Identifier "Monitor1" VendorName "Monitor Vendor" ModelName "Dell 1708FP(Digital)" ### Comment all HorizSync and VertSync values to use DDC: HorizSync 30.0 - 81.0 VertRefresh 56.0 - 76.0 Option "dpms" EndSection
Section "Device" Identifier "Videocard0" Driver "intel" EndSection
Section "Device" Identifier "Videocard1" Driver "vesa" VendorName "Videocard Vendor" BoardName "Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller" BusID "PCI:0:2:1" Screen 1 EndSection
Section "Screen" Identifier "Screen0" Device "Videocard0" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 EndSubSection EndSection
Section "Screen" Identifier "Screen1" Device "Videocard1" Monitor "Monitor1" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 Modes "1280x800" EndSubSection EndSection
Esta configuracion funciona pero lo unico que hace es replicar el escritorio, si le pongo:
Option "Xinerama" "on"
Option "Clone" "off"
no me inicia las X
Mi tarjeta es (dmesg):
agpgart: Detected an Intel 965GM Chipset.
El so es RHEL
Saludos y gracias.
¡Atrévete con Abecedario, el juego del momento! Invita a tus contactos de Messenger y demuéstrales lo que sabes demuéstrales lo que sabes |
|
|