LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 07-26-2007, 12:15 PM   #1
alexandre_fs
LQ Newbie
 
Registered: Oct 2006
Distribution: kubuntu 6.06
Posts: 18

Rep: Reputation: 0
Dual Monitor with ATI fglrx driver


Hello. I am having a problem configuring a dual monitor setup on my Kubuntu Feisty dist.

I want to have a dual monitor setup that extends horizontally the desktop across two monitors. I can achieve this, but the problem is that i cannot enable maximizing the windows across both monitors with 3D acceleration.

I need to use the fglrx driver (ATI), so using Xinerama is out of the question because i lose the 3D acceleration

The alternative is to use BigDesktop (the TwinView correspondent for ATI), and with this i can achieve the desktop to be horizontally across both monitors, but i need the windows to be maximized too along both screens, and what i get with BigDesktop is when I maximize a window it only occupies one screen, leaving the other empty. With Xinerama i can get this done, but it does not support 3D acceleration.

maybe there is a way to configure this in kde? (i cannot fin though...)
or some other option in xorg.conf, but i've been reading the man pages of fglrx and i tried pretty much everything that seemed logical...

my xorg.conf:

Section "Device"
Identifier "aticonfig-Device[0]"
Driver "fglrx"
Option "no_accel" "no"
Option "no_dri" "no"
Option "VideoOverlay" "on"
Option "OpenGLOverlay" "off"
Option "DesktopSetup" "horizontal"
Option "OverlayOnCRTC2" "1"
BusID "PCI:64:0:0"
EndSection


thank you for your attention
 
Old 07-27-2007, 07:00 AM   #2
odcheck
Member
 
Registered: Aug 2006
Distribution: Fedora, CentOS, RHEL, Debian
Posts: 978

Rep: Reputation: 31
Option "TwinViewOrientation" "Clone"
or to extend it the you'll have to
Option "TwinViewOrientation" "RightOf"

1st add an other display device
Quote:
Section "Device"
Identifier "radeon0"
Driver "ati"
BusID "PCI:1:0:0"
Screen 0
EndSection

Section "Device"
Identifier "radeon1"
Driver "ati"
BusID "PCI:1:0:0"
Screen 1
EndSection
then Add another Monitor

Quote:
Section "Monitor"
Identifier "monitor0"
Option "DPMS"
EndSection

Section "Monitor"
Identifier "monitor1"
Option "DPMS"
EndSection
then Add another Screen

Quote:
Section "Screen"
Identifier "screen0"
Device "radeon0"
Monitor "monitor0"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x1024" "1152x864" "1024x768" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024" "1152x864" "1024x768" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "1152x864" "1024x768" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024" "1152x864" "1024x768" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1152x864" "1024x768" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1152x864" "1024x768" "800x600" "720x400" "640x480"
EndSubSection
EndSection

Section "Screen"
Identifier "screen1"
Device "radeon1"
Monitor "monitor1"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x1024" "1152x864" "1024x768" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024" "1152x864" "1024x768" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "1152x864" "1024x768" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024" "1152x864" "1024x768" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1152x864" "1024x768" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1152x864" "1024x768" "800x600" "720x400" "640x480"
EndSubSection
EndSection
then the ServerLayout block

Quote:
Section "ServerLayout"
Identifier "Default Layout"
Screen "screen0"
Screen "screen1" RightOf "screen0"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"

# Don't forget xinerama!!!111oneoneone11!eleven!!11
Option "xinerama" "on"
Option "clone" "off"
EndSection
that should do the trick
 
Old 07-27-2007, 09:01 AM   #3
alexandre_fs
LQ Newbie
 
Registered: Oct 2006
Distribution: kubuntu 6.06
Posts: 18

Original Poster
Rep: Reputation: 0
thank you for your answer.


Actually Xinerama works great, but i can't use it since it does not support 3D acceleration.

Twinview i can't use also because it is only for nvidea cards and i have an ATI
 
  


Reply



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 On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Installing ATI driver, fglrx itz2000 Slackware 32 12-07-2006 02:46 AM
ATI fglrx Driver RavenFrost Slackware 1 04-11-2006 07:46 AM
fglrx-driver vs ATI kernel driver for ATI Radeon 9200 in Debian Debian_Poland Debian 3 02-01-2006 01:10 PM
ATI fglrx driver trouble Alexey Andriyanov Linux - Hardware 4 08-17-2005 01:35 AM
ati fglrx 8.10.19 driver help please micker Linux - Software 7 03-13-2005 08:44 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 02:53 AM.

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