Hi Pascal,

Yes, this it's tipically standar config for clone, but not working for 
macbook.

I have attached working config for true clone mode, but this config have some 
issues:

- All screens with 1280x800 resolution
- If you have more than one screen plugged KDE shows very small fonts


I'm trying to know,  the root of this issues but while, you can use this 
config.


El Jueves 28 Diciembre 2006 16:20, Pascal Spörri escribió:
> I think it's for a clone mode:
>
> [snippet]
> Section "ServerLayout"
>        Identifier "Dual-monitor Layout"
>        Screen 0 "Default Screen"
>        Screen 1 "Secondary Screen" LeftOf "Default Screen"
>        Option "Clone" "On"
>        #Option "Xinerama" "On"
>        #Option         "AIGLX" "true"
>        InputDevice "Generic Keyboard"
>        InputDevice "Configured Mouse"
>        InputDevice "Synaptics Touchpad"
> EndSection
>
> [/snippet]
>
> 2006/12/28, Sergi Barroso <[EMAIL PROTECTED]>:
> > Hi!
> >
> > Thanks for your config file.
> >
> > I have one question about this file. This is not for clone mode, it's for
> > xinerama, true?
> >
> > Thanks
> >
> > El Jueves 28 Diciembre 2006 08:36, David Spreen escribió:
> > > hey,
> > > with some delay here my working dualhead xorg.conf. I have a blackbook1
> > > with a dell 2007wfp widescreen
> > > display. The native resolution of that display is 1680x1050. I also
> > > attached my 915resolution config file. The
> > > machine is currently running gentoo.
> > >
> > > Note that compiz does not work with this config as dri is only
> > > supported on one head.
> > >
> > > bye,
> > >
> > > david
> >
> > --
> >
> > Sergi Barroso
> > Linux user #313577
> > PGPID: 287913B4
> > http://www.lionclan.org
> >
> >
> >
> > -------------------------------------------------------------------------
> > Take Surveys. Earn Cash. Influence the Future of IT
> > Join SourceForge.net's Techsay panel and you'll get the chance to share
> > your
> > opinions on IT & business topics through brief surveys - and earn cash
> > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> >
> > _______________________________________________
> > Mactel-linux-users mailing list
> > Mactel-linux-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/mactel-linux-users

-- 

 Sergi Barroso
 Linux user #313577
 PGPID: 287913B4
 http://www.lionclan.org

# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "Files"
        FontPath        "/usr/share/fonts/X11/misc"
        FontPath        "/usr/X11R6/lib/X11/fonts/misc"
        FontPath        "/usr/share/fonts/X11/cyrillic"
        FontPath        "/usr/X11R6/lib/X11/fonts/cyrillic"
        FontPath        "/usr/share/fonts/X11/100dpi/:unscaled"
        FontPath        "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
        FontPath        "/usr/share/fonts/X11/75dpi/:unscaled"
        FontPath        "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
        FontPath        "/usr/share/fonts/X11/Type1"
        FontPath        "/usr/X11R6/lib/X11/fonts/Type1"
        FontPath        "/usr/share/fonts/X11/100dpi"
        FontPath        "/usr/X11R6/lib/X11/fonts/100dpi"
        FontPath        "/usr/share/fonts/X11/75dpi"
        FontPath        "/usr/X11R6/lib/X11/fonts/75dpi"
        
        FontPath        "/usr/X11R6/lib/X11/fonts/"
        FontPath        "/usr/share/fonts/X11/misc"
        FontPath        "/usr/share/fonts/X11/cyrillic"
        FontPath        "/usr/share/fonts/X11/100dpi/:unscaled"
        FontPath        "/usr/share/fonts/X11/75dpi/:unscaled"
        FontPath        "/usr/share/fonts/X11/Type1"
        FontPath        "/usr/share/fonts/X11/100dpi"
        FontPath        "/usr/share/fonts/X11/75dpi"
        FontPath        "/usr/share/fonts/X11/truetype"
        FontPath        "/usr/share/fonts/type1"
        FontPath        "/usr/share/fonts/truetype"
        FontPath        "/usr/share/fonts/X11"
        FontPath        "/usr/share/fonts/"
        # path to defoma fonts
        FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"

EndSection

Section "Module"
        Load    "i2c"
        Load    "bitmap"
        Load    "ddc"
        Load    "dri"
        Load    "extmod"
        Load    "freetype"
        Load    "type1"
        Load    "glx"
        Load    "int10"
        Load    "vbe"
EndSection

Section "InputDevice"
        Identifier      "Generic Keyboard"
        Driver          "kbd"
        Option          "CoreKeyboard"
        Option          "XkbRules"      "xorg"
        Option          "XkbModel"      "pc105"
        Option          "XkbLayout"     "es"
EndSection

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

Section "InputDevice"
        Identifier      "Synaptics Touchpad"
        Driver          "synaptics"
        Option          "SendCoreEvents"        "true"
        Option          "Device"                "/dev/input/appletouchpad"
        Option          "Protocol"              "event"
        Option          "LeftEdge"              "100"
        Option          "RightEdge"             "1120"
        Option          "TopEdge"               "50"
        Option          "BottomEdge"            "310"
        Option          "FingerLow"             "25"
        Option          "FingerHigh"            "30"
        #Option         "MaxTapTime"            "180"
        #Option         "MaxTapMove"            "220"
        #Option         "MaxDoubleTapTime"      "180"
        Option          "VertScrollDelta"       "20"
        Option          "HorizScrollDelta"      "50"
        Option          "VertTwoFingerScroll"   "0"
        Option          "HorizTwoFingerScroll"  "0"
        Option          "MinSpeed"              "0.79"
        Option          "MaxSpeed"              "0.88"
        Option          "AcceleratorFactor"     "0.0015"
        Option          "TapButton2"            "2"
        Option          "TapButton3"            "3"
        Option          "SHMConfig"             "On"
EndSection

Section "Device"
        Identifier      "Intel Internal"
        Driver          "i810"
        Screen          0
        BusID           "PCI:0:2:0"
        VideoRam        65536
        #Option         "UseFBDev" "true"
        #Option         "DisplayInfo" "FALSE"
        Option          "DRI"           "true"
        Option          "VBERestore"    "true"
        #Option         "Clone" "true"
        #Option         "CloneRefresh" "60"
        Option          "DevicePresence" "true"
        #Option         "AddARGBGLXVisuals" "On"
        #Option         "XAANoOffscreenPixmaps" "true"
        Option          "MonitorLayout" "DFP,LFP"
        Option          "Clone" "true"
EndSection

Section "Device"
        Identifier      "Intel External"
        #Option          "MonitorLayout" "LFP,DFP+CRT+TV"
        #Option          "VBERestore"    "true"
        VideoRam        65536
        Driver          "i810"
        Screen          1
        Option          "DRI" "false"
        Option          "MonitorLayout" "DFP,LFP"
        #BusID           "PCI:0:2:0"
        #Option         "Clone" "true"
EndSection

Section "Monitor"
        Identifier      "Generic Monitor"
        Option          "DPMS"
        #HorizSync       20-150
        #VertRefresh     50-70
        #HorizSync       28-64
        #VertRefresh     43-60
EndSection

Section "Monitor"
        Identifier      "External Monitor"
        Option          "DPMS"
        ModeLine        "1280x1024" 137.07 1280 1352 1520 1832 1024 1027 1068 
1080 -HSync +VSync
EndSection

Section "Screen"
        Identifier      "Default Screen"
        Device          "Intel Internal"
        Monitor         "Generic Monitor"
        DefaultDepth    24
        SubSection "Display"
                Depth           1
                Modes           "1280x800" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           4
                Modes           "1280x800" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           8
                Modes           "1280x800" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           15
                Modes           "1280x800" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           16
                Modes           "1280x800" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           24
                Modes           "1280x800" "1024x768" "800x600" "640x480"
        EndSubSection
EndSection

Section "Screen"
        Identifier      "Secondary Screen"
        Device          "Intel External"
        Monitor         "External Monitor"
        DefaultDepth    24
        SubSection "Display"
                Depth           1
                Modes           "1280x1024" "1024x768" "800x600"
        EndSubSection
        SubSection "Display"
                Depth           4
                Modes           "1280x1024" "1024x768" "800x600"
        EndSubSection
        SubSection "Display"
                Depth           8
                Modes           "1280x1024" "1024x768" "800x600"
        EndSubSection
        SubSection "Display"
                Depth           16
                Modes           "1280x1024" "1024x768" "800x600"
        EndSubSection
        SubSection "Display"
                Depth           24
                Modes           "1280x1024" "1024x768" "800x600"
        EndSubSection
EndSection

#Section "ServerLayout"
#       Identifier      "Default Layout"
#       Screen          "Default Screen"
#       InputDevice     "Generic Keyboard"
#       InputDevice     "Configured Mouse"
#       InputDevice     "Synaptics Touchpad"
#EndSection

Section "ServerLayout"
        Identifier      "Dual-monitor Layout"
        Screen 0        "Default Screen"
        Screen 1        "Secondary Screen" 
        #LeftOf "Default Screen"
        #Option                 "Clone" "On"
        Option          "Clone" "true"
        #Option                 "Xinerama" "Off"
        #Option         "AIGLX" "true"
        InputDevice     "Generic Keyboard" "CoreKeyboard"
        InputDevice     "Configured Mouse" "CorePointer"
        InputDevice     "Synaptics Touchpad" "AlwaysCore"
        #Option          "XAANoOffscreenPixmaps" "true"
        #Option          "AddARGBGLXVisuals" "On"
EndSection

#Section "Extensions"
#  Option "Composite" "Enable"
#EndSection

Section "DRI"
        Mode    0666
EndSection

Attachment: pgplmGFPUvBES.pgp
Description: PGP signature

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Mactel-linux-users mailing list
Mactel-linux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mactel-linux-users

Reply via email to