|
Lines 255-261
void ScanXStuff::Scan (void) {
Link Here
|
| 255 |
//====================================== |
255 |
//====================================== |
| 256 |
// try to detect the output plugin |
256 |
// try to detect the output plugin |
| 257 |
//-------------------------------------- |
257 |
//-------------------------------------- |
| 258 |
if (graphics[0].module == "intel") { |
258 |
if (graphics[0].module == "intel" || graphics[0].module == "radeonhd") { |
| 259 |
rroutput = srvmsg->CallRandR(config); |
259 |
rroutput = srvmsg->CallRandR(config); |
| 260 |
if (rroutput.empty()) { |
260 |
if (rroutput.empty()) { |
| 261 |
rroutput = "<undefined>"; |
261 |
rroutput = "<undefined>"; |