Thread: 3 identical monitors, 2 video cards (onboard intel, external ati)
dear all,
after searching many hours hope find solution here.
use ubuntu 10.04 (64 bit) 2 video cards
i have connected 3 monitors, samsung syncmaster 2443. have no xorg.conf , 2 monitors (attached on-board intel card) have same strange output while other remains black, alsocode:$ lspci | grep vga 00:02.0 vga compatible controller: intel corporation 82437fx (rev 09) 01:00.0 vga compatible controller: ati technologies inc rv516 [radeon x1300/x1550 series]
i have no clue how use 3 monitors 2 cards. using of cards when disabling other works smoothly. doing wrong? miss setting? need (manually) write xorg.conf? appreciated!code:$ xrandr -q xrandr: failed size of gamma output default screen 0: minimum 640 x 480, current 1600 x 1200, maximum 1600 x 1200 default connected 1600x1200+0+0 0mm x 0mm 1600x1200 0.0* 1280x1024 0.0 1024x768 0.0 800x600 0.0 640x480 0.0
many in advance!
regards,
erik
ok, found 1 error, added ppa: xorg-edgers/ppa (and had added ppa:glasen/intel-driver well). removing first gave me 2 monitors worked again.
xrandr results in:
i have tried generating xorg.conf file switching console mode (ctrl-alt-f1) , typingcode:$ xrandr -q screen 0: minimum 320 x 200, current 3120 x 1920, maximum 8192 x 8192 vga1 disconnected (normal left inverted right x axis y axis) hdmi1 connected 1920x1200+1200+0 (normal left inverted right x axis y axis) 518mm x 324mm 1920x1200 60.0*+ 1920x1080 50.0 60.0 1600x1200 60.0 1680x1050 60.0 1280x1024 60.0 1440x900 59.9 1280x960 60.0 1280x800 59.8 1280x720 50.0 60.0 1024x768 60.0 800x600 60.3 56.2 720x576 50.0 720x480 59.9 640x480 60.0 dp1 disconnected (normal left inverted right x axis y axis) hdmi2 connected 1200x1920+0+0 left (normal left inverted right x axis y axis) 518mm x 324mm 1920x1200 60.0*+ 1920x1080 50.0 60.0 1600x1200 60.0 1680x1050 60.0 1280x1024 60.0 1440x900 59.9 1280x960 60.0 1280x800 59.8 1280x720 50.0 60.0 1024x768 60.0 800x600 60.3 56.2 720x576 50.0 720x480 59.9 640x480 60.0 dp2 disconnected (normal left inverted right x axis y axis)
however, leaves me 3 blanks screens. shouldn't @ least give me 2 working monitors?code:sudo service gdm stop sudo xorg -configure sudo x -config ~/xorg.conf.custom
tried following xorg.conf without success:
code:section "serverlayout" identifier "x.org configured" screen 0 "screen0" 0 0 screen 1 "screen1" leftof "screen0" screen 2 "screen2" rightof "screen0" inputdevice "mouse0" "corepointer" inputdevice "keyboard0" "corekeyboard" endsection section "files" modulepath "/usr/lib/xorg/modules" fontpath "/usr/share/fonts/x11/misc" fontpath "/usr/share/fonts/x11/cyrillic" fontpath "/usr/share/fonts/x11/100dpi/:unscaled" fontpath "/usr/share/fonts/x11/75dpi/:unscaled" fontpath "/usr/share/fonts/x11/type1" fontpath "/usr/share/fonts/x11/100dpi" fontpath "/usr/share/fonts/x11/75dpi" fontpath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/truetype" fontpath "built-ins" endsection section "module" load "dri" load "dri2" load "dbe" load "record" load "glx" load "extmod" endsection section "inputdevice" identifier "keyboard0" driver "kbd" endsection section "inputdevice" identifier "mouse0" driver "mouse" option "protocol" "auto" option "device" "/dev/input/mice" option "zaxismapping" "4 5 6 7" endsection section "monitor" identifier "monitor0" vendorname "samsung" modelname "syncmaster 2443" endsection section "monitor" identifier "monitor1" vendorname "samsung" modelname "syncmaster 2443" endsection section "monitor" identifier "monitor2" vendorname "samsung" modelname "syncmaster 2443" endsection section "device" identifier "card0" driver "radeon" vendorname "ati technologies inc" boardname "rv516 [radeon x1300/x1550 series]" busid "pci:1:0:0" endsection section "device" identifier "card1" driver "intel" vendorname "intel corporation" boardname "82437fx" busid "pci:0:2:0" endsection section "screen" identifier "screen0" device "card0" monitor "monitor0" subsection "display" viewport 0 0 depth 24 endsubsection endsection section "screen" identifier "screen1" device "card1" monitor "monitor1" subsection "display" viewport 0 0 depth 24 endsubsection endsection section "screen" identifier "screen2" device "card0" monitor "monitor2" subsection "display" viewport 0 0 depth 24 endsubsection endsection
Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Hardware [ubuntu] 3 identical monitors, 2 video cards (onboard intel, external ati)
Ubuntu
Comments
Post a Comment