LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Ubuntu (https://www.linuxquestions.org/questions/ubuntu-63/)
-   -   HDMI output is not working DVI1 I think (https://www.linuxquestions.org/questions/ubuntu-63/hdmi-output-is-not-working-dvi1-i-think-4175455504/)

PeterUK 03-25-2013 09:18 AM

HDMI output is not working DVI1 I think
 
HDMI output is not working I have tested the cable up to the HDMI to VGA converter because I only have one cable of those at the moment.

I am trying to use two monitor and the laptop screen all at the same time, the VGA works fine but the HDMI not output

If I type:
lspci | grep -i vga
I get:
Code:

00:02.0 VGA compatible controller: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller (rev 0c)
If I boot with the live CD ubuntu 12.04 it does not work either
If I type:
xrandr
I get:
Code:

Screen 0: minimum 320 x 200, current 2560 x 1024, maximum 8192 x 8192
VGA1 connected 1280x1024+0+0 (normal left inverted right x axis y axis) 337mm x 270mm
  1280x1024      75.0*+  60.0 +  75.0*    60.0 
  1600x1024      60.2 
  1400x1050      60.0    60.0 
  1440x900      75.0    59.9 
  1280x960      60.0 
  1360x768      60.0    59.8 
  1280x800      74.9    59.8 
  1152x864      75.0    75.0    70.0    60.0 
  1280x768      74.9    59.9 
  1024x768      75.1    75.0    70.1    60.0 
  832x624        74.6 
  800x600        72.2    75.0    60.3    56.2 
  848x480        60.0 
  640x480        75.0    72.8    72.8    75.0    66.7    60.0    59.9    59.9 
  720x405        72.0 
  720x400        70.1 
LVDS1 connected 1280x800+1280+0 (normal left inverted right x axis y axis) 331mm x 207mm
  1280x800      59.9*+
  1024x768      60.0 
  800x600        60.3 
  640x480        59.9 
DVI1 disconnected (normal left inverted right x axis y axis)
TV1 disconnected (normal left inverted right x axis y axis)

It should be DVI1, right?
Or should appear as HDMI1
I tried to detected by the Display system tool but it does not work.
If I do:
xrandr --output DVI1 --mode 1360x768_59.80
Code:

xrandr --output DVI1 --mode 1360x768_59.80
If I do:
Code:

cvt 1360 768 59.8
xrandr --output TV1 --off
xrandr --output DVI1 --mode 1360x768_59.80

I get:
Code:

# 1360x768 59.62 Hz (CVT) hsync: 47.58 kHz; pclk: 84.50 MHz
Modeline "1360x768_59.80"  84.50  1360 1432 1568 1776  768 771 781 798 -hsync +vsync
xrandr: cannot find mode 1360x768_59.80

If I type:
aplay -l
I get:
Code:

**** List of PLAYBACK Hardware Devices ****
card 0: Intel [HDA Intel], device 0: STAC92xx Analog [STAC92xx Analog]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 0: Intel [HDA Intel], device 3: INTEL HDMI 0 [INTEL HDMI 0]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 0: Intel [HDA Intel], device 7: STAC92xx Digital [STAC92xx Digital]
  Subdevices: 1/1
  Subdevice #0: subdevice #0

Now if I do:
Code:

xrandr --output DVI1 --newmode “1024x768_60.00″  63.50  1024 1072 1176 1328  768 771 775 798 -hsync +vsync
xrandr --addmode DVI1 “1024x768_60.00″

I get:
Code:

Screen 0: minimum 320 x 200, current 2560 x 1024, maximum 8192 x 8192
VGA1 connected 1280x1024+0+0 (normal left inverted right x axis y axis) 337mm x 270mm
  1280x1024      75.0*+  60.0 +  75.0*    60.0 
  1600x1024      60.2 
  1400x1050      60.0    60.0 
  1440x900      75.0    59.9 
  1280x960      60.0 
  1360x768      60.0    59.8 
  1280x800      74.9    59.8 
  1152x864      75.0    75.0    70.0    60.0 
  1280x768      74.9    59.9 
  1024x768      75.1    75.0    70.1    60.0 
  832x624        74.6 
  800x600        72.2    75.0    60.3    56.2 
  848x480        60.0 
  640x480        75.0    72.8    72.8    75.0    66.7    60.0    59.9    59.9 
  720x405        72.0 
  720x400        70.1 
LVDS1 connected 1280x800+1280+0 (normal left inverted right x axis y axis) 331mm x 207mm
  1280x800      59.9*+
  1024x768      60.0 
  800x600        60.3 
  640x480        59.9 
DVI1 disconnected (normal left inverted right x axis y axis)
  “1024x768_60.00″  59.4 
TV1 disconnected (normal left inverted right x axis y axis)

now if I do:
xrandr --output DVI1 --mode "1024x768_60.00"
I get:
Code:

xrandr: cannot find crtc for output DVI1
Could you please help? Thanks

business_kid 03-28-2013 01:32 PM

Things have a look at the port on startup, and if there's nothing there, they forget about it.

Get a monitor & cable onto it. Try a reboot and the blue Fn+F<something> keys (If you have such). When it loads the kernel module for the video try again. When it starts X it might also come in.

I have a long argument with this box every time but it works.

PeterUK 03-29-2013 02:31 PM

Quote:

Originally Posted by business_kid (Post 4920656)
Things have a look at the port on startup, and if there's nothing there, they forget about it.

Get a monitor & cable onto it. Try a reboot and the blue Fn+F<something> keys (If you have such). When it loads the kernel module for the video try again. When it starts X it might also come in.

I have a long argument with this box every time but it works.

I am waiting for a new cable with a DVI in stead to VGA to try it out. I will update later

PeterUK 04-04-2013 12:18 PM

Quote:

Originally Posted by business_kid (Post 4920656)
Things have a look at the port on startup, and if there's nothing there, they forget about it.

Get a monitor & cable onto it. Try a reboot and the blue Fn+F<something> keys (If you have such). When it loads the kernel module for the video try again. When it starts X it might also come in.

I have a long argument with this box every time but it works.

Hi a quick update here I have a new cable which is HDMI to DVI and now it recognize the monitor but when I try to turn 3 on it said "The selected configuration for display could not be applied"

This is the new xrandr file:

Code:

Screen 0: minimum 320 x 200, current 2560 x 1024, maximum 8192 x 8192
VGA1 connected 1280x1024+0+0 (normal left inverted right x axis y axis) 337mm x 270mm
  1280x1024      75.0*+  75.0*    60.0 
  1600x1024      60.2 
  1400x1050      60.0    60.0 
  1440x900      75.0    59.9 
  1280x960      60.0 
  1360x768      60.0    59.8 
  1280x800      74.9    59.8 
  1152x864      75.0    75.0    70.0    60.0 
  1280x768      74.9    59.9 
  1024x768      75.1    75.0    70.1    60.0 
  832x624        74.6 
  800x600        72.2    75.0    60.3    56.2 
  848x480        60.0 
  640x480        75.0    72.8    72.8    72.8    75.0    66.7    60.0    59.9    59.9 
  720x405        72.0 
  720x400        70.1 
LVDS1 connected 1280x800+1280+0 (normal left inverted right x axis y axis) 331mm x 207mm
  1280x800      59.9*+
  1024x768      60.0 
  800x600        60.3 
  640x480        59.9 
DVI1 connected (normal left inverted right x axis y axis)
  1280x1024      60.0 +  75.0 
  1024x768      75.1    60.0 
  800x600        75.0    60.3 
  640x480        75.0    60.0 
  720x400        70.1 
TV1 disconnected (normal left inverted right x axis y axis)


business_kid 04-05-2013 05:45 AM

What's the picture like?

1280x1024 is close to a square picture (5:4 aspect ratio)

1920x1080 is nearly twice as wide as high (16:9 aspect ratio)

PeterUK 04-05-2013 11:18 PM

Quote:

Originally Posted by business_kid (Post 4925599)
What's the picture like?

1280x1024 is close to a square picture (5:4 aspect ratio)

1920x1080 is nearly twice as wide as high (16:9 aspect ratio)

The laptop screen work fine on 1289x800 and the monitor 1 on 1280 x 1024 looks ok too.

I am just trying it on 12.04 now I it does recognize it and display but the only way I get to work all of them is on the same picture in all of them, when I try to have a 3 screens desktop it just does not work.

Here is a error it display:
Code:

could not assign CRTCs to outputs:
Trying modes for CRTC 64
CRTC 64: trying mode 1280x800@60Hz with output at 1280x800@0Hz (pass 0)
CRTC 64: trying mode 1024x768@60Hz with output at 1280x800@0Hz (pass 0)
CRTC 64: trying mode 800x600@60Hz with output at 1280x800@0Hz (pass 0)
CRTC 64: trying mode 800x600@56Hz with output at 1280x800@0Hz (pass 0)
CRTC 64: trying mode 640x480@60Hz with output at 1280x800@0Hz (pass 0)
CRTC 64: trying mode 1280x800@60Hz with output at 1280x800@0Hz (pass 1)
    could not assign CRTCs to outputs:
Trying modes for CRTC 64

    output VGA1 does not have the same parameters as another cloned output:
existing mode = 69, new mode = 78
existing coordinates = (2560, 0), new coordinates = (0, 0)
existing rotation = normal, new rotation = normal


CRTC 64: trying mode 1280x1024@75Hz with output at 1280x800@60Hz (pass 1)
CRTC 64: trying mode 1280x1024@60Hz with output at 1280x800@60Hz (pass 1)
CRTC 64: trying mode 1280x960@60Hz with output at 1280x800@60Hz (pass 1)
CRTC 64: trying mode 1280x800@75Hz with output at 1280x800@60Hz (pass 1)
    output VGA1 does not have the same parameters as another cloned output:
existing mode = 69, new mode = 77
existing coordinates = (2560, 0), new coordinates = (0, 0)
existing rotation = normal, new rotation = normal
CRTC 64: trying mode 1280x800@60Hz with output at 1280x800@60Hz (pass 1)
    output VGA1 does not have the same parameters as another cloned output:
existing mode = 69, new mode = 78
existing coordinates = (2560, 0), new coordinates = (0, 0)
existing rotation = normal, new rotation = normal
CRTC 64: trying mode 1152x864@75Hz with output at 1280x800@60Hz (pass 1)
CRTC 64: trying mode 1280x768@75Hz with output at 1280x800@60Hz (pass 1)
CRTC 64: trying mode 1280x768@60Hz with output at 1280x800@60Hz (pass 1)
CRTC 64: trying mode 1024x768@75Hz with output at 1280x800@60Hz (pass 1)
CRTC 64: trying mode 1024x768@70Hz with output at 1280x800@60Hz (pass 1)
CRTC 64: trying mode 1024x768@60Hz with output at 1280x800@60Hz (pass 1)
CRTC 64: trying mode 832x624@75Hz with output at 1280x800@60Hz (pass 1)
CRTC 64: trying mode 800x600@72Hz with output at 1280x800@60Hz (pass 1)
CRTC 64: trying mode 800x600@75Hz with output at 1280x800@60Hz (pass 1)
CRTC 64: trying mode 800x600@60Hz with output at 1280x800@60Hz (pass 1)
CRTC 64: trying mode 800x600@56Hz with output at 1280x800@60Hz (pass 1)
CRTC 64: trying mode 848x480@60Hz with output at 1280x800@60Hz (pass 1)
CRTC 64: trying mode 640x480@73Hz with output at 1280x800@60Hz (pass 1)
CRTC 64: trying mode 640x480@75Hz with output at 1280x800@60Hz (pass 1)
CRTC 64: trying mode 640x480@67Hz with output at 1280x800@60Hz (pass 1)
CRTC 64: trying mode 640x480@60Hz with output at 1280x800@60Hz (pass 1)
CRTC 64: trying mode 720x405@72Hz with output at 1280x800@60Hz (pass 1)
CRTC 64: trying mode 720x400@70Hz with output at 1280x800@60Hz (pass 1)
Trying modes for CRTC 63
CRTC 63: trying mode 1280x1024@75Hz with output at 1280x800@60Hz (pass 0)
CRTC 63: trying mode 1280x1024@60Hz with output at 1280x800@60Hz (pass 0)
CRTC 63: trying mode 1280x960@60Hz with output at 1280x800@60Hz (pass 0)
CRTC 63: trying mode 1280x800@75Hz with output at 1280x800@60Hz (pass 0)
CRTC 63: trying mode 1280x800@60Hz with output at 1280x800@60Hz (pass 0)
    could not assign CRTCs to outputs:
Trying modes for CRTC 64
CRTC 64: trying mode 1280x1024@60Hz with output at 1280x800@60Hz (pass 0)
CRTC 64: trying mode 1280x1024@75Hz with output at 1280x800@60Hz (pass 0)
CRTC 64: trying mode 1280x960@60Hz with output at 1280x800@60Hz (pass 0)
CRTC 64: trying mode 1280x800@75Hz with output at 1280x800@60Hz (pass 0)
CRTC 64: trying mode 1280x800@60Hz with output at 1280x800@60Hz (pass 0)
    output HDMI1 does not have the same parameters as another cloned output:
existing mode = 69, new mode = 216
existing coordinates = (2560, 0), new coordinates = (1280, 0)
existing rotation = normal, new rotation = normal
CRTC 64: trying mode 1152x864@75Hz with output at 1280x800@60Hz (pass 0)
CRTC 64: trying mode 1280x768@75Hz with output at 1280x800@60Hz (pass 0)
CRTC 64: trying mode 1280x768@60Hz with output at 1280x800@60Hz (pass 0)
CRTC 64: trying mode 1024x768@75Hz with output at 1280x800@60Hz (pass 0)
CRTC 64: trying mode 1024x768@70Hz with output at 1280x800@60Hz (pass 0)
CRTC 64: trying mode 1024x768@60Hz with output at 1280x800@60Hz (pass 0)
CRTC 64: trying mode 1024x576@60Hz with output at 1280x800@60Hz (pass 0)
CRTC 64: trying mode 800x600@72Hz with output at 1280x800@60Hz (pass 0)
CRTC 64: trying mode 800x600@75Hz with output at 1280x800@60Hz (pass 0)
CRTC 64: trying mode 800x600@60Hz with output at 1280x800@60Hz (pass 0)
CRTC 64: trying mode 800x600@56Hz with output at 1280x800@60Hz (pass 0)
CRTC 64: trying mode 848x480@60Hz with output at 1280x800@60Hz (pass 0)
CRTC 64: trying mode 640x480@73Hz with output at 1280x800@60Hz (pass 0)
CRTC 64: trying mode 640x480@75Hz with output at 1280x800@60Hz (pass 0)
CRTC 64: trying mode 640x480@60Hz with output at 1280x800@60Hz (pass 0)
CRTC 64: trying mode 720x400@70Hz with output at 1280x800@60Hz (pass 0)
CRTC 64: trying mode 1280x1024@60Hz with output at 1280x800@60Hz (pass 1)
CRTC 64: trying mode 1280x1024@75Hz with output at 1280x800@60Hz (pass 1)
CRTC 64: trying mode 1280x960@60Hz with output at 1280x800@60Hz (pass 1)
CRTC 64: trying mode 1280x800@75Hz with output at 1280x800@60Hz (pass 1)
    output HDMI1 does not have the same parameters as another cloned output:
existing mode = 69, new mode = 77
existing coordinates = (2560, 0), new coordinates = (1280, 0)
existing rotation = normal, new rotation = normal
CRTC 64: trying mode 1280x800@60Hz with output at 1280x800@60Hz (pass 1)
    output HDMI1 does not have the same parameters as another cloned output:
existing mode = 69, new mode = 216
existing coordinates = (2560, 0), new coordinates = (1280, 0)
existing rotation = normal, new rotation = normal
CRTC 64: trying mode 1152x864@75Hz with output at 1280x800@60Hz (pass 1)
CRTC 64: trying mode 1280x768@75Hz with output at 1280x800@60Hz (pass 1)
CRTC 64: trying mode 1280x768@60Hz with output at 1280x800@60Hz (pass 1)
CRTC 64: trying mode 1024x768@75Hz with output at 1280x800@60Hz (pass 1)
CRTC 64: trying mode 1024x768@70Hz with output at 1280x800@60Hz (pass 1)
CRTC 64: trying mode 1024x768@60Hz with output at 1280x800@60Hz (pass 1)
CRTC 64: trying mode 1024x576@60Hz with output at 1280x800@60Hz (pass 1)
CRTC 64: trying mode 800x600@72Hz with output at 1280x800@60Hz (pass 1)
CRTC 64: trying mode 800x600@75Hz with output at 1280x800@60Hz (pass 1)
CRTC 64: trying mode 800x600@60Hz with output at 1280x800@60Hz (pass 1)
CRTC 64: trying mode 800x600@56Hz with output at 1280x800@60Hz (pass 1)
CRTC 64: trying mode 848x480@60Hz with output at 1280x800@60Hz (pass 1)
CRTC 64: trying mode 640x480@73Hz with output at 1280x800@60Hz (pass 1)
CRTC 64: trying mode 640x480@75Hz with output at 1280x800@60Hz (pass 1)
CRTC 64: trying mode 640x480@60Hz with output at 1280x800@60Hz (pass 1)
CRTC 64: trying mode 720x400@70Hz with output at 1280x800@60Hz (pass 1)
Trying modes for CRTC 63
CRTC 63: trying mode 1280x1024@60Hz with output at 1280x800@60Hz (pass 0)
CRTC 63: trying mode 1280x1024@75Hz with output at 1280x800@60Hz (pass 0)
CRTC 63: trying mode 1280x960@60Hz with output at 1280x800@60Hz (pass 0)
CRTC 63: trying mode 1280x800@75Hz with output at 1280x800@60Hz (pass 0)
CRTC 63: trying mode 1280x800@60Hz with output at 1280x800@60Hz (pass 0)
    output HDMI1 does not have the same parameters as another cloned output:
existing mode = 78, new mode = 216
existing coordinates = (0, 0), new coordinates = (1280, 0)
existing rotation = normal, new rotation = normal
CRTC 63: trying mode 1152x864@75Hz with output at 1280x800@60Hz (pass 0)
CRTC 63: trying mode 1280x768@75Hz with output at 1280x800@60Hz (pass 0)
CRTC 63: trying mode 1280x768@60Hz with output at 1280x800@60Hz (pass 0)
CRTC 63: trying mode 1024x768@75Hz with output at 1280x800@60Hz (pass 0)
CRTC 63: trying mode 1024x768@70Hz with output at 1280x800@60Hz (pass 0)
CRTC 63: trying mode 1024x768@60Hz with output at 1280x800@60Hz (pass 0)
CRTC 63: trying mode 1024x576@60Hz with output at 1280x800@60Hz (pass 0)
CRTC 63: trying mode 800x600@72Hz with output at 1280x800@60Hz (pass 0)
CRTC 63: trying mode 800x600@75Hz with output at 1280x800@60Hz (pass 0)
CRTC 63: trying mode 800x600@60Hz with output at 1280x800@60Hz (pass 0)
CRTC 63: trying mode 800x600@56Hz with output at 1280x800@60Hz (pass 0)
CRTC 63: trying mode 848x480@60Hz with output at 1280x800@60Hz (pass 0)
CRTC 63: trying mode 640x480@73Hz with output at 1280x800@60Hz (pass 0)
CRTC 63: trying mode 640x480@75Hz with output at 1280x800@60Hz (pass 0)
CRTC 63: trying mode 640x480@60Hz with output at 1280x800@60Hz (pass 0)
CRTC 63: trying mode 720x400@70Hz with output at 1280x800@60Hz (pass 0)
CRTC 63: trying mode 1280x1024@60Hz with output at 1280x800@60Hz (pass 1)
CRTC 63: trying mode 1280x1024@75Hz with output at 1280x800@60Hz (pass 1)
CRTC 63: trying mode 1280x960@60Hz with output at 1280x800@60Hz (pass 1)
CRTC 63: trying mode 1280x800@75Hz with output at 1280x800@60Hz (pass 1)
    output HDMI1 does not have the same parameters as another cloned output:
existing mode = 78, new mode = 77
existing coordinates = (0, 0), new coordinates = (1280, 0)
existing rotation = normal, new rotation = normal
CRTC 63: trying mode 1280x800@60Hz with output at 1280x800@60Hz (pass 1)
    output HDMI1 does not have the same parameters as another cloned output:
existing mode = 78, new mode = 216
existing coordinates = (0, 0), new coordinates = (1280, 0)
existing rotation = normal, new rotation = normal
CRTC 63: trying mode 1152x864@75Hz with output at 1280x800@60Hz (pass 1)
CRTC 63: trying mode 1280x768@75Hz with output at 1280x800@60Hz (pass 1)
CRTC 63: trying mode 1280x768@60Hz with output at 1280x800@60Hz (pass 1)
CRTC 63: trying mode 1024x768@75Hz with output at 1280x800@60Hz (pass 1)
CRTC 63: trying mode 1024x768@70Hz with output at 1280x800@60Hz (pass 1)
CRTC 63: trying mode 1024x768@60Hz with output at 1280x800@60Hz (pass 1)
CRTC 63: trying mode 1024x576@60Hz with output at 1280x800@60Hz (pass 1)
CRTC 63: trying mode 800x600@72Hz with output at 1280x800@60Hz (pass 1)
CRTC 63: trying mode 800x600@75Hz with output at 1280x800@60Hz (pass 1)
CRTC 63: trying mode 800x600@60Hz with output at 1280x800@60Hz (pass 1)
CRTC 63: trying mode 800x600@56Hz with output at 1280x800@60Hz (pass 1)
CRTC 63: trying mode 848x480@60Hz with output at 1280x800@60Hz (pass 1)
CRTC 63: trying mode 640x480@73Hz with output at 1280x800@60Hz (pass 1)
CRTC 63: trying mode 640x480@75Hz with output at 1280x800@60Hz (pass 1)
CRTC 63: trying mode 640x480@60Hz with output at 1280x800@60Hz (pass 1)
CRTC 63: trying mode 720x400@70Hz with output at 1280x800@60Hz (pass 1)

CRTC 63: trying mode 1152x864@75Hz with output at 1280x800@60Hz (pass 0)
CRTC 63: trying mode 1280x768@75Hz with output at 1280x800@60Hz (pass 0)
CRTC 63: trying mode 1280x768@60Hz with output at 1280x800@60Hz (pass 0)
CRTC 63: trying mode 1024x768@75Hz with output at 1280x800@60Hz (pass 0)
CRTC 63: trying mode 1024x768@70Hz with output at 1280x800@60Hz (pass 0)
CRTC 63: trying mode 1024x768@60Hz with output at 1280x800@60Hz (pass 0)
CRTC 63: trying mode 832x624@75Hz with output at 1280x800@60Hz (pass 0)
CRTC 63: trying mode 800x600@72Hz with output at 1280x800@60Hz (pass 0)
CRTC 63: trying mode 800x600@75Hz with output at 1280x800@60Hz (pass 0)
CRTC 63: trying mode 800x600@60Hz with output at 1280x800@60Hz (pass 0)
CRTC 63: trying mode 800x600@56Hz with output at 1280x800@60Hz (pass 0)
CRTC 63: trying mode 848x480@60Hz with output at 1280x800@60Hz (pass 0)
CRTC 63: trying mode 640x480@73Hz with output at 1280x800@60Hz (pass 0)
CRTC 63: trying mode 640x480@75Hz with output at 1280x800@60Hz (pass 0)
CRTC 63: trying mode 640x480@67Hz with output at 1280x800@60Hz (pass 0)
CRTC 63: trying mode 640x480@60Hz with output at 1280x800@60Hz (pass 0)
CRTC 63: trying mode 720x405@72Hz with output at 1280x800@60Hz (pass 0)
CRTC 63: trying mode 720x400@70Hz with output at 1280x800@60Hz (pass 0)
CRTC 63: trying mode 1280x1024@75Hz with output at 1280x800@60Hz (pass 1)
CRTC 63: trying mode 1280x1024@60Hz with output at 1280x800@60Hz (pass 1)
CRTC 63: trying mode 1280x960@60Hz with output at 1280x800@60Hz (pass 1)
CRTC 63: trying mode 1280x800@75Hz with output at 1280x800@60Hz (pass 1)
    could not assign CRTCs to outputs:
Trying modes for CRTC 64
CRTC 64: trying mode 1280x1024@60Hz with output at 1280x800@60Hz (pass 0)
CRTC 64: trying mode 1280x1024@75Hz with output at 1280x800@60Hz (pass 0)
CRTC 64: trying mode 1280x960@60Hz with output at 1280x800@60Hz (pass 0)
CRTC 64: trying mode 1280x800@75Hz with output at 1280x800@60Hz (pass 0)
CRTC 64: trying mode 1280x800@60Hz with output at 1280x800@60Hz (pass 0)
    output HDMI1 does not have the same parameters as another cloned output:
existing mode = 69, new mode = 216
existing coordinates = (2560, 0), new coordinates = (1280, 0)
existing rotation = normal, new rotation = normal
CRTC 64: trying mode 1152x864@75Hz with output at 1280x800@60Hz (pass 0)
CRTC 64: trying mode 1280x768@75Hz with output at 1280x800@60Hz (pass 0)
CRTC 64: trying mode 1280x768@60Hz with output at 1280x800@60Hz (pass 0)
CRTC 64: trying mode 1024x768@75Hz with output at 1280x800@60Hz (pass 0)
CRTC 64: trying mode 1024x768@70Hz with output at 1280x800@60Hz (pass 0)
CRTC 64: trying mode 1024x768@60Hz with output at 1280x800@60Hz (pass 0)
CRTC 64: trying mode 1024x576@60Hz with output at 1280x800@60Hz (pass 0)
CRTC 64: trying mode 800x600@72Hz with output at 1280x800@60Hz (pass 0)
CRTC 64: trying mode 800x600@75Hz with output at 1280x800@60Hz (pass 0)
CRTC 64: trying mode 800x600@60Hz with output at 1280x800@60Hz (pass 0)
CRTC 64: trying mode 800x600@56Hz with output at 1280x800@60Hz (pass 0)
CRTC 64: trying mode 848x480@60Hz with output at 1280x800@60Hz (pass 0)
CRTC 64: trying mode 640x480@73Hz with output at 1280x800@60Hz (pass 0)
CRTC 64: trying mode 640x480@75Hz with output at 1280x800@60Hz (pass 0)
CRTC 64: trying mode 640x480@60Hz with output at 1280x800@60Hz (pass 0)
CRTC 64: trying mode 720x400@70Hz with output at 1280x800@60Hz (pass 0)
CRTC 64: trying mode 1280x1024@60Hz with output at 1280x800@60Hz (pass 1)
CRTC 64: trying mode 1280x1024@75Hz with output at 1280x800@60Hz (pass 1)
CRTC 64: trying mode 1280x960@60Hz with output at 1280x800@60Hz (pass 1)
CRTC 64: trying mode 1280x800@75Hz with output at 1280x800@60Hz (pass 1)
    output HDMI1 does not have the same parameters as another cloned output:
existing mode = 69, new mode = 77
existing coordinates = (2560, 0), new coordinates = (1280, 0)
existing rotation = normal, new rotation = normal
CRTC 64: trying mode 1280x800@60Hz with output at 1280x800@60Hz (pass 1)
    output HDMI1 does not have the same parameters as another cloned output:
existing mode = 69, new mode = 216
existing coordinates = (2560, 0), new coordinates = (1280, 0)
existing rotation = normal, new rotation = normal
CRTC 64: trying mode 1152x864@75Hz with output at 1280x800@60Hz (pass 1)
CRTC 64: trying mode 1280x768@75Hz with output at 1280x800@60Hz (pass 1)
CRTC 64: trying mode 1280x768@60Hz with output at 1280x800@60Hz (pass 1)
CRTC 64: trying mode 1024x768@75Hz with output at 1280x800@60Hz (pass 1)
CRTC 64: trying mode 1024x768@70Hz with output at 1280x800@60Hz (pass 1)
CRTC 64: trying mode 1024x768@60Hz with output at 1280x800@60Hz (pass 1)
CRTC 64: trying mode 1024x576@60Hz with output at 1280x800@60Hz (pass 1)
CRTC 64: trying mode 800x600@72Hz with output at 1280x800@60Hz (pass 1)
CRTC 64: trying mode 800x600@75Hz with output at 1280x800@60Hz (pass 1)
CRTC 64: trying mode 800x600@60Hz with output at 1280x800@60Hz (pass 1)
CRTC 64: trying mode 800x600@56Hz with output at 1280x800@60Hz (pass 1)
CRTC 64: trying mode 848x480@60Hz with output at 1280x800@60Hz (pass 1)
CRTC 64: trying mode 640x480@73Hz with output at 1280x800@60Hz (pass 1)
CRTC 64: trying mode 640x480@75Hz with output at 1280x800@60Hz (pass 1)
CRTC 64: trying mode 640x480@60Hz with output at 1280x800@60Hz (pass 1)
CRTC 64: trying mode 720x400@70Hz with output at 1280x800@60Hz (pass 1)
Trying modes for CRTC 63
CRTC 63: trying mode 1280x1024@60Hz with output at 1280x800@60Hz (pass 0)
CRTC 63: trying mode 1280x1024@75Hz with output at 1280x800@60Hz (pass 0)
CRTC 63: trying mode 1280x960@60Hz with output at 1280x800@60Hz (pass 0)
CRTC 63: trying mode 1280x800@75Hz with output at 1280x800@60Hz (pass 0)
CRTC 63: trying mode 1280x800@60Hz with output at 1280x800@60Hz (pass 0)
    output HDMI1 does not have the same parameters as another cloned output:
existing mode = 77, new mode = 216
existing coordinates = (0, 0), new coordinates = (1280, 0)
existing rotation = normal, new rotation = normal
CRTC 63: trying mode 1152x864@75Hz with output at 1280x800@60Hz (pass 0)
CRTC 63: trying mode 1280x768@75Hz with output at 1280x800@60Hz (pass 0)
CRTC 63: trying mode 1280x768@60Hz with output at 1280x800@60Hz (pass 0)
CRTC 63: trying mode 1024x768@75Hz with output at 1280x800@60Hz (pass 0)
CRTC 63: trying mode 1024x768@70Hz with output at 1280x800@60Hz (pass 0)
CRTC 63: trying mode 1024x768@60Hz with output at 1280x800@60Hz (pass 0)
CRTC 63: trying mode 1024x576@60Hz with output at 1280x800@60Hz (pass 0)
CRTC 63: trying mode 800x600@72Hz with output at 1280x800@60Hz (pass 0)
CRTC 63: trying mode 800x600@75Hz with output at 1280x800@60Hz (pass 0)
CRTC 63: trying mode 800x600@60Hz with output at 1280x800@60Hz (pass 0)
CRTC 63: trying mode 800x600@56Hz with output at 1280x800@60Hz (pass 0)
CRTC 63: trying mode 848x480@60Hz with output at 1280x800@60Hz (pass 0)
CRTC 63: trying mode 640x480@73Hz with output at 1280x800@60Hz (pass 0)
CRTC 63: trying mode 640x480@75Hz with output at 1280x800@60Hz (pass 0)
CRTC 63: trying mode 640x480@60Hz with output at 1280x800@60Hz (pass 0)
CRTC 63: trying mode 720x400@70Hz with output at 1280x800@60Hz (pass 0)
CRTC 63: trying mode 1280x1024@60Hz with output at 1280x800@60Hz (pass 1)
CRTC 63: trying mode 1280x1024@75Hz with output at 1280x800@60Hz (pass 1)
CRTC 63: trying mode 1280x960@60Hz with output at 1280x800@60Hz (pass 1)
CRTC 63: trying mode 1280x800@75Hz with output at 1280x800@60Hz (pass 1)
    output HDMI1 does not have the same parameters as another cloned output:
existing mode = 77, new mode = 77
existing coordinates = (0, 0), new coordinates = (1280, 0)
existing rotation = normal, new rotation = normal
CRTC 63: trying mode 1280x800@60Hz with output at 1280x800@60Hz (pass 1)
    output HDMI1 does not have the same parameters as another cloned output:
existing mode = 77, new mode = 216
existing coordinates = (0, 0), new coordinates = (1280, 0)
existing rotation = normal, new rotation = normal
CRTC 63: trying mode 1152x864@75Hz with output at 1280x800@60Hz (pass 1)
CRTC 63: trying mode 1280x768@75Hz with output at 1280x800@60Hz (pass 1)
CRTC 63: trying mode 1280x768@60Hz with output at 1280x800@60Hz (pass 1)
CRTC 63: trying mode 1024x768@75Hz with output at 1280x800@60Hz (pass 1)
CRTC 63: trying mode 1024x768@70Hz with output at 1280x800@60Hz (pass 1)
CRTC 63: trying mode 1024x768@60Hz with output at 1280x800@60Hz (pass 1)
CRTC 63: trying mode 1024x576@60Hz with output at 1280x800@60Hz (pass 1)
CRTC 63: trying mode 800x600@72Hz with output at 1280x800@60Hz (pass 1)
CRTC 63: trying mode 800x600@75Hz with output at 1280x800@60Hz (pass 1)
CRTC 63: trying mode 800x600@60Hz with output at 1280x800@60Hz (pass 1)
CRTC 63: trying mode 800x600@56Hz with output at 1280x800@60Hz (pass 1)
CRTC 63: trying mode 848x480@60Hz with output at 1280x800@60Hz (pass 1)
CRTC 63: trying mode 640x480@73Hz with output at 1280x800@60Hz (pass 1)
CRTC 63: trying mode 640x480@75Hz with output at 1280x800@60Hz (pass 1)
CRTC 63: trying mode 640x480@60Hz with output at 1280x800@60Hz (pass 1)
CRTC 63: trying mode 720x400@70Hz with output at 1280x800@60Hz (pass 1)

CRTC 63: trying mode 1280x800@60Hz with output at 1280x800@60Hz (pass 1)
    could not assign CRTCs to outputs:
Trying modes for CRTC 64
CRTC 64: trying mode 1280x1024@60Hz with output at 1280x800@60Hz (pass 0)
CRTC 64: trying mode 1280x1024@75Hz with output at 1280x800@60Hz (pass 0)
CRTC 64: trying mode 1280x960@60Hz with output at 1280x800@60Hz (pass 0)
CRTC 64: trying mode 1280x800@75Hz with output at 1280x800@60Hz (pass 0)
CRTC 64: trying mode 1280x800@60Hz with output at 1280x800@60Hz (pass 0)
    output HDMI1 does not have the same parameters as another cloned output:
existing mode = 69, new mode = 216
existing coordinates = (2560, 0), new coordinates = (1280, 0)
existing rotation = normal, new rotation = normal
CRTC 64: trying mode 1152x864@75Hz with output at 1280x800@60Hz (pass 0)
CRTC 64: trying mode 1280x768@75Hz with output at 1280x800@60Hz (pass 0)
CRTC 64: trying mode 1280x768@60Hz with output at 1280x800@60Hz (pass 0)
CRTC 64: trying mode 1024x768@75Hz with output at 1280x800@60Hz (pass 0)
CRTC 64: trying mode 1024x768@70Hz with output at 1280x800@60Hz (pass 0)
CRTC 64: trying mode 1024x768@60Hz with output at 1280x800@60Hz (pass 0)
CRTC 64: trying mode 1024x576@60Hz with output at 1280x800@60Hz (pass 0)
CRTC 64: trying mode 800x600@72Hz with output at 1280x800@60Hz (pass 0)
CRTC 64: trying mode 800x600@75Hz with output at 1280x800@60Hz (pass 0)
CRTC 64: trying mode 800x600@60Hz with output at 1280x800@60Hz (pass 0)
CRTC 64: trying mode 800x600@56Hz with output at 1280x800@60Hz (pass 0)
CRTC 64: trying mode 848x480@60Hz with output at 1280x800@60Hz (pass 0)
CRTC 64: trying mode 640x480@73Hz with output at 1280x800@60Hz (pass 0)
CRTC 64: trying mode 640x480@75Hz with output at 1280x800@60Hz (pass 0)
CRTC 64: trying mode 640x480@60Hz with output at 1280x800@60Hz (pass 0)
CRTC 64: trying mode 720x400@70Hz with output at 1280x800@60Hz (pass 0)
CRTC 64: trying mode 1280x1024@60Hz with output at 1280x800@60Hz (pass 1)
CRTC 64: trying mode 1280x1024@75Hz with output at 1280x800@60Hz (pass 1)
CRTC 64: trying mode 1280x960@60Hz with output at 1280x800@60Hz (pass 1)
CRTC 64: trying mode 1280x800@75Hz with output at 1280x800@60Hz (pass 1)
    output HDMI1 does not have the same parameters as another cloned output:
existing mode = 69, new mode = 77
existing coordinates = (2560, 0), new coordinates = (1280, 0)
existing rotation = normal, new rotation = normal
CRTC 64: trying mode 1280x800@60Hz with output at 1280x800@60Hz (pass 1)
    output HDMI1 does not have the same parameters as another cloned output:
existing mode = 69, new mode = 216
existing coordinates = (2560, 0), new coordinates = (1280, 0)
existing rotation = normal, new rotation = normal
CRTC 64: trying mode 1152x864@75Hz with output at 1280x800@60Hz (pass 1)
CRTC 64: trying mode 1280x768@75Hz with output at 1280x800@60Hz (pass 1)
CRTC 64: trying mode 1280x768@60Hz with output at 1280x800@60Hz (pass 1)
CRTC 64: trying mode 1024x768@75Hz with output at 1280x800@60Hz (pass 1)
CRTC 64: trying mode 1024x768@70Hz with output at 1280x800@60Hz (pass 1)
CRTC 64: trying mode 1024x768@60Hz with output at 1280x800@60Hz (pass 1)
CRTC 64: trying mode 1024x576@60Hz with output at 1280x800@60Hz (pass 1)
CRTC 64: trying mode 800x600@72Hz with output at 1280x800@60Hz (pass 1)
CRTC 64: trying mode 800x600@75Hz with output at 1280x800@60Hz (pass 1)
CRTC 64: trying mode 800x600@60Hz with output at 1280x800@60Hz (pass 1)
CRTC 64: trying mode 800x600@56Hz with output at 1280x800@60Hz (pass 1)
CRTC 64: trying mode 848x480@60Hz with output at 1280x800@60Hz (pass 1)
CRTC 64: trying mode 640x480@73Hz with output at 1280x800@60Hz (pass 1)
CRTC 64: trying mode 640x480@75Hz with output at 1280x800@60Hz (pass 1)
CRTC 64: trying mode 640x480@60Hz with output at 1280x800@60Hz (pass 1)
CRTC 64: trying mode 720x400@70Hz with output at 1280x800@60Hz (pass 1)
Trying modes for CRTC 63
CRTC 63: trying mode 1280x1024@60Hz with output at 1280x800@60Hz (pass 0)
CRTC 63: trying mode 1280x1024@75Hz with output at 1280x800@60Hz (pass 0)
CRTC 63: trying mode 1280x960@60Hz with output at 1280x800@60Hz (pass 0)
CRTC 63: trying mode 1280x800@75Hz with output at 1280x800@60Hz (pass 0)
CRTC 63: trying mode 1280x800@60Hz with output at 1280x800@60Hz (pass 0)
    output HDMI1 does not have the same parameters as another cloned output:
existing mode = 78, new mode = 216
existing coordinates = (0, 0), new coordinates = (1280, 0)
existing rotation = normal, new rotation = normal

CRTC 63: trying mode 1280x1024@60Hz with output at 1280x800@60Hz (pass 1)
CRTC 63: trying mode 1280x1024@75Hz with output at 1280x800@60Hz (pass 1)
CRTC 63: trying mode 1280x960@60Hz with output at 1280x800@60Hz (pass 1)
CRTC 63: trying mode 1280x800@75Hz with output at 1280x800@60Hz (pass 1)
    output HDMI1 does not have the same parameters as another cloned output:
existing mode = 78, new mode = 77
existing coordinates = (0, 0), new coordinates = (1280, 0)
existing rotation = normal, new rotation = normal
CRTC 63: trying mode 1280x800@60Hz with output at 1280x800@60Hz (pass 1)
    output HDMI1 does not have the same parameters as another cloned output:
existing mode = 78, new mode = 216
existing coordinates = (0, 0), new coordinates = (1280, 0)
existing rotation = normal, new rotation = normal
CRTC 63: trying mode 1152x864@75Hz with output at 1280x800@60Hz (pass 1)
CRTC 63: trying mode 1280x768@75Hz with output at 1280x800@60Hz (pass 1)
CRTC 63: trying mode 1280x768@60Hz with output at 1280x800@60Hz (pass 1)
CRTC 63: trying mode 1024x768@75Hz with output at 1280x800@60Hz (pass 1)
CRTC 63: trying mode 1024x768@70Hz with output at 1280x800@60Hz (pass 1)
CRTC 63: trying mode 1024x768@60Hz with output at 1280x800@60Hz (pass 1)
CRTC 63: trying mode 1024x576@60Hz with output at 1280x800@60Hz (pass 1)
CRTC 63: trying mode 800x600@72Hz with output at 1280x800@60Hz (pass 1)
CRTC 63: trying mode 800x600@75Hz with output at 1280x800@60Hz (pass 1)
CRTC 63: trying mode 800x600@60Hz with output at 1280x800@60Hz (pass 1)
CRTC 63: trying mode 800x600@56Hz with output at 1280x800@60Hz (pass 1)
CRTC 63: trying mode 848x480@60Hz with output at 1280x800@60Hz (pass 1)
CRTC 63: trying mode 640x480@73Hz with output at 1280x800@60Hz (pass 1)
CRTC 63: trying mode 640x480@75Hz with output at 1280x800@60Hz (pass 1)
CRTC 63: trying mode 640x480@60Hz with output at 1280x800@60Hz (pass 1)
CRTC 63: trying mode 720x400@70Hz with output at 1280x800@60Hz (pass 1)

CRTC 63: trying mode 1152x864@75Hz with output at 1280x800@60Hz (pass 1)
CRTC 63: trying mode 1280x768@75Hz with output at 1280x800@60Hz (pass 1)
CRTC 63: trying mode 1280x768@60Hz with output at 1280x800@60Hz (pass 1)
CRTC 63: trying mode 1024x768@75Hz with output at 1280x800@60Hz (pass 1)
CRTC 63: trying mode 1024x768@70Hz with output at 1280x800@60Hz (pass 1)
CRTC 63: trying mode 1024x768@60Hz with output at 1280x800@60Hz (pass 1)
CRTC 63: trying mode 832x624@75Hz with output at 1280x800@60Hz (pass 1)
CRTC 63: trying mode 800x600@72Hz with output at 1280x800@60Hz (pass 1)
CRTC 63: trying mode 800x600@75Hz with output at 1280x800@60Hz (pass 1)
CRTC 63: trying mode 800x600@60Hz with output at 1280x800@60Hz (pass 1)
CRTC 63: trying mode 800x600@56Hz with output at 1280x800@60Hz (pass 1)
CRTC 63: trying mode 848x480@60Hz with output at 1280x800@60Hz (pass 1)
CRTC 63: trying mode 640x480@73Hz with output at 1280x800@60Hz (pass 1)
CRTC 63: trying mode 640x480@75Hz with output at 1280x800@60Hz (pass 1)
CRTC 63: trying mode 640x480@67Hz with output at 1280x800@60Hz (pass 1)
CRTC 63: trying mode 640x480@60Hz with output at 1280x800@60Hz (pass 1)
CRTC 63: trying mode 720x405@72Hz with output at 1280x800@60Hz (pass 1)
CRTC 63: trying mode 720x400@70Hz with output at 1280x800@60Hz (pass 1)

CRTC 64: trying mode 1024x768@60Hz with output at 1280x800@0Hz (pass 1)
CRTC 64: trying mode 800x600@60Hz with output at 1280x800@0Hz (pass 1)
CRTC 64: trying mode 800x600@56Hz with output at 1280x800@0Hz (pass 1)
CRTC 64: trying mode 640x480@60Hz with output at 1280x800@0Hz (pass 1)
Trying modes for CRTC 63

CRTC 63: trying mode 1280x800@60Hz with output at 1280x800@0Hz (pass 1)
    CRTC 63 cannot drive output LVDS1
CRTC 63: trying mode 1024x768@60Hz with output at 1280x800@0Hz (pass 1)
CRTC 63: trying mode 800x600@60Hz with output at 1280x800@0Hz (pass 1)
CRTC 63: trying mode 800x600@56Hz with output at 1280x800@0Hz (pass 1)
CRTC 63: trying mode 640x480@60Hz with output at 1280x800@0Hz (pass 1)

It said the have more than 30K characters so I have cut the pass 0 output
Its seen to work ok with two display but it just does work badly with 3 at the same time.

PeterUK 04-06-2013 12:28 AM

Quote:

Originally Posted by business_kid (Post 4925599)
What's the picture like?

1280x1024 is close to a square picture (5:4 aspect ratio)

1920x1080 is nearly twice as wide as high (16:9 aspect ratio)

Now I am manage to run the 3 monitor at once but laptop monitor OK the one in the left OK but the HDMI is cloning the left.

this is xrandr -q

Code:

Screen 0: minimum 320 x 200, current 2560 x 1024, maximum 8192 x 8192
LVDS1 connected 1280x800+1280+0 (normal left inverted right x axis y axis) 331mm x 207mm
  1280x800      59.9*+
  1024x768      60.0 
  800x600        60.3    56.2 
  640x480        59.9 
VGA1 connected 1280x1024+0+0 (normal left inverted right x axis y axis) 337mm x 270mm
  1280x1024      75.0 +  60.0*
  1400x1050      60.0 
  1440x900      75.0    59.9 
  1280x960      60.0 
  1360x768      60.0 
  1280x800      74.9    59.8 
  1152x864      75.0 
  1280x768      74.9    59.9 
  1024x768      75.1    75.0    70.1    60.0 
  832x624        74.6 
  800x600        72.2    75.0    60.3    56.2 
  848x480        60.0 
  640x480        75.0    72.8    72.8    66.7    60.0    59.9 
  720x405        72.0 
  720x400        70.1 
HDMI1 connected 1280x1024+0+0 (normal left inverted right x axis y axis) 338mm x 270mm
  1280x1024      60.0*+  75.0 
  1024x768      75.1    60.0 
  800x600        75.0    60.3 
  640x480        75.0    60.0 
  720x400        70.1 
TV1 unknown connection (normal left inverted right x axis y axis)
  848x480        59.9 +
  640x480        59.9 +
  1024x768      59.9 
  800x600        59.9

this is the fist time I can see actually working 3 at the same time, not as it should be actually displaying things OK.

getting back to your question the picture is fine to those resolutions because the screens are not the same.

Hope this help!

PeterUK 04-06-2013 12:55 AM

Quote:

Originally Posted by business_kid (Post 4925599)
What's the picture like?

1280x1024 is close to a square picture (5:4 aspect ratio)

1920x1080 is nearly twice as wide as high (16:9 aspect ratio)

I try to force moving the 3er screen to right by:

xrandr --output HDMI1 --right-of LVDS1

I get:
cannot find crtc for output HDMI1

I start thinking this is not possible? How can I check that? Thanks

business_kid 04-06-2013 02:02 PM

A lot of talk is inclined to go on between the X server and the various video bits as X boots. I get all that in /var/log/Xorg.0.log each time. It would be good to look at that and see what's going wrong in your case. We don;t have enough information.

I didn't even find out what shape your picture is.

PeterUK 04-06-2013 04:15 PM

Quote:

Originally Posted by business_kid (Post 4926439)

I didn't even find out what shape your picture is.

Sorry I though I did answer you question about the picture, for example I am writing this in 12.04 Ubuntu at 1280x1024 left monitor and 1280 x 800 in the laptop screen. What do you actually mean shape of my picture? Sorry if this is a very straight forward question.

PeterUK 04-06-2013 05:25 PM

Quote:

Originally Posted by business_kid (Post 4926439)
A lot of talk is inclined to go on between the X server and the various video bits as X boots. I get all that in /var/log/Xorg.0.log each time. It would be good to look at that and see what's going wrong in your case. We don;t have enough information.

About the Xorg.0.log here its (This is for the 12.04):

I would like to add that I was trying to look for the display driver to my display chip set (Intel 965 GM) But I could not found it but I found an application (called Intel Driver Manager) which it does automatic (which I don't like) I really though I was going to see some improvement on display but I have to say that I cannot notice it. How do I how what has it done?

Code:

The code is quite long so I paste in here:
http://pastebin.com/QAzW1CzD

Now for the slackware Xorg is here:

Code:

http://pastebin.com/7b8SQ4JW

business_kid 04-07-2013 09:37 AM

Quote:

[ 14.043] (II) intel(0): Output VGA1 has no monitor section
[ 14.051] (II) intel(0): Output HDMI1 has no monitor section
[ 14.051] (II) intel(0): Output TV1 has no monitor section
[ 15.382] (II) config/udev: Adding input device HDA Intel HDMI/DP,pcm=3 (/dev/input/event12)
[ 15.382] (II) No input driver specified, ignoring this device.
You need to detail your machine if you want us to check up. I'm not aware of HDMI inputs on any laptop, or video card. It seems you have gone to three monitors without detailing to the box (or to us) much of what's going on. write some xorg.conf stuff into /etc/xorg.conf.d/ in a file named video.conf or anything.conf as long as it ends in .conf.

The rules are in 'man xorg.conf'
you can have as many card sections and video sections, and any number of monitor sections. If X finds them, it will use them. In your next post, state
1. Exactly what the equipment is
2. how you have it configured and what the results are.
3. What you are trying to achieve.

Also study how others have done it. I know you can specify "left" and "right" on different monitors, but "middle" I don't know about.

PeterUK 04-07-2013 03:39 PM

Quote:

Originally Posted by business_kid (Post 4926857)
You need to detail your machine if you want us to check up. I'm not aware of HDMI inputs on any laptop, or video card. It seems you have gone to three monitors without detailing to the box (or to us) much of what's going on. write some xorg.conf stuff into /etc/xorg.conf.d/ in a file named video.conf or anything.conf as long as it ends in .conf.

The rules are in 'man xorg.conf'
you can have as many card sections and video sections, and any number of monitor sections. If X finds them, it will use them. In your next post, state
1. Exactly what the equipment is
2. how you have it configured and what the results are.
3. What you are trying to achieve.

Also study how others have done it. I know you can specify "left" and "right" on different monitors, but "middle" I don't know about.

to clarify more the hardware I am using:
Its a Dell 1525 Laptop which it has it own screen LDVS tree video output (TV I am not interested on using it at the moment) VGA output which is VGA1 and HDMI output which is HDM1, the chip set is 965 GM from intel which as integrate video.

What I am trying to do:
Is connect one monitor on the left and one monitor on the right

I have looked around I cannot find anyone which has done it. I can use any one the 3 video output but two at time. The only time I have seen then all up is as mirror monitoring.

I guess next step is configure the xorg?

business_kid 04-08-2013 03:36 AM

Quote:

I guess next step is configure the xorg?
Yes, reading manm xorg.conf. When you find the options Left & Right, If there's no option for "Center" or "Middle", you can expect this to go poorly. Set up only one video mode on each (Maximum) and set a Virtual setting. Let's say you had 2 hdmi monitors: your virtual would be
Virtual 3840x1080

AFAIK (and I don't read much) there is no way to do 3 cards out of one GPU. If you haven't found that somewhere, learn from that. I imagine it will be internal screen and/or one other. I don't even know if you can get output from both auxiliary outputs together, and then I imagine you'll get the same thing from them.

PeterUK 05-05-2013 11:08 PM

Quote:

Originally Posted by business_kid (Post 4927388)
Yes, reading manm xorg.conf. When you find the options Left & Right, If there's no option for "Center" or "Middle", you can expect this to go poorly. Set up only one video mode on each (Maximum) and set a Virtual setting. Let's say you had 2 hdmi monitors: your virtual would be
Virtual 3840x1080

AFAIK (and I don't read much) there is no way to do 3 cards out of one GPU. If you haven't found that somewhere, learn from that. I imagine it will be internal screen and/or one other. I don't even know if you can get output from both auxiliary outputs together, and then I imagine you'll get the same thing from them.

Hi! I didn't have time to get back to this post earlier because I wanted to check datasheet for the chip-set and I am afraid I have run out into a hardware problem.

Before I get into details I would like to give a advice to people get to this stage, Do NOT buy the cheap HDMI-to-VGA on internet, I dont sure its faulty or it just does not work, I have got a HDMI to DVI cable and it works fine.

I looked at the datasheet and there in page 79 state there is only two pipe. Here is the datasheet

So I guess it only can display two outputs at once. I can turn on and off and display any of them at two at the time as max.

Its a shame I wanted to have tree independent monitor at once but I guess its not possible also I have not being able to make the display the same all at once at system level (only with life CD).

I will leave the post open for a bit to see if anyone has any comment!


All times are GMT -5. The time now is 10:17 AM.