Announcement

Collapse
No announcement yet.

Jaunty is not dual monitor friendly

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Jaunty is not dual monitor friendly

    Tried the beta live boot on a Thinkpad X40, worked fine as long as no external monitor attached, when external monitor attached it keeps saying running in low graphic mode, and asked if I want to reconfigure the adapter, but there is nothing to reconfigure the file is empty, but without the external monitor it works like charm, worst than the previous version
    Do you Yahoo ? No I hiccup only :P

    #2
    Re: Jaunty is not dual monitor friendly

    Could have something to do with the video chip and driver?

    Comment


      #3
      Re: Jaunty is not dual monitor friendly

      Jaunty is dual monitor friendly. I'm running a dual monitor configuration since Alpha 6 on a Thinkpad T61. We don't have the exact same hardware but you should be using the intel video driver. My video hardware is Intel GM965.

      Code:
      Section "Monitor"
          Identifier   "Dell 2007WFP"
          Option     "DPMS"    
          Option     "LeftOf" "LVDS"
          HorizSync    30-83     
          VertRefresh   56-76     
      EndSection               
      
      Section "Monitor"
          Identifier   "Laptop Monitor"
          Option     "DPMS"     
          HorizSync    28-80      
          VertRefresh   43-60      
      EndSection               
      
      Section "Screen"
          Identifier   "VGA Screen"
          Device     "VGA"    
          Monitor     "Dell 2007WFP"
          DefaultDepth  24
          SubSection "Display"
              Depth      24
              Modes      "1680x1050"
          EndSubSection
      EndSection
      
      Section "Screen"
          Identifier   "LVDS Screen"
          Device     "LVDS"
          Monitor     "Laptop Monitor"
          DefaultDepth  24
          SubSection "Display"
              Depth      24
              Modes      "1280x800"
          EndSubSection
      EndSection
      
      Section "Device"
          Identifier   "VGA"
          Driver     "intel"
          BusId      "PCI:0:2:0"
          Option     "monitor-VGA" "Dell 2007WFP"
      EndSection
      
      Section "Device"
          Identifier   "LVDS"
          Driver     "intel"
          BusId      "PCI:0:2:1"
          Option     "monitor-LVDS" "Laptop Monitor"
      EndSection
      linux && bash = "the future"

      Comment


        #4
        Re: Jaunty is not dual monitor friendly

        It worked on T30
        Do you Yahoo ? No I hiccup only :P

        Comment

        Working...
        X