Moritz Lutz schrieb:
is it possible to show me you xorg.conf? Or are you using the
Multiseat option on this system?

I put into /etc/gdm/gdm.conf:

8< ------------------------------------------------------------ >8
[servers]
0=Multi
1=Standard
2=Second

# Also note, that if you redefine a [server-foo] section, then GDM will
# use the definition in this file, not the GDM System Defaults configuration
# file.  It is currently not possible to disable a [server-foo] section
# defined in the GDM System Defaults configuration file.
#
[server-Multi]
name=Dummy server
command=/usr/bin/X -config xorg-X.conf -layout Multi -audit 0 vt7 flexible=false
handled=false

[server-Standard]
name=Standard server
command=/usr/bin/X0 -config xorg-X0.conf -layout X0 -audit 0 vt7 -noreset -sharevts -novtswitch
flexible=false

[server-Second]
name=Second server
command=/usr/bin/X1 -config xorg-X2.conf -layout X2 -audit 0 vt7 -noreset -sharevts -novtswitch
flexible=false
8< ------------------------------------------------------------ >8

The respective xorg-X*.conf files are attached.

My cards according to the Xorg*log are nVidia Corporation NV34 [GeForce FX 5200] rev 161 (AGP) and ATI Technologies Inc unknown chipset (0x94cc) rev 0 Chipset: "ATI RV610" (that is ATI Radeon HD 2400 PowerColor PCI with internal PCIe-to-PCI bridge).

Regards and enjoy  :-)  Alexander.
# xorg.conf (xorg X Window System server configuration file)
#
#################################################################
# Dummy
#
Section "ServerLayout"
        Identifier      "Multi"
        Screen          "DummyScreen"
        InputDevice     "Dummy Keyboard"
        InputDevice     "Dummy Mouse"
EndSection

Section "Screen"
        Identifier "DummyScreen"
        Device     "Dummy"
        Monitor    "Standardbildschirm"
        DefaultColorDepth       8
        SubSection "Display"
                Modes "320x240"
        EndSubSection
EndSection

Section "Device"
        Identifier  "Dummy"
        Driver      "dummy"
        VideoRam    75
EndSection

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

Section "InputDevice"
        Identifier      "Dummy Mouse"
        Driver          "mouse"
        Option          "CorePointer"
        Option          "Device"                "/dev/input/mice"
        Option          "Protocol"              "ImPS/2"
        Option          "Emulate3Buttons"       "true"
EndSection
#
# EOF
# 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 xorg.conf manual page.
# (Type "man 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 "ServerFlags"
        Option  "AllowMouseOpenFail"    "true"
        Option  "HandleSpecialKeys"     "Always"
        Option  "DontVTSwitch"
EndSection

Section "InputDevice"
        Identifier      "Generic Keyboard"
        # Change the value of the "Dev Phys" option to the physical
        # address of the corresponding keyboard, found in the file
        # /proc/bus/input/devices .
        Driver          "evdev"
        Option          "Device"        
"/dev/input/by-path/platform-i8042-serio-1-event-kbd"
        # Configure your keyboard as usual
        Option          "CoreKeyboard"
        Option          "XkbRules"      "xorg"
        Option          "XkbModel"      "pc105"
        Option          "XkbLayout"     "de"
        Option          "XkbVariant"    "nodeadkeys"
EndSection

Section "InputDevice"
        Identifier      "Configured Mouse"
        # Change the value of the "Dev Phys" option to the physical
        # address of the corresponding mouse, found in the file
        # /proc/bus/input/devices .
        Driver          "evdev"
        Option          "Device"      
"/dev/input/by-path/pci-0000:00:02.1-usb-0:2:1.0-event-mouse"
        # All mice should have "CorePointer"
        Option          "CorePointer"
        Option          "Protocol"              "ImPS/2"
        Option          "Emulate3Buttons"       "true"
EndSection

Section "Device"
        Identifier      "Standardgrafikkarte"
#       Driver          "nvidia"
        Driver          "nv"
        BusID           "PCI:3:0:0"
EndSection

Section "Monitor"
        Identifier      "Standardbildschirm"
        Option          "DPMS"
        HorizSync       28-84
        VertRefresh     43-60
EndSection

Section "Screen"
        Identifier      "Default Screen"
        Device          "Standardgrafikkarte"
        Monitor         "Standardbildschirm"
        DefaultDepth    24
EndSection

Section "ServerLayout"
        Identifier      "X0"
        Screen          "Default Screen"
        InputDevice     "Generic Keyboard"
        InputDevice     "Configured Mouse"
        Option          "SingleCard"
EndSection

Section "DRI"
        Mode 0666
EndSection
#
# EOF
# xorg.conf (xorg X Window System server configuration file)
#

Section "ServerFlags"
        Option  "AllowMouseOpenFail"    "true"
        Option  "HandleSpecialKeys"     "Always"
        Option  "DontVTSwitch"
# Neu
Option "IgnoreABI" "on"
# Ende Neu
EndSection

#################################################################
# Dritte Karte
#
Section "ServerLayout"
        Identifier     "X2"
        Screen      0  "Screen0" 0 0
        InputDevice    "Keyboard0" "CoreKeyboard"
        InputDevice    "USB Mouse" "CorePointer"
# Neu
Option "Clone" "off"
Option "Xinerama" "off"
Option "AIGLX" "False"
# Ende Neu
        Option          "SingleCard"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        # Change the value of the "Dev Phys" option to the physical
        # address of the corresponding keyboard, found in the file
        # /proc/bus/input/devices .
        Driver          "evdev"
        Option          "Device"        
"/dev/input/by-path/platform-i8042-serio-0-event-kbd"
        # Configure your keyboard as usual
        Option      "CoreKeyboard"
        Option "XkbRules" "xorg"
        Option "XkbModel" "pc105"
        Option "XkbLayout" "de"
        Option "XkbVariant" "nodeadkeys"
EndSection

Section "InputDevice"
        Identifier      "USB Mouse"
        # Change the value of the "Dev Phys" option to the physical
        # address of the corresponding mouse, found in the file
        # /proc/bus/input/devices .
        Driver          "evdev"
        Option          "Device"      
"/dev/input/by-path/pci-0000:00:02.1-usb-0:1:1.0-event-mouse"
        # All mice should have "CorePointer"
        Option          "CorePointer"
        Option          "SendCoreEvents"        "true"
        Option          "Protocol"              "IMPS/2"
        Option          "ZAxisMapping"          "4 5"
        Option          "Buttons"               "5"
EndSection

Section "Device"
        Identifier  "Card0"
        Driver      "radeon"
        VendorName  "All"
        BoardName   "All"
        BusID       "PCI:2:0:0"
        Option  "UseFastTLS"  "1"
        # Options recommended on dri.freedesktop.org
        #Option     "AccelMethod"       "XAA"
        Option      "AccelMethod"       "EXA"
        Option      "ColorTiling"       "true"
        Option      "AccelDFS"          "true"
        Option      "DynamicClocks"     "true"
        Option      "DRI"               "true"
        Option      "GARTSize"          "64"
        Option      "EnablePageFlip"    "true"
        # Ende Options recommended on dri.freedesktop.org
        Option          "DVI-0"  "KopieStandardbildschirm"
        Option          "VGA-0"  "Mist"
EndSection

Section "Monitor"
        Identifier      "KopieStandardbildschirm"
    Option "Ignore" "false"
EndSection

Section "Monitor"
        Identifier      "Mist"
    Option "Ignore" "true"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "KopieStandardbildschirm"
        DefaultColorDepth 24
        # Options recommended on dri.freedesktop.org
        SubSection "Display"
                   Depth        24
        EndSubSection
        # Ende Options recommended on dri.freedesktop.org
EndSection

Section "DRI"
        Mode 0666
EndSection

# Neu
Section "Extensions"
Option "DAMAGE" "true"
#Option "Composite" "true"
Option "RENDER" "on"
EndSection
# Ende Neu
#
# EOF

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

_______________________________________________
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg

Reply via email to