Re: Xoag 3Mon, 2GK - Frage

From: Markward Kufleitner <MKufleitner_at_t-online.de>
Date: Mon, 25 Aug 2008 09:17:39 +0200

Hallo Leute,

ich hab Peter Rader leider nur per PM (hab einfach auf Antworten
gecklickt) mit dieser geänderten xorg.conf geantwortet.

Hat aber leider auch nichts gebracht. Vielleicht hat ja noch jemand eine
Idee.

Der Rechte Monitor nimmt weiterhin keine Gnome-Leiste an, ausser er
aktiviert Xinerama muss aber dann auf Compiz verzichten was er nicht
kann - er entwickelt ja plugins dafür.

Gruß

Markward

-- 
Markward Kufleitner ( http://mkufleitner.homepage.t-online.de/ )
Tel: +49 441 9601993 | Fax: +49 1805 06034866400
ubuntu 8.04.1 | Kernel: 2.6.24-19
Windows is not a virus! It's a bug!

Section "Files"
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"
EndSection

#Section "InputDevice" # hast Du wirklich einen Tablet PC? lösch das raus
# 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 "BottomDevice"
        Boardname "nVidia"

        # -- does not work --
        # Chipset "RIVA TNT2 Model 64"
        # Driver "nv"

        Driver "vesa"

        Busid "PCI:0:5:0"

        Option "AddARGBVisuals" "True" # überflüssig bei vesa
        Option "AddARGBGLXVisuals" "True" # überflüssig bei vesa
        Option "NoLogo" "True" # überflüssig bei vesa
EndSection

Section "Device"
        Identifier "NV6200-both"
        Busid "PCI:1:0:0"
        Driver "nvidia"
        Option "TwinView" "true"
EndSection

Section "Device"
        Identifier "NV6200-2"
        Boardname "nv"
        Busid "PCI:1:0:0"
        Driver "nvidia"
        Screen 1
EndSection

Section "Device"
        Identifier "NV6200-1"
        Boardname "nv"
        Busid "PCI:1:0:0"
        Driver "nvidia"
        Screen 0
EndSection

Section "Monitor"
        Identifier "Scott"
        Horizsync 30-96
        Vertrefresh 50-160
  modeline "1024x768_at_85" 100.94 1024 1056 1432 1464 768 782 793 807
        Gamma 2.0
EndSection

Section "Monitor"
        Identifier "IBM P260"
        Vendorname "Plug 'n' Play"
        Modelname "Plug 'n' Play"
# vielleicht kannst Du heir auch noch Horzsync und Vertrefresh eintragen
  modeline "1024x768_at_85" 94.5 1024 1072 1168 1376 768 769 772 808 +hsync +vsync
        Gamma 0.5
EndSection

Section "Monitor"
        Identifier "Siemens"
        Vendorname "Plug 'n' Play"
        Modelname "Plug 'n' Play"
        Horizsync 30.0 - 95.0
        Vertrefresh 50.0 - 160.0
  modeline "1024x768_at_85" 94.5 1024 1072 1168 1376 768 769 772 808 +hsync +vsync
        Gamma 0.8
EndSection

#Section "Monitor" # überflüssig
# Identifier "CenterLeftMonitor"
# Vendorname "A"
# Modelname "b"
#EndSection

Section "Screen"
        Identifier "RightScreen"
        Device "BottomDevice"
        Monitor "Scott"
        Defaultdepth 24
        SubSection "Display"
                Depth 24
                Modes "1024x768_at_85"
        EndSubSection
EndSection

Section "Screen"
        Identifier "NV6200-both"
        Device "NV6200-both"
        Monitor "Siemens" # hier hab ich Siemens für Dich eintragen
        Defaultdepth 24
        SubSection "Display"
                Depth 24
                Modes "2048x768_at_85"
        EndSubSection
EndSection

Section "Screen"
        Identifier "NVScreen2"
        Device "NV6200-2"
        Monitor "IBM P260"
        Defaultdepth 24
        SubSection "Display"
                Depth 24
                Modes "1024x768_at_85"
        EndSubSection
EndSection

#Section "Screen" # überflüssig
# Identifier "NVScreen1"
# Device "NV6200-1"
# Monitor "Siemens"
# Defaultdepth 24
# SubSection "Display"
# Depth 24
# Virtual 1024 768
# Modes "1024x768_at_85"
# EndSubSection
#EndSection

# Section "ServerLayout"
# Identifier "Twin"
# screen 0 "RightScreen"
# screen 1 "NV6200-both" leftof "RightScreen"
# Inputdevice "Generic Keyboard"
# Inputdevice "Configured Mouse"
# EndSection

#Section "ServerLayout"
# Identifier "Right"
# screen "RightScreen"
# Inputdevice "Generic Keyboard"
# Inputdevice "Configured Mouse"
#EndSection

Section "ServerLayout"
        Identifier "Seperat"
  screen 0 "NV6200-both" 0 0
  screen 1 "NVScreen2" rightof "NV6200-both"
  screen 2 "RightScreen" rightof "NVScreen2"
        
        Inputdevice "Generic Keyboard"
        Inputdevice "Configured Mouse"
        
EndSection
Section "Module"
        Load "glx"
        Load "v4l"
EndSection

#Section "device" # überflüssig
# Identifier "device1"
# Boardname "nv"
# Busid "PCI:1:0:0"
# Driver "nvidia"
# Screen 1
#EndSection

#Section "screen" # überflüssig
# Identifier "screen1"
# Device "device1"
# Defaultdepth 24
# Monitor "monitor1"
# SubSection "Display"
# Depth 24
# Modes "1024x768_at_85"
# EndSubSection
#EndSection

#Section "monitor" # überflüssig
# Identifier "monitor1"
# Vendorname "Plug 'n' Play"
# Modelname "Plug 'n' Play"
# modeline "1024x768_at_85" 94.5 1024 1072 1168 1376 768 769 772 808 +hsync +vsync
# Gamma 1.0
#EndSection

Section "ServerFlags"
        Option "Xinerama" "false"
EndSection
Received on Mon Aug 25 2008 - 09:17:39 CEST

This archive was generated by hypermail 2.2.0 : Mon Aug 25 2008 - 09:18:13 CEST