Hello All,

        Wonder if anyone could help me solve a blocking problem
        that is not allowing me to use X.

        I have successfully configured dualhead and am currently
        running "X" with dualhead support. I intended to configure
        the same on another machine and almost succeeded...Almost !

        The new machine successfully generates the XF86Config file.
        Strangely, the XFree86 version is "4.1.0", but the config
        file it uses is /etc/X11/XF86Config; NOT /etc/X11/XF86Config-4.
        This is not a serious problem, though.
                The dualhead actually comes up. The Server Layout also
        appears to be fine.

        Problem : The "X" starts on both screens. The "X" cursor shows
        up on Screen 0. But, moving the cursor to the right/left does
        not move the cursor to the other screen !

- Any ideas ?

- I might be missing something........

- Please do let me know of any suggestions to close this blocking
problem.

        The XF86Config file looks like this :

Section "ServerLayout"
        Identifier     "XFree86 Configured"
        Screen      0  "Screen0" 0 0
        Screen      1  "Screen1" RightOf "Screen0"
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
        RgbPath      "/usr/X11R6/lib/X11/rgb"
        ModulePath   "/usr/X11R6/lib/modules"
        FontPath     "/usr/X11R6/lib/X11/fonts/misc/"
        FontPath     "/usr/X11R6/lib/X11/fonts/Speedo/"
        FontPath     "/usr/X11R6/lib/X11/fonts/Type1/"
        FontPath     "/usr/X11R6/lib/X11/fonts/CID/"
        FontPath     "/usr/X11R6/lib/X11/fonts/75dpi/"
        FontPath     "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection

Section "Module"
        Load  "GLcore"
        Load  "dbe"
        Load  "dri"
        Load  "extmod"
        Load  "glx"
        Load  "pex5"
        Load  "record"
        Load  "xie"
        Load  "int10"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "keyboard"
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "PS/2"
        Option      "Device" "/dev/mouse"
EndSection
Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "Acer"
        ModelName    "76ie"
EndSection
Section "Monitor"
        Identifier   "Monitor1"
        VendorName   "Acer"
        ModelName    "54eL"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "accel"                     # [<bool>]
        #Option     "crt_screen"                # [<bool>]
        #Option     "composite_sync"            # [<bool>]
        #Option     "linear"                    # [<bool>]
        #Option     "mmio_cache"                # [<bool>]
        #Option     "probe_clocks"              # [<bool>]
        #Option     "reference_clock"           # <freq>
        #Option     "shadow_fb"                 # [<bool>]
        Identifier  "Card0"
        Driver      "ati"
        VendorName  "ATI"
        BoardName   "Mach64 GB"
#       ChipSet     "ati"
#       ChipId      0x4742
#       ChipRev     0x5c
        BusID       "PCI:1:0:0"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "ShadowFB"                  # [<bool>]
        Identifier  "Card1"
        Driver      "vesa"
        VendorName  "S3"
#       BoardName   "Trio32/64"
        BusID       "PCI:0:11:0"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
#       SubSection "Display"
#               Depth     1
#       EndSubSection
#       SubSection "Display"
#               Depth     4
#       EndSubSection
        SubSection "Display"
                Depth     8
        EndSubSection
#       SubSection "Display"
#               Depth     15
#       EndSubSection
#       SubSection "Display"
#               Depth     16
#       EndSubSection
#       SubSection "Display"
#               Depth     24
#       EndSubSection
EndSection

Section "Screen"
        Identifier "Screen1"
        Device     "Card1"
        Monitor    "Monitor1"
#       SubSection "Display"
#               Depth     1
#       EndSubSection
#       SubSection "Display"
#               Depth     4
#       EndSubSection
        SubSection "Display"
                Depth     8
        EndSubSection
#       SubSection "Display"
#               Depth     15
#       EndSubSection
        SubSection "Display"
                Depth     16
        EndSubSection
#       SubSection "Display"
#               Depth     24
#       EndSubSection

EndSection


**************************Disclaimer************************************
      


Information contained in this E-MAIL being proprietary to Wipro Limited
is 'privileged' and 'confidential' and intended for use only by the
individual or entity to which it is addressed. You are notified that any
use, copying or dissemination of the information contained in the E-MAIL
in any manner whatsoever is strictly prohibited.



 ********************************************************************

Reply via email to