After freeze issues occured with Nvidia's propriarity driver, I've rolled back to the default Nouveau driver on openSUSE 12.3 and 13.1 M4 Gnome on my HP laptop.
While this works fine for the built-in LVDS-1 connected display, xrandr reports that all other ports are disconnected, included DVI-D-1 (and HDMI-1) for the connected external, second monitor.
On the second monitor itself, a "DVI - no signal" warning message is displayed a moment and nothing more..
Neither the gui Settings > Gnome Display tool's "Search Monitors" find the second monitor.
Suggestion how to activate and detect these ports as connected, especially the DVI-D-1 that is able to support 2560x1440 resolution?
While this works fine for the built-in LVDS-1 connected display, xrandr reports that all other ports are disconnected, included DVI-D-1 (and HDMI-1) for the connected external, second monitor.
On the second monitor itself, a "DVI - no signal" warning message is displayed a moment and nothing more..
Neither the gui Settings > Gnome Display tool's "Search Monitors" find the second monitor.
Suggestion how to activate and detect these ports as connected, especially the DVI-D-1 that is able to support 2560x1440 resolution?
Code:
~> xrandr
Screen 0: minimum 320 x 200, current 1920 x 1200, maximum 8192 x 8192
LVDS-1 connected primary 1920x1200+0+0 (normal left inverted right x axis y axis) 367mm x 229mm
1920x1200 60.0*+ 59.9
............snip ..........
VGA-1 disconnected (normal left inverted right x axis y axis)
DVI-D-1 disconnected (normal left inverted right x axis y axis)
HDMI-1 disconnected (normal left inverted right x axis y axis)
Code:
cat ~/.config> cat monitors.xml
<monitors version="1">
<configuration>
<clone>no</clone>
<output name="LVDS-1">
<vendor>AUO</vendor>
<product>0x1188</product>
<serial>0x00000000</serial>
<width>1920</width>
<height>1200</height>
<rate>60</rate>
<x>0</x>
<y>0</y>
<rotation>normal</rotation>
<reflect_x>no</reflect_x>
<reflect_y>no</reflect_y>
<primary>yes</primary>
</output>
<output name="VGA-1">
</output>
<output name="DVI-D-1">
</output>
<output name="HDMI-1">
</output>
</configuration>
</monitors>