DieTa
Rollercoaster-Liebhaber
Servus,
nachdem ich mir die gestrige Nacht um die Ohren geschlagen habe, bin ich stur geworden - ich will FreeBSD mit meinen TFT's ans laufen bekommen.
Ich habe folgende Konfiguration:
Grafikkarte: nVidia GeForceNX6600 128MB PCIe, DVI+VGA
TFT1: Apple Cinema Display 23" // 1920x1200
TFT2: Samsung SyncMaster 19" // 1280x1024
Das Apple Diplay ist per DVI angeschlossen, das Samsung Display an VGA (also analog).
Das Problem ist - ich bekomme das 23" nicht angesteuert. Starte ich X, bekomme ich zwar auf dem 19"er die 24bit bei 1280x1024 und das ist auch klasse, aber das Cinema Display "pennt ein". Sprich: es geht in den Standby Modus.
So langsam verzweifel ich. Ich habe übrigens die nVidia Treiber reincompiliert und nicht per Ports installiert.
Anbei die xorg.conf, in der Hoffnung jemand kann mir helfen...
PS. Ich verwende FreeBSD 5.4 i386, auch wenn es ein Athlon64 ist.
Danke fürs lesen..
Ciao
Dennis
nachdem ich mir die gestrige Nacht um die Ohren geschlagen habe, bin ich stur geworden - ich will FreeBSD mit meinen TFT's ans laufen bekommen.
Ich habe folgende Konfiguration:
Grafikkarte: nVidia GeForceNX6600 128MB PCIe, DVI+VGA
TFT1: Apple Cinema Display 23" // 1920x1200
TFT2: Samsung SyncMaster 19" // 1280x1024
Das Apple Diplay ist per DVI angeschlossen, das Samsung Display an VGA (also analog).
Das Problem ist - ich bekomme das 23" nicht angesteuert. Starte ich X, bekomme ich zwar auf dem 19"er die 24bit bei 1280x1024 und das ist auch klasse, aber das Cinema Display "pennt ein". Sprich: es geht in den Standby Modus.
So langsam verzweifel ich. Ich habe übrigens die nVidia Treiber reincompiliert und nicht per Ports installiert.
Anbei die xorg.conf, in der Hoffnung jemand kann mir helfen...
Code:
dockmaster# cat /etc/X11/xorg.conf
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
Screen 1 "Screen1" LeftOf "Screen0"
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
ModulePath "/usr/X11R6/lib/modules"
FontPath "/usr/X11R6/lib/X11/fonts/misc/"
FontPath "/usr/X11R6/lib/X11/fonts/TTF/"
FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
FontPath "/usr/X11R6/lib/X11/fonts/CID/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection
Section "Module"
Load "dbe"
Load "dri"
Load "extmod"
Load "glx"
Load "record"
Load "xtrap"
Load "freetype"
Load "type1"
EndSection
Section "Files"
# FontPath "unix/:7100" # local font server
# if the local font server has problems, we can fall back on these
FontPath "/usr/lib/X11/fonts/misc"
FontPath "/usr/lib/X11/fonts/cyrillic"
FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/Type1"
FontPath "/usr/lib/X11/fonts/CID"
FontPath "/usr/lib/X11/fonts/100dpi"
FontPath "/usr/lib/X11/fonts/75dpi"
# paths to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "xkblayout" "de"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/sysmouse"
Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"
EndSection
Section "Device"
Identifier "NVIDIA Corporation NV43 [GeForce 6600]"
Driver "nvidia"
BusID "PCI:5:0:0"
Option "TwinView"
Option "TwinViewOrientation" "LeftOf"
Option "MetaModes" "1280x1024,1920x1200"
# Samsung SyncMaster 192v
Option "SecondMonitorHorizSync" "30-81"
Option "SecondMonitorVertRefresh" "56-75"
# ACD23
# Option "SecondMonitorHorizSync" "94"
# Option "SecondMonitorVertRefresh" "85"
Option "ConnectedMonitor" "dfp,crt"
Option "NoLogo"
EndSection
Section "Monitor"
Identifier "monitor0"
Option "DPMS"
UseModes "16:10"
# HorizSync 94
# VertRefresh 85
#ACD
Modeline "1920x1200" 193.16 1920 2048 2256 2592 1200 1201 1204 1242
EndSection
Section "Modes"
Identifier "16:10"
ModeLine "1920x1200" 193.16 1920 2048 2256 2592 1200 1201 1202 1242 -Hsync +Vsync
EndSection
Section "Monitor"
Identifier "monitor1"
Option "DPMS"
Modeline "1920x1200" 193.15 1920 2048 2256 2592 1200 1201 1204 1242
EndSection
Section "Screen"
Identifier "screen0"
Device "NVIDIA Corporation NV43 [GeForce 6600]"
Monitor "monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1920x1200@60Hz"
EndSubSection
EndSection
Section "Screen"
Identifier "screen1"
Device "NVIDIA Corporation NV43 [GeForce 6600]"
Monitor "monitor1"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1280x1200"
EndSubSection
EndSection
Section "DRI"
Group 0
Mode 0666
EndSection
PS. Ich verwende FreeBSD 5.4 i386, auch wenn es ein Athlon64 ist.
Danke fürs lesen..

Ciao
Dennis