LinuxQuestions.org
Review your favorite Linux distribution.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook
User Name
Password
Linux - Laptop and Netbook Having a problem installing or configuring Linux on your laptop? Need help running Linux on your netbook? This forum is for you. This forum is for any topics relating to Linux and either traditional laptops or netbooks (such as the Asus EEE PC, Everex CloudBook or MSI Wind).

Notices


Reply
  Search this Thread
Old 07-08-2009, 01:50 AM   #1
DrAxeman
Member
 
Registered: Jun 2004
Location: State of Confusion
Distribution: My other OS is your Solaris box.
Posts: 84

Rep: Reputation: 15
ATI Radeon 3650 Dual Head "Independent Desktops"


I'm having an issie with the configuration of the ATI Radeon 3650 graphics card in my Lenovo T500. I'm using Fedora 10, and I've been using he fglrx module with little issue under normal use.

My issue comes when I try to use a 2nd monitor or projector. My desktop stretches to the 2nd device. I can't manage the screen resolution of each monitor independently.

When I attempt to use Gnome to manage change my display settings, it doesn't recognize the "second video card".

Where should I be looking?

Thanks,
 
Old 07-08-2009, 03:41 AM   #2
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 16,248

Rep: Reputation: 2321Reputation: 2321Reputation: 2321Reputation: 2321Reputation: 2321Reputation: 2321Reputation: 2321Reputation: 2321Reputation: 2321Reputation: 2321Reputation: 2321
Quote:
Originally Posted by DrAxeman View Post
I'm having an issie with the configuration of the ATI Radeon 3650 graphics card in my Lenovo T500. I'm using Fedora 10, and I've been using he fglrx module with little issue under normal use.

My issue comes when I try to use a 2nd monitor or projector. My desktop stretches to the 2nd device. I can't manage the screen resolution of each monitor independently.

When I attempt to use Gnome to manage change my display settings, it doesn't recognize the "second video card".

Where should I be looking?

Thanks,
In xorg.conf.

I think the trick is to have one video card (which you probably have) and 2 device sections for the various monitors (which you also have) There are working xorg.conf files out there for 'double head' applications. Don't pressure me on the fine details. But I would add another device section for your second monitor and boot up with that and see how it falls over.
 
Old 07-08-2009, 02:36 PM   #3
DrAxeman
Member
 
Registered: Jun 2004
Location: State of Confusion
Distribution: My other OS is your Solaris box.
Posts: 84

Original Poster
Rep: Reputation: 15
I've found a lot of examples, but none work they way I need them to. I can't manage each screen independently.

I can get the external monitor to work, but not with an independent resolution from the laptop monitor. This means my monitor looks funky.

I did get my fn-F7 to work by inserting

Option "BIOSHotkeys" "on"

Into the "Device" section of xorg.conf. This let's me toggle the external monitor mode.

I still however, can't manage the monitors independently. Here is my xorg.conf:

Code:
# Xorg configuration created by livna-config-display

Section "ServerLayout"
        Identifier     "dual head configuration"
        Screen      0  "Screen0" 0 0
        Screen      1  "Screen1" RightOf "Screen0"
        Option      "DualHead" "true"
EndSection

Section "Files"
        ModulePath   "/usr/lib64/xorg/modules/extensions/fglrx"
        ModulePath   "/usr/lib64/xorg/modules"
EndSection

Section "ServerFlags"
        Option      "AIGLX" "on"
EndSection

Section "Monitor"
        Identifier   "Lenovo Monitor"
        VendorName   "Monitor Vendor"
        ModelName    "LCD Panel 1280x1024"
        HorizSync    31.5 - 64.0
        VertRefresh  56.0 - 65.0
        Option      "dpms"
EndSection

Section "Monitor"
        Identifier   "External Monitor"
        VendorName   "Monitor Vendor"
        ModelName    "LCD Panel 1280x1024"
        HorizSync    31.5 - 64.0
        VertRefresh  56.0 - 65.0
        Option      "dpms"
EndSection

Section "Device"
        Identifier  "Videocard0"
        Driver      "fglrx"
        Option      "OpenGLOverlay" "off"
        Option      "VideoOverlay" "on"
        Option      "BIOSHotkeys" "on"
EndSection

Section "Device"
        Identifier  "Videocard1"
        Driver      "fglrx"
        Option      "OpenGLOverlay" "off"
        Option      "VideoOverlay" "on"
        Screen      1
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Videocard0"
        DefaultDepth     24
        SubSection "Display"
                Viewport   0 0
                Depth     24
        EndSubSection
EndSection

Section "Screen"
        Identifier "Screen1"
        Device     "Videocard1"
        DefaultDepth     24
        SubSection "Display"
                Depth     24
        EndSubSection
EndSection

Section "Extensions"
        Option      "Composite" "Enable"
EndSection
 
Old 07-08-2009, 03:19 PM   #4
DrAxeman
Member
 
Registered: Jun 2004
Location: State of Confusion
Distribution: My other OS is your Solaris box.
Posts: 84

Original Poster
Rep: Reputation: 15
I made some changes and the resolution looks better, but these screens are not truely independent. My panels stretch across both screens, and the bottom one I can't see on the external monitor.

My wallpaper is also centered between the 2 screens. I'd like to see my wallpaper centered on each monitor.

Best way to describe this, is I'd like it to look like I have 2 copies of xorg running.

Still working on this.....

Last edited by DrAxeman; 07-08-2009 at 03:41 PM.
 
Old 07-09-2009, 02:42 AM   #5
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 16,248

Rep: Reputation: 2321Reputation: 2321Reputation: 2321Reputation: 2321Reputation: 2321Reputation: 2321Reputation: 2321Reputation: 2321Reputation: 2321Reputation: 2321Reputation: 2321
A good start.
May I suggest taking out the second video card settings. Then add Modes lines after the depth lines in the screen sections. Make the modea different.

I also wonder about the "Option DualHead" setting. That's probably tellig X what to put on those monitors.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
ATI Radeon Dual Head with TV-out xptools Linux - Hardware 3 09-01-2008 10:58 PM
Dual head problem with ATI Radeon 7000 benl33 Linux - Hardware 12 02-27-2007 08:55 AM
Dual Head with ATI-Radeon 9600 pro daveberg Linux - Hardware 3 01-17-2005 09:10 AM
"Dual Head" with ATi Radeon 9700 objorkum Linux - Software 6 10-28-2004 05:21 AM
HELP! dual head ati radeon 9000 card foksot Linux - Hardware 2 06-11-2004 11:06 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook

All times are GMT -5. The time now is 01:50 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration