Hello,

I'm having trouble setting up a dual-head environment with my laptop.
I have a laptop to which I have attached a CRT monitor. What I now
want is to have one part of my desktop on the LCD and another on the
CRT monitor.

As far as I can see, the laptop has only one video card, namely:
01:00.0 VGA compatible controller: ATI Technologies Inc Rage 
Mobility P/M AGP 2x (rev 64).

Is Xinerama supported on this card? I know it's technically
possible since it works under Windows. I use the 'ati' driver
under X version 4.1.0.1.

I have tried to configure it (see attachment), but failed
(see attachment :)

-- 
Arnout Engelen <[EMAIL PROTECTED]>

Gelezen in de Debian Packaging Manual:
   It is assumed that the reader is reasonable familiar with the dpkg
   System Administrators' manual. Unfortunately this manual does not
   yet exist.
Section "ServerLayout"
        Identifier     "Default Layout"
        Screen         "Internal Screen"
        Screen         "External Screen" RightOf "Internal Screen"
        #InputDevice    "Mouse1" "CorePointer"
        InputDevice    "Mouse2" "CorePointer"
        InputDevice    "Keyboard1" "CoreKeyboard"
EndSection

Section "Files"
        #RgbPath      "/usr/X11R6/lib/X11/rgb"
        FontPath     "unix/:7101"
        FontPath     "unix/:7100"
        FontPath     "/usr/X11R6/lib/X11/fonts/misc/"
        FontPath     "/usr/X11R6/lib/X11/fonts/freefont/"
        FontPath     "/usr/X11R6/lib/X11/fonts/sharefont/"
EndSection

Section "ServerFlags"
        Option  "Xinerama"      "true"
EndSection

Section "Module"
        Load  "ddc"
        Load  "GLcore"
        Load  "dbe"
        Load  "dri"
        Load  "extmod"
        Load  "glx"
        Load  "pex5"
        Load  "record"
        Load  "xie"
        Load  "bitmap"
        Load  "freetype"
        Load  "speedo"
        Load  "type1"
        Load  "vbe"
        Load  "int10"
EndSection

Section "InputDevice"
        Identifier  "Keyboard1"
        Driver      "Keyboard"
        Option      "CoreKeyboard"
        Option      "AutoRepeat" "500 30"
        Option      "XkbRules" "xfree86"
        Option      "XkbModel" "pc101"
        Option      "XkbLayout" "us"
EndSection

Section "InputDevice"
        Identifier  "Mouse1"
        Driver      "mouse"
        #Option      "Device" "/dev/psaux"
        #Option      "Protocol" "MouseManPlusPS/2"
        Option      "Device" "/dev/input/mice"
        Option      "Protocol" "IMPS/2"
        Option      "ZAxisMapping" "4 5"
        Option      "Buttons" "6"
EndSection

Section "InputDevice"
        Identifier "Mouse2"
        Driver "mouse"
        Option  "Device" "/dev/psaux"
        Option  "Protocol" "PS/2"
        Option  "ChordMiddle"
        Option  "Emulate3Buttons"
EndSection

Section "Device"
        Identifier  "ATI 3D Rage Mobility"
        Driver      "ati"
        BusID       "PCI:1:0:0"
        Screen      0
EndSection

Section "Device"
        Identifier  "ATI 3D Rage Mobility"
        Driver      "ati"
        BusID       "PCI:1:0:0"
        Screen      1
EndSection

Section "Monitor"
        Identifier   "lcd"
        HorizSync    30.0 - 64.0
        VertRefresh  40.0 - 70.0
        ModeLine     "1024x768" 75.0 1024 1048 1184 1328 768 771 777 806 -hsync -vsync
        Option       "DPMS"
EndSection

Section "Monitor"
        Identifier "crt"
        Option     "DMPS"
EndSection

Section "Screen"
        Identifier "Internal Screen"
        Device     "ATI 3D Rage Mobility"
        Monitor    "lcd"
        DefaultDepth     16
        SubSection "Display"
                Depth     8
                Modes    "640x480" "800x600" "1024x768" "1280x1024"
        EndSubSection
        SubSection "Display"
                Depth     16
                Modes    "1024x768" "640x480"
        EndSubSection
        SubSection "Display"
                Depth     24
                Modes    "640x480" "800x600"
        EndSubSection
EndSection

Section "Screen"
        Identifier "External Screen"
        Device "ATI 3D Rage Mobility"
        Monitor "crt"
        DefaultDepth 16
        SubSection "Display"
                Depth     8
                Modes    "640x480" "800x600" "1024x768" "1280x1024"
        EndSubSection
        SubSection "Display"
                Depth     16
                Modes    "1024x768" "640x480"
        EndSubSection
        SubSection "Display"
                Depth     24
                Modes    "640x480" "800x600"
        EndSubSection
EndSection

Section "DRI"
        Mode         0666
EndSection



This is a pre-release version of XFree86, and is not supported in any
way.  Bugs may be reported to [EMAIL PROTECTED] and patches submitted
to [EMAIL PROTECTED]  Before reporting bugs in pre-release versions,
please check the latest version in the XFree86 CVS repository
(http://www.XFree86.Org/cvs)

XFree86 Version 4.1.0.1 / X Window System
(protocol Version 11, revision 0, vendor release 6510)
Release Date: xx August 2001
        If the server is older than 6-12 months, or if your card is
        newer than the above date, look for a newer version before
        reporting problems.  (See http://www.XFree86.Org/FAQ)
Build Operating System: Linux 2.4.13 i686 [ELF] 
Module Loader present
(==) Log file: "/var/log/XFree86.1.log", Time: Sat Nov 17 15:31:06 2001
(==) Using config file: "/etc/X11/XF86Config-4"
Markers: (--) probed, (**) from config file, (==) default setting,
         (++) from command line, (!!) notice, (II) informational,
         (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) ServerLayout "Default Layout"
(**) |-->Screen "Internal Screen" (0)
(**) |   |-->Monitor "lcd"
(**) |   |-->Device "ATI 3D Rage Mobility"
(**) |-->Screen "External Screen" (1)
(**) |   |-->Monitor "crt"
(**) |   |-->Device "ATI 3D Rage Mobility"
(**) |-->Input Device "Mouse2"
(**) |-->Input Device "Keyboard1"
(**) XKB: rules: "xfree86"
(**) XKB: model: "pc101"
(**) XKB: layout: "us"
(WW) The directory "/usr/X11R6/lib/X11/fonts/freefont/" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/sharefont/" does not exist.
        Entry deleted from font path.
(**) FontPath set to "unix/:7101,unix/:7100,/usr/X11R6/lib/X11/fonts/misc/"
(==) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(==) ModulePath set to "/usr/X11R6/lib/modules"
(**) Xinerama: enabled
(++) using VT number 8

(II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Module bitmap: vendor="The XFree86 Project"
        compiled for 4.1.0.1, module version = 1.0.0
(II) Loading /usr/X11R6/lib/modules/libpcidata.a
(II) Module pcidata: vendor="The XFree86 Project"
        compiled for 4.1.0.1, module version = 0.1.0
(II) Loading /usr/X11R6/lib/modules/libscanpci.a
(II) Module scanpci: vendor="The XFree86 Project"
        compiled for 4.1.0.1, module version = 0.1.0
(II) Unloading /usr/X11R6/lib/modules/libscanpci.a
(--) PCI:*(1:0:0) ATI Mach64 LM rev 100, Mem @ 0xfd000000/24, 0xfc100000/12, I/O @ 
0x2000/8
(II) Loading /usr/X11R6/lib/modules/libddc.a
(II) Module ddc: vendor="The XFree86 Project"
        compiled for 4.1.0.1, module version = 1.0.0
(II) Loading /usr/X11R6/lib/modules/extensions/libGLcore.a
(II) Module GLcore: vendor="The XFree86 Project"
        compiled for 4.1.0.1, module version = 1.0.0
(II) Loading /usr/X11R6/lib/modules/extensions/libdbe.a
(II) Module dbe: vendor="The XFree86 Project"
        compiled for 4.1.0.1, module version = 1.0.0
(II) Loading /usr/X11R6/lib/modules/extensions/libdri.a
(II) Module dri: vendor="The XFree86 Project"
        compiled for 4.1.0.1, module version = 1.0.0
(II) Loading /usr/X11R6/lib/modules/linux/libdrm.a
(II) Module drm: vendor="The XFree86 Project"
        compiled for 4.1.0.1, module version = 1.0.0
(II) Loading /usr/X11R6/lib/modules/extensions/libextmod.a
(II) Module extmod: vendor="The XFree86 Project"
        compiled for 4.1.0.1, module version = 1.0.0
(II) Loading /usr/X11R6/lib/modules/extensions/libglx.a
(II) Module glx: vendor="The XFree86 Project"
        compiled for 4.1.0.1, module version = 1.0.0
(II) Loading /usr/X11R6/lib/modules/extensions/libpex5.a
(II) Module pex5: vendor="The XFree86 Project"
        compiled for 4.1.0.1, module version = 1.0.0
(II) Loading /usr/X11R6/lib/modules/extensions/librecord.a
(II) Module record: vendor="The XFree86 Project"
        compiled for 4.1.0.1, module version = 1.13.0
(II) Loading /usr/X11R6/lib/modules/extensions/libxie.a
(II) Module xie: vendor="The XFree86 Project"
        compiled for 4.1.0.1, module version = 1.0.0
(II) Loading /usr/X11R6/lib/modules/fonts/libfreetype.a
(II) Module freetype: vendor="The XFree86 Project"
        compiled for 4.1.0.1, module version = 1.1.9
(II) Loading /usr/X11R6/lib/modules/fonts/libspeedo.a
(II) Module speedo: vendor="The XFree86 Project"
        compiled for 4.1.0.1, module version = 1.0.0
(II) Loading /usr/X11R6/lib/modules/fonts/libtype1.a
(II) Module type1: vendor="The XFree86 Project"
        compiled for 4.1.0.1, module version = 1.0.0
(II) Loading /usr/X11R6/lib/modules/libvbe.a
(II) Module vbe: vendor="The XFree86 Project"
        compiled for 4.1.0.1, module version = 1.0.0
(II) Loading /usr/X11R6/lib/modules/linux/libint10.a
(II) Module int10: vendor="The XFree86 Project"
        compiled for 4.1.0.1, module version = 1.0.0
(II) Loading /usr/X11R6/lib/modules/drivers/ati_drv.o
(II) Module ati: vendor="The XFree86 Project"
        compiled for 4.1.0.1, module version = 6.3.6
(II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o
(II) Module mouse: vendor="The XFree86 Project"
        compiled for 4.1.0.1, module version = 1.0.0
(II) ATI: ATI driver (version 6.3.6) for chipsets: ati, ativga
(II) R128: Driver for ATI Rage 128 chipsets: ATI Rage 128 RE (PCI),
        ATI Rage 128 RF (AGP), ATI Rage 128 RG (AGP), ATI Rage 128 RK (PCI),
        ATI Rage 128 RL (AGP), ATI Rage 128 Pro PD (PCI),
        ATI Rage 128 Pro PF (AGP), ATI Rage 128 Pro PP (PCI),
        ATI Rage 128 Pro PR (PCI), ATI Rage 128 Mobility LE (PCI),
        ATI Rage 128 Mobility LF (AGP), ATI Rage 128 Mobility MF (AGP),
        ATI Rage 128 Mobility ML (AGP)
(II) RADEON: Driver for ATI Radeon chipsets: ATI Radeon QD (AGP),
        ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP),
        ATI Radeon VE (AGP)
(EE) ATI:  XF86Config Device sections "ATI 3D Rage Mobility" and "ATI 3D Rage 
Mobility" may not be assigned to the same adapter.
(EE) No devices detected.

Fatal server error:
no screens found

When reporting a problem related to a server crash, please send
the full server output, not just the last messages.
This can be found in the log file "/var/log/XFree86.1.log".
Please report problems to [EMAIL PROTECTED]

XIO:  fatal IO error 104 (Connection reset by peer) on X server ":1.0"
      after 0 requests (0 known processed) with 0 events remaining.

Reply via email to