LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   Dual monitor setup with Radeon HD 6530D card on 4.12.0-kali1-amd64 (https://www.linuxquestions.org/questions/linux-hardware-18/dual-monitor-setup-with-radeon-hd-6530d-card-on-4-12-0-kali1-amd64-4175614084/)

StevenSmithCIS 09-18-2017 11:58 PM

Dual monitor setup with Radeon HD 6530D card on 4.12.0-kali1-amd64
 
Well, I've scoured the web. Nothing has worked thus far. No xrandr, no Xorg-anything (yet).

The thing is, when I boot up (I have both monitors ON), both monitors are working up to a certain point in the boot process when the left one just goes blank and stays that way. Admittedly, I'm pretty new to linux. I'm more interested in the programming side than the hardware side, but it helps to know both I guess.

Anyways.. some other helpful info (maybe)

dmesg (grep radeon) dump:
Code:

[  25.407342] [drm] radeon kernel modesetting enabled.
[  26.071531] fb: switching to radeondrmfb from EFI VGA
[  26.072269] radeon 0000:00:01.0: VRAM: 512M 0x0000000000000000 - 0x000000001FFFFFFF (512M used)
[  26.072272] radeon 0000:00:01.0: GTT: 1024M 0x0000000020000000 - 0x000000005FFFFFFF
[  26.072408] [drm] radeon: 512M of VRAM memory ready
[  26.072409] [drm] radeon: 1024M of GTT memory ready.
[  26.247113] radeon 0000:00:01.0: firmware: direct-loading firmware radeon/SUMO_pfp.bin
[  26.262749] radeon 0000:00:01.0: firmware: direct-loading firmware radeon/SUMO_me.bin
[  26.263329] radeon 0000:00:01.0: firmware: direct-loading firmware radeon/SUMO_rlc.bin
[  26.263531] [drm] radeon: dpm initialized
[  26.604387] radeon 0000:00:01.0: firmware: direct-loading firmware radeon/SUMO_uvd.bin
[  26.625044] radeon 0000:00:01.0: WB enabled
[  26.625051] radeon 0000:00:01.0: fence driver on ring 0 use gpu addr 0x0000000020000c00 and cpu addr 0xffff8c12d5063c00
[  26.625055] radeon 0000:00:01.0: fence driver on ring 3 use gpu addr 0x0000000020000c0c and cpu addr 0xffff8c12d5063c0c
[  26.625494] radeon 0000:00:01.0: fence driver on ring 5 use gpu addr 0x0000000000072118 and cpu addr 0xffff9d9a41832118
[  26.625523] radeon 0000:00:01.0: radeon: MSI limited to 32-bit
[  26.625594] radeon 0000:00:01.0: radeon: using MSI.
[  26.625627] [drm] radeon: irq initialized.
[  27.349034] fbcon: radeondrmfb (fb0) is primary device
[  27.400496] radeon 0000:00:01.0: fb0: radeondrmfb frame buffer device
[  27.421372] [drm] Initialized radeon 2.50.0 20080528 for 0000:00:01.0 on minor 0

xrandr dump: (You can see that it 'sees' the monitor..
Code:

Screen 0: minimum 320 x 200, current 1440 x 900, maximum 8192 x 8192
DVI-0 disconnected (normal left inverted right x axis y axis)
DVI-1 connected primary 1440x900+0+0 (normal left inverted right x axis y axis) 408mm x 255mm
  1440x900      59.89*+  74.98 
  1280x1024    75.02    60.02 
  1152x864      75.00 
  1024x768      75.03    70.07    60.00 
  832x624      74.55 
  800x600      72.19    75.00    60.32    56.25 
  640x480      75.00    72.81    66.67    59.94 
  720x400      70.08


onebuck 09-19-2017 11:18 AM

Member response
 
Hi,

Look at this sticky for some reference links; Using Kali Linux? PLEASE READ!!

Hope this helps.
Have fun & enjoy!
:hattip:

StevenSmithCIS 09-19-2017 08:50 PM

Quote:

Originally Posted by onebuck (Post 5760546)
Hi,

Look at this sticky for some reference links; Using Kali Linux? PLEASE READ!!

Hope this helps.
Have fun & enjoy!
:hattip:

Right. So what if Benjamin Franklin tried a few times to get a light bulb to work, and then just said "[mod removed] it, the candle is already a light source!" Where would we be today? ;)

No, but seriously. I appreciate the thought, and see that there is little support for MY particular machine in linux, which isn't surprising because the people who created it don't even support it anymore. Ho hum. But I've learned quite a bit about the underpinnings of linux and how it works simply by trying to get a second monitor to work! I can't give up now!

Shadow_7 09-19-2017 10:49 PM

Is the cable flakey? Seeing that DVI-0 == disconnected. I've had quirky behavior when an HDMI cable I had was flakey (radio shack brand ofc).

StevenSmithCIS 09-19-2017 11:36 PM

Quote:

Originally Posted by Shadow_7 (Post 5760768)
Is the cable flakey? Seeing that DVI-0 == disconnected. I've had quirky behavior when an HDMI cable I had was flakey (radio shack brand ofc).

Shouldn't be. It was the monitor I was originally using until I plugged in my other monitor after finally finding the HDMI cord. I have an older HP Pavillion P6 series desktop that has an integrated system for display/sound/usb/etc. It works fine on windows (of course) but like I said, both displays are on during the boot process, then I get a message, something like "KVM disabled by bios" and the other (left) monitor turns off and the one I just recently plugged in is working. So I know it's not the plug itself, nor the cord, as the one that ISN'T working is the one I WAS using before I plugged in the new one.

I looked up the KVM message and found out a little about it, but nothing real specific except how to disable the message. I've scoured through xrandr and different threads on how users of other Debian distros made things work, and even in arandr, it won't let me add the other monitor. I have a suspicion that it has to do with the xorg config file, but just not sure how to write it to work, and I'm not a linux guru (yet, lol). It seems to be using some generic driver. I got a driver from AMD but it won't work with my current xorg settings or version. So I'm learning alot, but not getting any results just yet. :D

StevenSmithCIS 09-19-2017 11:46 PM

I'm looking into other distros. Like I said in my other thread, I'm hesitant because I tried Ubuntu on my laptop and now all it does is beep at me and the screen never comes on (like, not even the BIOS screen!) so not sure if it did something to the BIOS or the hardware somehow, or what.. but this Kali linux has 'worked' enough that I've been able to explore and get online and configure a VPN and do some fiddling, but it has little support for my graphics card, which I'm not sure any other distros will be much better, as this is an old, outdated machine (as is my laptop, which until I tried putting Ubuntu on it, was running Windows XP).

Just gotta find the best Linux version that has good support for old AMD systems I guess. :D I'd like to try Arch linux, even though it's for more 'advanced' users, I like the idea of simplicity and their overall philosophy, but since I just started using Linux full-time a few weeks ago, I may have to try a more regular Debian, OPENSuse, mint, or something else. Ideally I still want some of the tools that are on Kali for decompiling/reverse engineering binaries, as well as the specialized tools for networking and wireless, but I should be able to download them to a different version.

onebuck 09-20-2017 08:49 AM

Moderator response
 
@StevenSmithCIS

Please refrain from using foul/vulgar language when posting here at LQ;
Quote:

LQ Rules
Do not post any messages that are obscene, vulgar, sexually-orientated, hateful, threatening, hostile or insulting.

Timothy Miller 09-20-2017 10:06 AM

Quote:

Originally Posted by StevenSmithCIS (Post 5760776)
I'm looking into other distros. Like I said in my other thread, I'm hesitant because I tried Ubuntu on my laptop and now all it does is beep at me and the screen never comes on (like, not even the BIOS screen!) so not sure if it did something to the BIOS or the hardware somehow, or what.. but this Kali linux has 'worked' enough that I've been able to explore and get online and configure a VPN and do some fiddling, but it has little support for my graphics card, which I'm not sure any other distros will be much better, as this is an old, outdated machine (as is my laptop, which until I tried putting Ubuntu on it, was running Windows XP).

Just gotta find the best Linux version that has good support for old AMD systems I guess. :D I'd like to try Arch linux, even though it's for more 'advanced' users, I like the idea of simplicity and their overall philosophy, but since I just started using Linux full-time a few weeks ago, I may have to try a more regular Debian, OPENSuse, mint, or something else. Ideally I still want some of the tools that are on Kali for decompiling/reverse engineering binaries, as well as the specialized tools for networking and wireless, but I should be able to download them to a different version.

Look up Arch Anywhere. All the goodness of Arch, without the hassle of their horribly slow and time intensive installation method.

And good choice moving away from Kali. While Kali is great for what it is, it's meant to be used as a live OS only. When even the developers say quite clearly on their site "WE DO NOT RECOMMEND USING THIS FOR DESKTOP USAGE" that's usually a pretty fair indicator that it's not meant to be used as a desktop OS.

AS far as Debian, in 20 years of using linux, I can only remember 1 or 2 machines I've never been able to get Debian to work on, and for a while I was purchasing new hardware every 6 months and had 3 desktops and 6 laptops.

onebuck 09-20-2017 10:37 AM

Member response
 
Hi,
Quote:

Originally Posted by StevenSmithCIS (Post 5760742)
Right. So what if Benjamin Franklin tried a few times to get a light bulb to work, and then just said "[mod removed] it, the candle is already a light source!" Where would we be today? ;)

No, but seriously. I appreciate the thought, and see that there is little support for MY particular machine in linux, which isn't surprising because the people who created it don't even support it anymore. Ho hum. But I've learned quite a bit about the underpinnings of linux and how it works simply by trying to get a second monitor to work! I can't give up now!

I referenced that link for links within;
Quote:

From https://www.kali.org/kali-linux-documentation/

Kali Linux is constantly evolving with new features being added to the distribution all the time. In an ongoing effort, we are attempting to document common, new, or interesting features available in Kali Linux as best as we can. This has prompted the setup of our Official Kali Linux Documentation website. We believe the fastest way to get to know Kali Linux is to follow the documentation site and explore the new features available. On our multi-language documentation site, you will find out what makes Kali Linux different from standard Linux distributions, how to install Kali on different types of hardware including ARM devices, how to create your own custom Kali Linux ISOs, and much more.
Not to discourage your use of 'kali' but to provide directions as to get additional help. It's your choice to use or not!
Hope this helps.
Have fun & enjoy!
:hattip:

Emerson 09-20-2017 10:40 AM

Quote:

Not to discourage your use of 'kali'
Kali Linux is not intended and not suitable to be used as a desktop distro. Using it for anything else than its intended purpose is discouraged indeed.

StevenSmithCIS 09-20-2017 08:30 PM

Quote:

Originally Posted by Timothy Miller (Post 5760925)
Look up Arch Anywhere. All the goodness of Arch, without the hassle of their horribly slow and time intensive installation method.

And good choice moving away from Kali. While Kali is great for what it is, it's meant to be used as a live OS only. When even the developers say quite clearly on their site "WE DO NOT RECOMMEND USING THIS FOR DESKTOP USAGE" that's usually a pretty fair indicator that it's not meant to be used as a desktop OS.

AS far as Debian, in 20 years of using linux, I can only remember 1 or 2 machines I've never been able to get Debian to work on, and for a while I was purchasing new hardware every 6 months and had 3 desktops and 6 laptops.

yeah well. Like I've said 3 times now, it was the only linux that I've gotten to work smoothly so far on my old hardware. For 'whatever' reason. Ubuntu messed up my laptop, and now it just beeps at me and the screen won't turn on. But, I installed linux Mint and have the same problems with my video card driver, so it has nothing to do with Kali, and everything to do with my old hardware. I know lots of script kiddies are out trying to use Kali linux cause they think they're hackers now, but I have some legitimate uses for it.. however the main thing (for the 4th time) is that it happened to work very well on installation and so I went with it for a while. I am liking Mint though.. pretty cool, though it's obviously more geared towards windows users.

:)

StevenSmithCIS 09-20-2017 08:38 PM

Quote:

Originally Posted by onebuck (Post 5760933)
Hi,


I referenced that link for links within;Not to discourage your use of 'kali' but to provide directions as to get additional help. It's your choice to use or not!
Hope this helps.
Have fun & enjoy!
:hattip:


So if I was just using straight Debian linux, it would be okay then? ;) Meh, whatever. I'm trying to learn LINUX, or more specifically, trying to learn the UNIX style kernel with various Linux flavors of it. I learned alot from tinkering around with Kali and trying to get hardware to work on a system that wasn't geared for it. That's how you LEARN an OS... by tinkering and having problems. The ability to FIX or at least troubleshoot is a much better skill to have (IMO) than just being able to 'use' an OS that works fine out of the box. However, if NOBODY (not even the manufacturer) supports your specific hardware, then it doesn't matter what you use unless you want to dig in and learn how to create drivers for embedded hardware (which I wouldn't mind learning). I installed Mint, then went to the forums.. apparently there is some problem with AMD Ratheon cards in Linux. Especially the old ones that I have that are > 5 years old.

StevenSmithCIS 09-20-2017 08:41 PM

Quote:

Originally Posted by onebuck (Post 5760900)
@StevenSmithCIS

Please refrain from using foul/vulgar language when posting here at LQ;

I apologize for that. Won't happen again.

onebuck 09-20-2017 09:02 PM

Member response
 
Hi,

Why not try Slackware? You surely will learn a lot working through the use of Slackware. Look here; Get Slackware Linux

Hope this helps.
Have fun & enjoy!
:hattip:

StevenSmithCIS 09-20-2017 09:04 PM

Quote:

Originally Posted by onebuck (Post 5760933)
Hi,


I referenced that link for links within;Not to discourage your use of 'kali' but to provide directions as to get additional help. It's your choice to use or not!
Hope this helps.
Have fun & enjoy!
:hattip:

I read the kali docs. My professor in school got me really interested in internet security, so I've kindof taken a fork in the road and went from making apps and programs, to learning more about networking, protocols, scripting, how antivirus software works, how viruses work, how people hack wireless, desktop, laptops, and phones.. and how to stay safe from it. One method, is to quit using windows ( ;) ) but the other is just learning a few other tricks. And if I DO get hacked, which could happen since I am all over the web, including the dungeon, I'd like to know how to contain and study the process. Thankfully I don't have any sensitive or even really important info on my machine. It's all backed up onto disk or onto the cloud. So my machine is strictly for tinkering. :)


All times are GMT -5. The time now is 08:07 PM.