und zwar ich habe einen Aopen DE-965-Pro Rechner mit 2 VGA ausgängen.
Ich würde gerne das aus beiden ein Bild angezeigt wird. Leider hab ich es noch nicht hinbekommen.
Ich habe im Internet Recheriert und hab keine Lösung gefunden, aber ich habe eine xorg.conf gefunden die bei der Nvidia Grafikkarte funktioniert. Leider hab ich aber eine intel grafikkarte...
Ich stell mal meine Config rein und die bei der Nvidia ich hoffe ihr könnt mir helfen :S
Nvidia xorg.conf
Code: Alles auswählen
Section "Files"
Fontpath "/usr/share/fonts/X11/misc"
Fontpath "/usr/share/fonts/X11/cyrillic"
Fontpath "/usr/share/fonts/X11/100dpi/:unscaled"
Fontpath "/usr/share/fonts/X11/75dpi/:unscaled"
Fontpath "/usr/share/fonts/X11/Type1"
Fontpath "/usr/share/fonts/X11/100dpi"
Fontpath "/usr/share/fonts/X11/75dpi"
# path to defoma fonts
Fontpath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection
Section "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "vbe"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "de"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
Option "SHMConfig" "true"
EndSection
Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "SHMConfig" "true"
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "stylus"
Option "Device" "/dev/input/wacom"
Option "Type" "stylus"
Option "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "eraser"
Option "Device" "/dev/input/wacom"
Option "Type" "eraser"
Option "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "cursor"
Option "Device" "/dev/input/wacom"
Option "Type" "cursor"
Option "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection
Section "Device"
Identifier "Standardgrafikkarte"
Driver "nvidia"
Busid "PCI:1:0:0"
Option "AddARGBVisuals" "True"
Option "AddARGBGLXVisuals" "True"
Option "RenderAccel" "true"
Option "UseEdidFreqs" "true"
Option "MetaModes" "1280x1024,1280x800;1280x800,NUL
L;"
Option "TwinView" "true"
Option "SecondMonitorHorizSync" "30-110"
Option "SecondMonitorVertRefresh" "50-160"
EndSection
Section "Device"
Identifier "Device[0]"
Driver "nvidia"
Screen 0
VendorName "Nvidia"
BusID "PCI:1:0:0"
Option "RenderAccel" "true"
Option "UseEdidFreqs" "true"
EndSection
Section "Device"
Identifier "Device[1]"
Driver "nvidia"
Screen 1
VendorName "Nvidia"
BusID "PCI:1:0:0"
Option "RenderAccel" "true"
Option "UseEdidFreqs" "true"
EndSection
Section "Monitor"
Identifier "Standardbildschirm"
Option "DPMS"
Horizsync 28-64
Vertrefresh 43-60
EndSection
Section "Screen"
Identifier "SRC1"
Device "Device[1]"
Monitor "Standardbildschirm"
Defaultdepth 24
SubSection "Display"
Depth 24
Modes "1280x800"
EndSubSection
EndSection
Section "Screen"
Identifier "SRC2"
Device "Device[0]"
Monitor "Standardbildschirm"
Defaultdepth 24
SubSection "Display"
Depth 24
Modes "1280x1024"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Xinerama"
Screen 0 "SRC2" 0 0
Screen 1 "SRC1" RightOf "SRC2"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "stylus" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
Option "Xinerama" "on"
EndSection
Section "DRI"
Mode 0666
EndSection
Und meine xorg.conf
Code: Alles auswählen
# /etc/X11/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 /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/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 "Files"
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/X11R6/lib/X11/fonts/misc"
FontPath "/usr/share/fonts/X11/cyrillic"
FontPath "/usr/X11R6/lib/X11/fonts/cyrillic"
FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/X11R6/lib/X11/fonts/Type1"
FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi"
FontPath "/usr/share/fonts/X11/75dpi"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi"
# path to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection
Section "Module"
# Load "i2c"
# Load "bitmap"
# Load "ddc"
# Load "dri"
# Load "extmod"
# Load "freetype"
# Load "glx"
# Load "int10"
# Load "vbe"
Load "dbe"
Load "type1"
Load "freetype"
Load "extmod"
Load "glx"
Load "v4l"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "de"
Option "XkbVariant" "nodeadkeys"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
EndSection
Section "Device"
Identifier "Generic Video Card"
Driver "intel"
BusID "PCI:0:2:0"
Option "MonitorLayout" "CRT,LFP"
EndSection
Section "Monitor"
Identifier "Generic Monitor"
UseModes "Modes[0]"
Option "DPMS"
HorizSync 30-50
VertRefresh 50-75
EndSection
Section "Modes"
Identifier "Modes[0]"
Modeline "1360x768" 84.50 1360 1392 1712 1744 768 783 791 808
EndSection
Section "ServerFlags"
Option "BlankTime" "0"
Option "StandbyTime" "0"
Option "OffTime" "0"
Option "SuspendTime" "0"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Generic Video Card"
Monitor "Generic Monitor"
DefaultDepth 24
# SubSection "Display"
# Depth 1
# Modes "1024x768" "800x600" "640x480"
# EndSubSection
# SubSection "Display"
# Depth 4
# Modes "1024x768" "800x600" "640x480"
# EndSubSection
SubSection "Display"
Depth 8
# Modes "1024x768" "800x600" "640x480"
Modes "800x600"
EndSubSection
SubSection "Display"
Depth 15
# Modes "1024x768" "800x600" "640x480"
Modes "800x600"
EndSubSection
SubSection "Display"
Depth 16
# Modes "1024x768" "800x600" "640x480"
Modes "800x600"
EndSubSection
SubSection "Display"
Depth 24
Modes "1360x768"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection
Section "DRI"
Group "video"
Mode 0666
EndSection
Section "Extensions"
EndSection