Trabajar con un segundo monitor y icewm
Dentro del archivo de configuración podemos decidir que pantalla será la principal
# Pantalla primaria para el xinerama (multipantalla) (barra de tareas, ...) XineramaPrimaryScreen=1 # [0-63]
Configuración del archivo de xorg:
Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies Inc Radeon XPRESS 200M 5955 (PCIE)"
Monitor "Monitor genèric"
SubSection "Display"
Modes "1024x768"
EndSubSection
Defaultdepth 24
EndSection
Section "Device"
Identifier "ATI Technologies Inc Radeon XPRESS 200M 5955 (PCIE)"
Driver "fglrx"
Busid "PCI:1:5:0"
Option "VideoOverlay" "on"
Option "OpenGLOverlay" "off"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "es"
Option "XkbVariant" "cat"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection
Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizEdgeScroll" "0"
Option "SHMConfig" "on"
EndSection
Section "ServerLayout"
Identifier "Default Layout"
screen "Default Screen"
Inputdevice "Generic Keyboard"
Inputdevice "Configured Mouse"
# Uncomment if you have a wacom tablet
# InputDevice "stylus" "SendCoreEvents"
# InputDevice "cursor" "SendCoreEvents"
# InputDevice "eraser" "SendCoreEvents"
Inputdevice "Synaptics Touchpad"
EndSection
Section "Module"
Load "glx"
EndSection
Section "Monitor"
Identifier "Monitor genèric"
Option "DPMS"
EndSection
Section "Extensions"
#Option "Composite" "Enable"
Option "Composite" "off"# edu
EndSection
# edu
Section "ServerFlags"
Option "AIGLX" "off"
EndSection
# /edu