PDA

View Full Version : 1.4 with XFX GeForce 7300 LE - Dual Monitors


vintagevolks2000
10-17-2007, 01:03 AM
Hello,

I was wondering if anyone is using the XFX GeForce 7300 LE
and 1.4. A co-worker has it working fine with 1.3.

xorg.conf

pcbsd# cat xorg.conf
Section "ServerLayout"
Identifier "X.org Configured"
Screen "Screen0"
Screen 1 "Screen1" leftof "Screen0"
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection

Section "ServerFlags"
Option "Xinerama" "On"
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/Speedo/"
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 "extmod"
Load "glx"
Load "dbe"
Load "record"
Load "xtrap"
Load "speedo"
Load "type1"
Load "freetype"
EndSection

Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
EndSection

Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/sysmouse"
Option "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
Identifier "Monitor0"
VendorName "Acer"
ModelName "AL1916"
HorizSync 12 - 90.0
VertRefresh 30.0 - 120.0
EndSection

Section "Monitor"
Identifier "Monitor1"
VendorName "Acer"
ModelName "AL1916"
HorizSync 12 - 90.0
VertRefresh 30.0 - 120.0
EndSection



Section "Device"
Identifier "Card0"
Driver "nvidia"
VendorName "nvidia"
BoardName "PCIe card"
# BusID "PCI:1:6:0"
Option "TwinView"
Option "SecondMonitorHorizSync" "31-82"
Option "SecondMonitorVertRefresh" "55-120"
Option "TwinViewOrientation" "LeftOf"
Option "MetaModes" "1280x1024, 1280x1024"
Option "ConnectedMonitor" "crt,crt"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultColorDepth 24
SubSection "Display"
Depth 24
Modes "1280x1024"
EndSubSection
EndSection

Section "Screen"
Identifier "Screen1"
Device "Card0"
Monitor "Monitor1"
DefaultColorDepth 24
SubSection "Display"
Depth 24
Modes "1280x1024"
EndSubSection
EndSection

Section "Modes"
Identifier "Modes0"
Modeline "1280x1024" 204.95 1920 2024 2272 2528 1200 1200 1203 1244
EndSection


Any ideas??

Thanks,

--Andrew

vintagevolks2000
10-22-2007, 09:53 PM
Any ideas? Please :?

Solarin
10-23-2007, 02:35 PM
Any ideas? Please :?

You didn't mention what the problem is, and what error messages and/or symptoms you're getting.

vintagevolks2000
10-24-2007, 11:58 PM
LOL, you are correct, I did not say what the problem was.. The problem was I do not have video on the second screen.. Matt pointed me to:

(http://henrikes.tihlde.org/xorg.conf)

# Xorg.conf file generated for PC-BSD

Section "ServerLayout"
Identifier "XFree86 Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
RgbPath "/usr/local/lib/X11/rgb"
ModulePath "/usr/local/lib/xorg/modules"
FontPath "/Programs/fonts/"
FontPath "/usr/local/lib/X11/fonts/cyrillic/"
FontPath "/usr/local/lib/X11/fonts/TrueType/"
FontPath "/usr/local/lib/X11/fonts/webfonts/"
FontPath "/usr/local/lib/X11/fonts/misc/"
FontPath "/usr/local/lib/X11/fonts/TTF/"
FontPath "/usr/local/lib/X11/fonts/Type1/"
FontPath "/usr/local/lib/X11/fonts/CID/"
FontPath "/usr/local/lib/X11/fonts/75dpi/"
FontPath "/usr/local/lib/X11/fonts/100dpi/"
FontPath "/usr/local/lib/X11/fonts/dejavu/"
FontPath "/usr/local/lib/X11/fonts/local/"
EndSection

Section "Module"
Load "ddc"
Load "dbe"
Load "extmod"
Load "glx"
Load "xtrap"
Load "freetype"
EndSection

Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
Option "XkbModel" "pc105"
Option "XkbLayout" "no"
EndSection

Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/sysmouse"
Option "Buttons" "6"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons"
EndSection

Section "Extensions"
Option "Composite" "Enable"
EndSection

Section "Monitor"
Identifier "Monitor0"
VendorName "Generic Monitor"
ModelName "Generic"

### Comment all HorizSync and VertRefresh values to use DDC:
HorizSync 30.0 - 83.0
### Comment all HorizSync and VertRefresh values to use DDC:
VertRefresh 48.0 - 75.0

EndSection


Section "Device"
### Available Driver options are:-
### Values: [i]: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
### [arg]: arg optional
#Option "SWcursor" # [<bool>]
Option "HWcursor" "True" # [<bool>]
#Option "NoAccel" # [<bool>]
#Option "ShadowFB" # [<bool>]
#Option "UseFBDev" # [<bool>]
#Option "Rotate" # [<str>]
#Option "VideoKey" # [i]
#Option "FlatPanel" # [<bool>]
#Option "FPDither" # [<bool>]
#Option "CrtcNumber" # [i]
#Option "FPScale" # [<bool>]
#Option "FPTweak" # [i]
Option "AllowGLXWithComposite" "True"
Option "RenderAccel" "True"
Option "AddARGBGLXVisuals" "True"
Option "DamageEvents" "True"
Option "TwinView"
Option "MetaModes" "1440x900 1440x900"
Identifier "Card0"
Driver "nvidia"
VendorName "nVidia Corporation"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1440x900"
EndSubSection
EndSection

It Worked!!! I just changed the resolution and Whala!

Thanks Matty!

--Andrew