[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

3D Rage LT Pro AGP-133 dualhead?



Hallo,

ich versuche gerade auf meinem Laptop den externen Bildschirmanschluß mit X zu nutzen und es tut nicht.
Ich hab die Anleitung wie sie unter

http://www.linux-user.de/ausgabe/2001/12/044-dual/dual.html

angegben ist befolgt. (Bei einem Rechner mit 2 Grafikkarten hab ichs am laufen.)

Der Laptop hat eine "3D Rage LT Pro AGP-133" Grafikkarte.Und unter Windows tut es auch nur halt unter X nicht und das ist schade.

kann mir da jemand helfen?

Danke Andreas


Hier meine XF86Config-4

####Beginn####
Section "ServerLayout"
        Identifier      "Default Layout"
        Option  "Xinerama" "on"
        Screen          "links"
        Screen          "rechts" RightOf "links"
        InputDevice     "Generic Keyboard"
        InputDevice     "Configured Mouse"
        InputDevice     "Generic Mouse"
EndSection

Section "DRI"
        Mode    0666
EndSection

Section "Files"
        FontPath        "unix/:7100"
        FontPath        "/usr/lib/X11/fonts/Type1"
        FontPath        "/usr/lib/X11/fonts/CID"
        FontPath        "/usr/lib/X11/fonts/Speedo"
        FontPath        "/usr/lib/X11/fonts/misc"
        FontPath        "/usr/lib/X11/fonts/cyrillic"
        FontPath        "/usr/lib/X11/fonts/100dpi"
        FontPath        "/usr/lib/X11/fonts/75dpi"
EndSection

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

Section "InputDevice"
        Identifier      "Generic Keyboard"
        Driver          "keyboard"
        Option          "CoreKeyboard"
        Option          "XkbRules"      "xfree86"
        Option          "XkbModel"      "pc105"
        Option          "XkbLayout"     "de"
EndSection

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

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

Section "Device"
        Identifier      "Standardgrafikkarte_1"
        Driver          "ati"
        Screen          0
        BusID           "PCI:1:0:0"
EndSection
Section "Device"
        Identifier      "Standardgrafikkarte_2"
        Driver          "ati"
        Screen          1
        BusID           "PCI:1:0:0"
EndSection

Section "Monitor"
        Identifier      "Standardbildschirm_1"
        HorizSync       30-60
        VertRefresh     50-75
        Option          "DPMS"
EndSection

Section "Monitor"
        Identifier      "Standardbildschirm_2"
        HorizSync       30-60
        VertRefresh     50-75
        Option          "DPMS"
EndSection

Section "Screen"
        Identifier      "links"
        Device          "Standardgrafikkarte_1"
        Monitor         "Standardbildschirm_1"
        DefaultDepth    24
        SubSection "Display"
                Depth           16
                Modes           "1024x768" "800x600" "640x480"
                ViewPort 0 0
        EndSubSection
EndSection

Section "Screen"
        Identifier      "rechts"
        Device          "Standardgrafikkarte_2"
        Monitor         "Standardbildschirm_2"
        DefaultDepth    16
        SubSection "Display"
                Depth           16
                Modes           "1024x768" "800x600" "640x480"
                ViewPort 0 0
        EndSubSection
EndSection
###ENDE###



Reply to: