Re: DualHead mit Radeon 9000

From: Alexander Langer <alex(at)big.endian.de>
Date: Wed, 14 Jul 2004 03:07:14 +0200

Oskar Eyb wrote:
> Funktioniert das überhaupt mit Xfree86 bzw. mit dieser Grafikkarte? Wenn
> ja, wie?

hab's auf ner 9600er mit folgender XF86Config laufen

Gleichzeitig siehst Du auch mein Setup, um schön zwischen PS/2 Maus
(internes Touchpad) und externer USB-Maus, die nur bei Bedarf
angeschlsosen wird (AllowMouseOpenFail, auch im laufenden Betrieb
ansteckbar), wechseln zu können (funktioniert auch parallel)
ist vielleicht für dich auch interessant


Section "ServerLayout"
        Identifier "XFree86 Configured"
        Screen 0 "Screen0" 0 0
        Screen 1 "Screen_extern" RightOf "Screen0"
        InputDevice "Mouse0" "CorePointer"
        InputDevice "Mouse1" "AlwaysCore"
        InputDevice "Keyboard0" "CoreKeyboard"
        Option "Xinerama" "On"
EndSection

Section "ServerFlags"
  Option "AllowMouseOpenFail"
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/75dpi/"
        FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"

        FontPath "/usr/X11R6/lib/X11/fonts/TTF"
        FontPath "/usr/X11R6/lib/X11/fonts/TrueType"

        FontPath "/usr/X11R6/lib/X11/fonts/URW/"
EndSection

Section "Module"
        Load "dbe"
        Load "dri"
        Load "extmod"
        Load "glx"
        Load "record"
        Load "xtrap"
        Load "speedo"
        Load "type1"
EndSection

Section "InputDevice"
        Identifier "Keyboard0"
        Driver "keyboard"
        Option "XkbModel" "inspiron"
# Option "XkbModel" "pc105"
# Option "XkbModel" "hp2505"
          Option "XkbLayout" "de"
        Option "XkbRules" "xfree86"
        Option "XkbVariant" "nodeadkeys"
EndSection

Section "InputDevice"
        Identifier "Mouse0"
        Driver "mouse"
        Option "Protocol" "auto"
        Option "Device" "/dev/psm0"
        Option "ButtonNumber" "2"
        Option "Emulate3Buttons" "on"
        Option "Name" "Autodetection"
          Option "Vendor" "Sysp"
          Option "ZAxisMapping" "4 5"
        Option "Resolution" "500"
EndSection
Section "InputDevice"
        Identifier "Mouse1"
        Driver "mouse"
        Option "Protocol" "auto"
        Option "Device" "/dev/sysmouse"
        Option "Name" "Autodetection"
          Option "Vendor" "Sysp"
          Option "ZAxisMapping" "4 5"
        Option "Resolution" "500"
EndSection

Section "Monitor"
        Option "CalcAlgorithm" "CheckDesktopGeometry"
        # 320x240 is X11 standard. 331x207 is real i8600 size. 276x207 is perhaps nicest
        #DisplaySize 320 240
        DisplaySize 331 207
        #DisplaySize 276 207
        Identifier "Monitor0"
        ModelName "dell_i8600"
        VendorName "Dell"
# HorizSync 28-90
# VertRefresh 40-60
# UseModes "16:10"

        Option "DPMS"
EndSection

Section "Monitor"
        Identifier "Monitor_extern"
        ModelName "aldi"
        VendorName "Medion"
        Option "DPMS"
# fuer beamer
        HorizSync 28-90
        VertRefresh 40-60
EndSection

Section "Modes"
        Identifier "16:10"
        Modeline "1280x800" 107.21 1280 1360 1496 1712 800 801 804 835
        Modeline "1280x800" 123.38 1280 1368 1504 1728 800 801 804 840
        Modeline "1280x800" 147.89 1280 1376 1512 1744 800 801 804 848
        Modeline "1680x1050" 147.14 1680 1784 1968 2256 1050 1051 1054 1087
        Modeline "1680x1050" 188.07 1680 1800 1984 2288 1050 1051 1054 1096
        Modeline "1680x1050" 214.51 1680 1800 1984 2288 1050 1051 1054 1103
        Modeline "1680x1050" 256.20 1680 1808 1992 2304 1050 1051 1054 1112
        Modeline "1920x1200" 246.59 1920 2064 2272 2624 1200 1201 1204 1253
        Modeline "1920x1200" 282.74 1920 2072 2280 2640 1200 1201 1204 1260
        Modeline "1920x1200" 337.58 1920 2072 2288 2656 1200 1201 1204 1271
EndSection

Section "Device"
        Identifier "Card0"
        Driver "ati"
        VendorName "ATI Technologies Inc"
        BoardName "Unknown Board"
        BusID "PCI:1:0:0"
        Screen 0
# fuer beamer
# Option "MonitorLayout" "LVDS, CRT"
# NONE -- Not connected
# CRT -- Analog CRT monitor
# TMDS -- Desktop flat panel
# LVDS -- Lapto flat panel
EndSection

Section "Device"
        Identifier "Card_extern"
        Driver "ati"
        VendorName "ATI Technologies Inc"
        BoardName "Unknown Board"
        BusID "PCI:1:0:0"
        Screen 1
EndSection

Section "Screen"
        Identifier "Screen0"
        Device "Card0"
        Monitor "Monitor0"
        DefaultDepth 16
        SubSection "Display"
                Depth 16
                Modes "1920x1200" "1680x1050" "1280x800" "1024x768" "800x600" "640x480"
        EndSubSection
EndSection

Section "Screen"
        Identifier "Screen_extern"
        Device "Card_extern"
        Monitor "Monitor_extern"
        DefaultDepth 16
        SubSection "Display"
                Depth 16
                Modes "1280x1024" "1024x768"
# fuer beamer
# Modes "1024x768"
        EndSubSection
EndSection

To Unsubscribe: send mail to majordomo(at)de.FreeBSD.org
with "unsubscribe de-bsd-questions" in the body of the message
Received on Wed 14 Jul 2004 - 03:07:54 CEST

search this site