You are not logged in.
All,
I am running arch on a custom machine with a geforce 6800GT agp dual dvi outs
i have my lcd connected to dv1 and my dvi->hdmi to dvi2..
The modes for my xorg.conf are not validating and the tv is black except for
the mouse when i scroll over to the right side of my screen..
I think my modelines are jacked or a bug is in the nvidia driver...
########### XORG.CONF
Section "Files"
RgbPath "/usr/share/X11/rgb"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/misc:unscaled"
FontPath "/usr/share/fonts/misc"
FontPath "/usr/share/fonts/75dpi:unscaled"
FontPath "/usr/share/fonts/75dpi"
FontPath "/usr/share/fonts/100dpi:unscaled"
FontPath "/usr/share/fonts/100dpi"
FontPath "/usr/share/fonts/Type1"
EndSection
Section "Module"
Load "ddc" # ddc probing of monitor
Load "dbe"
Load "extmod"
Load "glx"
Load "bitmap" # bitmap-fonts
Load "type1"
Load "freetype"
Load "record"
EndSection
Section "ServerFlags"
Option "AllowMouseOpenFail" "true"
Option "Xinerama" "0"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
Option "XkbVariant" "nodeadkeys"
EndSection
Section "InputDevice"
Identifier "Serial Mouse"
Driver "mouse"
Option "Protocol" "Microsoft"
Option "Device" "/dev/ttyS0"
Option "Emulate3Buttons" "true"
Option "Emulate3Timeout" "70"
Option "SendCoreEvents" "true"
EndSection
Section "InputDevice"
Identifier "PS/2 Mouse"
Driver "mouse"
Option "Protocol" "auto"
Option "ZAxisMapping" "4 5"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "true"
Option "Emulate3Timeout" "70"
Option "SendCoreEvents" "true"
EndSection
Section "InputDevice"
Identifier "USB Mouse"
Driver "mouse"
Option "Device" "/dev/input/mice"
Option "SendCoreEvents" "true"
Option "Protocol" "IMPS/2"
Option "ZAxisMapping" "4 5"
Option "Buttons" "5"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce 6800 GT"
BusID "PCI:1:0:0"
Screen 0
Option "RenderAccel" "True"
Option "UseEDID" "False"
Option "ConnectedMonitor" "DFP-0"
Option "ModeValidation" "NoVertRefreshCheck"
Option "ModeValidation" "NoDFPNativeResolutionCheck"
Option "ModeValidation" "NoEdidMaxPclkCheck"
Option "ModeValidation" "NoHorizSyncCheck"
Option "ModeValidation" "NoMaxPClkcheck"
Option "ModeValidation" "AllowNon60HzDFPModes"
# Option "ExactModeTimingsDVI" "FALSE"
Option "NoDDC"
Option "NoPredefinedModes"
Option "DPI" "100x100"
EndSection
Section "Monitor"
Identifier "TV"
VendorName "Unknown"
ModelName "SONY TV"
HorizSync 15.0 - 46.0
VertRefresh 59.0 - 61.0
Option "DPMS"
ModeLine "hd1080i" 74.2 1920 2008 2052 2200 1080 1088 1091 1121 +hsync +vsync interlace
Modeline "hd720p" 74.5 1280 1320 1392 1600 720 722 724 758
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "TV"
DefaultDepth 24
Option "UseDisplayDevice" "DFP-0"
SubSection "Display"
Depth 24
Modes "320x240"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Xorg Configured"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "PS/2 Mouse" "CorePointer"
EndSection
########### EO XORG.CONF
Offline