<---- template headericclude ----->
Intel 946GZ Dual Head
FedoraForum.org - Fedora Support Forums and Community
Results 1 to 2 of 2
  1. #1
    toddejohnson Guest

    Intel 946GZ Dual Head

    I am trying to get a Intel 946gz to Dual Head. I have tried both the i810 and intel drivers included with fedora. Below is my config file and my log file is attached. Any help appreciated.

    Code:
    Section "ServerLayout"
            Identifier     "single head configuration"
            Screen      0  "Screen0" 0 0
            InputDevice    "Keyboard0" "CoreKeyboard"
    EndSection
    
    Section "InputDevice"
            Identifier  "Keyboard0"
            Driver      "kbd"
            Option      "XkbModel" "pc105"
            Option      "XkbLayout" "us+inet"
    EndSection
    
    Section "Device"
            Identifier  "Videocard0"
            Driver      "intel"
            Option      "Monitor-VGA" "monitor0"
            Option      "Monitor-TMDS-1" "monitor1"
    #       Option      "Clone" "false"
    #       Option      "MonitorLayout" "DFP,CRT"
    EndSection
    
    Section "Monitor"
            Identifier "monitor0"
            Option "LeftOf" "monitor1"
    #       Option  "Position" "1280 0"
    #       Option "Enable" "true"
    EndSection
    Section "Monitor"
            Identifier "monitor1"
    #       Option "LeftOf" "monitor0"
    #       Option "Enable" "true"
    EndSection
    
    Section "Screen"
            Identifier "Screen0"
            Device     "Videocard0"
            Monitor    "monitor0"
            DefaultDepth     24
            SubSection "Display"
                    Depth     24
                    Modes    "1280x1024" "1280x960" "1280x800" "1280x720" "1152x864" "1152x768" "1024x768" "800x600" "640x480"
    #               Virtual  2048 1024
            EndSubSection
    EndSection
    Attached Files Attached Files

  2. #2
    toddejohnson Guest

    Fixed

    I got it fixed I had to change the Video memory and use i810 Below is the config
    Code:
    Section "ServerLayout"
            Identifier     "single head configuration"
            Screen      0  "Screen0" 0 0
            Screen      1  "Screen1" RightOf "Screen0"
            InputDevice    "Keyboard0" "CoreKeyboard"
            Option      "Xinerama" "on"
    EndSection
    
    Section "InputDevice"
            Identifier  "Keyboard0"
            Driver      "kbd"
            Option      "XkbModel" "pc105"
            Option      "XkbLayout" "us+inet"
    EndSection
    
    Section "Device"
            Identifier  "Videocard0"
    #       Driver      "intel"
            Driver      "i810"
    #       Option      "Monitor-VGA" "monitor1"
    #       Option      "Monitor-TMDS-1" "monitor0"
            Option      "Clone" "false"
            Option      "MonitorLayout" "DFP,CRT"
            Option      "VideoRam" "131072"
            BusId       "PCI:0:2:0"
            Screen      0
    EndSection
    Section "Device"
            Identifier  "Videocard1"
    #        Driver      "intel"
            Driver      "i810"
            Option      "MonitorLayout" "DFP,CRT"
            Option      "VideoRam" "131072"
            BusId       "PCI:0:2:0"
            Screen      1
    EndSection
    Section "Monitor"
            Identifier "monitor0"
    #       Option "LeftOf" "monitor1"
    #       Option  "Position" "1280 0"
    #       Option "Enable" "true"
    EndSection
    Section "Monitor"
            Identifier "monitor1"
    #       Option "LeftOf" "monitor0"
    #       Option "Enable" "true"
    EndSection
    
    Section "Screen"
            Identifier "Screen0"
            Device     "Videocard0"
            Monitor    "monitor0"
            DefaultDepth     24
            SubSection "Display"
                    Depth     24
                    Modes    "1280x1024" "1280x960" "1280x800" "1280x720" "1152x864" "1152x768" "1024x768" "800x600" "640x480"
    #               Virtual  2048 1024
            EndSubSection
    EndSection
    Section "Screen"
            Identifier "Screen1"
            Device     "Videocard1"
            Monitor    "monitor1"
            DefaultDepth     24
            SubSection "Display"
                    Depth     24
                    Modes    "1280x1024" "1280x960" "1280x800" "1280x720" "1152x864" "1152x768" "1024x768" "800x600" "640x480"
    #               Virtual  2048 1024
            EndSubSection
    EndSection

Similar Threads

  1. Replies: 0
    Last Post: 13th January 2009, 03:12 PM
  2. ati 8500 dual head dual headach..
    By viciousxp in forum Using Fedora
    Replies: 0
    Last Post: 2nd October 2006, 12:21 AM
  3. Replies: 1
    Last Post: 2nd June 2005, 07:35 PM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
[[template footer(Guest)]]