- Este debate tiene 1 respuesta, 2 mensajes y ha sido actualizado por última vez el hace 15 años, 4 meses por
javi1977.
- AutorEntradas
- 20 mayo, 2007 a las 2:18 #12214
oktopus
Participantealguien que haya instalado ubuntu en una "macbook de las primeras que salieron " "no las core2!!!" y tenga la configuracion para extender escritorio me podria ayudar ya que he probado y no me resulta los cambios que realizo siguiendo los paso de la wiki.
yo cree un backup del xorg lo hice asi
sudo cp -p /etc/X11/xorg.conf /etc/X11/xorg.conf~despues hice sudoedit /etc/X11/xorg.conf
y copie y pegue esto
######################################################################
Section "ServerFlags"
Option "DefaultServerLayout" "Default Layout"
# Option "DefaultServerLayout" "MonitorLayout Layout"
# Option "DefaultServerLayout" "Clone Layout"
# Option "DefaultServerLayout" "Xinerama Layout"
EndSection
######################################################################
Section "Device"
Identifier "MonitorLayout Device"
Driver "i810"
BusID "PCI:0:2:0"
Option "MonitorLayout" "NONE,CRT+LFP"
EndSectionSection "Screen"
Identifier "MonitorLayout Screen"
Device "MonitorLayout Device"
Monitor "Color LCD"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1280×800"
EndSubSection
EndSectionSection "ServerLayout"
Identifier "MonitorLayout Layout"
Screen "MonitorLayout Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "stylus" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
EndSectionSection "Device"
Identifier "Clone Device"
Driver "i810"
BusID "PCI:0:2:0"
Option "MonitorLayout" "CRT,LFP"
Option "Clone"
EndSectionSection "Screen"
Identifier "Clone Screen"
Device "Clone Device"
Monitor "Color LCD"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1280×800"
EndSubSection
EndSectionSection "ServerLayout"
Identifier "Clone Layout"
Screen "Clone Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "stylus" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
EndSectionSection "Device"
Identifier "Xinerama Device"
Driver "i810"
BusID "PCI:0:2:0"
Screen 0
Option "MonitorLayout" "CRT,LFP"
EndSectionSection "Device"
Identifier "Xinerama Device (2)"
Driver "i810"
BusID "PCI:0:2:0"
Screen 1
Option "MonitorLayout" "CRT,LFP"
EndSectionSection "Screen"
Identifier "Xinerama Screen"
Device "Xinerama Device"
Monitor "Color LCD"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1280×800"
EndSubSection
EndSectionSection "Screen"
Identifier "Xinerama Screen (2)"
Device "Xinerama Device (2)"
Monitor "Color LCD"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1280×1024"
EndSubSection
EndSectionSection "ServerLayout"
Identifier "Xinerama Layout"
Screen "Xinerama Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "stylus" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
# RightOf LeftOf Above Below
Screen "Xinerama Screen (2)" LeftOf "Xinerama Screen"
Option "Xinerama"
EndSection######################################################################
10 septiembre, 2007 a las 5:52 #13688javi1977
Participantepudiste resolverlo?
en teoría tiene que funcionar así:
(cambiá sólo estas líneas)################################ Section "ServerFlags" # Option "DefaultServerLayout" "Default Layout" # Option "DefaultServerLayout" "MonitorLayout Layout" # Option "DefaultServerLayout" "Clone Layout" Option "DefaultServerLayout" "Xinerama Layout" EndSection ################################
esto habilitaría la opción de escritorio extendido. el resto del xorg habría que verlo, mientras tanto te recomiendo preguntar a este macubuntero http://magarto.com/blog/
- AutorEntradas
- Debes estar registrado para responder a este debate.