LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   Slackware 13.37 64bit - switchable graphics multiple monitors madness (https://www.linuxquestions.org/questions/slackware-14/slackware-13-37-64bit-switchable-graphics-multiple-monitors-madness-929166/)

mysql_connect 02-13-2012 03:04 PM

Slackware 13.37 64bit - switchable graphics multiple monitors madness
 
Hardware:

HP Probook 4530s, Core i5 2430M, 8GB ram, Intel HD3000 + ATI HD6490M (switchable graphics)

OS:

Slackware 13.37 64bit update to "current" with kernel 3.2.2 (huge),same problems with Slackware 13.37 64bit with 2.6.37.6 kernel.

Drivers:

ATI proprietary Catalyst 12.1 / Driver ver. 8.93 (tried all versions from Catalyst 11.8 same thing)

Problem:

Can't get 2 bloody monitors to run with this setup!!!

Symptoms:

KDE System Settings -> Display and Monitor -> Multiple Monitors says "This module is only for configuring system with a single desktop spread across multiple monitors. bla bla"

AMDCCCLE - does NOT have any monitor/display settings.

Setting resolutions and position from System Settings -> Display and Monitor -> Size & Orientation resets both monitors to 1024x768 OR resets external to 1024x768 and keeps internal OK.

Tried ALL xorg.conf setups I could find, no luck, setting Xinerama On in xorg.conf screws System Settings -> Display and Monitor -> Size & Orientation which displays an error message.

Help!!!

P.S. I have the same setup on a HP Probook 4510s with Slackware 13.37 32bit, custom compiled kernel and Catalyst 11.8 and works like a charm.

teox99 02-14-2012 09:00 AM

Sorry man,
but switchable graphics are not yet supported on linux,
new ATI has the same technology of NVIDIA OPTIMUS

read
http://linux-hybrid-graphics.blogspot.com/

mysql_connect 02-14-2012 10:46 AM

What do you mean by not supported?
Latest AMD driver does support switchable graphics:

http://linux-hybrid-graphics.blogspo...md-hybrid.html

I don't care about switching cards!!!

Everything else works just fine, even WoW ran by wine is working properly I just need to get 2 monitors to work.

adamk75 02-14-2012 12:47 PM

What's the output of 'xrandr' when both monitors are plugged in?

Adam

teox99 02-14-2012 02:24 PM

depends from what gpu provide the output, in some notebook the hdmi is connected directly to the ATI/nVIDIA card that is not recognized by the system.

p.s
only a mini-display port is usable to enable (in automatic) secondary output 'couse usually is connected to the intel card

mysql_connect 02-15-2012 02:16 AM

External monitor is connected to the VGA port.
Output of "xrandr -q" below.
No matter what I do and how I set it up it always comes up as 1024 x 768 and "cloned".

Code:

bash-4.1$ xrandr -q
Screen 0: minimum 320 x 200, current 1024 x 768, maximum 8192 x 8192
LVDS1 connected 1024x768+0+0 (normal left inverted right x axis y axis) 344mm x 194mm
  1366x768      60.0 +
  1024x768      60.0*
  800x600        60.3    56.2 
  640x480        59.9 
VGA1 connected (normal left inverted right x axis y axis)
  1600x900      60.0 +
  1280x1024      75.0    60.0 
  1440x900      59.9 
  1280x960      60.0 
  1280x800      59.8 
  1152x864      75.0 
  1024x768      75.1    70.1    60.0 
  832x624        74.6 
  800x600        72.2    75.0    60.3    56.2 
  640x480        72.8    75.0    66.7    60.0 
  720x400        70.1 
HDMI1 disconnected (normal left inverted right x axis y axis)
DP1 disconnected (normal left inverted right x axis y axis)


adamk75 02-15-2012 04:18 AM

What happens if you run 'xrandr --output LVDS1 --mode 1366x768 --output VGA1 --mode 1600x900 --right-of LVDS1' ?

mysql_connect 02-15-2012 04:44 AM

It makes one desktop of 2966 x 900 that spans across both monitors and they both act like a single monitor the image is divided between them.

adamk75 02-15-2012 05:21 AM

Which is what's supposed to happen. Is that not what you wanted?

Adam

mysql_connect 02-15-2012 05:30 AM

Why would I want that?

I want laptop LCD to work at it's resolution 1366 x 768 and the monitor at 1600 x 900 and I want them to be SEPARATED, each holding maximized windows, etc, I don't want windows to span across both monitors.

adamk75 02-15-2012 05:52 AM

When using xrandr, windows should only maximize to one monitor. The only reason I can think why that wouldn't happen is if your window manager weren't compiled with support for the xinerama extension.

Are you using WindowMaker by chance? Can you try a different window manager?

Adam

mysql_connect 02-15-2012 06:07 AM

I'm using KDE 4.5.5 which is shipped with Slackware64 13.37 and as I said in my inital post:

Quote:

KDE System Settings -> Display and Monitor -> Multiple Monitors says "This module is only for configuring system with a single desktop spread across multiple monitors. bla bla"

AMDCCCLE - does NOT have any monitor/display settings.
I can't try with other window manager right now as this is my working box and ... I have to work, coding only on the laptop screen does hurt a lot.

adamk75 02-15-2012 06:18 AM

You can run KDE system settings without actually using KDE so, no, you never actually said you were using KDE.

After you position the monitors with the xrandr command I gave, what's the output of 'xdpyinfo -ext XINERAMA' ?

mysql_connect 02-15-2012 06:37 AM

Output of

Code:

xdpyinfo -ext XINERAMA
is prett big so I put it here:

http://pastebin.com/J9EG6Z4v

adamk75 02-15-2012 06:48 AM

This is the most important bit:

Code:

XINERAMA version 1.1 opcode: 128
  head #0: 2966x900 @ 0,0

When using xrandr, you should get something like:

Code:

XINERAMA version 1.1 opcode: 150
  head #0: 1680x1050 @ 0,0
  head #1: 1440x900 @ 1680,0

(Which is taken directly from my machine.)

Can you pastebin your Xorg log file and /etc/X11/xorg.conf file?


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