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

Anthony Messina amessina at messinet.com
Wed Jul 8 00:55:01 UTC 2009


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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: This is a digitally signed message part.
URL: <http://listman.redhat.com/archives/fedora-list/attachments/20090707/6e7c2581/attachment-0001.sig>


More information about the fedora-list mailing list