MultiScreen funtzst nicht

hoppel

IceFire
Servutz Leutz,
Wollte bei mir einen zweiten Bildschirm anschließen. hab mich am den XF86Config File von eimem ander beitrag gehalten.
leider wills nicht.
'Fatal Error:No Screen(s) found' (-;-(
'Device(s) found, but no math in configfile'
'Irgentetwas mit BusID:0:11:0'

Hier das File:

# File generated by xf86config.

# **********************************************************************
# Module section -- this section is used to specify
# which dynamically loadable modules to load.
# **********************************************************************
#
Section "Module"

# This loads the DBE extension module.

Load "dbe" # Double buffer extension

# This loads the miscellaneous extensions module, and disables
# initialisation of the XFree86-DGA extension within that module.
SubSection "extmod"
Option "omit xfree86-dga" # don't initialise the DGA extension
EndSubSection

Load "type1"
Load "speedo"

EndSection

# **********************************************************************
# Files section. This allows default font and rgb paths to be set
# **********************************************************************

Section "Files"

RgbPath "/usr/X11R6/lib/X11/rgb"


FontPath "/usr/X11R6/lib/X11/fonts/local/"
FontPath "/usr/X11R6/lib/X11/fonts/misc/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
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/"

EndSection

# **********************************************************************
# Server flags section.
# **********************************************************************

Section "ServerFlags"

Option "Xinerama" "on"
EndSection

# **********************************************************************
# Input devices
# **********************************************************************

**********************************************************************
# Core keyboard's InputDevice section
# **********************************************************************

Section "InputDevice"

Identifier "Keyboard1"
Driver "Keyboard"

Option "AutoRepeat" "500 30"
Option "XkbRules" "xfree86"
Option "XkbModel" "pc105"
Option "XkbLayout" "de"

EndSection


# **********************************************************************
# Core Pointer's InputDevice section
# **********************************************************************

Section "InputDevice"

Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "Auto"
Option "Device" "/dev/sysmouse"

EndSection


# **********************************************************************
# Monitor section
# **********************************************************************

Section "Monitor"

Identifier "Display 1"
HorizSync 31.5 - 57.0
VertRefresh 50-100
Option "DPMS"

EndSection

Section "Monitor"

Identifier "Display 2"
HorizSync 31.5 - 57.0
VertRefresh 50-100
Option "DPMS"

EndSection



# **********************************************************************
# Graphics device section
# **********************************************************************


Section "Device"
Identifier "card0"
Driver "r128"
VideoRam 32768

Screen 1
EndSection

Section "Device"
Identifier "card1"
Driver "mga"

Screen 2
EndSection


# **********************************************************************
# Screen sections
# **********************************************************************

Section "Screen"
Identifier "Screen 1"
Device "card0"
Monitor "Display 1"
DefaultDepth 24

Subsection "Display"
Depth 24
Modes "1024x768"
ViewPort 0 0
EndSubsection
EndSection

Section "Screen"

Identifier "Screen 2"
Device "card1"
Monitor "Display 2"
DefaultDepth 16

Subsection "Display"
Depth 16
Modes "1024x768"
ViewPort 0 0
EndSubsection
EndSection

# **********************************************************************
# ServerLayout sections.
# **********************************************************************

Section "ServerLayout"

Identifier "Layout 1"
InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
Option "Clone" "off"
Option "Xinerama" "true"
Screen 1 "Screen 1"
Screen 2 "Screen 2" RightOf "Screen 1"

EndSection
___________________________________________________________

Benutzte Grafik:
Primär ATI Riva 128 Pro 32MB AGP
Secundär Matrox Mythtige 4 MB PCI

Monitor:
2mal hp L1520 Flatscreen
max. 1024x786 60Hz
___________________________________________________________

Das 'standart' X11 Configurationsprogramm von /stand/sysinstall geht leider nicht. Wenn ich es aufrufe giebt mein Flat das aus:
"Auser Betriebsbereich"
Mit 'xf86config' Skript geht Multiscreen irgentwie nicht!?!
Hoffentlich kann mir einer Helfen

Daniel
 
Zurück
Oben