Suse 13.1, HDMI always shows a blank desktop image regardless of the video on the monitor. Raedon HD 3200 graphics, device RS780M/RS780MN. Hardware is good, works OK in Windows 8.
What driver??
Is this what you want?
P: /devices/pci0000:00/0000:00:01.0/0000:01:05.0
E: DEVPATH=/devices/pci0000:00/0000:00:01.0/0000:01:05.0
E: DRIVER=radeon
E: ID_MODEL_FROM_DATABASE=RS780M [Mobility Radeon HD 3200]
E: ID_PCI_CLASS_FROM_DATABASE=Display controller
E: ID_PCI_INTERFACE_FROM_DATABASE=VGA controller
E: ID_PCI_SUBCLASS_FROM_DATABASE=VGA compatible controller
E: ID_VENDOR_FROM_DATABASE=Advanced Micro Devices, Inc. [AMD/ATI]
E: MODALIAS=pci:v00001002d00009612sv00001025sd0000021Abc03sc00i00
E: PCI_CLASS=30000
E: PCI_ID=1002:9612
E: PCI_SLOT_NAME=0000:01:05.0
E: PCI_SUBSYS_ID=1025:021A
E: SUBSYSTEM=pci
E: USEC_INITIALIZED=988885
You might want to try the propritary ATI driver you are using the open source Radeon driver. May make a difference
Does the proprietary driver support the RS780M [Mobility Radeon HD 3200] ? I had a laptop with such hardware (I gave it away a year ago) and my recollection a year ago was that hardware was designated as legacy and no longer supported by AMD. If that the case, installing the fglrx driver may make this worse.
No.
The fglrx driver only supports HD 5000 (and Mobility Radeon HD 5000) and up.
I have no idea about the HDMI issue though.
This driver has:
1: Limited the resolution to one choice, 1024 x 768, which is unacceptable,
2: Made my preferred player, mplayer, non-functional, and
3: completely killed the HDMI output, shows as “No Signal” on the TV.
How do I get back to where I was?
Mike
You are not using that driver as it cannot even be loaded. As I said, it doesn’t support your card.
Most likely you use fbdev or vesa now, because fglrx would prevent radeon from being loaded either.
How do I get back to where I was?
Uninstall the fglrx driver again.
If you used that 1-click install button, just enter YaST->Software Management, type “fglrx” into the search field and press enter.
Then remove that shown package.
After a reboot everything should be the same as before.
SUSE wouldn’t boot after the changes. I re-installed SUSE. Now boots OH but HDMI problem persists. Still works OK in Windows.
Maybe this would help?
https://wiki.archlinux.org/index.php/ATI#HDMI_audio
I.e. add “radeon.audio=1” to the “Optional Kernel Parameter” line in YaST->System->Boot Loader->Boot Loader Options. But I’m not sure if this is still needed with kernel 3.11 or not.
Is there any possibility that after the PC has been booted, you can plug in the HDMI connection (with HDMI device powered/configured best possible), and then immediately type in a terminal
xrandr
and advise as to what output you get ?
Also, after having typed the above, copy the file /var/log/Xorg.0.log to http://susepaste.org/.
And also, in addition to /var/log/Xorg.0.log, copy the most recent /var/log/messages text (ie preferably the ‘messages’ ~50 lines or less associated with the HDMI device) to a separate http://susepaste.org/.
and then provide us the link to the suse past posts.
Hopefully that will provide information as to why this is not working for you.
You may be able to adjust the resolution in /etc/X11/xor.conf or the screen file in the xorg.confd directory
I had to for my current monitor since it does not talk to the computer to tell its capabilities.
Trick is to make a modeline for the res you want to use in the xorg.conf file. There are on line pages that compute the modeline for you also there is a CL utility (gtf)
This is what I’m currently using. Note need to be adjusted for your chip set and the res you need
Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "CRT-1"
HorizSync 55.0 - 83.0
VertRefresh 50.0 - 75.0
# ModeLine "1920x1080" 162.37 1920 1952 2568 2600 1080 1102 1112 1135 -hsync +vsync
ModeLine "1600x900_60.00" 119.00 1600 1696 1864 2128 900 901 904 932 -HSync +Vsync
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
Option "Stereo" "0"
Option "nvidiaXineramaInfoOrder" "CRT-1"
Option "metamodes" "1600x900 +0+0;1280x1024 +0+0; 1280x960 +0+0; 1152x864 +0+0; nvidia-auto-select +0+0; 800x600 +0+0; 640x480 +0+0"
Option "SLI" "Off"
Option "MultiGPU" "Off"
Option "BaseMosaic" "off"
SubSection "Display"
Depth 24
Modes "1920x1080" "1280x1024" "1280x960" "1366x768" "1280x800" "1152x864" "1280x768" "1024x768" "1280x600" "1024x600" "800x600" "768x576" "640x480"
EndSubSection
EndSection