Am Dienstag, 9. Juli 2002 08:46 schrieb Jonas Bandi:
> Help!
>
> Could you please send me your final working XF86Config-4 (for
> presentation mirroring)?
>
> I couldn’t figure out how to overlap the screens, nor was I able to
> activate xinerama...
>
> Thanks
> jonas

Hi,

I have attached the version of my XF86Config-4, which I use for presentation.

regards Fabian

### BEGIN DEBCONF SECTION
# XF86Config-4 (XFree86 server configuration file) generated by dexconf, the
# Debian X Configuration tool, using values from the debconf database.
#
# Edit this file with caution, and see the XF86Config manual page.
# (Type "man XF86Config" at the shell prompt.)
#
# If you want your changes to this file preserved by dexconf, only make changes
# before the "### BEGIN DEBCONF SECTION" line above, and/or after the
# "### END DEBCONF SECTION" line below.

Section "Files"
        FontPath        "unix/:7100"                    # local font server
        # if the local font server has problems, we can fall back on these
        FontPath        "/usr/lib/X11/fonts/misc"
        FontPath        "/usr/lib/X11/fonts/cyrillic"
        FontPath        "/usr/lib/X11/fonts/100dpi/:unscaled"
        FontPath        "/usr/lib/X11/fonts/75dpi/:unscaled"
        FontPath        "/usr/lib/X11/fonts/Type1"
        FontPath        "/usr/lib/X11/fonts/Speedo"
        FontPath        "/usr/lib/X11/fonts/100dpi"
        FontPath        "/usr/lib/X11/fonts/75dpi"
        FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
        FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

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

Section "InputDevice"
        Identifier      "Generic Keyboard"
        Driver          "keyboard"
        Option          "CoreKeyboard"
        Option          "XkbRules"      "xfree86"
        Option          "XkbModel"      "macintosh"
        Option          "XkbLayout"     "us"
        Option          "XkbVariant"    "rightaltkey"
EndSection

Section "InputDevice"
        Identifier      "Configured Mouse"
        Driver          "mouse"
        Option          "CorePointer"
        Option          "Device"                "/dev/input/mice"
        Option          "Protocol"              "ImPS/2"
        Option          "Emulate3Buttons"       "true"
        Option          "ZAxisMapping"          "4 5"
EndSection

Section "Device"
        Identifier      "LCD"
        Screen          0
#       Driver          "fbdev"
        Driver          "radeon"
        Option          "UseFBDev"              "true"
        BusID           "00:16:0"
EndSection

Section "Device"
        Identifier      "CRT"
        Option          "CRTScreen"
        Screen          1
        Driver          "radeon"
        BusID           "00:16:0"
EndSection

Section "Monitor"
        Identifier      "Powerbook LCD"
        HorizSync       40-100
        VertRefresh     40-120
        Option          "DPMS"
        ModeLine    "1152x768"  86     1152 1284 1416 1536  768 770 775 800
EndSection

Section "Monitor"
        Identifier      "Iiyama"
        HorizSync       27-115
        VertRefresh     50-160
        Option          "DPMS"
EndSection

Section "Screen"
        Identifier      "LCD"
        Device          "LCD"
        Monitor         "Powerbook LCD"
        DefaultDepth    16
        Option          "NoAccel"
        SubSection "Display"
                Depth           1
                Modes           "1152x768"
        EndSubSection
        SubSection "Display"
                Depth           4
                Modes           "1152x768"
        EndSubSection
        SubSection "Display"
                Depth           8
                Modes           "1152x768"
        EndSubSection
        SubSection "Display"
                Depth           15
                Modes           "1152x768"
        EndSubSection
        SubSection "Display"
                Depth           16
                Modes           "1152x768"
        EndSubSection
        SubSection "Display"
                Depth           24
                Modes           "1152x768"
        EndSubSection
        SubSection "Display"
                Depth           32
                Modes           "1152x768"
        EndSubSection
EndSection

Section "Screen"
        Identifier      "CRT"
        Device          "CRT"
        Monitor         "Iiyama"
        DefaultDepth    16
        Option          "NoAccel"
        SubSection "Display"
                Depth           16
#               Modes           "1024x768"
                Modes           "1280x1024" "1280x960" "1152x864"
        EndSubSection
        SubSection "Display"
                Depth           24
                Modes           "1280x1024" "1280x960" "1152x864"
        EndSubSection
        SubSection "Display"
                Depth           32
                Modes           "1280x1024" "1280x960" "1152x864"
        EndSubSection
EndSection


Section "ServerLayout"
        Identifier      "Default Layout"
        Option          "Xinerama"  "on"
        Screen          "LCD"
#       Screen          "CRT" LeftOf "LCD"
        Screen          "CRT" Relative "LCD" 0 0
        InputDevice     "Generic Keyboard"
        InputDevice     "Configured Mouse"
EndSection

Section "DRI"
        Mode    0666
EndSection

### END DEBCONF SECTION

Reply via email to