Re: [XFree86] DVI output with nVidia and xfree 4.3

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hello,

Forgive me for replying to myself like this, but I had one other
observation. When I said that the monitor was running at 1024x786, it is
not scaling the image (can't think of the correct term) but the 1024x786
image is surrounded by a black border.

I attached the files I previously posted online, as I found that the list
server isn't stripping attachments.  Sorry about that.

Many thanks!

Colin
cbortner@xxxxxxxxxxxxxxxxxx

On Wed, 29 Oct 2003, Colin Hyatt Bortner wrote:

> Mark,
>
> It's great to hear that I should be able to get the nv driver working!
> I've made a big step of progress, I can now start up X well enough using
> the nv driver, but I can't seem to be able to get a resolution higher than
>  1024x786. Ideally, I would like to be able to use 1280x1024, the
> monitor's native resolution.
>
> I've posted the relevant files online, as I didn't know if the list server
> stripped attachments, and I didn't want to put the contents in the body
> of the message.
>
> So, here they are:
>
> http://chb.orangekids.net/XFree86.0.log
> http://chb.orangekids.net/XF86Config
>
> Thanks in advance for any advice!
>
> Colin
> cbortner@xxxxxxxxxxxxxxxxxx
>
> On Tue, 28 Oct 2003, Mark Vojkovich wrote:
>
> >
> >    We can't support NVIDIA's binary drivers but we can support the
> > "nv" driver.  The "nv" driver in 4.3.0 should work fine with DVI on
> > GeForce3 Ti500.  The CrtcNumber option isn't used on the GeForce3
> > as that option is only for dual-head cards.  I'll need to see
> > the /var/log/XFree86.0.log when running the "nv" driver to diagnose
> > why it's not working.
> >
> >
> > 			Mark.
> >
> >
> > On Tue, 28 Oct 2003, Colin Hyatt Bortner wrote:
> >
> > > Hello,
> > >
> > > I've been having problems with my new monitor, a Samsung SyncMaster 172T,
> > > on the DVI output of my nVidia GeForce 3 Ti500 with xfree86 4.3.0.  The
> > > monitor has duel inputs, analog and digital, but I'd like to, if
> > > possible, use the DVI input.
> > >
> > > It functions adequately using the vesa driver, limited to 1024x786.  I'd
> > >  like to be able to use nVidia's binary driver, nvidia, or at least the
> > > nv driver.
> > >
> > > When I try to use the nv driver, the screen will go blank and flash
> > > slightly, eventually the led on the LCD will begin to flash, and I have to
> > > press Ctrl+Alt+BackSpace to drop out of X.  Similar behavior is observed
> > > using the nvidia driver.
> > >
> > > I've been looking around for advice, including this list's archives, and
> > > have integrated that advice into my XFree86Config file.  I've attached it,
> > > with the added/modified lines highlighted.  None of them have seemed to
> > > made an impact on this particular problem however.
> > >
> > > On the Samsung website, the horizontal sync range for 'digital' is 30-63
> > > and the vertical sync range is 56-75.
> > >
> > > >>SNIP>>
> > >
> > > Section "Module"
> > >     Load        "dbe"
> > >     SubSection  "extmod"
> > >       Option    "omit xfree86-dga"
> > >     EndSubSection
> > >     Load        "type1"
> > >     Load        "speedo"
> > >     Load       "glx"
> > > EndSection
> > > Section "Files"
> > >     RgbPath     "/usr/X11R6/lib/X11/rgb"
> > >     FontPath   "/usr/X11R6/lib/X11/fonts/local/"
> > >     FontPath   "/usr/X11R6/lib/X11/fonts/misc/"
> > >     FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
> > >     FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
> > >     FontPath   "/usr/X11R6/lib/X11/fonts/Speedo/"
> > >     FontPath   "/usr/X11R6/lib/X11/fonts/Type1/"
> > >     FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/"
> > >     FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/"
> > > EndSection
> > > Section "ServerFlags"
> > > EndSection
> > > Section "InputDevice"
> > >     Identifier  "Keyboard1"
> > >     Driver      "Keyboard"
> > >     Option "AutoRepeat" "500 30"
> > >     Option "XkbRules"   "xfree86"
> > >     Option "XkbModel"   "pc101"
> > >     Option "XkbLayout"  "us"
> > > EndSection
> > > Section "InputDevice"
> > >     Identifier  "Mouse1"
> > >     Driver      "mouse"
> > >     Option "Protocol"    "IMPS/2"
> > >     Option "Device"      "/dev/input/mice"
> > >     Option "ZAxisMapping" "4 5"
> > > EndSection
> > > Section "Monitor"
> > >     Identifier  "Samsung SyncMaster 172T"
> > >     HorizSync 30-63
> > >     VertRefresh 56-75
> > > EndSection
> > > Section "Device"
> > >     Identifier  "Standard VGA"
> > >     VendorName  "Unknown"
> > >     BoardName   "Unknown"
> > >     Driver     "vga"
> > > EndSection
> > > Section "Device"
> > >     Identifier  "nVidia GeForce 3 Ti500"
> > >     Driver      "nvidia"
> > >     Option      "FlatPanel" <-- ADDED
> > >     Option "CrtcNumber" "1" <-- ADDED
> > > EndSection
> > > Section "Screen"
> > >     Identifier  "Screen 1"
> > >     Device      "nVidia GeForce 3 Ti500"
> > >     Monitor     "Samsung SyncMaster 172T"
> > >     DefaultDepth 24
> > >     Subsection "Display"
> > >         Depth       8
> > >         Modes       "1024x768" "800x600" "640x480"
> > >         ViewPort    0 0
> > >     EndSubsection
> > >     Subsection "Display"
> > >         Depth       16
> > >         Modes       "1024x768" "800x600" "640x480"
> > >         ViewPort    0 0
> > >     EndSubsection
> > >     Subsection "Display"
> > >         Depth       24
> > >         Modes       "1280x1024" "1024x768" "800x600" "640x480"
> > >         ViewPort    0 0
> > >     EndSubsection
> > > EndSection
> > > Section "ServerLayout"
> > >     Identifier  "Simple Layout"
> > >     Screen "Screen 1"
> > >     InputDevice "Mouse1" "CorePointer"
> > >     InputDevice "Keyboard1" "CoreKeyboard"
> > > EndSection
> > >
> > > <<SNIP<<
> > >
> > > If the log would also be helpful, I will gladly send that as well.
> > >
> > > Thank you very much!
> > >
> > > Regards,
> > >
> > > Colin
> > > cbortner@xxxxxxxxxxxxxxxxxx
> > > _______________________________________________
> > > XFree86 mailing list
> > > XFree86@xxxxxxxxxxx
> > > http://XFree86.Org/mailman/listinfo/xfree86
> > >
> >
> > _______________________________________________
> > XFree86 mailing list
> > XFree86@xxxxxxxxxxx
> > http://XFree86.Org/mailman/listinfo/xfree86
> >
>
XFree86 Version 4.3.0
Release Date: 27 February 2003
X Protocol Version 11, Revision 0, Release 6.6
Build Operating System: Linux 2.4.20-gentoo-r8 i686 [ELF] 
Build Date: 26 October 2003
	Before reporting problems, check http://www.XFree86.Org/
	to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
         (++) from command line, (!!) notice, (II) informational,
         (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/XFree86.0.log", Time: Wed Oct 29 02:15:16 2003
(==) Using config file: "/etc/X11/XF86Config"
(==) ServerLayout "Simple Layout"
(**) |-->Screen "Screen 1" (0)
(**) |   |-->Monitor "Samsung SyncMaster 172T"
(**) |   |-->Device "nVidia GeForce 3 Ti500"
(**) |-->Input Device "Mouse1"
(**) |-->Input Device "Keyboard1"
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xfree86"
(**) XKB: rules: "xfree86"
(**) Option "XkbModel" "pc101"
(**) XKB: model: "pc101"
(**) Option "XkbLayout" "us"
(**) XKB: layout: "us"
(==) Keyboard: CustomKeycode disabled
(**) FontPath set to "/usr/X11R6/lib/X11/fonts/local/,/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/75dpi/:unscaled,/usr/X11R6/lib/X11/fonts/100dpi/:unscaled,/usr/X11R6/lib/X11/fonts/Speedo/,/usr/X11R6/lib/X11/fonts/Type1/,/usr/X11R6/lib/X11/fonts/75dpi/,/usr/X11R6/lib/X11/fonts/100dpi/"
(**) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(==) ModulePath set to "/usr/X11R6/lib/modules"
Using vt 7
(--) using VT number 7

(WW) Open APM failed (/dev/apm_bios) (No such file or directory)
(II) Module ABI versions:
	XFree86 ANSI C Emulation: 0.2
	XFree86 Video Driver: 0.6
	XFree86 XInput driver : 0.4
	XFree86 Server Extension : 0.2
	XFree86 Font Renderer : 0.4
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Module bitmap: vendor="The XFree86 Project"
	compiled for 4.3.0, module version = 1.0.0
	Module class: XFree86 Font Renderer
	ABI class: XFree86 Font Renderer, version 0.4
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/X11R6/lib/modules/libpcidata.a
(II) Module pcidata: vendor="The XFree86 Project"
	compiled for 4.3.0, module version = 1.0.0
	ABI class: XFree86 Video Driver, version 0.6
(II) PCI: Probing config type using method 1
(II) PCI: Config type is 1
(II) PCI: stages = 0x03, oldVal1 = 0x00000000, mode1Res1 = 0x80000000
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 1022,700c card 0000,0000 rev 11 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 1022,700d card 0000,0000 rev 00 class 06,04,00 hdr 01
(II) PCI: 00:07:0: chip 1022,7440 card 0000,0000 rev 05 class 06,01,00 hdr 80
(II) PCI: 00:07:1: chip 1022,7441 card 1022,7441 rev 04 class 01,01,8a hdr 00
(II) PCI: 00:07:3: chip 1022,7443 card 1022,7443 rev 03 class 06,80,00 hdr 00
(II) PCI: 00:10:0: chip 1022,7448 card 0000,0000 rev 05 class 06,04,00 hdr 01
(II) PCI: 01:05:0: chip 10de,0202 card 1545,002f rev a3 class 03,00,00 hdr 00
(II) PCI: 02:00:0: chip 1022,7449 card 1022,7449 rev 07 class 0c,03,10 hdr 00
(II) PCI: 02:05:0: chip 8086,1229 card 1014,005c rev 05 class 02,00,00 hdr 00
(II) PCI: 02:06:0: chip 8086,1229 card 1014,005c rev 05 class 02,00,00 hdr 00
(II) PCI: 02:07:0: chip 1102,0002 card 1102,8064 rev 08 class 04,01,00 hdr 80
(II) PCI: 02:07:1: chip 1102,7002 card 1102,0020 rev 08 class 09,80,00 hdr 80
(II) PCI: 02:08:0: chip 10b7,9200 card 10f1,2466 rev 78 class 02,00,00 hdr 00
(II) PCI: End of PCI scan
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,2), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
	[0] -1	0	0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus 0 non-prefetchable memory range:
	[0] -1	0	0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
	[0] -1	0	0x00000000 - 0xffffffff (0x0) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x000c (VGA_EN is set)
(II) Bus 1 non-prefetchable memory range:
	[0] -1	0	0xf0000000 - 0xf0ffffff (0x1000000) MX[B]
(II) Bus 1 prefetchable memory range:
	[0] -1	0	0xf8000000 - 0xfc0fffff (0x4100000) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:7:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(II) PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:16:0), (0,2,2), BCTRL: 0x0004 (VGA_EN is cleared)
(II) Bus 2 I/O range:
	[0] -1	0	0x00002000 - 0x000020ff (0x100) IX[B]
	[1] -1	0	0x00002400 - 0x000024ff (0x100) IX[B]
	[2] -1	0	0x00002800 - 0x000028ff (0x100) IX[B]
	[3] -1	0	0x00002c00 - 0x00002cff (0x100) IX[B]
(II) Bus 2 non-prefetchable memory range:
	[0] -1	0	0xf1000000 - 0xf12fffff (0x300000) MX[B]
(II) Bus 2 prefetchable memory range:
	[0] -1	0	0xfc100000 - 0xfc1fffff (0x100000) MX[B]
(--) PCI:*(1:5:0) nVidia Corporation NV20 [GeForce3 Ti 500] rev 163, Mem @ 0xf0000000/24, 0xf8000000/26, 0xfc000000/19
(II) Addressable bus resource ranges are
	[0] -1	0	0x00000000 - 0xffffffff (0x0) MX[B]
	[1] -1	0	0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) OS-reported resource ranges:
	[0] -1	0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[2] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[3] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[4] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[6] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
(II) PCI Memory resource overlap reduced 0xf4000000 from 0xf7ffffff to 0xf3ffffff
(II) PCI Memory resource overlap reduced 0xf1500000 from 0xf1500fff to 0xf14fffff
(II) PCI I/O resource overlap reduced 0x00001010 from 0x00001013 to 0x0000100f
(II) Active PCI resource ranges:
	[0] -1	0	0xf1201000 - 0xf120107f (0x80) MX[B]
	[1] -1	0	0xf1100000 - 0xf11fffff (0x100000) MX[B]
	[2] -1	0	0xfc101000 - 0xfc101fff (0x1000) MX[B]
	[3] -1	0	0xf1000000 - 0xf10fffff (0x100000) MX[B]
	[4] -1	0	0xfc100000 - 0xfc100fff (0x1000) MX[B]
	[5] -1	0	0xf1200000 - 0xf1200fff (0x1000) MX[B]
	[6] -1	0	0xf1500000 - 0xf14fffff (0x0) MX[B]O
	[7] -1	0	0xf4000000 - 0xf3ffffff (0x0) MX[B]O
	[8] -1	0	0xfc000000 - 0xfc07ffff (0x80000) MX[B](B)
	[9] -1	0	0xf8000000 - 0xfbffffff (0x4000000) MX[B](B)
	[10] -1	0	0xf0000000 - 0xf0ffffff (0x1000000) MX[B](B)
	[11] -1	0	0x00002000 - 0x0000207f (0x80) IX[B]
	[12] -1	0	0x000020e0 - 0x000020e7 (0x8) IX[B]
	[13] -1	0	0x000020c0 - 0x000020df (0x20) IX[B]
	[14] -1	0	0x000020a0 - 0x000020bf (0x20) IX[B]
	[15] -1	0	0x00002080 - 0x0000209f (0x20) IX[B]
	[16] -1	0	0x0000f000 - 0x0000f00f (0x10) IX[B]
	[17] -1	0	0x00001010 - 0x0000100f (0x0) IX[B]O
(II) Active PCI resource ranges after removing overlaps:
	[0] -1	0	0xf1201000 - 0xf120107f (0x80) MX[B]
	[1] -1	0	0xf1100000 - 0xf11fffff (0x100000) MX[B]
	[2] -1	0	0xfc101000 - 0xfc101fff (0x1000) MX[B]
	[3] -1	0	0xf1000000 - 0xf10fffff (0x100000) MX[B]
	[4] -1	0	0xfc100000 - 0xfc100fff (0x1000) MX[B]
	[5] -1	0	0xf1200000 - 0xf1200fff (0x1000) MX[B]
	[6] -1	0	0xf1500000 - 0xf14fffff (0x0) MX[B]O
	[7] -1	0	0xf4000000 - 0xf3ffffff (0x0) MX[B]O
	[8] -1	0	0xfc000000 - 0xfc07ffff (0x80000) MX[B](B)
	[9] -1	0	0xf8000000 - 0xfbffffff (0x4000000) MX[B](B)
	[10] -1	0	0xf0000000 - 0xf0ffffff (0x1000000) MX[B](B)
	[11] -1	0	0x00002000 - 0x0000207f (0x80) IX[B]
	[12] -1	0	0x000020e0 - 0x000020e7 (0x8) IX[B]
	[13] -1	0	0x000020c0 - 0x000020df (0x20) IX[B]
	[14] -1	0	0x000020a0 - 0x000020bf (0x20) IX[B]
	[15] -1	0	0x00002080 - 0x0000209f (0x20) IX[B]
	[16] -1	0	0x0000f000 - 0x0000f00f (0x10) IX[B]
	[17] -1	0	0x00001010 - 0x0000100f (0x0) IX[B]O
(II) OS-reported resource ranges after removing overlaps with PCI:
	[0] -1	0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[2] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[3] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[4] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[6] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
	[0] -1	0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[2] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[3] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[4] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1	0	0xf1201000 - 0xf120107f (0x80) MX[B]
	[6] -1	0	0xf1100000 - 0xf11fffff (0x100000) MX[B]
	[7] -1	0	0xfc101000 - 0xfc101fff (0x1000) MX[B]
	[8] -1	0	0xf1000000 - 0xf10fffff (0x100000) MX[B]
	[9] -1	0	0xfc100000 - 0xfc100fff (0x1000) MX[B]
	[10] -1	0	0xf1200000 - 0xf1200fff (0x1000) MX[B]
	[11] -1	0	0xf1500000 - 0xf14fffff (0x0) MX[B]O
	[12] -1	0	0xf4000000 - 0xf3ffffff (0x0) MX[B]O
	[13] -1	0	0xfc000000 - 0xfc07ffff (0x80000) MX[B](B)
	[14] -1	0	0xf8000000 - 0xfbffffff (0x4000000) MX[B](B)
	[15] -1	0	0xf0000000 - 0xf0ffffff (0x1000000) MX[B](B)
	[16] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[17] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[18] -1	0	0x00002000 - 0x0000207f (0x80) IX[B]
	[19] -1	0	0x000020e0 - 0x000020e7 (0x8) IX[B]
	[20] -1	0	0x000020c0 - 0x000020df (0x20) IX[B]
	[21] -1	0	0x000020a0 - 0x000020bf (0x20) IX[B]
	[22] -1	0	0x00002080 - 0x0000209f (0x20) IX[B]
	[23] -1	0	0x0000f000 - 0x0000f00f (0x10) IX[B]
	[24] -1	0	0x00001010 - 0x0000100f (0x0) IX[B]O
(II) LoadModule: "dbe"
(II) Loading /usr/X11R6/lib/modules/extensions/libdbe.a
(II) Module dbe: vendor="The XFree86 Project"
	compiled for 4.3.0, module version = 1.0.0
	Module class: XFree86 Server Extension
	ABI class: XFree86 Server Extension, version 0.2
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "extmod"
(II) Loading /usr/X11R6/lib/modules/extensions/libextmod.a
(II) Module extmod: vendor="The XFree86 Project"
	compiled for 4.3.0, module version = 1.0.0
	Module class: XFree86 Server Extension
	ABI class: XFree86 Server Extension, version 0.2
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension DPMS
(II) Loading extension FontCache
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "type1"
(II) Loading /usr/X11R6/lib/modules/fonts/libtype1.a
(II) Module type1: vendor="The XFree86 Project"
	compiled for 4.3.0, module version = 1.0.2
	Module class: XFree86 Font Renderer
	ABI class: XFree86 Font Renderer, version 0.4
(II) Loading font Type1
(II) Loading font CID
(II) LoadModule: "speedo"
(II) Loading /usr/X11R6/lib/modules/fonts/libspeedo.a
(II) Module speedo: vendor="The XFree86 Project"
	compiled for 4.3.0, module version = 1.0.1
	Module class: XFree86 Font Renderer
	ABI class: XFree86 Font Renderer, version 0.4
(II) Loading font Speedo
(II) LoadModule: "nv"
(II) Loading /usr/X11R6/lib/modules/drivers/nv_drv.o
(II) Module nv: vendor="The XFree86 Project"
	compiled for 4.3.0, module version = 1.0.1
	Module class: XFree86 Video Driver
	ABI class: XFree86 Video Driver, version 0.6
(II) LoadModule: "mouse"
(II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o
(II) Module mouse: vendor="The XFree86 Project"
	compiled for 4.3.0, module version = 1.0.0
	Module class: XFree86 XInput Driver
	ABI class: XFree86 XInput driver, version 0.4
(II) NV: driver for NVIDIA chipsets: RIVA 128, RIVA TNT, RIVA TNT2, Vanta,
	RIVA TNT2 Ultra, RIVA TNT2 Model 64, Aladdin TNT2, GeForce 256,
	GeForce DDR, Quadro, GeForce2 MX/MX 400, GeForce2 MX 100/200,
	GeForce2 Go, Quadro2 MXR/EX/Go, GeForce2 Integrated GPU,
	GeForce2 GTS, GeForce2 Ti, GeForce2 Ultra, Quadro2 Pro,
	GeForce4 MX 460, GeForce4 MX 440, GeForce4 MX 420,
	GeForce4 MX 440-SE, GeForce4 440 Go, GeForce4 420 Go,
	GeForce4 420 Go 32M, GeForce4 460 Go, GeForce4 440 Go 64M,
	GeForce4 410 Go 16M, Quadro4 500 GoGL, Quadro4 550 XGL, Quadro4 NVS,
	GeForce4 MX 440 with AGP8X, GeForce4 MX 440SE with AGP8X,
	GeForce4 MX 420 with AGP8X, GeForce4 448 Go, GeForce4 488 Go,
	Quadro4 580 XGL, Quadro4 280 NVS, Quadro4 380 XGL,
	GeForce4 MX Integrated GPU, GeForce3, GeForce3 Ti 200,
	GeForce3 Ti 500, Quadro DCC, GeForce4 Ti 4600, GeForce4 Ti 4400,
	0x0252, GeForce4 Ti 4200, Quadro4 900 XGL, Quadro4 750 XGL,
	Quadro4 700 XGL, GeForce4 Ti 4800, GeForce4 Ti 4200 with AGP8X,
	GeForce4 Ti 4800 SE, GeForce4 4200 Go, Quadro4 700 GoGL,
	Quadro4 980 XGL, Quadro4 780 XGL, 0x0300, GeForce FX 5800 Ultra,
	GeForce FX 5800, Quadro FX 2000, Quadro FX 1000,
	GeForce FX 5600 Ultra, GeForce FX 5600, 0x0316, 0x0317, 0x0318,
	0x0319, 0x031A, 0x031B, 0x031C, 0x031D, 0x031E, 0x031F,
	GeForce FX 5200 Ultra, GeForce FX 5200, 0x0323, GeForce FX Go5200,
	GeForce FX Go5250, 0x032A, Quadro FX 500, 0x032C, 0x032D, 0x032F
(II) Primary Device is: PCI 01:05:0
(--) Assigning device section with no busID to primary device
(--) Chipset GeForce3 Ti 500 found
(II) resource ranges after xf86ClaimFixedResources() call:
	[0] -1	0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[2] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[3] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[4] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1	0	0xf1201000 - 0xf120107f (0x80) MX[B]
	[6] -1	0	0xf1100000 - 0xf11fffff (0x100000) MX[B]
	[7] -1	0	0xfc101000 - 0xfc101fff (0x1000) MX[B]
	[8] -1	0	0xf1000000 - 0xf10fffff (0x100000) MX[B]
	[9] -1	0	0xfc100000 - 0xfc100fff (0x1000) MX[B]
	[10] -1	0	0xf1200000 - 0xf1200fff (0x1000) MX[B]
	[11] -1	0	0xf1500000 - 0xf14fffff (0x0) MX[B]O
	[12] -1	0	0xf4000000 - 0xf3ffffff (0x0) MX[B]O
	[13] -1	0	0xfc000000 - 0xfc07ffff (0x80000) MX[B](B)
	[14] -1	0	0xf8000000 - 0xfbffffff (0x4000000) MX[B](B)
	[15] -1	0	0xf0000000 - 0xf0ffffff (0x1000000) MX[B](B)
	[16] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[17] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[18] -1	0	0x00002000 - 0x0000207f (0x80) IX[B]
	[19] -1	0	0x000020e0 - 0x000020e7 (0x8) IX[B]
	[20] -1	0	0x000020c0 - 0x000020df (0x20) IX[B]
	[21] -1	0	0x000020a0 - 0x000020bf (0x20) IX[B]
	[22] -1	0	0x00002080 - 0x0000209f (0x20) IX[B]
	[23] -1	0	0x0000f000 - 0x0000f00f (0x10) IX[B]
	[24] -1	0	0x00001010 - 0x0000100f (0x0) IX[B]O
(II) resource ranges after probing:
	[0] -1	0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[2] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[3] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[4] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1	0	0xf1201000 - 0xf120107f (0x80) MX[B]
	[6] -1	0	0xf1100000 - 0xf11fffff (0x100000) MX[B]
	[7] -1	0	0xfc101000 - 0xfc101fff (0x1000) MX[B]
	[8] -1	0	0xf1000000 - 0xf10fffff (0x100000) MX[B]
	[9] -1	0	0xfc100000 - 0xfc100fff (0x1000) MX[B]
	[10] -1	0	0xf1200000 - 0xf1200fff (0x1000) MX[B]
	[11] -1	0	0xf1500000 - 0xf14fffff (0x0) MX[B]O
	[12] -1	0	0xf4000000 - 0xf3ffffff (0x0) MX[B]O
	[13] -1	0	0xfc000000 - 0xfc07ffff (0x80000) MX[B](B)
	[14] -1	0	0xf8000000 - 0xfbffffff (0x4000000) MX[B](B)
	[15] -1	0	0xf0000000 - 0xf0ffffff (0x1000000) MX[B](B)
	[16] 0	0	0x000a0000 - 0x000affff (0x10000) MS[B]
	[17] 0	0	0x000b0000 - 0x000b7fff (0x8000) MS[B]
	[18] 0	0	0x000b8000 - 0x000bffff (0x8000) MS[B]
	[19] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[20] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[21] -1	0	0x00002000 - 0x0000207f (0x80) IX[B]
	[22] -1	0	0x000020e0 - 0x000020e7 (0x8) IX[B]
	[23] -1	0	0x000020c0 - 0x000020df (0x20) IX[B]
	[24] -1	0	0x000020a0 - 0x000020bf (0x20) IX[B]
	[25] -1	0	0x00002080 - 0x0000209f (0x20) IX[B]
	[26] -1	0	0x0000f000 - 0x0000f00f (0x10) IX[B]
	[27] -1	0	0x00001010 - 0x0000100f (0x0) IX[B]O
	[28] 0	0	0x000003b0 - 0x000003bb (0xc) IS[B]
	[29] 0	0	0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Loading /usr/X11R6/lib/modules/linux/libint10.a
(II) Module int10: vendor="The XFree86 Project"
	compiled for 4.3.0, module version = 1.0.0
	ABI class: XFree86 Video Driver, version 0.6
(II) NV(0): Initializing int10
(II) NV(0): Primary V_BIOS segment is: 0xc000
(--) NV(0): Chipset: "GeForce3 Ti 500"
(**) NV(0): Depth 24, (--) framebuffer bpp 32
(==) NV(0): RGB weight 888
(==) NV(0): Default visual is TrueColor
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Loading /usr/X11R6/lib/modules/libvgahw.a
(II) Module vgahw: vendor="The XFree86 Project"
	compiled for 4.3.0, module version = 0.1.0
	ABI class: XFree86 Video Driver, version 0.6
(**) NV(0): Option "FlatPanel" "true"
(==) NV(0): Using HW cursor
(**) NV(0): forcing DFP usage
(--) NV(0): Linear framebuffer at 0xF8000000
(--) NV(0): MMIO registers at 0xF0000000
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Loading /usr/X11R6/lib/modules/libddc.a
(II) Module ddc: vendor="The XFree86 Project"
	compiled for 4.3.0, module version = 1.0.0
	ABI class: XFree86 Video Driver, version 0.6
(II) Loading sub module "i2c"
(II) LoadModule: "i2c"
(II) Loading /usr/X11R6/lib/modules/libi2c.a
(II) Module i2c: vendor="The XFree86 Project"
	compiled for 4.3.0, module version = 1.2.0
	ABI class: XFree86 Video Driver, version 0.6
(II) NV(0): I2C bus "DDC" initialized.
(II) NV(0): I2C device "DDC:ddc2" registered at address 0xA0.
(II) NV(0): I2C device "DDC:ddc2" removed.
(--) NV(0): VideoRAM: 65536 kBytes
(==) NV(0): Using gamma correction (1.0, 1.0, 1.0)
(II) NV(0): Samsung SyncMaster 172T: Using hsync range of 30.00-63.00 kHz
(II) NV(0): Samsung SyncMaster 172T: Using vrefresh range of 56.00-75.00 Hz
(II) NV(0): Clock range:  12.00 to 350.00 MHz
(II) NV(0): Not using default mode "640x350" (vrefresh out of range)
(II) NV(0): Not using default mode "320x175" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "640x400" (vrefresh out of range)
(II) NV(0): Not using default mode "320x200" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "720x400" (vrefresh out of range)
(II) NV(0): Not using default mode "360x200" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "640x480" (vrefresh out of range)
(II) NV(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "800x600" (vrefresh out of range)
(II) NV(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "1024x768" (hsync out of range)
(II) NV(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "1152x864" (hsync out of range)
(II) NV(0): Not using default mode "576x432" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "640x480" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "1280x960" (hsync out of range)
(II) NV(0): Not using default mode "640x480" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "1280x1024" (hsync out of range)
(II) NV(0): Not using default mode "640x512" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "1280x1024" (hsync out of range)
(II) NV(0): Not using default mode "640x512" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "1280x1024" (hsync out of range)
(II) NV(0): Not using default mode "640x512" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "1600x1200" (hsync out of range)
(II) NV(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "1600x1200" (hsync out of range)
(II) NV(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "1600x1200" (hsync out of range)
(II) NV(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "1600x1200" (hsync out of range)
(II) NV(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "1600x1200" (hsync out of range)
(II) NV(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "1792x1344" (hsync out of range)
(II) NV(0): Not using default mode "896x672" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "1792x1344" (hsync out of range)
(II) NV(0): Not using default mode "896x672" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "1856x1392" (hsync out of range)
(II) NV(0): Not using default mode "928x696" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "1856x1392" (hsync out of range)
(II) NV(0): Not using default mode "928x696" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "1920x1440" (hsync out of range)
(II) NV(0): Not using default mode "960x720" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "1920x1440" (hsync out of range)
(II) NV(0): Not using default mode "960x720" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "416x312" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "1152x768" (vrefresh out of range)
(II) NV(0): Not using default mode "576x384" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "1400x1050" (hsync out of range)
(II) NV(0): Not using default mode "700x525" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "1400x1050" (hsync out of range)
(II) NV(0): Not using default mode "700x525" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "1600x1024" (hsync out of range)
(II) NV(0): Not using default mode "800x512" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "1920x1440" (hsync out of range)
(II) NV(0): Not using default mode "960x720" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "2048x1536" (hsync out of range)
(II) NV(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "2048x1536" (hsync out of range)
(II) NV(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
(II) NV(0): Not using mode "1280x1024" (no mode of this name)
(II) NV(0): Not using default mode "1280x960" (width too large for virtual size)
(--) NV(0): Virtual size is 1024x768 (pitch 1024)
(**) NV(0): *Default mode "1024x768": 78.8 MHz, 60.1 kHz, 75.1 Hz
(II) NV(0): Modeline "1024x768"   78.80  1024 1040 1136 1312  768 769 772 800 +hsync +vsync
(**) NV(0): *Default mode "800x600": 49.5 MHz, 46.9 kHz, 75.0 Hz
(II) NV(0): Modeline "800x600"   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync
(**) NV(0): *Default mode "640x480": 31.5 MHz, 37.5 kHz, 75.0 Hz
(II) NV(0): Modeline "640x480"   31.50  640 656 720 840  480 481 484 500 -hsync -vsync
(**) NV(0):  Default mode "1024x768": 75.0 MHz, 56.5 kHz, 70.1 Hz
(II) NV(0): Modeline "1024x768"   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync
(**) NV(0):  Default mode "1024x768": 65.0 MHz, 48.4 kHz, 60.0 Hz
(II) NV(0): Modeline "1024x768"   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync
(**) NV(0):  Default mode "832x624": 57.3 MHz, 49.7 kHz, 74.6 Hz
(II) NV(0): Modeline "832x624"   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync
(**) NV(0):  Default mode "800x600": 50.0 MHz, 48.1 kHz, 72.2 Hz
(II) NV(0): Modeline "800x600"   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync
(**) NV(0):  Default mode "800x600": 40.0 MHz, 37.9 kHz, 60.3 Hz
(II) NV(0): Modeline "800x600"   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync
(**) NV(0):  Default mode "800x600": 36.0 MHz, 35.2 kHz, 56.2 Hz
(II) NV(0): Modeline "800x600"   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync
(**) NV(0):  Default mode "640x480": 31.5 MHz, 37.9 kHz, 72.8 Hz
(II) NV(0): Modeline "640x480"   31.50  640 664 704 832  480 489 491 520 -hsync -vsync
(**) NV(0):  Default mode "640x480": 25.2 MHz, 31.5 kHz, 60.0 Hz
(II) NV(0): Modeline "640x480"   25.20  640 656 752 800  480 490 492 525 -hsync -vsync
(==) NV(0): DPI set to (75, 75)
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/X11R6/lib/modules/libfb.a
(II) Module fb: vendor="The XFree86 Project"
	compiled for 4.3.0, module version = 1.0.0
	ABI class: XFree86 ANSI C Emulation, version 0.2
(II) Loading sub module "xaa"
(II) LoadModule: "xaa"
(II) Loading /usr/X11R6/lib/modules/libxaa.a
(II) Module xaa: vendor="The XFree86 Project"
	compiled for 4.3.0, module version = 1.1.0
	ABI class: XFree86 Video Driver, version 0.6
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Loading /usr/X11R6/lib/modules/libramdac.a
(II) Module ramdac: vendor="The XFree86 Project"
	compiled for 4.3.0, module version = 0.1.0
	ABI class: XFree86 Video Driver, version 0.6
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
	[0] 0	0	0xfc000000 - 0xfc07ffff (0x80000) MX[B]
	[1] 0	0	0xf8000000 - 0xfbffffff (0x4000000) MX[B]
	[2] 0	0	0xf0000000 - 0xf0ffffff (0x1000000) MX[B]
	[3] -1	0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[4] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[5] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[6] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[7] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[8] -1	0	0xf1201000 - 0xf120107f (0x80) MX[B]
	[9] -1	0	0xf1100000 - 0xf11fffff (0x100000) MX[B]
	[10] -1	0	0xfc101000 - 0xfc101fff (0x1000) MX[B]
	[11] -1	0	0xf1000000 - 0xf10fffff (0x100000) MX[B]
	[12] -1	0	0xfc100000 - 0xfc100fff (0x1000) MX[B]
	[13] -1	0	0xf1200000 - 0xf1200fff (0x1000) MX[B]
	[14] -1	0	0xf1500000 - 0xf14fffff (0x0) MX[B]O
	[15] -1	0	0xf4000000 - 0xf3ffffff (0x0) MX[B]O
	[16] -1	0	0xfc000000 - 0xfc07ffff (0x80000) MX[B](B)
	[17] -1	0	0xf8000000 - 0xfbffffff (0x4000000) MX[B](B)
	[18] -1	0	0xf0000000 - 0xf0ffffff (0x1000000) MX[B](B)
	[19] 0	0	0x000a0000 - 0x000affff (0x10000) MS[B](OprD)
	[20] 0	0	0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD)
	[21] 0	0	0x000b8000 - 0x000bffff (0x8000) MS[B](OprD)
	[22] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[23] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[24] -1	0	0x00002000 - 0x0000207f (0x80) IX[B]
	[25] -1	0	0x000020e0 - 0x000020e7 (0x8) IX[B]
	[26] -1	0	0x000020c0 - 0x000020df (0x20) IX[B]
	[27] -1	0	0x000020a0 - 0x000020bf (0x20) IX[B]
	[28] -1	0	0x00002080 - 0x0000209f (0x20) IX[B]
	[29] -1	0	0x0000f000 - 0x0000f00f (0x10) IX[B]
	[30] -1	0	0x00001010 - 0x0000100f (0x0) IX[B]O
	[31] 0	0	0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
	[32] 0	0	0x000003c0 - 0x000003df (0x20) IS[B](OprU)
(==) NV(0): Write-combining range (0xf8000000,0x4000000)
(II) NV(0): Using XFree86 Acceleration Architecture (XAA)
	Screen to screen bit blits
	Solid filled rectangles
	8x8 mono pattern filled rectangles
	Solid Lines
	Offscreen Pixmaps
	Setting up tile and stipple cache:
		32 128x128 slots
		32 256x256 slots
		16 512x512 slots
(==) NV(0): Backing store disabled
(==) NV(0): Silken mouse enabled
(WW) NV(0): Option "ConnectedMonitor" is not used
(==) RandR enabled
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension LBX
(II) Initializing built-in extension XC-APPGROUP
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFree86-Bigfont
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(**) Option "Protocol" "IMPS/2"
(**) Mouse1: Protocol: "IMPS/2"
(**) Option "CorePointer"
(**) Mouse1: Core Pointer
(**) Option "Device" "/dev/input/mice"
(**) Mouse1: Emulate3Buttons, Emulate3Timeout: 50
(**) Option "ZAxisMapping" "4 5"
(**) Mouse1: ZAxisMapping: buttons 4 and 5
(**) Mouse1: Buttons: 5
(II) Keyboard "Keyboard1" handled by legacy driver
(II) XINPUT: Adding extended input device "Mouse1" (type: MOUSE)
(II) Mouse1: ps2EnableDataReporting: succeeded
Section "Module"
    Load        "dbe"  	# Double buffer extension
    SubSection  "extmod"
      Option    "omit xfree86-dga"   # don't initialise the DGA extension
    EndSubSection
    Load        "type1"
    Load        "speedo"
EndSection
Section "Files"
    RgbPath	"/usr/X11R6/lib/X11/rgb"
    FontPath   "/usr/X11R6/lib/X11/fonts/local/"
    FontPath   "/usr/X11R6/lib/X11/fonts/misc/"
    FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
    FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
    FontPath   "/usr/X11R6/lib/X11/fonts/Speedo/"
    FontPath   "/usr/X11R6/lib/X11/fonts/Type1/"
    FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/"
    FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection
Section "ServerFlags"
EndSection
Section "InputDevice"
    Identifier	"Keyboard1"
    Driver	"Keyboard"
    Option "AutoRepeat" "500 30"
    Option "XkbRules"	"xfree86"
    Option "XkbModel"	"pc101"
    Option "XkbLayout"	"us"
EndSection
Section "InputDevice"
    Identifier	"Mouse1"
    Driver	"mouse"
    Option "Protocol"    "IMPS/2"
    Option "Device"      "/dev/input/mice"
    Option "ZAxisMapping" "4 5"
EndSection
Section "Monitor"
    Identifier  "Samsung SyncMaster 172T"
    HorizSync 30-63
    VertRefresh 56-75
EndSection
Section "Device"
    Identifier	"Standard VGA"
    VendorName	"Unknown"
    BoardName	"Unknown"
    Driver     "vga"
EndSection
Section "Device"
    Identifier  "nVidia GeForce 3 Ti500"
    Driver      "nv"
    Option	"ConnectedMonitor" "DFP"
    Option	"FlatPanel" "true"
    #VideoRam    65536
    # Insert Clocks lines here if appropriate
EndSection
Section "Screen"
    Identifier  "Screen 1"
    Device      "nVidia GeForce 3 Ti500"
    Monitor     "Samsung SyncMaster 172T"
    DefaultDepth 24
    Subsection "Display"
        Depth       8
        Modes       "1280x1024" "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       16
        Modes       "1280x1024" "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       24
        Modes       "1280x1024" "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
EndSection
Section "ServerLayout"
    Identifier  "Simple Layout"
    Screen "Screen 1"
    InputDevice "Mouse1" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"
EndSection

[Index of Archives]     [X Forum]     [Xorg]     [XFree86 Newbie]     [IETF Announce]     [Security]     [Font Config]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux Kernel]

  Powered by Linux