merged framebuffer and dualhead

Shi-Ming Chen shiming.chen at gmail.com
Wed Dec 15 01:56:22 UTC 2004


On Mon, 13 Dec 2004 21:11:23 -0800, Nadeem Bitar <nadeem at gmail.com> wrote:
> I am having difficulties making merged framebuffer work in non clone mode.
> Below is the relevant tidbit from my xorg.conf file.
> 
I don't really know where the problem is.  I can provide my working xorg.conf.
(xorg-x11-6.8.1-12.FC3.21)

Section "ServerLayout"
        Identifier     "single head configuration"
        Screen      0  "Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
        InputDevice    "Synaptics" "AlwaysCore"
EndSection

Section "Device"
        Identifier  "Videocard0"
        Driver      "radeon"
        VendorName  "Videocard vendor"
        BoardName   "ATI Radeon IGP330M/340M/350M"
        BusID       "PCI:1:5:0"
        Option     "MergedFB"     "true"
        Option     "MonitorLayout"      "LVDS,CRT"
        Option     "CRT2HSync" "30.0-94.0"
        Option     "CRT2VRefresh" "50.0-160.0"
        Option     "CRT2Position"  "RightOf"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Videocard0"
        Monitor    "Monitor0"
        DefaultDepth     24
        SubSection "Display"
                Viewport   0 0
                Depth     24
                Modes    "1024x768" "800x600" "640x480"
        EndSubSection
EndSection

Shi-ming Chen




More information about the fedora-list mailing list