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
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