I am searching for developers interested in realizing a VR desktop manager for X
On Tue, 2002-05-07 at 04:05, [EMAIL PROTECTED] wrote: > Send Xpert mailing list submissions to > [EMAIL PROTECTED] > > To subscribe or unsubscribe via the World Wide Web, visit > http://XFree86.Org/mailman/listinfo/xpert > or, via email, send a message with subject or body 'help' to > [EMAIL PROTECTED] > > You can reach the person managing the list at > [EMAIL PROTECTED] > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of Xpert digest..." > > > Today's Topics: > > 1. Re: Increased mouse granularity? (Mark Vojkovich) > 2. Dual head w/ dual nvidia cards (PCI & AGP) (David Antliff) > > --__--__-- > > Message: 1 > Date: Mon, 6 May 2002 18:36:31 -0700 (PDT) > From: Mark Vojkovich <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: Re: [Xpert]Increased mouse granularity? > Reply-To: [EMAIL PROTECTED] > > On Mon, 6 May 2002, Mosfet wrote: > > > Thanks for the replies Mark and Keith! > > > > Interpolation isn't a problem but it just didn't seem to be like the frequency > > of events was enough to accurately emulate the mouse motion when the mouse is > > moved quickly. It certainly wasn't 60 or 120hz, at least I didn't get nearly > > that many events or items in the mouse history... when the mouse is moved > > quickly the gap is quite large. I'm almost positive apps like Gimp must be > > getting more coordinates than this because doing things like spinning the > > mouse in circles really fast gives more accurate results than interpolating > > between MotionNotify coordinates would allow. > > The server will give you all the events the mouse produced while > the pointer was over the window. > > > > > For XGetMotionEvents I simply called it from the my MotionNotify handler with > > the timestamp of the last MotionNotify event as the start time and > > CurrentTime as the stop time. I assume this is a valid way to get all > > positions and the result was the same as just using XMotionEvents themselves. > > This gives a very wide spacing between points during fast movements. > > > The temporal spacing for a constantly moving mouse should be the same. > The spatial spacing will be larger when you move it faster, of course. > More so because of pointer acceleration. > > You can increase the sampling rate in the Section "InputDevice" > in the XF86Config like follows: > > Option "SampleRate" "80" > > The rates available depend on the type of mouse, but many go > as high as 200 Hz. I don't know where the defaults are. > > I've got a test app that plots the mouse path and also the > latencies as well as the computed sample rate at: > > http://www.xfree86.org/~mvojkovi/mousetest.c > > You have to swipe the pointer across the window. It starts > collecting data when the pointer enters and stops when it leaves. > > > Mark. > > > --__--__-- > > Message: 2 > Date: Tue, 7 May 2002 13:44:44 +1200 (NZST) > From: David Antliff <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: [Xpert]Dual head w/ dual nvidia cards (PCI & AGP) > Reply-To: [EMAIL PROTECTED] > > > Hi, I was hoping someone might be able to assist me with this problem. > > Originally I had a dual head setup with my GeForce2 Pro and a Matrox > Millenium card. Unfortunately there is an issue with GLX so I couldn't run > anything accelerated. > > So I purchased an Nvidia TNT2 PCI card to complement my Ge2, because I > read at: > > http://www.xfree86.org/pipermail/xpert/2002-April/016624.html > > That: > > > > 2) NVIDIA's OpenGL works in non-Xinerama when all heads are NVIDIA > > > cards. > > Now, here's the problem: > > When I start up the x server with the "nvidia" driver > (NVIDIA_kernel-1.0-2802) screen 0 starts up fine (although the window > manager - fluxbox - doesn't load an image onto the root window) however > screen 1 (connected to the TNT2) "Freezes" on the Nvidia logo. I tried > disabling the logo and it froze on a blank white screen instead. Although > screen 0 appears to have started properly, the mouse can only be moved and > the buttons are not recognised. According to 'top', the XFree86 process is > sitting there on 99.4% utilisation. > > I haven't found a way to kill the X server when it's at this point - > CTRL-ALT-BACKSPACE doesn't work and 'killall -9 XFree86' and even 'init 6' > cause linux to lock up totally (screen 0 'corrupts' to a mass of > horizontal grey stripes and screen 1 stays white or displays the logo, > depending on the XF86Config-4 option) requiring a hard reset. Can't even > ssh in from another box at this point. Doesn't even return a ping. > > Funnily enough, dual head works absolutely fine when I use the "nv" > driver. At least I get my desktop but no hardware acceleration :( > > I've tried various things like swapping the Screen load order around, > enabling/disabling logo, but I'm now at a loss - what can I try? > > Any help that anyone can offer I'd really appreciate. > > Thanks! > David > NZ > > P.S. I've found this - is it relevant? > > Multicard, Multimonitor > In some cases, the secondary card is not initialized correctly > by the NVdriver kernel module. You can work around this by > enabling the XFree86 Int10 module to soft-boot all secondary cards > > Option "UseInt10Module" "boolean" > > I tried this out and it had zero effect on the problem. > > > Here's some relevant files/info: > > CPU: Athlon 1200 > Memory: 512Mb > OS: Debian Linux (sid) running XFree86-4.1.0-16 > Video Adapters: > Gigabyte GeForce2 Pro AGP (GV-GF2010) > Pine TNT2 M64 32MB PCI (PV-T03B-B4) > > ################################################################## > # output from scanpci > ################################################################## > > pci bus 0x0 cardnum 0x09 function 0x0000: vendor 0x10de device 0x002d > NVidia Riva Ultra 64 > > pci bus 0x1 cardnum 0x00 function 0x0000: vendor 0x10de device 0x0150 > NVidia GeForce2 GTS > > > ################################################################## > # /etc/X11/XF86Config-4 > ################################################################## > > > Section "Module" > Load "extmod" > Load "freetype" > Load "glx" > Load "speedo" > Load "type1" > EndSection > > Section "Files" > > FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID" > FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" > FontPath "/usr/lib/X11/fonts/misc" > FontPath "/usr/lib/X11/fonts/cyrillic" > FontPath "/usr/lib/X11/fonts/75dpi/:unscaled" > FontPath "/usr/lib/X11/fonts/100dpi/:unscaled" > FontPath "/usr/lib/X11/fonts/Type1" > FontPath "/usr/lib/X11/fonts/Speedo" > FontPath "/usr/lib/X11/fonts/75dpi" > FontPath "/usr/lib/X11/fonts/100dpi" > > ModulePath "/usr/X11R6/lib/modules" > EndSection > > > Section "InputDevice" > Identifier "Standard Keyboard" > Driver "keyboard" > Option "CoreKeyboard" > Option "XkbRules" "xfree86" > Option "XkbModel" "pc104" > Option "XkbLayout" "us" > Option "AutoRepeat" "500 30" > EndSection > > Section "InputDevice" > Identifier "PS2 Mouse" > Driver "mouse" > Option "CorePointer" > Option "Device" "/dev/psaux" > Option "Protocol" "ImPS/2" > Option "Emulate3Buttons" "false" > Option "ZAxisMapping" "4 5" > EndSection > > > Section "Monitor" > Identifier "Mitsubishi Diamond Plus 71" > HorizSync 30.0-69.0 > VertRefresh 50-130 > EndSection > > > Section "Monitor" > Identifier "Philips 107MP" > HorizSync 30.0-69.0 > VertRefresh 50-80 > EndSection > > > Section "Device" > Identifier "GeForce2 PRO" > Driver "nvidia" > # Driver "nv" > # Option "NoLogo" "true" > # VideoRam 65536 > BusID "PCI:1:0:0" > EndSection > > > Section "Device" > Identifier "Nvidia TNT2" > Driver "nvidia" > # Driver "nv" > # Option "NoLogo" "true" > # VideoRam 32768 > BusID "PCI:0:9:0" > EndSection > > Section "Screen" > Identifier "Screen 1" > Device "GeForce2 PRO" > Monitor "Mitsubishi Diamond Plus 71" > DefaultDepth 24 > > Subsection "Display" > Depth 8 > Modes "800x600" > ViewPort 0 0 > EndSubsection > Subsection "Display" > Depth 16 > Modes "1152x864" "1024x768" "800x600" > ViewPort 0 0 > EndSubsection > Subsection "Display" > Depth 24 > Modes "1152x864" "1024x768" "800x600" > ViewPort 0 0 > EndSubsection > EndSection > > Section "Screen" > Identifier "Screen 2" > Device "Nvidia TNT2" > Monitor "Philips 107MP" > DefaultDepth 24 > > Subsection "Display" > Depth 8 > Modes "800x600" > ViewPort 0 0 > EndSubsection > Subsection "Display" > Depth 16 > Modes "1152x864" "1024x768" "800x600" > ViewPort 0 0 > EndSubsection > Subsection "Display" > Depth 24 > Modes "1152x864" "1024x768" "800x600" > ViewPort 0 0 > EndSubsection > EndSection > > Section "ServerLayout" > Identifier "Dual Head Layout" > Screen "Screen 1" > Screen "Screen 2" RightOf "Screen 1" > InputDevice "Standard Keyboard" > InputDevice "PS2 Mouse" > EndSection > > > ################################################################## > # output from 'startx -- -verbose 9' > ################################################################## > > > warning: process set to nice value 0 instead of -10 as requested > > This is a pre-release version of XFree86, and is not supported in any > way. Bugs may be reported to [EMAIL PROTECTED] and patches submitted > to [EMAIL PROTECTED] Before reporting bugs in pre-release versions, > please check the latest version in the XFree86 CVS repository > (http://www.XFree86.Org/cvs) > > XFree86 Version 4.1.0.1 / X Window System > (protocol Version 11, revision 0, vendor release 6510) > Release Date: 21 December 2001 > If the server is older than 6-12 months, or if your card is > newer than the above date, look for a newer version before > reporting problems. (See http://www.XFree86.Org/FAQ) > Build Operating System: Linux 2.4.17 i686 [ELF] > Module Loader present > (==) Log file: "/var/log/XFree86.0.log", Time: Tue May 7 12:59:51 2002 > (==) Using config file: "/etc/X11/XF86Config-4" > Markers: (--) probed, (**) from config file, (==) default setting, > (++) from command line, (!!) notice, (II) informational, > (WW) warning, (EE) error, (NI) not implemented, (??) unknown. > (==) ServerLayout "Dual Head Layout" > (**) |-->Screen "Screen 1" (0) > (**) | |-->Monitor "Mitsubishi Diamond Plus 71" > (**) | |-->Device "GeForce2 PRO" > (**) |-->Screen "Screen 2" (1) > (**) | |-->Monitor "Philips 107MP" > (**) | |-->Device "Nvidia TNT2" > (**) |-->Input Device "Standard Keyboard" > (**) Option "AutoRepeat" "500 30" > (**) Option "XkbRules" "xfree86" > (**) XKB: rules: "xfree86" > (**) Option "XkbModel" "pc104" > (**) XKB: model: "pc104" > (**) Option "XkbLayout" "us" > (**) XKB: layout: "us" > (==) Keyboard: CustomKeycode disabled > (**) |-->Input Device "PS2 Mouse" > (WW) `fonts.dir' not found (or not valid) in > "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID". > Entry deleted from font path. > (Run 'mkfontdir' on > "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"). > (WW) The directory "/usr/lib/X11/fonts/cyrillic" does not exist. > Entry deleted from font path. > (**) FontPath set to > >"/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,/usr/lib/X11/fonts/misc,/usr/lib/X11/fonts/75dpi/:unscaled,/usr/lib/X11/fonts/100dpi/:unscaled,/usr/lib/X11/fonts/Type1,/usr/lib/X11/fonts/Speedo,/usr/lib/X11/fonts/75dpi,/usr/lib/X11/fonts/100dpi" > (==) RgbPath set to "/usr/X11R6/lib/X11/rgb" > (**) ModulePath set to "/usr/X11R6/lib/modules" > (--) using VT number 7 > > (WW) Cannot open APM > (II) Module ABI versions: > XFree86 ANSI C Emulation: 0.1 > XFree86 Video Driver: 0.4 > XFree86 XInput driver : 0.2 > XFree86 Server Extension : 0.1 > XFree86 Font Renderer : 0.2 > (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.1.0.1, module version = 1.0.0 > Module class: XFree86 Font Renderer > ABI class: XFree86 Font Renderer, version 0.2 > (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.1.0.1, module version = 0.1.0 > ABI class: XFree86 Video Driver, version 0.4 > (II) PCI: Probing config type using method 1 > (II) PCI: Config type is 1 > (II) PCI: stages = 0x03, oldVal1 = 0x8000600c, mode1Res1 = 0x80000000 > (II) PCI: PCI scan (all values are in hex) > (II) PCI: 00:00:0: chip 1106,0305 card 0000,0000 rev 03 class 06,00,00 hdr > 00 > (II) PCI: 00:01:0: chip 1106,8305 card 0000,0000 rev 00 class 06,04,00 hdr > 01 > (II) PCI: 00:07:0: chip 1106,0686 card 1106,0000 rev 40 class 06,01,00 hdr > 80 > (II) PCI: 00:07:1: chip 1106,0571 card 0000,0000 rev 06 class 01,01,8a hdr > 00 > (II) PCI: 00:07:2: chip 1106,3038 card 0925,1234 rev 16 class 0c,03,00 hdr > 00 > (II) PCI: 00:07:3: chip 1106,3038 card 0925,1234 rev 16 class 0c,03,00 hdr > 00 > (II) PCI: 00:07:4: chip 1106,3057 card 1106,3057 rev 40 class 06,80,00 hdr > 00 > (II) PCI: 00:09:0: chip 10de,002d card 0000,0000 rev 15 class 03,00,00 hdr > 00 > (II) PCI: 00:0b:0: chip 10ec,8029 card 10ec,8029 rev 00 class 02,00,00 hdr > 00 > (II) PCI: 00:0c:0: chip 1274,5000 card 4942,4c4c rev 00 class 04,01,00 hdr > 00 > (II) PCI: 01:00:0: chip 10de,0150 card 1458,2010 rev a4 class 03,00,00 hdr > 00 > (II) PCI: End of PCI scan > (II) LoadModule: "scanpci" > (II) Loading /usr/X11R6/lib/modules/libscanpci.a > (II) Module scanpci: vendor="The XFree86 Project" > compiled for 4.1.0.1, module version = 0.1.0 > ABI class: XFree86 Video Driver, version 0.4 > (II) UnloadModule: "scanpci" > (II) Unloading /usr/X11R6/lib/modules/libscanpci.a > (II) Host-to-PCI bridge: > (II) PCI-to-ISA bridge: > (II) PCI-to-PCI bridge: > (II) Bus 0: bridge is at (0:0:0), (-1,0,0), BCTRL: 0x08 (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) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x0c (VGA_EN is set) > (II) Bus 1 I/O range: > (II) Bus 1 non-prefetchable memory range: > [0] -1 0 0xdf000000 - 0xe0ffffff (0x2000000) MX[B] > (II) Bus 1 prefetchable memory range: > [0] -1 0 0xd0000000 - 0xd7ffffff (0x8000000) MX[B] > (II) Bus -1: bridge is at (0:7:0), (0,-1,0), BCTRL: 0x08 (VGA_EN is set) > (II) Bus -1 I/O range: > (II) Bus -1 non-prefetchable memory range: > (II) Bus -1 prefetchable memory range: > (--) PCI: (0:9:0) NVidia Riva Ultra 64 rev 21, Mem @ 0xde000000/24, > 0xdc000000/25 > (--) PCI:*(1:0:0) NVidia GeForce2 GTS rev 164, Mem @ 0xdf000000/24, > 0xd0000000/27 > (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) Active PCI resource ranges: > [0] -1 0 0xd8000000 - 0xdbffffff (0x4000000) MX[B] > [1] -1 0 0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B) > [2] -1 0 0xdf000000 - 0xdfffffff (0x1000000) MX[B](B) > [3] -1 0 0x0000e000 - 0x0000e03f (0x40) IX[B] > [4] -1 0 0x0000dc00 - 0x0000dc1f (0x20) IX[B] > [5] -1 0 0x0000d800 - 0x0000d81f (0x20) IX[B] > [6] -1 0 0x0000d400 - 0x0000d41f (0x20) IX[B] > [7] -1 0 0x0000d000 - 0x0000d00f (0x10) IX[B] > (II) Inactive PCI resource ranges: > [0] -1 0 0xdc000000 - 0xddffffff (0x2000000) MX[B](B) > [1] -1 0 0xde000000 - 0xdeffffff (0x1000000) MX[B](B) > (II) Active PCI resource ranges after removing overlaps: > [0] -1 0 0xd8000000 - 0xdbffffff (0x4000000) MX[B] > [1] -1 0 0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B) > [2] -1 0 0xdf000000 - 0xdfffffff (0x1000000) MX[B](B) > [3] -1 0 0x0000e000 - 0x0000e03f (0x40) IX[B] > [4] -1 0 0x0000dc00 - 0x0000dc1f (0x20) IX[B] > [5] -1 0 0x0000d800 - 0x0000d81f (0x20) IX[B] > [6] -1 0 0x0000d400 - 0x0000d41f (0x20) IX[B] > [7] -1 0 0x0000d000 - 0x0000d00f (0x10) IX[B] > (II) Inactive PCI resource ranges after removing overlaps: > [0] -1 0 0xdc000000 - 0xddffffff (0x2000000) MX[B](B) > [1] -1 0 0xde000000 - 0xdeffffff (0x1000000) MX[B](B) > (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 0xd8000000 - 0xdbffffff (0x4000000) MX[B] > [6] -1 0 0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B) > [7] -1 0 0xdf000000 - 0xdfffffff (0x1000000) MX[B](B) > [8] -1 0 0xdc000000 - 0xddffffff (0x2000000) MX[B](B) > [9] -1 0 0xde000000 - 0xdeffffff (0x1000000) MX[B](B) > [10] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] > [11] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] > [12] -1 0 0x0000e000 - 0x0000e03f (0x40) IX[B] > [13] -1 0 0x0000dc00 - 0x0000dc1f (0x20) IX[B] > [14] -1 0 0x0000d800 - 0x0000d81f (0x20) IX[B] > [15] -1 0 0x0000d400 - 0x0000d41f (0x20) IX[B] > [16] -1 0 0x0000d000 - 0x0000d00f (0x10) IX[B] > (II) LoadModule: "extmod" > (II) Loading /usr/X11R6/lib/modules/extensions/libextmod.a > (II) Module extmod: vendor="The XFree86 Project" > compiled for 4.1.0.1, module version = 1.0.0 > Module class: XFree86 Server Extension > ABI class: XFree86 Server Extension, version 0.1 > (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 XFree86-DGA > (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) LoadModule: "freetype" > (II) Loading /usr/X11R6/lib/modules/fonts/libfreetype.a > (II) Module freetype: vendor="The XFree86 Project" > compiled for 4.1.0.1, module version = 1.1.9 > Module class: XFree86 Font Renderer > ABI class: XFree86 Font Renderer, version 0.2 > (II) Loading font FreeType > (II) LoadModule: "glx" > (II) Loading /usr/X11R6/lib/modules/extensions/libglx.so > (II) Module glx: vendor="NVIDIA Corporation" > compiled for 4.0.2, module version = 1.0.2802 > Module class: XFree86 Server Extension > ABI class: XFree86 Server Extension, version 0.1 > (II) Loading extension GLX > (II) LoadModule: "speedo" > (II) Loading /usr/X11R6/lib/modules/fonts/libspeedo.a > (II) Module speedo: vendor="The XFree86 Project" > compiled for 4.1.0.1, module version = 1.0.0 > Module class: XFree86 Font Renderer > ABI class: XFree86 Font Renderer, version 0.2 > (II) Loading font Speedo > (II) LoadModule: "type1" > (II) Loading /usr/X11R6/lib/modules/fonts/libtype1.a > (II) Module type1: vendor="The XFree86 Project" > compiled for 4.1.0.1, module version = 1.0.0 > Module class: XFree86 Font Renderer > ABI class: XFree86 Font Renderer, version 0.2 > (II) Loading font Type1 > (II) Loading font CID > (II) LoadModule: "nvidia" > (II) Loading /usr/X11R6/lib/modules/drivers/nvidia_drv.o > (II) Module nvidia: vendor="NVIDIA Corporation" > compiled for 4.0.2, module version = 1.0.2802 > Module class: XFree86 Video Driver > (II) LoadModule: "mouse" > (II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o > (II) Module mouse: vendor="The XFree86 Project" > compiled for 4.1.0.1, module version = 1.0.0 > Module class: XFree86 XInput Driver > ABI class: XFree86 XInput driver, version 0.2 > (II) NVIDIA XFree86 Driver 1.0-2802 Tue Mar 5 06:30:06 PST 2002 > (II) NVIDIA: NVIDIA driver for: 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, > Quadro2 MXR/EX/Go, GeForce2 Integrated GPU, GeForce2 GTS, > GeForce2 Ti, GeForce2 Ultra, Quadro2 Pro, GeForce4 MX 460, > GeForce4 MX 440, GeForce4 MX 420, Quadro4 500XGL, Quadro4 > 200/400NVS, > Quadro4 550XGL, GeForce3, GeForce3 Ti 200, GeForce3 Ti 500, > Quadro DCC, GeForce4 Ti 4600, GeForce4 Ti 4400, GeForce4 Ti 4200, > Quadro4 900XGL, Quadro4 750XGL, Quadro4 700XGL, GeForce2 Go, > GeForce4 440 Go, GeForce4 420 Go, GeForce4 420 Go 32M, > GeForce4 440 Go 64M, Quadro4 500 GoGL > (II) Primary Device is: PCI 01:00:0 > (--) Chipset RIVA TNT2 Model 64 found > (--) Chipset GeForce2 GTS found > (II) Found 2 PCI NVIDIA devices > (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 0xd8000000 - 0xdbffffff (0x4000000) MX[B] > [6] -1 0 0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B) > [7] -1 0 0xdf000000 - 0xdfffffff (0x1000000) MX[B](B) > [8] -1 0 0xdc000000 - 0xddffffff (0x2000000) MX[B](B) > [9] -1 0 0xde000000 - 0xdeffffff (0x1000000) MX[B](B) > [10] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] > [11] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] > [12] -1 0 0x0000e000 - 0x0000e03f (0x40) IX[B] > [13] -1 0 0x0000dc00 - 0x0000dc1f (0x20) IX[B] > [14] -1 0 0x0000d800 - 0x0000d81f (0x20) IX[B] > [15] -1 0 0x0000d400 - 0x0000d41f (0x20) IX[B] > [16] -1 0 0x0000d000 - 0x0000d00f (0x10) IX[B] > (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 0xd8000000 - 0xdbffffff (0x4000000) MX[B] > [6] -1 0 0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B) > [7] -1 0 0xdf000000 - 0xdfffffff (0x1000000) MX[B](B) > [8] -1 0 0xdc000000 - 0xddffffff (0x2000000) MX[B](B) > [9] -1 0 0xde000000 - 0xdeffffff (0x1000000) MX[B](B) > [10] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] > [11] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] > [12] -1 0 0x0000e000 - 0x0000e03f (0x40) IX[B] > [13] -1 0 0x0000dc00 - 0x0000dc1f (0x20) IX[B] > [14] -1 0 0x0000d800 - 0x0000d81f (0x20) IX[B] > [15] -1 0 0x0000d400 - 0x0000d41f (0x20) IX[B] > [16] -1 0 0x0000d000 - 0x0000d00f (0x10) IX[B] > (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 0xd8000000 - 0xdbffffff (0x4000000) MX[B] > [6] -1 0 0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B) > [7] -1 0 0xdf000000 - 0xdfffffff (0x1000000) MX[B](B) > [8] -1 0 0xdc000000 - 0xddffffff (0x2000000) MX[B](B) > [9] -1 0 0xde000000 - 0xdeffffff (0x1000000) MX[B](B) > [10] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B] > [11] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B] > [12] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B] > [13] 1 0 0x000a0000 - 0x000affff (0x10000) MS[B] > [14] 1 0 0x000b0000 - 0x000b7fff (0x8000) MS[B] > [15] 1 0 0x000b8000 - 0x000bffff (0x8000) MS[B] > [16] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] > [17] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] > [18] -1 0 0x0000e000 - 0x0000e03f (0x40) IX[B] > [19] -1 0 0x0000dc00 - 0x0000dc1f (0x20) IX[B] > [20] -1 0 0x0000d800 - 0x0000d81f (0x20) IX[B] > [21] -1 0 0x0000d400 - 0x0000d41f (0x20) IX[B] > [22] -1 0 0x0000d000 - 0x0000d00f (0x10) IX[B] > [23] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B] > [24] 0 0 0x000003c0 - 0x000003df (0x20) IS[B] > [25] 1 0 0x000003b0 - 0x000003bb (0xc) IS[B] > [26] 1 0 0x000003c0 - 0x000003df (0x20) IS[B] > (II) Setting vga for screen 0. > (II) Setting vga for screen 1. > (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.1.0.1, module version = 0.1.0 > ABI class: XFree86 Video Driver, version 0.4 > (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32 > (==) NVIDIA(0): RGB weight 888 > (==) NVIDIA(0): Default visual is TrueColor > (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0) > (==) NVIDIA(0): Using HW cursor > (==) NVIDIA(0): video key set to default value of 0x101fe > (--) NVIDIA(0): Chipset : "GeForce2 GTS" > (--) NVIDIA(0): ChipID : 0x10de0150 > (--) NVIDIA(0): ChipRev : 0xa4 > (--) NVIDIA(0): Linear framebuffer at 0xD0000000 > (--) NVIDIA(0): MMIO registers at 0xDF000000 > (--) NVIDIA(0): Found 1 CRTC on board > (--) NVIDIA(0): VideoRAM: 65536 kBytes > (--) NVIDIA(0): Display 0: maximum pixel clock at 8 bpp: 350 MHz > (--) NVIDIA(0): Display 0: maximum pixel clock at 16 bpp: 350 MHz > (--) NVIDIA(0): Display 0: maximum pixel clock at 32 bpp: 300 MHz > (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.1.0.1, module version = 1.0.0 > ABI class: XFree86 Video Driver, version 0.4 > (II) NVIDIA(0): --- EDID Information for Display 0 --- > (II) NVIDIA(0): Manufacturer: MEL Model: 4240 Serial#: 805500883 > (II) NVIDIA(0): Year: 1998 Week: 22 > (II) NVIDIA(0): EDID Version: 1.1 > (II) NVIDIA(0): Analog Display Input, Input Voltage Level: 0.700/0.300 V > (II) NVIDIA(0): Sync: Separate Composite > (II) NVIDIA(0): Max H-Image Size [cm]: horiz.: 30 vert.: 23 > (II) NVIDIA(0): Gamma: 1.98 > (II) NVIDIA(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display > (II) NVIDIA(0): redX: 0.625 redY: 0.340 greenX: 0.290 greenY: 0.605 > (II) NVIDIA(0): blueX: 0.150 blueY: 0.070 whiteX: 0.283 whiteY: 0.297 > (II) NVIDIA(0): Supported VESA Video Modes: > (II) NVIDIA(0): 640x480@60Hz > (II) NVIDIA(0): 640x480@75Hz > (II) NVIDIA(0): 800x600@75Hz > (II) NVIDIA(0): 832x624@75Hz > (II) NVIDIA(0): 1024x768@70Hz > (II) NVIDIA(0): 1024x768@75Hz > (II) NVIDIA(0): 1152x870@75Hz > (II) NVIDIA(0): Manufacturer's mask: 0 > (II) NVIDIA(0): Supported Future Video Modes: > (II) NVIDIA(0): #0: hsize: 1280 vsize 1024 refresh: 60 vid: 32897 > (II) NVIDIA(0): Supported additional Video Mode: > (II) NVIDIA(0): clock: 100.0 MHz Image Size: 300 x 225 mm > (II) NVIDIA(0): h_active: 1152 h_sync: 1196 h_sync_end 1324 h_blank_end > 1456 h_border: 0 > (II) NVIDIA(0): v_active: 870 v_sync: 873 v_sync_end 876 v_blanking: 915 > v_border: 0 > (II) NVIDIA(0): Ranges: V min: 50 V max: 130 Hz, H min: 30 H max: 69 > kHz, PixClock max 120 MHz > (II) NVIDIA(0): Monitor name: TFV6708SKHKW > (II) NVIDIA(0): Serial No: NNNNNNNNN > (II) NVIDIA(0): --- End of EDID Information for Display 0 --- > (II) NVIDIA(0): EDID reported horizontal maximum for Display 0 : 1280 > (II) NVIDIA(0): EDID reported vertical maximum for Display 0 : 1024 > (II) NVIDIA(0): Processing requested modes for Display Device 0: > (II) NVIDIA(0): "1152x864" > (II) NVIDIA(0): "1024x768" > (II) NVIDIA(0): "800x600" > (II) NVIDIA(0): Mitsubishi Diamond Plus 71: Using hsync range of > 30.00-69.00 kHz > (II) NVIDIA(0): Mitsubishi Diamond Plus 71: Using vrefresh range of > 50.00-130.00 Hz > (II) NVIDIA(0): Clock range: 12.00 to 300.00 MHz > (II) NVIDIA(0): Not using default mode "1280x960" (hsync out of range) > (II) NVIDIA(0): Not using default mode "1280x1024" (hsync out of range) > (II) NVIDIA(0): Not using default mode "1280x1024" (hsync out of range) > (II) NVIDIA(0): Not using default mode "1600x1200" (hsync out of range) > (II) NVIDIA(0): Not using default mode "1600x1200" (hsync out of range) > (II) NVIDIA(0): Not using default mode "1600x1200" (hsync out of range) > (II) NVIDIA(0): Not using default mode "1600x1200" (hsync out of range) > (II) NVIDIA(0): Not using default mode "1600x1200" (hsync out of range) > (II) NVIDIA(0): Not using default mode "1792x1344" (hsync out of range) > (II) NVIDIA(0): Not using default mode "1792x1344" (hsync out of range) > (II) NVIDIA(0): Not using default mode "1856x1392" (hsync out of range) > (II) NVIDIA(0): Not using default mode "1856x1392" (hsync out of range) > (II) NVIDIA(0): Not using default mode "1920x1440" (hsync out of range) > (II) NVIDIA(0): Not using default mode "1920x1440" (hsync out of range) > (II) NVIDIA(0): Not using default mode "1400x1050" (hsync out of range) > (**) NVIDIA(0): Validated modes for Display Device 0: > (**) NVIDIA(0): Default mode "1152x864": 108.0 MHz, 67.5 kHz, 75.0 Hz > (**) NVIDIA(0): Default mode "1024x768": 94.5 MHz, 68.7 kHz, 85.0 Hz > (**) NVIDIA(0): Default mode "800x600": 56.3 MHz, 53.7 kHz, 85.1 Hz > (II) NVIDIA(0): Virtual screen size determined to be 1152 x 864 > (--) NVIDIA(0): Display dimensions: (30, 23) cm > (--) NVIDIA(0): DPI set to (97, 95) > (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.1.0.1, module version = 1.0.0 > ABI class: XFree86 ANSI C Emulation, version 0.1 > (II) NVIDIA(0): Enabling RENDER extension > (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.1.0.1, module version = 1.0.0 > ABI class: XFree86 Video Driver, version 0.4 > (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.1.0.1, module version = 0.1.0 > ABI class: XFree86 Video Driver, version 0.4 > (II) Loading sub module "vgahw" > (II) LoadModule: "vgahw" > (II) Reloading /usr/X11R6/lib/modules/libvgahw.a > (**) NVIDIA(1): Depth 24, (--) framebuffer bpp 32 > (==) NVIDIA(1): RGB weight 888 > (==) NVIDIA(1): Default visual is TrueColor > (==) NVIDIA(1): Using gamma correction (1.0, 1.0, 1.0) > (==) NVIDIA(1): Using HW cursor > (==) NVIDIA(1): video key set to default value of 0x101fe > (--) NVIDIA(1): Chipset : "RIVA TNT2 Model 64" > (--) NVIDIA(1): ChipID : 0x10de002d > (--) NVIDIA(1): ChipRev : 0x15 > (--) NVIDIA(1): Linear framebuffer at 0xDC000000 > (--) NVIDIA(1): MMIO registers at 0xDE000000 > (--) NVIDIA(1): Found 1 CRTC on board > (--) NVIDIA(1): VideoRAM: 32768 kBytes > (--) NVIDIA(1): Display 0: maximum pixel clock at 8 bpp: 250 MHz > (--) NVIDIA(1): Display 0: maximum pixel clock at 16 bpp: 250 MHz > (--) NVIDIA(1): Display 0: maximum pixel clock at 32 bpp: 215 MHz > (II) Loading sub module "ddc" > (II) LoadModule: "ddc" > (II) Reloading /usr/X11R6/lib/modules/libddc.a > (II) NVIDIA(1): --- EDID Information for Display 0 --- > (II) NVIDIA(1): Manufacturer: PHL Model: 1207 Serial#: 3017 > (II) NVIDIA(1): Year: 1999 Week: 35 > (II) NVIDIA(1): EDID Version: 1.1 > (II) NVIDIA(1): Analog Display Input, Input Voltage Level: 0.700/0.300 V > (II) NVIDIA(1): Sync: Separate Composite SyncOnGreen > (II) NVIDIA(1): Max H-Image Size [cm]: horiz.: 30 vert.: 23 > (II) NVIDIA(1): Gamma: 2.85 > (II) NVIDIA(1): DPMS capabilities: StandBy Suspend Off; RGB/Color Display > (II) NVIDIA(1): redX: 0.625 redY: 0.340 greenX: 0.285 greenY: 0.605 > (II) NVIDIA(1): blueX: 0.150 blueY: 0.065 whiteX: 0.285 whiteY: 0.293 > (II) NVIDIA(1): Supported VESA Video Modes: > (II) NVIDIA(1): 640x480@60Hz > (II) NVIDIA(1): 640x480@75Hz > (II) NVIDIA(1): 800x600@75Hz > (II) NVIDIA(1): 1024x768@75Hz > (II) NVIDIA(1): 1280x1024@75Hz > (II) NVIDIA(1): 1152x870@75Hz > (II) NVIDIA(1): Manufacturer's mask: 0 > (II) NVIDIA(1): Supported Future Video Modes: > (II) NVIDIA(1): #0: hsize: 640 vsize 480 refresh: 70 vid: 18993 > (II) NVIDIA(1): #1: hsize: 800 vsize 600 refresh: 85 vid: 22853 > (II) NVIDIA(1): #2: hsize: 1024 vsize 768 refresh: 85 vid: 22881 > (II) NVIDIA(1): #3: hsize: 1280 vsize 1024 refresh: 85 vid: 39297 > (II) NVIDIA(1): #4: hsize: 1600 vsize 1200 refresh: 75 vid: 20393 > (II) NVIDIA(1): Supported additional Video Mode: > (II) NVIDIA(1): clock: 108.0 MHz Image Size: 300 x 225 mm > (II) NVIDIA(1): h_active: 1152 h_sync: 1168 h_sync_end 1232 h_blank_end > 1504 h_border: 0 > (II) NVIDIA(1): v_active: 900 v_sync: 902 v_sync_end 910 v_blanking: 943 > v_border: 0 > (II) NVIDIA(1): Serial No: TY 003017 > (II) NVIDIA(1): Monitor name: TYPHOON107MP > (II) NVIDIA(1): Ranges: V min: 50 V max: 160 Hz, H min: 30 H max: 95 > kHz, PixClock max 2550 MHz > (II) NVIDIA(1): --- End of EDID Information for Display 0 --- > (II) NVIDIA(1): EDID reported horizontal maximum for Display 0 : 1600 > (II) NVIDIA(1): EDID reported vertical maximum for Display 0 : 1200 > (II) NVIDIA(1): Processing requested modes for Display Device 0: > (II) NVIDIA(1): "1152x864" > (II) NVIDIA(1): "1024x768" > (II) NVIDIA(1): "800x600" > (II) NVIDIA(1): Philips 107MP: Using hsync range of 30.00-69.00 kHz > (II) NVIDIA(1): Philips 107MP: Using vrefresh range of 50.00-80.00 Hz > (II) NVIDIA(1): Clock range: 12.00 to 215.00 MHz > (II) NVIDIA(1): Not using default mode "640x350" (vrefresh out of range) > (II) NVIDIA(1): Not using default mode "640x400" (vrefresh out of range) > (II) NVIDIA(1): Not using default mode "720x400" (vrefresh out of range) > (II) NVIDIA(1): Not using default mode "640x480" (vrefresh out of range) > (II) NVIDIA(1): Not using default mode "800x600" (vrefresh out of range) > (II) NVIDIA(1): Not using default mode "1024x768" (vrefresh out of range) > (II) NVIDIA(1): Not using default mode "1024x768" (vrefresh out of range) > (II) NVIDIA(1): Not using default mode "1280x960" (hsync out of range) > (II) NVIDIA(1): Not using default mode "1280x1024" (hsync out of range) > (II) NVIDIA(1): Not using default mode "1280x1024" (hsync out of range) > (II) NVIDIA(1): Not using default mode "1600x1200" (hsync out of range) > (II) NVIDIA(1): Not using default mode "1600x1200" (hsync out of range) > (II) NVIDIA(1): Not using default mode "1600x1200" (hsync out of range) > (II) NVIDIA(1): Not using default mode "1600x1200" (hsync out of range) > (II) NVIDIA(1): Not using default mode "1600x1200" (bad mode > clock/interlace/doublescan) > (II) NVIDIA(1): Not using default mode "1792x1344" (hsync out of range) > (II) NVIDIA(1): Not using default mode "1792x1344" (bad mode > clock/interlace/doublescan) > (II) NVIDIA(1): Not using default mode "1856x1392" (bad mode > clock/interlace/doublescan) > (II) NVIDIA(1): Not using default mode "1856x1392" (bad mode > clock/interlace/doublescan) > (II) NVIDIA(1): Not using default mode "1920x1440" (bad mode > clock/interlace/doublescan) > (II) NVIDIA(1): Not using default mode "1920x1440" (bad mode > clock/interlace/doublescan) > (II) NVIDIA(1): Not using default mode "1400x1050" (hsync out of range) > (**) NVIDIA(1): Validated modes for Display Device 0: > (**) NVIDIA(1): Default mode "1152x864": 108.0 MHz, 67.5 kHz, 75.0 Hz > (**) NVIDIA(1): Default mode "1024x768": 78.8 MHz, 60.1 kHz, 75.1 Hz > (**) NVIDIA(1): Default mode "800x600": 49.5 MHz, 46.9 kHz, 75.0 Hz > (II) NVIDIA(1): Virtual screen size determined to be 1152 x 864 > (--) NVIDIA(1): Display dimensions: (30, 23) cm > (--) NVIDIA(1): DPI set to (97, 95) > (II) Loading sub module "fb" > (II) LoadModule: "fb" > (II) Reloading /usr/X11R6/lib/modules/libfb.a > (II) NVIDIA(1): Enabling RENDER extension > (II) Loading sub module "xaa" > (II) LoadModule: "xaa" > (II) Reloading /usr/X11R6/lib/modules/libxaa.a > (II) Loading sub module "ramdac" > (II) LoadModule: "ramdac" > (II) Reloading /usr/X11R6/lib/modules/libramdac.a > (--) Depth 24 pixmap format is 32 bpp > (II) do I need RAC? Yes, I do. > (II) LoadModule: "rac" > (II) Loading /usr/X11R6/lib/modules/librac.a > (II) Module rac: vendor="The XFree86 Project" > compiled for 4.1.0.1, module version = 1.0.0 > ABI class: XFree86 Video Driver, version 0.4 > (II) resource ranges after preInit: > [0] 0 0 0xdc000000 - 0xddffffff (0x2000000) MX[B] > [1] 0 0 0xde000000 - 0xdeffffff (0x1000000) MX[B] > [2] 1 0 0xd0000000 - 0xd7ffffff (0x8000000) MX[B] > [3] 1 0 0xdf000000 - 0xdfffffff (0x1000000) MX[B] > [4] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B) > [5] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B) > [6] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B] > [7] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B] > [8] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B] > [9] -1 0 0xd8000000 - 0xdbffffff (0x4000000) MX[B] > [10] -1 0 0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B) > [11] -1 0 0xdf000000 - 0xdfffffff (0x1000000) MX[B](B) > [12] -1 0 0xdc000000 - 0xddffffff (0x2000000) MX[B](B) > [13] -1 0 0xde000000 - 0xdeffffff (0x1000000) MX[B](B) > [14] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B](OprD) > [15] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD) > [16] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B](OprD) > [17] 1 0 0x000a0000 - 0x000affff (0x10000) MS[B](OprD) > [18] 1 0 0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD) > [19] 1 0 0x000b8000 - 0x000bffff (0x8000) MS[B](OprD) > [20] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] > [21] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] > [22] -1 0 0x0000e000 - 0x0000e03f (0x40) IX[B] > [23] -1 0 0x0000dc00 - 0x0000dc1f (0x20) IX[B] > [24] -1 0 0x0000d800 - 0x0000d81f (0x20) IX[B] > [25] -1 0 0x0000d400 - 0x0000d41f (0x20) IX[B] > [26] -1 0 0x0000d000 - 0x0000d00f (0x10) IX[B] > [27] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B](OprU) > [28] 0 0 0x000003c0 - 0x000003df (0x20) IS[B](OprU) > [29] 1 0 0x000003b0 - 0x000003bb (0xc) IS[B](OprU) > [30] 1 0 0x000003c0 - 0x000003df (0x20) IS[B](OprU) > (II) NVIDIA(0): Memory and vga registers mapped > (II) NVIDIA(0): Verifying AGP usage for Screen 0... > (II) NVIDIA(0): AGP 4X successfully initialized > (II) NVIDIA(0): NVdriver kernel module enabled successfully > (II) NVIDIA(0): Interrupts enabled > (II) NVIDIA(0): No MetaMode found for mode "1152x864" > (II) NVIDIA(0): Setting mode "1152x864" > (II) NVIDIA(0): First mode initialized > (II) NVIDIA(0): Visuals set up > (II) NVIDIA(0): Pixmap depths set up > (II) NVIDIA(0): GLX visuals set up > (II) NVIDIA(0): Framebuffer set up > (==) NVIDIA(0): Using minimum pixmap cache size of 384 lines > (==) NVIDIA(0): plus a 128 by 864 region at the right of the primary > surface > (II) NVIDIA(0): Using XFree86 Acceleration Architecture (XAA) > Screen to screen bit blits > Solid filled rectangles > Solid filled trapezoids > 8x8 mono pattern filled rectangles > 8x8 mono pattern filled trapezoids > Indirect CPU to Screen color expansion > Solid Lines > Scanline Image Writes > Offscreen Pixmaps > Driver provided FillSolidRects replacement > Driver provided FillSolidSpans replacement > Driver provided FillMono8x8PatternRects replacement > Driver provided ReadPixmap replacement > Setting up tile and stipple cache: > 20 128x128 slots > 4 256x256 slots > (==) NVIDIA(0): Backing store disabled > (==) NVIDIA(0): Silken mouse enabled > (II) NVIDIA(0): Default colormap set up > (II) NVIDIA(0): Palette loaded > (II) Loading extension NV-GLX > (II) Loading extension NV-CONTROL > (II) NVIDIA(0): Screen initialization complete > (II) NVIDIA(1): Memory and vga registers mapped > (II) NVIDIA(1): Verifying AGP usage for Screen 1... > (WW) NVIDIA(1): Failed to initialize AGP > (II) NVIDIA(1): NVdriver kernel module enabled successfully > (II) NVIDIA(1): Interrupts enabled > (II) NVIDIA(1): No MetaMode found for mode "1152x864" > (II) NVIDIA(1): Setting mode "1152x864" > (II) NVIDIA(1): First mode initialized > (II) NVIDIA(1): Visuals set up > (II) NVIDIA(1): Pixmap depths set up > (II) NVIDIA(1): GLX visuals set up > (II) NVIDIA(1): Framebuffer set up > (==) NVIDIA(1): Using minimum pixmap cache size of 512 lines > (II) NVIDIA(1): Using XFree86 Acceleration Architecture (XAA) > Screen to screen bit blits > Solid filled rectangles > Solid filled trapezoids > 8x8 mono pattern filled rectangles > 8x8 mono pattern filled trapezoids > Indirect CPU to Screen color expansion > Solid Lines > Scanline Image Writes > Offscreen Pixmaps > Driver provided FillSolidRects replacement > Driver provided FillSolidSpans replacement > Driver provided FillMono8x8PatternRects replacement > Driver provided ReadPixmap replacement > Setting up tile and stipple cache: > 20 128x128 slots > 4 256x256 slots > (==) NVIDIA(1): Backing store disabled > (==) NVIDIA(1): Silken mouse enabled > (II) NVIDIA(1): Default colormap set up > (II) NVIDIA(1): Palette loaded > (II) NVIDIA(1): Screen initialization complete > (II) Entity 0 shares no resources > (II) Entity 1 shares no resources > (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) [GLX]: Calling GlxExtensionInit > (II) Keyboard "Standard Keyboard" handled by legacy driver > (**) Option "Protocol" "ImPS/2" > (**) PS2 Mouse: Protocol: "ImPS/2" > (**) Option "CorePointer" > (**) PS2 Mouse: Core Pointer > (**) Option "Device" "/dev/psaux" > (==) PS2 Mouse: Buttons: 3 > (**) Option "Emulate3Buttons" "false" > (**) Option "ZAxisMapping" "4 5" > (**) PS2 Mouse: ZAxisMapping: buttons 4 and 5 > (II) XINPUT: Adding extended input device "PS2 Mouse" (type: MOUSE) > (**) Option "Device" "/dev/psaux" > BScreen::BScreen: managing screen 0 using visual 0x21, depth 24 > wmsetbg warning: could not open domain file > /home/dave/GNUstep/Defaults/WindowMaker > BScreen::BScreen: managing screen 1 using visual 0x5e, depth 24 > wmsetbg warning: could not open domain file > /home/dave/GNUstep/Defaults/WindowMaker > wmsetbg warning: could not open domain file > /home/dave/GNUstep/Defaults/WindowMaker > wmsetbg warning: could not open domain file > /home/dave/GNUstep/Defaults/WindowMaker > > > > > David Antliff [EMAIL PROTECTED] > Design Engineer > Med-Dev Ltd. tel. +64-4-972-7661 > Wellington, New Zealand www.med-dev.com > > > > > > > > --__--__-- > > _______________________________________________ > Xpert mailing list > [EMAIL PROTECTED] > http://XFree86.Org/mailman/listinfo/xpert > > > End of Xpert Digest _______________________________________________ Xpert mailing list [EMAIL PROTECTED] http://XFree86.Org/mailman/listinfo/xpert
