View previous topic :: View next topic |
Author |
Message |
bushwakko Guru


Joined: 25 Mar 2003 Posts: 495
|
Posted: Sun Mar 13, 2005 4:47 pm Post subject: Nvidia/Ati dual-head standard |
|
|
I'm not sure where to post this, but anyway, I think it's a little stupid that there doesn't seem to be any standard method of implementing dual head configurations in Linux/X.
Ati has a confusing setup that makes you chose between big desktop, clone mode and dual head. In big desktop there is one driver which is dragged over two monitors, however both needs to be the same resolution, which makes tv-out impractical. Dual head allows two desktops but does not allow you to drag windows between the two monitors which makes it very impractical too. There is also the problem with the implementation of XV and Opengl on them.
With Nvidia there is not even a configure utility to set it up, and you have to do all the hard work yourself. I've never been able to get twinview to work with a monitor and tv-yet though, might be the card though.
When it comes to XVideo I've been experimenting a bit in windows and the way that it works is that it seems to use big desktop with support for different resolutions. You have the bar only on the primary screen, not stretched over both and you can drive a window from one dekstop to the next. You can start a video on both desktops (without a green/purple line) and you can drag the video over and when it appears on the other screen it is black (no overlay on that screen), but when the video is more than 50% on the other screen xv shifts to the other screen. You can't start one video on the second screen if there is video running on the other. so the hardware limitation of only one screen with xv also applies to windows, only they've made it more usable.
There should really be a gui-configurator like in display properties in windows where you can add a second screen at a later time (or when pushing a pre-set hotkey), because it probably costs more memory and/or CPU to have two monitors running, when not needed. Like you don't need the TV-running with a desktop when you are playing games.
Is there any unification-proccess going on with respect to these problems? If so what? and if not why not?  _________________ Macbook Pro 15"
Core 2 Duo 2,33ghz
2gb Ram
ATI Mobility x1600 256mb |
|
Back to top |
|
 |
bushwakko Guru


Joined: 25 Mar 2003 Posts: 495
|
Posted: Tue Mar 15, 2005 12:15 pm Post subject: |
|
|
bump! would be great if someone could comment on this! _________________ Macbook Pro 15"
Core 2 Duo 2,33ghz
2gb Ram
ATI Mobility x1600 256mb |
|
Back to top |
|
 |
Arainach l33t


Joined: 08 Jul 2004 Posts: 609
|
Posted: Tue Mar 15, 2005 7:47 pm Post subject: |
|
|
NVIDIA and Ati don't even unify their standards on Windows - they take two completely different approaches (In Windows, an ATI Video card is seen as two cards, and an NVIDIA card seen as one with a panel in settings to enable a dual screen), so on Linux? Quite literally, ROFL. _________________ Gentoo: Stage3 w/ NPTL & udev, gcc 3.4.4 full rebuild
Kernel: 2.6.15-gentoo-r1 w/ 1G-Lowmem Patch
System: Athlon XP 2.2Ghz/1GB Corsair Value/160GB, 250GB WD IDE/128MB GeForce 6800/Sony 17" Trinitron G200 @ 1280x1024x75Hz |
|
Back to top |
|
 |
bushwakko Guru


Joined: 25 Mar 2003 Posts: 495
|
Posted: Tue Mar 15, 2005 9:58 pm Post subject: |
|
|
hehe, ok then. _________________ Macbook Pro 15"
Core 2 Duo 2,33ghz
2gb Ram
ATI Mobility x1600 256mb |
|
Back to top |
|
 |
tomcat22 n00b

Joined: 02 Jun 2004 Posts: 68
|
Posted: Wed Jul 13, 2005 9:51 am Post subject: |
|
|
Dual-Head with Nvidia under X works fine just setting the useflag "xinerama" and adding the following in your /etc/X11/xorg.conf -> section screen:
Code: |
Option "TwinView " "on"
Option "TwinViewOrientation" "RightOf"
Option "MetaModes"
"1280x1024,1280x1024;1280x1024,1024x768;1280x1024,NULL;
1280x1024,1280x1024+1200+0"
Option "SecondMonitorHorizSync" "30 - 96.0"
Option "SecondMonitorVertRefresh" "50 - 75"
Subsection "Display"
Depth 24
Modes "1280x1024" "1152x864" "1024x768"
EndSubsection |
_________________ Windows - gesehen, gelacht, gelöscht! |
|
Back to top |
|
 |
bushwakko Guru


Joined: 25 Mar 2003 Posts: 495
|
Posted: Thu Jul 14, 2005 8:08 am Post subject: |
|
|
ok, does that enable you to have two screens with different resolutions? Including the TV?
but it disables opengl right? _________________ Macbook Pro 15"
Core 2 Duo 2,33ghz
2gb Ram
ATI Mobility x1600 256mb |
|
Back to top |
|
 |
tomcat22 n00b

Joined: 02 Jun 2004 Posts: 68
|
Posted: Thu Jul 14, 2005 8:14 am Post subject: |
|
|
no idea about different resolutions, but tv and opengl are working _________________ Windows - gesehen, gelacht, gelöscht! |
|
Back to top |
|
 |
infecticide Apprentice


Joined: 10 Mar 2004 Posts: 262 Location: Regina, SK Canada
|
Posted: Wed Jul 27, 2005 10:18 am Post subject: |
|
|
So I have already emerged my KDE packages with xinerama, what sections would one put for an ATI card? |
|
Back to top |
|
 |
|