Dual Head Monitor para la tarjeta gr
HacÃa mucho tiempo que no me dedicaba a hacer un poco de hacking puro y como no terminaba de funcionar bien el configurador gráfico, me he arremangado y con un poco de google y un poco de paciencia me configurado las Xorg para tener dos monitores a la vez. Lo cual me hja recordado que el formato del fichero de configuración de las X/Xorg es infernal y lo contento que estoy de no tener que tocarlo desde hacÃa un montón de años.
La opción de tenerlos clonados funciona de serie pero me apetecÃa mucho tener un monitor, aunque sea un antiguo CRT para ver algunas cosas más grandes como páginas web o mantener abierto gmail, que ahora mismo es el IM que más uso con mucho. La opción que casi me ha funcionado a la primera ha sido utilizar xinerama. La configuración necesita pulirse un poco pero me funciona y tengo cosas más urgentes que atender. Para el que la quiera usar tal cual o modificarla aquà esta:
Section “Files”
FontPath    “/usr/X11R6/lib/X11/fonts/misc:unscaled”
FontPath    “/usr/X11R6/lib/X11/fonts/local”
FontPath    “/usr/X11R6/lib/X11/fonts/75dpi:unscaled”
FontPath    “/usr/X11R6/lib/X11/fonts/100dpi:unscaled”
FontPath    “/usr/X11R6/lib/X11/fonts/Type1″
FontPath    “/usr/X11R6/lib/X11/fonts/URW”
FontPath    “/usr/X11R6/lib/X11/fonts/Speedo”
FontPath    “/usr/X11R6/lib/X11/fonts/PEX”
FontPath    “/usr/X11R6/lib/X11/fonts/cyrillic”
FontPath    “/usr/X11R6/lib/X11/fonts/latin2/misc:unscaled”
FontPath    “/usr/X11R6/lib/X11/fonts/latin2/75dpi:unscaled”
FontPath    “/usr/X11R6/lib/X11/fonts/latin2/100dpi:unscaled”
FontPath    “/usr/X11R6/lib/X11/fonts/latin2/Type1″
FontPath    “/usr/X11R6/lib/X11/fonts/latin7/75dpi:unscaled”
FontPath    “/usr/X11R6/lib/X11/fonts/truetype”
FontPath    “/usr/X11R6/lib/X11/fonts/uni:unscaled”
FontPath    “/usr/X11R6/lib/X11/fonts/CID”
FontPath    “/usr/X11R6/lib/X11/fonts/ucs/misc:unscaled”
FontPath    “/usr/X11R6/lib/X11/fonts/ucs/75dpi:unscaled”
FontPath    “/usr/X11R6/lib/X11/fonts/ucs/100dpi:unscaled”
FontPath    “/usr/X11R6/lib/X11/fonts/hellas/misc:unscaled”
FontPath    “/usr/X11R6/lib/X11/fonts/hellas/75dpi:unscaled”
FontPath    “/usr/X11R6/lib/X11/fonts/hellas/100dpi:unscaled”
FontPath    “/usr/X11R6/lib/X11/fonts/hellas/Type1″
FontPath    “/usr/X11R6/lib/X11/fonts/misc/sgi:unscaled”
FontPath    “/usr/X11R6/lib/X11/fonts/xtest”
FontPath    “/opt/kde3/share/fonts”
InputDevices “/dev/gpmdata”
InputDevices “/dev/input/mice”
EndSection
Section “ServerFlags”
Option      “AllowMouseOpenFail” “on”
EndSection
Section “Module”
Load        “extmod”
Load        “type1″
Load        “glx”
Load        “freetype”
Load        “dbe”
Load        “v4l”
EndSection
Section “InputDevice”
Driver      “kbd”
Identifier  “Keyboard[0]”
Option      “Protocol” “Standard”
Option      “XkbLayout” “es”
Option      “XkbModel” “pc104″
Option      “XkbRules” “xfree86″
EndSection
Section “InputDevice”
Driver      “mouse”
Identifier  “Mouse[1]”
Option      “Buttons” “5″
Option      “Device” “/dev/input/mice”
Option      “Name” “Microsoft Notebook/Mobile Optical Mouse 2.0″
Option      “Protocol” “explorerps/2″
Option      “Vendor” “Sysp”
Option      “ZAxisMapping” “4 5″
EndSection
Section “Device”
Identifier   “Intel 82852/855GM Intern”
Driver      “i810″
BusIDÂ Â Â Â Â Â “0:2:0″
Screen      0
Option       “MonitorLayout”    “CRT, CRT+LFP”
EndSection
Section “Device”
Identifier   “Intel 82852/855GM Extern”
Driver      “i810″
BusIDÂ Â Â Â Â Â “0:2:0″
Screen      1
Option       “MonitorLayout”    “CRT, CRT+LFP”
Option      “DevicePresence”   “yes”
EndSection
Section “Monitor”
Identifier   “LCD Intern”
Option      “DPMS”
HorizSync   28-49
VertRefresh   43-72
UseModes    “Modes[0]”
EndSection
Section “Modes”
Identifier  “Modes[0]”
Modeline    “1280×1024″ 105.15 1280 1360 1496 1712 1024 1025 1028 1059
Modeline    “1280×960″ 97.68 1280 1352 1488 1696 960 961 964 993
Modeline    “1280×800″ 80.58 1280 1344 1480 1680 800 801 804 827
Modeline    “1280×768″ 77.37 1280 1344 1480 1680 768 769 772 794
Modeline    “1280×600″ 58.78 1280 1328 1456 1632 600 601 604 621
Modeline    “1280×1024″ 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +HSync +VSync
EndSection
Section “Monitor”
Identifier   “LCD Extern”
Option      “DPMS”
HorizSync   28-49
VertRefresh   43-72
EndSection
Section “Screen”
Identifier   “Intern”
Device      “Intel 82852/855GM Intern”
Monitor      “LCD Intern”
DefaultDepth   24
SubSection “Display”
Depth      24
Modes      “1280×1024″
EndSubSection
EndSection
Section “Screen”
Identifier   “Extern”
Device      “Intel 82852/855GM Extern”
Monitor      “LCD Extern”
DefaultDepth   24
SubSection “Display”
Depth      24
Modes      “1280×1024″ “1024×768″ “800×600″ “640×480″
EndSubSection
EndSection
########################## END GRAPHIC ########################
Section “ServerLayout”
Identifier   “Default Layout”
Screen   0   “Intern”
Screen   1   “Extern” RightOf “Intern”
InputDevice “Keyboard[0]” “CoreKeyboard”
InputDevice “Mouse[1]” “CorePointer”
Option      “Clone” “off”
Option      “Xinerama”   “true”
EndSection
Section “Extensions”
EndSection
Post Relacionados
janzo Said,
March 30, 2007 @ 8:57 pm
¡Gracias! He podido hacer funcionar perfectamente mi portatil con un monitor extra. Es cierto lo que dicen, una vez que pruebas dos monitores ya no puedes vivir sin ellos, jeje.