Zhukov Pavel wrote:
> attach your xorg.conf
ok.

> remmember that xinerama breaks dri
I tried xininerama but it doesn't work.

But I might have a strange config - cause my external TFT is 1280x1024 and my
interal TFT is 1024x768.


-- 
Gruß, Johannes
http://www.hehejo.de
Section "ServerFlags"
        Option "AllowMouseOpenFail"  "true"
EndSection

Section "Files"
        RgbPath     "/usr/share/X11/rgb"
        ModulePath  "/usr/lib/xorg/modules"
    FontPath    "/usr/share/fonts/misc:unscaled"
    FontPath    "/usr/share/fonts/Type1"
    FontPath    "/usr/share/fonts/TTF"
    FontPath    "/usr/share/fonts/corefonts"
    FontPath    "/usr/share/fonts/freefont"
    FontPath    "/usr/share/fonts/sharefonts"
    FontPath    "/usr/share/fonts/terminus"
    FontPath    "/usr/share/fonts/ttf-bitstream-vera"
    FontPath    "/usr/share/fonts/unifont"
    FontPath    "/usr/share/fonts/75dpi:unscaled"
    FontPath    "/usr/share/fonts/100dpi:unscaled"
    FontPath    "/usr/share/fonts/artwiz"
EndSection

Section "Module"
    Load  "ddc"  # ddc probing of monitor
        Load  "GLcore"
        Load  "dbe"
        Load  "dri"
        Load  "extmod"
  Load  "glx"
  Load  "bitmap" # bitmap-fonts
        Load  "type1"
        Load  "freetype"
        Load  "record"
  Load  "synaptics"
EndSection

Section "InputDevice"
    Identifier  "Keyboard0"
    Driver      "kbd"
    Option      "XkbRules"      "xorg"
    Option      "XkbModel"      "pc105"
    Option      "XkbLayout"     "de"
    Option      "XkbVariant"    "nodeadkeys"
EndSection

Section "InputDevice"
    Identifier  "USB Mouse"
    Driver      "mouse"
    Option      "Device"        "/dev/input/mice"
    Option      "SendCoreEvents" "true"
    Option      "Protocol"      "IMPS/2"
    Option      "ZAxisMapping"  "4 5"
    Option      "Buttons"       "5"
EndSection

Section "InputDevice"
    Driver        "synaptics"
    Identifier    "Touchpad"
    Option        "Device"        "/dev/psaux"
    Option        "Protocol"      "auto-dev"
    Option        "LeftEdge"      "1700"
    Option        "RightEdge"     "5300"
    Option        "TopEdge"       "1700"
    Option        "BottomEdge"    "4200"
    Option        "FingerLow"     "25"
    Option        "FingerHigh"    "30"
    Option        "MaxTapTime"    "180"
    Option        "MaxTapMove"    "220"
    Option        "VertScrollDelta" "100"
    Option        "MinSpeed"      "0.06"
    Option        "MaxSpeed"      "0.12"
    Option        "AccelFactor" "0.0010"
    Option        "SHMConfig"     "on"
 #  Option       "Repeater"      "/dev/ps2mouse"
EndSection


# Auto-generated by KNOPPIX mkxf86config

Section "Monitor"
        Identifier      "Monitor0"
        Option  "DPMS"  "true"
    DisplaySize         347 260
        HorizSync    28.0 - 96.0 # Warning: This may fry old Monitors
        VertRefresh  60.0 # Very conservative. May flicker.
        # 1024x768i @ 43Hz (industry standard) hsync: 35.5kHz
        ModeLine "1024x768"   44.9 1024 1032 1208 1264    768  768  776  817 
+hsync +vsync Interlace
        # 1024x768 @ 60Hz (VESA) hsync: 48.4kHz
        ModeLine "1024x768"   65.0 1024 1048 1184 1344    768  771  777  806 
-hsync -vsync
        # 1024x768 @ 70Hz (VESA) hsync: 56.5kHz
        ModeLine "1024x768"   75.0 1024 1048 1184 1328    768  771  777  806 
-hsync -vsync
        # 1024x768 @ 75Hz (VESA) hsync: 60.0kHz
        ModeLine "1024x768"   78.8 1024 1040 1136 1312    768  769  772  800 
+hsync +vsync
        # 1024x768 @ 85Hz (VESA) hsync: 68.7kHz
        ModeLine "1024x768"   94.5 1024 1072 1168 1376    768  769  772  808 
+hsync +vsync
EndSection

Section "Monitor"
        Identifier "Monitor1"
        Option "DMPS" "true"
        HorizSync    28.0 - 80.0
        VertRefresh  60.0
        Modeline "[EMAIL PROTECTED]" 59.39 1280 1312 1536 1568 960 981 987 1009 
interlace
EndSection

Section "Device"
        ### Available Driver options are:-
        Identifier  "Card0"
        Option                  "power_saverrelax"
        Driver      "i810"
  Option "AccelMethod" "exa"
        VendorName  "All"
        BoardName   "All"
#       BusID       "PCI:1:0:0"
EndSection

Section "Extensions"
        Option "Composite" "enable"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        DefaultColorDepth 24
    SubSection "Display"
                Depth     16
                Modes "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth     24
                Modes "1024x768" "800x600" "640x480"
        EndSubSection
EndSection

Section "Screen"
        Identifier      "external"
        Device                  "Card0"
        Monitor                 "Monitor1"
        DefaultColorDepth 24
                SubSection "Display"
                Depth     24
                Modes "1280x1024"
        EndSubSection
EndSection

Section "ServerLayout"
                Identifier     "XFree86 Configured"
                Screen         0 "external" 
                Option                           "leftoff" 
                InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "USB Mouse" "CorePointer"
    InputDevice    "Touchpad" "SendCoreEvents"
EndSection

Section "DRI"
        Mode 0666
EndSection
_______________________________________________
arch mailing list
[email protected]
http://archlinux.org/mailman/listinfo/arch

Reply via email to