Slackware This Forum is for the discussion of Slackware Linux.
|
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
|
02-13-2012, 03:04 PM
|
#1
|
|
Member
Registered: Jul 2005
Distribution: Slackware 13.37 / Slackware64 13.37
Posts: 35
Rep:
|
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.
|
|
|
|
02-14-2012, 09:00 AM
|
#2
|
|
LQ Newbie
Registered: Feb 2009
Posts: 8
Rep:
|
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/
|
|
|
|
02-14-2012, 10:46 AM
|
#3
|
|
Member
Registered: Jul 2005
Distribution: Slackware 13.37 / Slackware64 13.37
Posts: 35
Original Poster
Rep:
|
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.
|
|
|
|
02-14-2012, 12:47 PM
|
#4
|
|
Senior Member
Registered: May 2006
Posts: 3,012
|
What's the output of 'xrandr' when both monitors are plugged in?
Adam
|
|
|
|
02-14-2012, 02:24 PM
|
#5
|
|
LQ Newbie
Registered: Feb 2009
Posts: 8
Rep:
|
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
Last edited by teox99; 02-14-2012 at 02:28 PM.
|
|
|
|
02-15-2012, 02:16 AM
|
#6
|
|
Member
Registered: Jul 2005
Distribution: Slackware 13.37 / Slackware64 13.37
Posts: 35
Original Poster
Rep:
|
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)
|
|
|
|
02-15-2012, 04:18 AM
|
#7
|
|
Senior Member
Registered: May 2006
Posts: 3,012
|
What happens if you run 'xrandr --output LVDS1 --mode 1366x768 --output VGA1 --mode 1600x900 --right-of LVDS1' ?
|
|
|
|
02-15-2012, 04:44 AM
|
#8
|
|
Member
Registered: Jul 2005
Distribution: Slackware 13.37 / Slackware64 13.37
Posts: 35
Original Poster
Rep:
|
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.
|
|
|
|
02-15-2012, 05:21 AM
|
#9
|
|
Senior Member
Registered: May 2006
Posts: 3,012
|
Which is what's supposed to happen. Is that not what you wanted?
Adam
|
|
|
|
02-15-2012, 05:30 AM
|
#10
|
|
Member
Registered: Jul 2005
Distribution: Slackware 13.37 / Slackware64 13.37
Posts: 35
Original Poster
Rep:
|
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.
|
|
|
|
02-15-2012, 05:52 AM
|
#11
|
|
Senior Member
Registered: May 2006
Posts: 3,012
|
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
|
|
|
|
02-15-2012, 06:07 AM
|
#12
|
|
Member
Registered: Jul 2005
Distribution: Slackware 13.37 / Slackware64 13.37
Posts: 35
Original Poster
Rep:
|
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.
|
|
|
|
02-15-2012, 06:18 AM
|
#13
|
|
Senior Member
Registered: May 2006
Posts: 3,012
|
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' ?
|
|
|
|
02-15-2012, 06:37 AM
|
#14
|
|
Member
Registered: Jul 2005
Distribution: Slackware 13.37 / Slackware64 13.37
Posts: 35
Original Poster
Rep:
|
Output of
Code:
xdpyinfo -ext XINERAMA
is prett big so I put it here:
http://pastebin.com/J9EG6Z4v
|
|
|
|
02-15-2012, 06:48 AM
|
#15
|
|
Senior Member
Registered: May 2006
Posts: 3,012
|
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?
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 09:33 PM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|