← Back to team overview

hybrid-graphics-linux team mailing list archive

More fun with windump

 

I was bored yesterday, so I decided to see what would happen when I fed windump a more ideal Bumblebee X server.

I used the common-debug-functions branch and harp1n's windump.

Attached is the /etc/bumblebee/xorg.conf.nouveau I used.

www.youtube.com/watch?v=LrCIpHvQRyQ
(below 720p will render green)

- Eric Appleman, Bumblebee Project
Section "ServerLayout"
    Identifier     "Layout0"
    Option         "AutoAddDevices" "true"
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nouveau"
    # This is left in the file so the configure stage won't fail.
    # Should be removed as it's not needed
    BusID "01:00:0"
EndSection

Section "Screen"
        Identifier     "Screen0"
        Device         "Device0"
        Monitor        "Monitor0"
        DefaultDepth    24
        SubSection     "Display"
                Depth       24
                Modes      "1920x1080"
        EndSubSection
EndSection

Section "Monitor"
        Identifier     "Monitor0"
        VendorName     "Unknown"
        ModelName      "Unknown"
        HorizSync       28.0 - 73.0
        VertRefresh     43.0 - 72.0
        Option         "DPMS"
        Modeline       "1920x1080"  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync
EndSection

Follow ups