Fedora 10: Does KDE support Xinerama or Dual independent Head monitor configuration?

Anuar, Nuhairi nuhairi.anuar at intel.com
Wed Jul 8 05:47:49 UTC 2009


This is 
based on the XRandR 1.2 capabilities and I do not need to use any special KDE 
configuration.

The problem is that the driver has no support for Xrandr 1.2. So can I still have Xinerama  or DIH without Xrandr 1.2? 

-----Original Message-----
From: fedora-list-bounces at redhat.com [mailto:fedora-list-bounces at redhat.com] On Behalf Of Anthony Messina
Sent: Wednesday, July 08, 2009 8:55 AM
To: Community assistance, encouragement, and advice for using Fedora.
Subject: Re: Fedora 10: Does KDE support Xinerama or Dual independent Head monitor configuration?

On Tuesday 07 July 2009 06:21:58 am Anuar, Nuhairi wrote:
> Does KDE support Xinerama or Dual independent Head monitor configuration?
> I able to run "xinit" in "Xinerama" mode and "Dual independent head" mode,
> but when I run startx with KDE, one of the screen is just blank with
> default grey background. I suspect that KDE  is not supporting this
> configuration. Is this true

Not sure which video driver you use, or exactly what it is you are looking to 
do, but I use the following xorg.conf file with the nouveau driver.  This is 
based on the XRandR 1.2 capabilities and I do not need to use any special KDE 
configuration. (I have to have DPMS off on my VGA monitor or the backlight 
keeps going on and off when the system is not in use and I don't want to kill 
the monitor over time. You may not need this.  I have also disabled the 
Composite extension as the nouveau driver is crap for this.  You may also not 
need this.)

-----
# /etc/X11/xorg.conf
Section "ServerLayout"
        Identifier     "Default Layout"
        Screen      0  "Screen0" 0 0
EndSection
Section "ServerFlags"
        Option      "AIGLX" "off"
EndSection
Section "Monitor"
        Identifier   "DVI-I-0"
        Option       "LeftOf" "VGA-0"
        Option       "PreferredMode" "1680x1050"
EndSection
Section "Monitor"
        Identifier   "VGA-0"
        Option       "PreferredMode" "1280x1024"
        Option       "DPMS" "Off"
EndSection
Section "Device"
        Identifier  "Device0"
        Driver      "nouveau"
EndSection
Section "Screen"
        Identifier "Screen0"
        Device     "Device0"
        DefaultDepth     24
        SubSection "Display"
                Depth     24
        EndSubSection
EndSection
Section "Extensions"
        Option      "Composite" "Disable"
EndSection
-----


-- 
Anthony - http://messinet.com - http://messinet.com/~amessina/gallery
8F89 5E72 8DF0 BCF0 10BE 9967 92DC 35DC B001 4A4E





More information about the fedora-list mailing list