Hallo Markward,
nv lässt sich leider nicht für TNT2 M64 aktivieren.
Markward Kufleitner wrote:
> Peter Rader schrieb:
>> Hi,
>>
>> ich habe ein problem mit X.
>> wenn ich startx ausführe hat mein mittlerer Monitor eine aufl. von
>> 640x480_at_60hz
>> wenn ich ein zweites mal starte die gewünsten 1024x768.
>> Jemand eine idee?
>> Hier die Details:
>> 1. Links, Monitor NVidia GForce 6200 (1)
>> 2. Mitte, Monitor NVidia GForce 6200 (2)
>> 3. Rechts, Monitor Nvidia TNT2 M64
>> Ausserdem hat der Mittlere Monitor keine GTK-Border-Theme
>> und der Rechte Monitor hat erst gar kein WM. Der Rechte Monitor nutzt
>> nur den Vesa-Modus.
>>
>> LG Peter
>>
>>
> Hallo Peter,
>
> warum benutzt Du bei der TNT2 M64 nicht zumindest nv als Treiber?
> Zeig doch mal Deine xorg.conf, dann sehn wir mal.
>
> Markward
>
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"
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"
Option "AddARGBGLXVisuals" "True"
Option "NoLogo" "True"
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"
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"
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 "CenterLeftMonitor"
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"
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 "NVScreen1" 0 0
screen 1 "NVScreen2" rightof "NVScreen1"
screen 2 "RightScreen" rightof "NVScreen2"
Inputdevice "Generic Keyboard"
Inputdevice "Configured Mouse"
EndSection
Section "Module"
Load "glx"
Load "v4l"
EndSection
Section "device" #
Identifier "device1"
Boardname "nv"
Busid "PCI:1:0:0"
Driver "nvidia"
Screen 1
EndSection
Section "screen" #
Identifier "screen1"
Device "device1"
Defaultdepth 24
Monitor "monitor1"
SubSection "Display"
Depth 24
Modes "1024x768_at_85"
EndSubSection
EndSection
Section "monitor" #
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 Sun Aug 24 2008 - 08:04:23 CEST
This archive was generated by hypermail 2.2.0 : Sun Aug 24 2008 - 08:04:34 CEST