Lihuen
RSSRSS AtomAtom

Multiterminales con Xorg

Nota: No usar el driver VESA en ningún dispositivo

  • Ejemplo de xorg.conf:
  1. /etc/X11/xorg.conf (xorg X Window System server configuration file)
  2. This file was generated by dexconf, the Debian X Configuration tool, using
  3. values from the debconf database.
  4. Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
  5. (Type "man /etc/X11/xorg.conf" at the shell prompt.)
  6. This file is automatically updated on xserver-xorg package upgrades *only*
  7. if it has not been modified since the last upgrade of the xserver-xorg
  8. package.
  9. If you have edited this file but would like it to be automatically updated
  10. again, run the following command:
  11. sudo dpkg-reconfigure -phigh xserver-xorg

Section "Files" FontPath "/usr/share/fonts/X11/misc" FontPath "/usr/X11R6/lib/X11/fonts/misc" FontPath "/usr/share/fonts/X11/cyrillic" FontPath "/usr/X11R6/lib/X11/fonts/cyrillic" FontPath "/usr/share/fonts/X11/100dpi/:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled" FontPath "/usr/share/fonts/X11/75dpi/:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled" FontPath "/usr/share/fonts/X11/Type1" FontPath "/usr/X11R6/lib/X11/fonts/Type1" FontPath "/usr/share/fonts/X11/100dpi" FontPath "/usr/X11R6/lib/X11/fonts/100dpi" FontPath "/usr/share/fonts/X11/75dpi" FontPath "/usr/X11R6/lib/X11/fonts/75dpi" # path to defoma fonts FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" EndSection

Section "Module" Load "bitmap" Load "ddc"

  1. Load "dri"

Load "extmod" Load "freetype"

  1. Load "glx"

Load "int10" Load "vbe" EndSection

  1. Tarjeta integrada

Section "InputDevice" Identifier "Generic Keyboard" Driver "evdev" Option "Device" "/dev/input/event0" Option "XkbModel" "evdev" Option "CoreKeyboard" Option "XkbRules" "xorg" Option "XkbLayout" "es" EndSection

Section "InputDevice" Identifier "Configured Mouse" Driver "mouse" Option "CorePointer" Option "Device" "/dev/input/mouse0" Option "Protocol" "imPS/2" Option "Buttons" "5" Option "ZAxisMapping" "4 5" EndSection

Section "Device" Identifier "Tarjeta0" Driver "ati"

  1. Screen 0

BusID "PCI:1:0:0"

       Option          "NoInt10"       "Yes"
  1. Option "UseFBDev" "true"

Option "DDCMode" "True" Option "MonitorLayout" "CRT, CRT" EndSection

Section "Monitor" Identifier "Monitor0" Option "DPMS" HorizSync 30-70 VertRefresh 50-160 EndSection

Section "Screen" Identifier "Screen0" Device "Tarjeta0" Monitor "Monitor0" DefaultDepth 24 SubSection "Display" Depth 1 Modes "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 4 Modes "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 8 Modes "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 15 Modes "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 16 Modes "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 24 Modes "800x600" #"1024x768" "800x600" "640x480" EndSubSection EndSection

Section "ServerLayout" Identifier "Layout0" Screen "Screen0" InputDevice "Generic Keyboard" InputDevice "Configured Mouse" EndSection

  1. Tarjeta PCI

Section "InputDevice" Identifier "Keyboard USB"

       Driver          "evdev"
       Option          "Device"        "/dev/input/event4"
       Option          "XkbModel"      "evdev"
       Option          "CoreKeyboard"
       Option          "XkbRules"      "xorg"
       Option          "XkbLayout"     "es"

EndSection

Section "InputDevice" Identifier "Mouse USB" Driver "mouse" Option "CorePointer" Option "Device" "/dev/input/mouse1" Option "Protocol" "imPS/2" Option "Buttons" "5" Option "ZAxisMapping" "4 5" EndSection

Section "Device" Identifier "Tarjeta1" Driver "s3virge" BusID "PCI:0:9:0"

  1. Screen 0
      Option          "NoInt10"       "Yes"
  1. Option "UseFBDev" "true"
       Option          "DDCMode" "True"

Option "MonitorLayout" "CRT, CRT" EndSection

Section "Monitor" Identifier "Monitor1" Option "DPMS" HorizSync 30-70 VertRefresh 50-160 EndSection

Section "Screen" Identifier "Screen1" Device "Tarjeta1" Monitor "Monitor1" DefaultDepth 24 SubSection "Display" Depth 1 Modes "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 4 Modes "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 8 Modes "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 15 Modes "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 16 Modes "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 24 Modes "800x600" #"1024x768" "800x600" "640x480" EndSubSection EndSection

Section "ServerLayout" Identifier "Layout1" Screen "Screen1"

  1. Screen "Default Screen"

InputDevice "Keyboard USB" InputDevice "Mouse USB" EndSection

Section "ServerLayout"

      Identifier      "Layout2"
      Screen          "Screen0" 0 0
      Screen		"Screen1" RightOf "Screen0"
  1. Screen "Screen1" 1 0
  2. Screen "Screen1" Relative "Screen0" 1 0
      InputDevice     "Keyboard USB" "SendCoreEvents"
      InputDevice     "Mouse USB" "SendCoreEvents"
  1. Option "Clone" "off"
      Option "Xinerama" "on"

EndSection

Section "DRI" Mode 0666 EndSection


  • xorg.conf.probe
  1. /etc/X11/xorg.conf (xorg X Window System server configuration file)
  2. This file was generated by dexconf, the Debian X Configuration tool, using
  3. values from the debconf database.
  4. Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
  5. (Type "man /etc/X11/xorg.conf" at the shell prompt.)
  6. This file is automatically updated on xserver-xorg package upgrades *only*
  7. if it has not been modified since the last upgrade of the xserver-xorg
  8. package.
  9. If you have edited this file but would like it to be automatically updated
  10. again, run the following command:
  11. sudo dpkg-reconfigure -phigh xserver-xorg

Section "Files" FontPath "/usr/share/fonts/X11/misc" FontPath "/usr/X11R6/lib/X11/fonts/misc" FontPath "/usr/share/fonts/X11/cyrillic" FontPath "/usr/X11R6/lib/X11/fonts/cyrillic" FontPath "/usr/share/fonts/X11/100dpi/:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled" FontPath "/usr/share/fonts/X11/75dpi/:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled" FontPath "/usr/share/fonts/X11/Type1" FontPath "/usr/X11R6/lib/X11/fonts/Type1" FontPath "/usr/share/fonts/X11/100dpi" FontPath "/usr/X11R6/lib/X11/fonts/100dpi" FontPath "/usr/share/fonts/X11/75dpi" FontPath "/usr/X11R6/lib/X11/fonts/75dpi" # path to defoma fonts FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" EndSection

Section "Module" Load "bitmap" Load "ddc"

  1. Load "dri"

Load "extmod" Load "freetype"

  1. Load "glx"

Load "int10" Load "vbe" EndSection

  1. Tarjeta integrada

Section "InputDevice" Identifier "Generic Keyboard"

  1. Driver "evdev"

Driver "kbd" Option "CoreKeyboard"

  1. Option "Protocol" "evdev"
  2. Option "Dev Phys" "isa0060/serio0/input0"

Option "XkbRules" "xorg" Option "XkbModel" "pc104" Option "XkbLayout" "es" EndSection

Section "InputDevice" Identifier "Configured Mouse" Driver "mouse" Option "CorePointer" Option "Device" "/dev/input/mouse0" Option "Protocol" "imPS/2" Option "Buttons" "5" Option "ZAxisMapping" "4 5" EndSection

Section "Device" Identifier "Tarjeta0" Driver "ati"

  1. Screen 0

BusID "PCI:1:0:0"

       Option          "NoInt10"       "No"
  1. Option "UseFBDev" "true"

Option "DDCMode" "True" Option "MonitorLayout" "CRT, CRT" EndSection

Section "Monitor" Identifier "Monitor0" Option "DPMS" HorizSync 30-70 VertRefresh 50-160 EndSection

Section "Screen" Identifier "Screen0" Device "Tarjeta0" Monitor "Monitor0" DefaultDepth 24 SubSection "Display" Depth 1 Modes "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 4 Modes "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 8 Modes "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 15 Modes "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 16 Modes "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 24 Modes "800x600" #"1024x768" "800x600" "640x480" EndSubSection EndSection


  1. Tarjeta PCI

Section "InputDevice" Identifier "Keyboard USB" #Driver "evdev" Driver "kbd" Option "CoreKeyboard"

  1. Option "Protocol" "evdev"
  2. Option "Dev Phys" "usb-0000:00:10.0-1/input0"

Option "XkbRules" "xorg" Option "XkbModel" "pc104" Option "XkbLayout" "es" EndSection

Section "InputDevice" Identifier "Mouse USB" Driver "mouse" Option "CorePointer" Option "Device" "/dev/input/mouse1" Option "Protocol" "PS/2" Option "ZAxisMapping" "4 5" EndSection

Section "Device" Identifier "Tarjeta1" Driver "s3virge"

  1. BusID "PCI:1:0:0"
  2. Screen 0
      Option          "NoInt10"       "No"
  1. Option "UseFBDev" "true"
       Option          "DDCMode" "True"

Option "MonitorLayout" "CRT, CRT" EndSection

Section "Monitor" Identifier "Monitor1" Option "DPMS" HorizSync 30-70 VertRefresh 50-160 EndSection

Section "Screen" Identifier "Screen1" Device "Tarjeta1" Monitor "Monitor1" DefaultDepth 24 SubSection "Display" Depth 1 Modes "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 4 Modes "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 8 Modes "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 15 Modes "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 16 Modes "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 24 Modes "800x600" #"1024x768" "800x600" "640x480" EndSubSection EndSection


Section "ServerLayout"

      Identifier      "probe"
      Screen          "Screen0" 0 0
      Screen		"Screen1" 1 0
  1. Screen "Screen1" Relative "Screen0" 1 0
      InputDevice     "Keyboard USB" "SendCoreEvents"
      InputDevice     "Mouse USB" "SendCoreEvents"
      Option "Clone" "off"
      Option "Xinerama" "on"

EndSection

Section "DRI" Mode 0666 EndSection

  • /etc/init.d/xorg-multiterminal
#!/bin/bash

file=/etc/X11/xorg.conf.probe
echo Configurando Xorg para MultiHead
/usr/X11R6/bin/X -config "$file" -probeonly 2>/dev/null