- Este debate tiene 9 respuestas, 4 mensajes y ha sido actualizado por última vez el hace 16 años, 1 mes por
deme-x.
- AutorEntradas
- 19 noviembre, 2006 a las 18:14 #9156
tirengarfio
ParticipanteSaludos,
¿alguien sabe como hacer un escritorio expandido en Ubuntu 6.06?
24 noviembre, 2006 a las 23:47 #9357tirengarfio
Participantebueno, pues parece que en los foros de ubuntu no me contestan
la gente de delacrew sabe algo?? 😆
25 noviembre, 2006 a las 18:22 #9366rez
Participantehola!
habeis llamado? jjpues a ver. para tener monitor extendido en linux tienes que modificar tu archivo que define las propiedades gráficas de tu linux.
Este archivo se llama xorg.conf y esta en el directorio /etc/X11/Para poder tener el escritorio extendido hay MILLONES DE GUIAS en las que se trata el tema. En google aparacen por "Dual Head linux" por ejemplo, o "doble escritorio ubuntu" 🙂
Para cada tipo de tarjeta es específico, pero obasicamente se trata de definir dos "screens" en tu archivo de configuración y asociarlos a tu tarjeta de video.
Aqui os dejo mi archivo xorg.conf para que veais un poco de que va el palo, pero ya os digo que para cada tarjeta diferente.
Por ejemplo este enlace para nvidia.
http://cholito.wordpress.com/2006/03/14/usando-2-monitores-en-ubuntu/
En mi caso, que tengo una ATI, buscaría en google "ati dual head linux".
Tambien os dejo mi xorg.conf antiguo, ahora mismo no lo uso en este ordenador, asi que igual tiene algun error, pero os sirve para ver como es la estrucutura del archivo.Suerte!
Section "Files" FontPath "unix/:7100" # local font server # if the local font server has problems, we can fall back on these FontPath "/usr/share/fonts/misc" FontPath "/usr/share/fonts/cyrillic" FontPath "/usr/share/fonts/100dpi/:unscaled" FontPath "/usr/share/fonts/75dpi/:unscaled" FontPath "/usr/share/fonts/Type1" FontPath "/usr/share/fonts/CID" FontPath "/usr/share/fonts/100dpi" FontPath "/usr/share/fonts/75dpi" FontPath "/usr/share/fonts/artwiz" FontPath "/usr/share/fonts/corefonts" FontPath "/usr/share/fonts/Speedo" FontPath "/usr/share/fonts/util" FontPath "/usr/share/fonts/local" FontPath "/usr/share/fonts/truetype" FontPath "/usr/share/fonts/TTF" FontPath "/usr/share/fonts/cyrillic" FontPath "/usr/share/fonts/freefont" FontPath "/usr/share/fonts/sharefont" FontPath "/usr/share/fonts/default/Type1" FontPath "/usr/share/fonts/ttf/decoratives" FontPath "/usr/share/fonts/ttf/western" FontPath "/usr/share/fonts/artwiz" FontPath "/usr/share/fonts/corefonts" # paths to defoma fonts FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID" EndSection Section "Module" Load "v4l" Load "bitmap" Load "dbe" Load "extmod" Load "ddc" Load "dri" Load "extmod" Load "freetype" Load "glx" Load "int10" Load "record" Load "type1" Load "vbe" 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 "Emulate3Buttons" "true" Option "ZAxisMapping" "4 5" EndSection Section "InputDevice" Identifier "Synaptics Touchpad" Driver "synaptics" Option "SendCoreEvents" "true" Option "Device" "/dev/psaux" Option "Protocol" "auto-dev" Option "HorizScrollDelta" "0" EndSection Section "Device" Identifier "ATI_0" Driver "radeon" BusID "PCI:1:0:0" Option "DDCMode" "on" # Option "MonitorLayout" "LCD,CRT" Option "DPMS" # Option "VideoOverlay" "off" # Option "ScreenOverlap" "0" # Option "CTRT2Position" "RightOf" # OPtion "MergeFB" "on" Screen 0 EndSection Section "Device" Identifier "ATI_1" Driver "radeon" EndSection Section "Monitor" Identifier "Monitor_0" Option "DPMS" EndSection Section "Monitor" Identifier "Monitor_1" Option "DPMS" EndSection Section "Screen" Identifier "Screen0" Device "ATI" Monitor "Monitor0" DefaultDepth 24 SubSection "Display" Depth 1 Modes "1024x768" EndSubSection SubSection "Display" Depth 4 Modes "1024x768" EndSubSection SubSection "Display" Depth 8 Modes "1024x768" EndSubSection SubSection "Display" Depth 15 Modes "1024x768" EndSubSection SubSection "Display" Depth 16 Modes "1024x768" EndSubSection SubSection "Display" Depth 24 Modes "1024x768" EndSubSection EndSection Section "Screen" Identifier "Screen1" Device "ATI_1" Monitor "Monitor_1" DefaultDepth 24 SubSection "Display" Depth 1 Modes "1024x768" EndSubSection EndSection Section "ServerLayout" Identifier "Multihead Layout" Screen "Screen_0" 0 0 Screen "Screen_1" LeftOf "Screen_0" InputDevice "Generic Keyboard" InputDevice "Configured Mouse" InputDevice "Synaptics Touchpad" EndSection Section "DRI" Mode 0666 EndSection
26 noviembre, 2006 a las 13:01 #9372tirengarfio
Participantegracias rez
parece que puede que haya encontrado algo para mi tarjeta grafica, pero como compruebo si la cosa funciona o no?
26 noviembre, 2006 a las 19:40 #9379rez
ParticipantePues si reinicias y tienes dos monitores funcionando, es que funciona 😀
Aporta algo más de información para ver de que se trata.
26 noviembre, 2006 a las 23:06 #9390tirengarfio
Participantehe encontrado este xorg.conf que se supone que sirve para que los powerbooks puedan tener escritorio doble(mirrored) y extendido.
En la linea de device aparece el mismo modelo de tarjeta que el que aparece en el xorg.conf que me viene de serie.
# /etc/X11/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 /etc/X11/xorg.conf manual page. # (Type "man /etc/X11/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 commands: # # cp /etc/X11/xorg.conf /etc/X11/xorg.conf.custom # sudo sh -c 'md5sum /etc/X11/xorg.conf >/var/lib/xfree86/xorg.conf.md5sum' # sudo dpkg-reconfigure xserver-xorg Section "Files" FontPath "unix/:7100" # local font server # if the local font server has problems, we can fall back on these FontPath "/usr/share/X11/fonts/misc" FontPath "/usr/share/X11/fonts/cyrillic" FontPath "/usr/share/X11/fonts/100dpi/:unscaled" FontPath "/usr/share/X11/fonts/75dpi/:unscaled" FontPath "/usr/share/X11/fonts/Type1" FontPath "/usr/share/X11/fonts/CID" FontPath "/usr/share/X11/fonts/100dpi" FontPath "/usr/share/X11/fonts/75dpi" # paths to defoma fonts FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID" EndSection Section "Module" Load "bitmap" Load "dbe" Load "ddc" Load "dri" Load "extmod" Load "freetype" Load "glx" Load "int10" Load "record" Load "type1" Load "vbe" EndSection Section "InputDevice" Identifier "Generic Keyboard" Driver "keyboard" Option "CoreKeyboard" Option "XkbRules" "xorg" Option "XkbModel" "pc105" Option "XkbLayout" "es" Option "XkbOptions" "lv3:lwin_switch" EndSection Section "InputDevice" Identifier "Configured Mouse" Driver "mouse" Option "CorePointer" Option "Device" "/dev/input/mice" Option "Protocol" "ImPS/2" Option "Emulate3Buttons" "true" Option "ZAxisMapping" "4 5" EndSection Section "InputDevice" Identifier "Synaptics Touchpad" Driver "synaptics" Option "SendCoreEvents" "true" Option "Device" "/dev/psaux" Option "Protocol" "auto-dev" Option "HorizScrollDelta" "0" EndSection Section "Device" Identifier "ATI Technologies, Inc. Radeon Mobility 9600/9700 M10/M11 (RV350 NP)" Driver "ati" BusID "PCI:0:16:0" Option "UseFBDev" "true" EndSection Section "Device" Identifier "radeon_clone" Driver "radeon" # Option "UseFBDev" "true" Option "DDCMode" "true" # Option "MonitorLayout" "LVDS,TMDS" #Option "CloneMode" "1024x768" Option "MetaModes" "1280x854-1024x768 1024x768-1024x768 800x600-800x600" Option "MetaModes" "1280x854-1280x1024" Option "CRT2HSync" "30-70" Option "CRT2VRefresh" "50-160" EndSection Section "Device" Identifier "radeon_merged" Driver "radeon" Option "MergedFB" "true" Option "CRT2Position" "RightOf" Option "MetaModes" "1280x854-1152x864" #Option "MetaModes" "1280x854-1280x1024" Option "CRT2HSync" "30-70" Option "CRT2VRefresh" "50-160" ### Option "MonitorLayout" "LVDS,CRT" EndSection Section "Monitor" Identifier "Color LCD" Option "DPMS" EndSection Section "Screen" Identifier "screen_clone" Device "radeon_clone" Monitor "Color LCD" dEFAultDepth 24 SubSection "Display" Depth 24 Modes "1280x854" "1024x768" "1280x1024" "800x600" EndSubSection EndSection Section "Screen" Identifier "screen_merged" Device "radeon_merged" Monitor "Color LCD" DefaultDepth 24 SubSection "Display" Depth 24 Modes "1280x854" "1024x768" "1280x1024" "800x600" EndSubSection EndSection Section "Screen" Identifier "Default Screen" Device "ATI Technologies, Inc. Radeon Mobility 9600/9700 M10/M11 (RV350 NP)" Monitor "Color LCD" DefaultDepth 24 SubSection "Display" Depth 1 Modes "1280x854" EndSubSection SubSection "Display" Depth 4 Modes "1280x854" EndSubSection SubSection "Display" Depth 8 Modes "1280x854" EndSubSection SubSection "Display" Depth 15 Modes "1280x854" EndSubSection SubSection "Display" Depth 16 Modes "1280x854" EndSubSection SubSection "Display" Depth 24 Modes "1280x854" EndSubSection EndSection Section "ServerLayout" Identifier "Default Layout" # Screen "Default Screen" Screen "screen_clone" # Screen "screen_merged" InputDevice "Generic Keyboard" InputDevice "Configured Mouse" InputDevice "Synaptics Touchpad" EndSection Section "DRI" Mode 0666 EndSection
9 diciembre, 2006 a las 20:50 #9668vj indio
ParticipanteEy..parece que vamos por los mismos derroteros, yo tambien me ando volviendo loco con lo del monitor extendido, porke lo ke ando intentando es tener el LCD del laptop funcionando y a la vez el monitor extendido sea una TV.
Con Atitvout lo unico que consigo es una imagen duplicada de mi monitor en la Tv, y al tener diferentes rangos de barrido, etc,etc…la imagen se ve en B/N, y ademas pierdo la pantalla LCD.
Lo de intentar poner el monitor extendido en una TV es porke siempre he currado con el resolume enganchado a la V4, para eso me ha hecho falta la salida analogica…uhm..quien tuviera entrada VGA en la mesa…El otro dia, ensayando un poco me kede rayao un rato, pues al mandar la señal del portatil a la V4 con "sudo atitout -f t" la señal en la TV se veia en blanco y negro, pero en un monitor TFT 7" que uso de previo se veia canela con su color…la verdad no sabria si al sacar la señal a un proyector se veria tambien en color…
…de todas maneras lo ke interesa es tener el escritorio extendido, y no un duplicado de la pantalla…
Bueno, despues de la chapan copy paste de mi xorg.conf, ahora mismo ando en una cuestion un poco indeterminada, y no me funciona el escritorio extendido en la TV, pero a ver si nos sirve para dar con la tecla, en seguida me pongo a probar vuestras configuraciones….# /etc/X11/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 /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/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-xorgSection "Files"
FontPath "/usr/share/X11/fonts/misc"
FontPath "/usr/share/X11/fonts/cyrillic"
FontPath "/usr/share/X11/fonts/100dpi/:unscaled"
FontPath "/usr/share/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/X11/fonts/Type1"
FontPath "/usr/share/X11/fonts/100dpi"
FontPath "/usr/share/X11/fonts/75dpi"
# path to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSectionSection "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "type1"
Load "vbe"
EndSectionSection "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "es"
EndSectionSection "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ExplorerPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSectionSection "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizScrollDelta" "0"
EndSectionSection "InputDevice"
Driver "wacom"
Identifier "stylus"
Option "Device" "/dev/wacom" # Change to
# /dev/input/event
# for USB
Option "Type" "stylus"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSectionSection "InputDevice"
Driver "wacom"
Identifier "eraser"
Option "Device" "/dev/wacom" # Change to
# /dev/input/event
# for USB
Option "Type" "eraser"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSectionSection "InputDevice"
Driver "wacom"
Identifier "cursor"
Option "Device" "/dev/wacom" # Change to
# /dev/input/event
# for USB
Option "Type" "cursor"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSectionSection "Device"
Identifier "ATI Technologies, Inc. Radeon 320M (RS200 IGP)"
Driver "radeon"
BusID "PCI:1:5:0"
Option "XAANoOffscreenPixmaps"
EndSectionSection "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
EndSectionSection "Monitor"
Identifier "TV"
VendorName "None"
ModelName "None"
HorizSync 15-17
VertRefresh 48-62
Modeline "PAL" 13.500 720 736 800 864 576 581 586 625 interlace -hsync -vsync
Modeline "NTSC" 12.210 640 664 720 776 480 488 496 525 interlace -hsync -vsync
Modeline "PALM" 13.475 720 736 800 856 480 489 495 525 interlace -hsync -vsync
EndSectionSection "Screen"
Identifier "Default Screen"
Device "ATI Technologies, Inc. Radeon 320M (RS200 IGP)"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1024×768"
EndSubSection
SubSection "Display"
Depth 4
Modes "1024×768"EndSubSection
SubSection "Display"
Depth 8
Modes "1024×768"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024×768"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024×768"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024×768"
EndSubSection
EndSectionSection "Screen"
Identifier "TV"
Device "ATI Technologies, Inc. Radeon 320M (RS200 IGP)"
Monitor "TV"
DefaultDepth 24
Subsection "Display"
Depth 24
Modes "PAL" "NTSC" "PALM"
EndSubSection
EndSectionSection "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "stylus" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
InputDevice "Synaptics Touchpad"
Option "AIGLX" "true"
Screen "TV" RightOf "Default Screen"
EndSectionSection "DRI"
Mode 0666
EndSectionSection "Extensions"
Option "Composite" "Enable"
EndSectionEn fin, a ver si consegimos dar con la tecla, cualquier cuestion la posteo por aki…
saludos13 diciembre, 2006 a las 16:10 #9771rez
ParticipanteYo os recomiendo que useis un convertidos de VGS a RCA o SVHS para sacar la señal y paseis de la salida TV. En muchas atis no funciona bien y hace cosas raras como sacar la señal en BN o con ruido.
De todas formas atitvout permite especificar si estas en modo PAL o NTSC. Puede que sea eso por lo que no se ve bien. Pero insisto, recominedo convertidor VGA/RCA o SVHS. Funciona de lux y lo tratas como si fuese un monitor CRT en tu xorg.conf.
Suerte!
16 diciembre, 2006 a las 19:57 #9865rez
ParticipanteYa he conseguido hacerme el xorg.conf para escritorio extendido, que es el que vale para pinchar 😉 espero que os sirva.
Section "Files" FontPath "unix/:7100" # local font server # if the local font server has problems, we can fall back on these FontPath "/usr/lib/X11/fonts/misc" FontPath "/usr/lib/X11/fonts/cyrillic" FontPath "/usr/lib/X11/fonts/100dpi/:unscaled" FontPath "/usr/lib/X11/fonts/75dpi/:unscaled" FontPath "/usr/lib/X11/fonts/Type1" FontPath "/usr/lib/X11/fonts/CID" FontPath "/usr/lib/X11/fonts/100dpi" FontPath "/usr/lib/X11/fonts/75dpi" # paths to defoma fonts FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID" EndSection Section "Module" Load "v4l" Load "bitmap" Load "dbe" Load "extmod" Load "ddc" Load "dri" Load "extmod" Load "freetype" Load "glx" Load "int10" Load "record" Load "type1" Load "vbe" EndSection Section "InputDevice" Identifier "Generic Keyboard" Driver "keyboard" 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 "Emulate3Buttons" "true" Option "ZAxisMapping" "4 5" EndSection Section "InputDevice" Identifier "Synaptics Touchpad" Driver "synaptics" Option "SendCoreEvents" "true" Option "Device" "/dev/psaux" Option "Protocol" "auto-dev" Option "HorizScrollDelta" "0" EndSection Section "Device" Identifier "ATI" Driver "radeon" BusID "PCI:1:0:0" Option "DDCMode" "on" Option "MonitorLayout" "LCD,CRT" Option "DPMS" Screen 0 EndSection Section "Device" Identifier "ATI2" Driver "radeon" BusId "PCI:1:0:0" Option "DDCMode" "on" Option "DPMS" Screen 1 EndSection Section "Monitor" Identifier "Monitor0" Option "DPMS" EndSection Section "Monitor" Identifier "Monitor1" Option "DPMS" EndSection Section "Screen" Identifier "Screen0" Device "ATI" Monitor "Monitor0" DefaultDepth 24 SubSection "Display" Depth 16 Modes "1024x768" EndSubSection SubSection "Display" Depth 24 Modes "1024x768" EndSubSection EndSection Section "Screen" Identifier "Screen1" Device "ATI2" Monitor "Monitor1" DefaultDepth 24 SubSection "Display" Depth 16 Modes "1024x768" EndSubSection SubSection "Display" Depth 24 Modes "1024x768" EndSubSection EndSection Section "ServerLayout" Identifier "Multihead Layout" Screen "Screen0" 0 0 Screen "Screen1" RightOf "Screen0" InputDevice "Generic Keyboard" InputDevice "Configured Mouse" InputDevice "Synaptics Touchpad" EndSection Section "DRI" Mode 0666 EndSection
23 diciembre, 2006 a las 14:04 #9983deme-x
ParticipanteHola,
ya tengo el escritorio expandido funcionando en kubuntu dapper con una nvidia gforce4. Como ya tenía instalado el driver propietario lo único que he tenido que hacer es copair esto en el xorg.conf, en la sección del device.
# TV Twinview
Option "TwinView" "1"
Option "SecondMonitorHorizSync" "30-50"
Option "SecondMonitorVertRefresh" "60"
Option "TwinViewOrientation" "Clone"
Option "TVOutFormat" "SVIDEO"
Option "ConnectedMonitor" "CRT,TV"
Option "TVStandard" "PAL-B"
Option "MetaModes" "1024×768 @1024×768,1024×768 @1024×768; 800×600
@800×600,800×600 @800×600; 640×480 @640×480,640×480 @640×480"La guia que he seguido ha sido esta (lo explican bien):
http://www.linuca.org/body.phtml?nIdNoticia=186Salud.
- AutorEntradas
- Debes estar registrado para responder a este debate.