[x86_64] dual head configuration doesn't work for the nvidia driver (?)

Dave update at dsrtech.com
Fri Apr 9 20:07:34 UTC 2004


Peter,

I've included my dual head nvidia XF86Config below your message. A quick
google search shows this error is not uncommon to dual heads but on
different platforms.

I am not yet running x86_64 (running FC1 x86) but it would be important
to me to know if dual heads work or not.

Please be sure to update the thread on your progress.

Thanks,
Dave


On Fri, 2004-04-09 at 14:19, Peter Boy wrote:
> According to the man page the nv nvidia driver should be capable to
> drive a dual head configuration. Instead there is an error message:
> 
>    Fatal server error: Requested Entity already in use! 
> 
> system-config-display does recognize the dual head capability and
> assists in its configuration.
> 
> I couldn't find a correspondig entry in bugzilla yet. Did anyone else
> encounter that problem?
> 
> 
> Peter
> 
> 
> 



[dave at toth dave]$ cat /etc/X11/XF86Config | grep -v \#
 
Section "ServerLayout"
        Identifier     "Multihead layout"
        Screen      0  "Screen0" LeftOf "Screen1"
        Screen      1  "Screen1" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
        InputDevice    "DevInputMice" "AlwaysCore"
        Option      "Xinerama" "off"
EndSection
 
Section "Files"
 
        RgbPath      "/usr/X11R6/lib/X11/rgb"
        FontPath     "unix/:7100"
EndSection
 
Section "Module"
        Load  "dbe"
        Load  "extmod"
        Load  "fbdevhw"
        Load  "glx"
        Load  "record"
        Load  "freetype"
        Load  "type1"
EndSection
 
Section "InputDevice"
 
        Identifier  "Keyboard0"
        Driver      "keyboard"
        Option      "XkbRules" "xfree86"
        Option      "XkbModel" "pc105"
        Option      "XkbLayout" "us"
EndSection
 
Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "IMPS/2"
        Option      "Device" "/dev/psaux"
        Option      "ZAxisMapping" "4 5"
        Option      "Emulate3Buttons" "no"
EndSection
 
Section "InputDevice"
 
        Identifier  "DevInputMice"
        Driver      "mouse"
        Option      "Protocol" "IMPS/2"
        Option      "Device" "/dev/input/mice"
        Option      "ZAxisMapping" "4 5"
        Option      "Emulate3Buttons" "no"
EndSection
 
Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "Monitor Vendor"
        ModelName    "Dell 1800FP (Analog)"
        DisplaySize  360        290
        HorizSync    30.0 - 80.0
        VertRefresh  56.0 - 75.0
        Option      "dpms"
EndSection
 
Section "Monitor"
        Identifier   "Monitor1"
        VendorName   "Monitor Vendor"
        ModelName    "Dell 1800FP (Analog)"
        HorizSync    30.0 - 80.0
        VertRefresh  56.0 - 75.0
        Option      "dpms"
EndSection
 
Section "Device"
        Identifier  "Videocard0"
        Driver      "nvidia"
        VendorName  "Videocard vendor"
        BoardName   "NVIDIA GeForce 4 (generic)"
 
        Option "TwinView"
        Option "SecondMonitorHorizSync"   "30-80"
        Option "SecondMonitorVertRefresh" "56-75"
        Option "TwinViewOrientation"      "RightOf"
        Option "MetaModes"                "1280x1024,1280x1024;
1024x768,1024x768"
EndSection
 
 
Section "Screen"
        Identifier "Screen0"
        Device     "Videocard0"
        Monitor    "Monitor0"
        DefaultDepth     24
        SubSection "Display"
                Depth     24
                Modes    "1280x1024" "1280x960" "1152x864" "1024x768"
"800x600" "640x480"
        EndSubSection
EndSection
 
Section "Screen"
        Identifier "Screen1"
        Device     "Videocard0"
        Monitor    "Monitor1"
        DefaultDepth     24
        SubSection "Display"
                Depth     24
                Modes    "1280x1024"
        EndSubSection
EndSection
 
 
[dave at toth dave]$






More information about the fedora-test-list mailing list