> I have an Acer Aspire 5002 WLMI laptop running gentoo.

You did not mention you video card, so I hope this example for VGA and SVIDEO 
output (multihead and standalone)
on i915/i810 chipsets helps.

> My xorg.conf? what do I have to change?

Relevant parts:

Section "ServerFlags"
# Option                     "DefaultServerLayout"         "Multihead_Layout"
# Option                     "DefaultServerLayout"         "Projector_Layout"
# Option                     "DefaultServerLayout"         "TV_Layout"
  Option                     "DefaultServerLayout"         "Default_Layout"
  Option                     "AllowMouseOpenFail"          "True"
  Option                     "blanktime"                   "15"
  Option                     "standbytime"                 "15"
  Option                     "suspendtime"                 "30"
  Option                     "offtime"                     "60"
  
EndSection
  
Section "ServerLayout"

  Identifier                 "Default_Layout"
  Screen 0                   "Screen_Default"         0 0
  InputDevice                "Dell_Keyboard"          "CoreKeyboard"
  InputDevice                "Dell_Touchpad"          "CorePointer"
  InputDevice                "Mouse_USB"              "SendCoreEvents"
  
EndSection
  
  
Section "ServerLayout"
  
  Identifier                 "Multihead_Layout"
  Screen 0                   "Screen_LCD"             LeftOf 
"Screen_VGA_Monitor"
#  Screen 0                   "Screen_LCD"             Below 
"Screen_VGA_Monitor"
  Screen 1                   "Screen_VGA_Monitor"
  InputDevice                "Dell_Keyboard"          "CoreKeyboard"
  InputDevice                "Dell_Touchpad"          "CorePointer"
  InputDevice                "Mouse_USB"              "SendCoreEvents"
  Option                     "Xinerama"               "On"
  
EndSection
  
  
Section "ServerLayout"
  
  Identifier                 "Projector_Layout"
  Screen 0                   "Screen_LCD"             LeftOf 
"Screen_VGA_Projector"
  Screen 1                   "Screen_VGA_Projector"
  InputDevice                "Dell_Keyboard"          "CoreKeyboard"
  InputDevice                "Dell_Touchpad"          "CorePointer"
  InputDevice                "Mouse_USB"              "SendCoreEvents"
  Option                     "Xinerama"               "On"

EndSection


Section "ServerLayout"

  Identifier                 "TV_Layout"
  Screen 0                   "Screen_TV_LCD"          LeftOf "Screen_TV_SVIDEO"
  Screen 1                   "Screen_TV_SVIDEO"
  InputDevice                "Dell_Keyboard"          "CoreKeyboard"
  InputDevice                "Dell_Touchpad"          "CorePointer"
  InputDevice                "Mouse_USB"              "SendCoreEvents"
  Option                     "Xinerama"               "On"

EndSection


Section "Device"

  Identifier                 "Intel_915"
  Driver                     "i810"
  VendorName                 "Intel"
  VideoRam                   131072
  BoardName                  "915GM/GMS/910GML Express Graphics"
  BusID                      "PCI:0:2:0"
  Option                     "VBERestore"                  "true"
  #Option                     "MonitorLayout"               "CRT,LFP"
  #Option                     "MonitorLayout"               "TV,LFP"
  Option                     "Clone"                        "off"

EndSection

Section "Device"

  Identifier                 "Intel_915_S0"
  Driver                     "i810"
  VendorName                 "Intel"
  VideoRam                   131072
  BoardName                  "915GM/GMS/910GML Express Graphics"
  BusID                      "PCI:0:2:0"
  Option                     "VBERestore"                  "false"
  Screen                     0 
  Option                     "MonitorLayout"               "CRT,LFP"

EndSection


Section "Device"

  Identifier                 "Intel_915_S1"
  Driver                     "i810"
  VendorName                 "Intel"
  VideoRam                   131072
  BoardName                  "915GM/GMS/910GML Express Graphics"
  BusID                      "PCI:0:2:0"
  Option                     "VBERestore"                  "false"
  Screen                     1
  Option                     "MonitorLayout"               "CRT,LFP"

EndSection

Section "Device"

  Identifier                 "Intel_915_TV_S0"
  Driver                     "i810"
  VendorName                 "Intel"
  VideoRam                   131072
  BoardName                  "915GM/GMS/910GML Express Graphics"
  BusID                      "PCI:0:2:0"
  Option                     "VBERestore"                  "false"
  Screen                     0 
  Option                     "MonitorLayout"               "TV,LFP"

EndSection


Section "Device"

  Identifier                 "Intel_915_TV_S1"
  Driver                     "i810"
  VendorName                 "Intel"
  VideoRam                   131072
  BoardName                  "915GM/GMS/910GML Express Graphics"
  BusID                      "PCI:0:2:0"
  Option                     "VBERestore"                  "false"
  Screen                     1
  Option                     "MonitorLayout"               "TV,LFP"

EndSection


Section "Monitor"

  Identifier                 "Dell_LCD"
  Option                     "CalcAlgorithm"               
"CheckDesktopGeometry"
  Option                     "DPMS"                        "true"
  VendorName                 "Dell"
  ModelName                  "630m"
  HorizSync                  30 - 112
  VertRefresh                50 - 180
# DisplaySize        453 253   # 72x80
  DisplaySize        453 283   # 72x72

EndSection


Section "Monitor"

  Identifier                 "Monitor_CRT"
  Option                     "DPMS"                        "true"
  HorizSync                  30 - 97
  VertRefresh                50 - 180

EndSection


Section "Monitor"

  Identifier                 "Projector_VGA"
  Option                     "DPMS"                        "true"
  HorizSync                  30 - 97
  VertRefresh                50 - 180

EndSection


Section "Monitor"

  Identifier                 "Dell_SVIDEO"
  Option                     "DPMS"                        "true"
  HorizSync                  30 - 97
  VertRefresh                50 - 180

EndSection

Section "Screen"

  Identifier                 "Screen_Default"
  Device                     "Intel_915"
  Monitor                    "Dell_LCD"
  DefaultDepth               24

    SubSection "Display"
      Viewport  0 0
      Depth     16
      Modes     "1280x800"
    EndSubSection

    SubSection "Display"
      Viewport  0 0
      Depth     24
      Modes     "1280x800"
    EndSubSection

EndSection


Section "Screen"

  Identifier                 "Screen_LCD"
  Device                     "Intel_915_S0"
  Monitor                    "Dell_LCD"
  DefaultDepth               24 

    SubSection "Display"
      Viewport  0 0
      Depth     24
      Modes     "1280x800"
    EndSubSection

EndSection


Section "Screen"

  Identifier                 "Screen_VGA_Projector"
  Device                     "Intel_915_S1"
  Monitor                    "Projector_VGA"
  DefaultDepth               24 

    SubSection "Display"
      Viewport  0 0
      Depth     24
      Modes     "1024x768" "800x600"
    EndSubSection

EndSection


Section "Screen"

  Identifier                 "Screen_VGA_Monitor"
  Device                     "Intel_915_S1"
  Monitor                    "Monitor_CRT"
  DefaultDepth               24 

    SubSection "Display"
      Viewport  0 0
      Depth     24
      Modes "1600x1200" "1400x1050" "1280x1024" "1152x864" "1024x768" "800x600" 
"640x480"
    EndSubSection

EndSection


Section "Screen"

  Identifier                 "Screen_TV_LCD"
  Device                     "Intel_915_TV_S0"
  Monitor                    "Dell_LCD"
  DefaultDepth               24 

    SubSection "Display"
      Viewport  0 0
      Depth     24
      Modes     "1280X800"
    EndSubSection

EndSection


Section "Screen"

  Identifier                 "Screen_TV_SVIDEO"
  Device                     "Intel_915_TV_S1"
  Monitor                    "Dell_SVIDEO"
  DefaultDepth               24 

    SubSection "Display"
      Viewport  0 0
      Depth     24
      Modes     "1024x768"
    EndSubSection

EndSection


-- 
Octavio Ruiz Cervera
Neocenter, SA. de CV.
http://www.neocenter.com/
Soluciones para Centros de Contacto y Telefonía IP
Tel.: (+52 55) 8590-9000 Ext. 9016
Cel.: (+55 55) 5514-087790
-- 
[email protected] mailing list

Reply via email to