View previous topic :: View next topic |
Author |
Message |
Cazzantonio Bodhisattva
![Bodhisattva Bodhisattva](/images/ranks/rank-bodhisattva.gif)
![](images/avatars/195356323743686d76373d8.jpg)
Joined: 20 Mar 2004 Posts: 4514 Location: Somewere around the world
|
Posted: Wed Aug 11, 2004 7:51 pm Post subject: [HW] Nuovi driver nvidia lenti su una fx5200 |
|
|
Possiedo una scheda video nvidia fx5200 che con i driver nvidia vecchi (1.0.6106-r1 e glx 1.0.6106-r3) faceva circa 1300 fps con glxgears
con i driver nuovi (1.0.6111 e glx corrispondenti) invece fa circa 1000, con un abbassamento vertiginoso di circa 300 fps (il 25% in meno circa, non è poco!)
Non è che con il 3D ci faccia un gran che e posso vivere anche con molti meno fps degli attuali (ci gioco di quando in quando a bzflag ma questo è tutto... non uso nemmeno gli screensaver glx) ma la cosa mi incuriosisce un po'
Non è che anche ad altri è successo lo stesso?
Ho provato a cercare sul forum ma non ho trovato niente a riguardo... per ora girerò con i vecchi driver in attesa di una prossima relase _________________ Any mans death diminishes me, because I am involved in Mankinde; and therefore never send to know for whom the bell tolls; It tolls for thee.
-John Donne |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
lopio Veteran
![Veteran Veteran](/images/ranks/rank_rect_5_vet.gif)
![](images/avatars/gallery/Southpark/avatar22.gif)
Joined: 22 Dec 2003 Posts: 1161 Location: savona, Italy
|
Posted: Wed Aug 11, 2004 8:18 pm Post subject: |
|
|
beh,
beato te che arrivavi a 1300.Io ho un thread aperto perche' con fx 5500 arrivo solo a 1200..quasi quasi chiedo anche il tuo aiuto -))
Una delle mie ultime prove e' stato usare i driver nuovi e sono passato a 1000.
ciao |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Cazzantonio Bodhisattva
![Bodhisattva Bodhisattva](/images/ranks/rank-bodhisattva.gif)
![](images/avatars/195356323743686d76373d8.jpg)
Joined: 20 Mar 2004 Posts: 4514 Location: Somewere around the world
|
Posted: Wed Aug 11, 2004 10:14 pm Post subject: |
|
|
Questo è la sezione di xorg.conf realtiva alla scheda
Code: |
Section "Device"
Identifier "geforcefx"
Driver "nvidia"
VideoRam 131072
Option "NoLogo" "True"
Option "CursorShadow" "true"
# Option "NvAGP" "3"
# Option "RenderAccel" "true"
Option "DigitalVibrance" "50"
Option "CIOverlay" "true"
Option "NoPowerConnectorCheck" "true"
# Option "FlatPanelProperties" "string" (quando ne avrò uno me ne preoccuperò)
|
uso fast-writes e sideband addressing abilitate nel modulo della scheda
Code: |
ale@casa01 ale $ cat /etc/modules.d/nvidia
alias char-major-195 nvidia
alias /dev/nvidiactl char-major-195
options nvidia NVreg_EnableAGPSBA=1 NVreg_EnableAGPFW=1
|
e uso l'agpgart del kernel 2.6.7-gentoo-r13
Altro non ho fatto...
Comunque ho fatto diverse prove e vedo che davvero i driver nuovi sono molto più lenti, magari mando una segnalazione direttamente alla nvidia... _________________ Any mans death diminishes me, because I am involved in Mankinde; and therefore never send to know for whom the bell tolls; It tolls for thee.
-John Donne |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
fra n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 12 Jul 2003 Posts: 54 Location: italy
|
Posted: Wed Aug 11, 2004 11:25 pm Post subject: |
|
|
succede anche a me con fx 5200... |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
lopio Veteran
![Veteran Veteran](/images/ranks/rank_rect_5_vet.gif)
![](images/avatars/gallery/Southpark/avatar22.gif)
Joined: 22 Dec 2003 Posts: 1161 Location: savona, Italy
|
Posted: Thu Aug 12, 2004 9:14 am Post subject: |
|
|
Cazzantonio wrote: |
uso fast-writes e sideband addressing abilitate nel modulo della scheda
[code]
|
ciao ho seguito i tuoi suggerimenti (vedi sopra) e messo il file come il tuo
tanto che ora e' cosi' ma non cambia nulla
[code]
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
ModulePath "/usr/X11R6/lib/modules"
FontPath "/usr/share/fonts/misc/"
FontPath "/usr/share/fonts/TTF/"
FontPath "/usr/share/fonts/Speedo/"
FontPath "/usr/share/fonts/Type1/"
FontPath "/usr/share/fonts/CID/"
FontPath "/usr/share/fonts/75dpi/"
FontPath "/usr/share/fonts/100dpi/"
EndSection
Section "Module"
Load "extmod"
#### Load "dri"
Load "dbe"
Load "record"
Load "xtrap"
Load "glx"
Load "speedo"
Load "type1"
Load "freetype"
SubSection "extmod"
Option "omit xfree86-dga"
Option "NvAGP" "1"
EndSubSection
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
Option "XkbLayout" "it"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/mouse"
EndSection
Section "Monitor"
#DisplaySize 330 240 # mm
Identifier "Monitor0"
VendorName "NEC"
ModelName "NEC FE750+"
HorizSync 31.0 - 96.0
# HorizSync 65.0 - 0.0
VertRefresh 55.0 - 110.0
Option "DPMS"
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" # [<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>
Identifier "Card0"
Driver "nvidia"
VendorName "nVidia Corporation"
BoardName "Unknown Board"
# BusID "PCI:1:0:0"
VideoRam 131072
Option "CursorShadow" "true"
Option "NoLogo" "false"
# Option "UseInternalAGPGART" "no"
#Option "NvAGP" "1"
Option "DigitalVibrance" "50"
Option "CIOverlay" "true"
Option "NoPowerConnectorCheck" "true"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
### SubSection "Display"
## Viewport 0 0
# Depth 1
# EndSubSection
# SubSection "Display"
# Viewport 0 0
# Depth 4
# EndSubSection
# SubSection "Display"
# Viewport 0 0
# Depth 8
# EndSubSection
# SubSection "Display"
# Viewport 0 0
# Depth 15
# EndSubSection
# SubSection "Display"
# Viewport 0 0
# Depth 16
# EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1024x768"
####Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
[/code]
sotto il log di xorg
[code]
Release Date: 18 December 2003
X Protocol Version 11, Revision 0, Release 6.7
Build Operating System: Linux 2.6.7-gentoo-r11 x86_64 [ELF]
Current Operating System: Linux paco-64 2.6.7-gentoo-r13 #3 Thu Aug 12 12:31:11 CEST 2004 x86_64
Build Date: 08 August 2004
Before reporting problems, check http://wiki.X.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/Xorg.0.log", Time: Thu Aug 12 13:07:57 2004
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "X.org Configured"
(**) |-->Screen "Screen0" (0)
(**) | |-->Monitor "Monitor0"
(**) | |-->Device "Card0"
(**) |-->Input Device "Mouse0"
(**) |-->Input Device "Keyboard0"
(**) Option "XkbLayout" "it"
(**) XKB: layout: "it"
(==) Keyboard: CustomKeycode disabled
(**) FontPath set to "/usr/share/fonts/misc/,/usr/share/fonts/TTF/,/usr/share/fonts/Speedo/,/usr/share/fonts/Type1/,/usr/share/fonts/CID/,/usr/share/fonts/75dpi/,/usr/share/fonts/100dpi/"
(**) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(**) ModulePath set to "/usr/X11R6/lib/modules"
(WW) Open APM failed (/dev/apm_bios) (No such file or directory)
(II) Module ABI versions:
X.Org ANSI C Emulation: 0.2
X.Org Video Driver: 0.7
X.Org XInput driver : 0.4
X.Org Server Extension : 0.2
X.Org 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="X.Org Foundation"
compiled for 6.7.0, module version = 1.0.0
Module class: X.Org Font Renderer
ABI class: X.Org Font Renderer, version 0.4
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/X11R6/lib/modules/libpcidata.a
(II) Module pcidata: vendor="X.Org Foundation"
compiled for 6.7.0, module version = 1.0.0
ABI class: X.Org Video Driver, version 0.7
(++) using VT number 7
(II) PCI: Probing config type using method 1
(II) PCI: Config type is 1
(II) PCI: stages = 0x03, oldVal1 = 0x80008d48, mode1Res1 = 0x80000000
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 1106,3188 card 1043,80a3 rev 01 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 1106,b188 card 0000,0000 rev 00 class 06,04,00 hdr 01
(II) PCI: 00:07:0: chip 1106,3044 card 1043,808a rev 80 class 0c,00,10 hdr 00
(II) PCI: 00:08:0: chip 105a,3373 card 1043,80f5 rev 02 class 01,04,00 hdr 00
(II) PCI: 00:0a:0: chip 11ab,4320 card 1043,811a rev 13 class 02,00,00 hdr 00
(II) PCI: 00:0f:0: chip 1106,3149 card 1043,80ed rev 80 class 01,04,00 hdr 80
(II) PCI: 00:0f:1: chip 1106,0571 card 1043,80ed rev 06 class 01,01,8a hdr 00
(II) PCI: 00:10:0: chip 1106,3038 card 1043,80ed rev 81 class 0c,03,00 hdr 80
(II) PCI: 00:10:1: chip 1106,3038 card 1043,80ed rev 81 class 0c,03,00 hdr 80
(II) PCI: 00:10:2: chip 1106,3038 card 1043,80ed rev 81 class 0c,03,00 hdr 80
(II) PCI: 00:10:3: chip 1106,3038 card 1043,80ed rev 81 class 0c,03,00 hdr 80
(II) PCI: 00:10:4: chip 1106,3104 card 1043,80ed rev 86 class 0c,03,20 hdr 80
(II) PCI: 00:11:0: chip 1106,3227 card 1043,80ed rev 00 class 06,01,00 hdr 80
(II) PCI: 00:11:5: chip 1106,3059 card 1043,80b0 rev 60 class 04,01,00 hdr 00
(II) PCI: 00:18:0: chip 1022,1100 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 00:18:1: chip 1022,1101 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 00:18:2: chip 1022,1102 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 00:18:3: chip 1022,1103 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 01:00:0: chip 10de,0326 card 1458,310d rev a1 class 03,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,1), 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 (0x100000000) MX[B]
(II) Bus 0 prefetchable memory range:
[0] -1 0 0x00000000 - 0xffffffff (0x100000000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x000a (VGA_EN is set)
(II) Bus 1 non-prefetchable memory range:
[0] -1 0 0xf5100000 - 0xf72fffff (0x2200000) MX[B]
(II) Bus 1 prefetchable memory range:
[0] -1 0 0xd5000000 - 0xf4ffffff (0x20000000) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:17:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(II) Host-to-PCI bridge:
(II) Bus -1: bridge is at (0:24:0), (-1,-1,1), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus -1 I/O range:
[0] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus -1 non-prefetchable memory range:
[0] -1 0 0x00000000 - 0xffffffff (0x100000000) MX[B]
(II) Bus -1 prefetchable memory range:
[0] -1 0 0x00000000 - 0xffffffff (0x100000000) MX[B]
(II) Host-to-PCI bridge:
(II) Bus -1: bridge is at (0:24:1), (-1,-1,1), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus -1 I/O range:
[0] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus -1 non-prefetchable memory range:
[0] -1 0 0x00000000 - 0xffffffff (0x100000000) MX[B]
(II) Bus -1 prefetchable memory range:
[0] -1 0 0x00000000 - 0xffffffff (0x100000000) MX[B]
(II) Host-to-PCI bridge:
(II) Bus -1: bridge is at (0:24:2), (-1,-1,1), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus -1 I/O range:
[0] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus -1 non-prefetchable memory range:
[0] -1 0 0x00000000 - 0xffffffff (0x100000000) MX[B]
(II) Bus -1 prefetchable memory range:
[0] -1 0 0x00000000 - 0xffffffff (0x100000000) MX[B]
(II) Host-to-PCI bridge:
(II) Bus -1: bridge is at (0:24:3), (-1,-1,1), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus -1 I/O range:
[0] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus -1 non-prefetchable memory range:
[0] -1 0 0x00000000 - 0xffffffff (0x100000000) MX[B]
(II) Bus -1 prefetchable memory range:
[0] -1 0 0x00000000 - 0xffffffff (0x100000000) MX[B]
(--) PCI:*(1:0:0) nVidia Corporation unknown chipset (0x0326) rev 161, Mem @ 0xf6000000/24, 0xe0000000/28, BIOS @ 0xf7200000/17
(II) Addressable bus resource ranges are
[0] -1 0 0x00000000 - 0xffffffff (0x100000000) 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 0xf8000000 from 0xfbffffff to 0xf7ffffff
(II) Active PCI resource ranges:
[0] -1 0 0xf7f00000 - 0xf7f000ff (0x100) MX[B]
[1] -1 0 0xf7e00000 - 0xf7e03fff (0x4000) MX[B]
[2] -1 0 0xf7b00000 - 0xf7b1ffff (0x20000) MX[B]
[3] -1 0 0xf7c00000 - 0xf7c00fff (0x1000) MX[B]
[4] -1 0 0xf7a00000 - 0xf7a007ff (0x800) MX[B]
[5] -1 0 0xf8000000 - 0xf7ffffff (0x0) MX[B]O
[6] -1 0 0xf7200000 - 0xf721ffff (0x20000) MX[B](B)
[7] -1 0 0xe0000000 - 0xefffffff (0x10000000) MX[B](B)
[8] -1 0 0xf6000000 - 0xf6ffffff (0x1000000) MX[B](B)
[9] -1 0 0x0000c800 - 0x0000c8ff (0x100) IX[B]
[10] -1 0 0x0000c400 - 0x0000c41f (0x20) IX[B]
[11] -1 0 0x0000c000 - 0x0000c01f (0x20) IX[B]
[12] -1 0 0x0000b800 - 0x0000b81f (0x20) IX[B]
[13] -1 0 0x0000b400 - 0x0000b41f (0x20) IX[B]
[14] -1 0 0x0000fc00 - 0x0000fc0f (0x10) IX[B]
[15] -1 0 0x0000d000 - 0x0000d0ff (0x100) IX[B]
[16] -1 0 0x0000d400 - 0x0000d40f (0x10) IX[B]
[17] -1 0 0x0000d800 - 0x0000d803 (0x4) IX[B]
[18] -1 0 0x0000e000 - 0x0000e007 (0x8) IX[B]
[19] -1 0 0x0000e400 - 0x0000e403 (0x4) IX[B]
[20] -1 0 0x0000e800 - 0x0000e807 (0x8) IX[B]
[21] -1 0 0x0000b000 - 0x0000b0ff (0x100) IX[B]
[22] -1 0 0x0000cc00 - 0x0000cc7f (0x80) IX[B]
[23] -1 0 0x0000dc00 - 0x0000dc0f (0x10) IX[B]
[24] -1 0 0x0000ec00 - 0x0000ec3f (0x40) IX[B]
[25] -1 0 0x0000bc00 - 0x0000bc7f (0x80) IX[B]
(II) Active PCI resource ranges after removing overlaps:
[0] -1 0 0xf7f00000 - 0xf7f000ff (0x100) MX[B]
[1] -1 0 0xf7e00000 - 0xf7e03fff (0x4000) MX[B]
[2] -1 0 0xf7b00000 - 0xf7b1ffff (0x20000) MX[B]
[3] -1 0 0xf7c00000 - 0xf7c00fff (0x1000) MX[B]
[4] -1 0 0xf7a00000 - 0xf7a007ff (0x800) MX[B]
[5] -1 0 0xf8000000 - 0xf7ffffff (0x0) MX[B]O
[6] -1 0 0xf7200000 - 0xf721ffff (0x20000) MX[B](B)
[7] -1 0 0xe0000000 - 0xefffffff (0x10000000) MX[B](B)
[8] -1 0 0xf6000000 - 0xf6ffffff (0x1000000) MX[B](B)
[9] -1 0 0x0000c800 - 0x0000c8ff (0x100) IX[B]
[10] -1 0 0x0000c400 - 0x0000c41f (0x20) IX[B]
[11] -1 0 0x0000c000 - 0x0000c01f (0x20) IX[B]
[12] -1 0 0x0000b800 - 0x0000b81f (0x20) IX[B]
[13] -1 0 0x0000b400 - 0x0000b41f (0x20) IX[B]
[14] -1 0 0x0000fc00 - 0x0000fc0f (0x10) IX[B]
[15] -1 0 0x0000d000 - 0x0000d0ff (0x100) IX[B]
[16] -1 0 0x0000d400 - 0x0000d40f (0x10) IX[B]
[17] -1 0 0x0000d800 - 0x0000d803 (0x4) IX[B]
[18] -1 0 0x0000e000 - 0x0000e007 (0x8) IX[B]
[19] -1 0 0x0000e400 - 0x0000e403 (0x4) IX[B]
[20] -1 0 0x0000e800 - 0x0000e807 (0x8) IX[B]
[21] -1 0 0x0000b000 - 0x0000b0ff (0x100) IX[B]
[22] -1 0 0x0000cc00 - 0x0000cc7f (0x80) IX[B]
[23] -1 0 0x0000dc00 - 0x0000dc0f (0x10) IX[B]
[24] -1 0 0x0000ec00 - 0x0000ec3f (0x40) IX[B]
[25] -1 0 0x0000bc00 - 0x0000bc7f (0x80) IX[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 0xf7f00000 - 0xf7f000ff (0x100) MX[B]
[6] -1 0 0xf7e00000 - 0xf7e03fff (0x4000) MX[B]
[7] -1 0 0xf7b00000 - 0xf7b1ffff (0x20000) MX[B]
[8] -1 0 0xf7c00000 - 0xf7c00fff (0x1000) MX[B]
[9] -1 0 0xf7a00000 - 0xf7a007ff (0x800) MX[B]
[10] -1 0 0xf8000000 - 0xf7ffffff (0x0) MX[B]O
[11] -1 0 0xf7200000 - 0xf721ffff (0x20000) MX[B](B)
[12] -1 0 0xe0000000 - 0xefffffff (0x10000000) MX[B](B)
[13] -1 0 0xf6000000 - 0xf6ffffff (0x1000000) MX[B](B)
[14] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[15] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[16] -1 0 0x0000c800 - 0x0000c8ff (0x100) IX[B]
[17] -1 0 0x0000c400 - 0x0000c41f (0x20) IX[B]
[18] -1 0 0x0000c000 - 0x0000c01f (0x20) IX[B]
[19] -1 0 0x0000b800 - 0x0000b81f (0x20) IX[B]
[20] -1 0 0x0000b400 - 0x0000b41f (0x20) IX[B]
[21] -1 0 0x0000fc00 - 0x0000fc0f (0x10) IX[B]
[22] -1 0 0x0000d000 - 0x0000d0ff (0x100) IX[B]
[23] -1 0 0x0000d400 - 0x0000d40f (0x10) IX[B]
[24] -1 0 0x0000d800 - 0x0000d803 (0x4) IX[B]
[25] -1 0 0x0000e000 - 0x0000e007 (0x8) IX[B]
[26] -1 0 0x0000e400 - 0x0000e403 (0x4) IX[B]
[27] -1 0 0x0000e800 - 0x0000e807 (0x8) IX[B]
[28] -1 0 0x0000b000 - 0x0000b0ff (0x100) IX[B]
[29] -1 0 0x0000cc00 - 0x0000cc7f (0x80) IX[B]
[30] -1 0 0x0000dc00 - 0x0000dc0f (0x10) IX[B]
[31] -1 0 0x0000ec00 - 0x0000ec3f (0x40) IX[B]
[32] -1 0 0x0000bc00 - 0x0000bc7f (0x80) IX[B]
(II) LoadModule: "extmod"
(II) Loading /usr/X11R6/lib/modules/extensions/libextmod.a
(II) Module extmod: vendor="X.Org Foundation"
compiled for 6.7.0, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org 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 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) Loading extension X-Resource
(II) LoadModule: "dbe"
(II) Loading /usr/X11R6/lib/modules/extensions/libdbe.a
(II) Module dbe: vendor="X.Org Foundation"
compiled for 6.7.0, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 0.2
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "record"
(II) Loading /usr/X11R6/lib/modules/extensions/librecord.a
(II) Module record: vendor="X.Org Foundation"
compiled for 6.7.0, module version = 1.13.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 0.2
(II) Loading extension RECORD
(II) LoadModule: "xtrap"
(II) Loading /usr/X11R6/lib/modules/extensions/libxtrap.a
(II) Module xtrap: vendor="X.Org Foundation"
compiled for 6.7.0, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 0.2
(II) Loading extension DEC-XTRAP
(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.6106
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="X.Org Foundation"
compiled for 6.7.0, module version = 1.0.1
Module class: X.Org Font Renderer
ABI class: X.Org Font Renderer, version 0.4
(II) Loading font Speedo
(II) LoadModule: "type1"
(II) Loading /usr/X11R6/lib/modules/fonts/libtype1.a
(II) Module type1: vendor="X.Org Foundation"
compiled for 6.7.0, module version = 1.0.2
Module class: X.Org Font Renderer
ABI class: X.Org Font Renderer, version 0.4
(II) Loading font Type1
(II) Loading font CID
(II) LoadModule: "freetype"
(II) Loading /usr/X11R6/lib/modules/fonts/libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
compiled for 6.7.0, module version = 2.1.0
Module class: X.Org Font Renderer
ABI class: X.Org Font Renderer, version 0.4
(II) Loading font FreeType
(II) LoadModule: "extmod"
(II) Reloading /usr/X11R6/lib/modules/extensions/libextmod.a
(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: "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.6106
Module class: XFree86 Video Driver
(II) LoadModule: "mouse"
(II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o
(II) Module mouse: vendor="X.Org Foundation"
compiled for 6.7.0, module version = 1.0.0
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 0.4
(II) NVIDIA X Driver 1.0-6106 Wed Jun 23 08:13:24 PDT 2004
(II) NVIDIA Unified Driver for all NVIDIA GPUs
(II) Primary Device is: PCI 01:00:0
(--) Assigning device section with no busID to primary device
(--) Chipset NVIDIA GPU 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 0xf7f00000 - 0xf7f000ff (0x100) MX[B]
[6] -1 0 0xf7e00000 - 0xf7e03fff (0x4000) MX[B]
[7] -1 0 0xf7b00000 - 0xf7b1ffff (0x20000) MX[B]
[8] -1 0 0xf7c00000 - 0xf7c00fff (0x1000) MX[B]
[9] -1 0 0xf7a00000 - 0xf7a007ff (0x800) MX[B]
[10] -1 0 0xf8000000 - 0xf7ffffff (0x0) MX[B]O
[11] -1 0 0xf7200000 - 0xf721ffff (0x20000) MX[B](B)
[12] -1 0 0xe0000000 - 0xefffffff (0x10000000) MX[B](B)
[13] -1 0 0xf6000000 - 0xf6ffffff (0x1000000) MX[B](B)
[14] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[15] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[16] -1 0 0x0000c800 - 0x0000c8ff (0x100) IX[B]
[17] -1 0 0x0000c400 - 0x0000c41f (0x20) IX[B]
[18] -1 0 0x0000c000 - 0x0000c01f (0x20) IX[B]
[19] -1 0 0x0000b800 - 0x0000b81f (0x20) IX[B]
[20] -1 0 0x0000b400 - 0x0000b41f (0x20) IX[B]
[21] -1 0 0x0000fc00 - 0x0000fc0f (0x10) IX[B]
[22] -1 0 0x0000d000 - 0x0000d0ff (0x100) IX[B]
[23] -1 0 0x0000d400 - 0x0000d40f (0x10) IX[B]
[24] -1 0 0x0000d800 - 0x0000d803 (0x4) IX[B]
[25] -1 0 0x0000e000 - 0x0000e007 (0x8) IX[B]
[26] -1 0 0x0000e400 - 0x0000e403 (0x4) IX[B]
[27] -1 0 0x0000e800 - 0x0000e807 (0x8) IX[B]
[28] -1 0 0x0000b000 - 0x0000b0ff (0x100) IX[B]
[29] -1 0 0x0000cc00 - 0x0000cc7f (0x80) IX[B]
[30] -1 0 0x0000dc00 - 0x0000dc0f (0x10) IX[B]
[31] -1 0 0x0000ec00 - 0x0000ec3f (0x40) IX[B]
[32] -1 0 0x0000bc00 - 0x0000bc7f (0x80) 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 0xf7f00000 - 0xf7f000ff (0x100) MX[B]
[6] -1 0 0xf7e00000 - 0xf7e03fff (0x4000) MX[B]
[7] -1 0 0xf7b00000 - 0xf7b1ffff (0x20000) MX[B]
[8] -1 0 0xf7c00000 - 0xf7c00fff (0x1000) MX[B]
[9] -1 0 0xf7a00000 - 0xf7a007ff (0x800) MX[B]
[10] -1 0 0xf8000000 - 0xf7ffffff (0x0) MX[B]O
[11] -1 0 0xf7200000 - 0xf721ffff (0x20000) MX[B](B)
[12] -1 0 0xe0000000 - 0xefffffff (0x10000000) MX[B](B)
[13] -1 0 0xf6000000 - 0xf6ffffff (0x1000000) MX[B](B)
[14] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B]
[15] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B]
[16] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B]
[17] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[18] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[19] -1 0 0x0000c800 - 0x0000c8ff (0x100) IX[B]
[20] -1 0 0x0000c400 - 0x0000c41f (0x20) IX[B]
[21] -1 0 0x0000c000 - 0x0000c01f (0x20) IX[B]
[22] -1 0 0x0000b800 - 0x0000b81f (0x20) IX[B]
[23] -1 0 0x0000b400 - 0x0000b41f (0x20) IX[B]
[24] -1 0 0x0000fc00 - 0x0000fc0f (0x10) IX[B]
[25] -1 0 0x0000d000 - 0x0000d0ff (0x100) IX[B]
[26] -1 0 0x0000d400 - 0x0000d40f (0x10) IX[B]
[27] -1 0 0x0000d800 - 0x0000d803 (0x4) IX[B]
[28] -1 0 0x0000e000 - 0x0000e007 (0x8) IX[B]
[29] -1 0 0x0000e400 - 0x0000e403 (0x4) IX[B]
[30] -1 0 0x0000e800 - 0x0000e807 (0x8) IX[B]
[31] -1 0 0x0000b000 - 0x0000b0ff (0x100) IX[B]
[32] -1 0 0x0000cc00 - 0x0000cc7f (0x80) IX[B]
[33] -1 0 0x0000dc00 - 0x0000dc0f (0x10) IX[B]
[34] -1 0 0x0000ec00 - 0x0000ec3f (0x40) IX[B]
[35] -1 0 0x0000bc00 - 0x0000bc7f (0x80) IX[B]
[36] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B]
[37] 0 0 0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Loading /usr/X11R6/lib/modules/libvgahw.a
(II) Module vgahw: vendor="X.Org Foundation"
compiled for 6.7.0, module version = 0.1.0
ABI class: X.Org Video Driver, version 0.7
(**) 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): Option "DigitalVibrance" "50"
(**) NVIDIA(0): Option "NoLogo" "false"
(**) NVIDIA(0): Option "CursorShadow" "true"
(**) NVIDIA(0): Option "CIOverlay" "true"
(**) NVIDIA(0): Option "NoPowerConnectorCheck" "true"
(**) NVIDIA(0): Enabling cursor shadow
(--) NVIDIA(0): Linear framebuffer at 0xE0000000
(--) NVIDIA(0): MMIO registers at 0xF6000000
(II) NVIDIA(0): NVIDIA GPU detected as: GeForce FX 5500
(--) NVIDIA(0): VideoBIOS: 04.34.20.69.00
(--) NVIDIA(0): Interlaced video modes are supported on this GPU
(II) NVIDIA(0): Detected AGP rate: 8X
(II) NVIDIA(0): Skipping Power Connector Check.
(--) NVIDIA(0): VideoRAM: 131072 kBytes
(II) NVIDIA(0): Connected display device(s): CRT-0
(--) NVIDIA(0): Display device CRT-0: maximum pixel clock at 8 bpp: 400 MHz
(--) NVIDIA(0): Display device CRT-0: maximum pixel clock at 16 bpp: 400 MHz
(--) NVIDIA(0): Display device CRT-0: maximum pixel clock at 32 bpp: 400 MHz
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Loading /usr/X11R6/lib/modules/libddc.a
(II) Module ddc: vendor="X.Org Foundation"
compiled for 6.7.0, module version = 1.0.0
ABI class: X.Org Video Driver, version 0.7
(**) NVIDIA(0): Digital Vibrance for display 0 set to 50
(II) NVIDIA(0): Monitor0: Using hsync range of 31.00-96.00 kHz
(II) NVIDIA(0): Monitor0: Using vrefresh range of 55.00-110.00 Hz
(II) NVIDIA(0): Clock range: 12.00 to 400.00 MHz
(II) NVIDIA(0): Not using default mode "320x175" (bad mode clock/interlace/doublescan)
(II) NVIDIA(0): Not using default mode "320x200" (bad mode clock/interlace/doublescan)
(II) NVIDIA(0): Not using default mode "360x200" (bad mode clock/interlace/doublescan)
(II) NVIDIA(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
(II) NVIDIA(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
(II) NVIDIA(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
(II) NVIDIA(0): Not using default mode "320x240" (bad mode clock/interlace/doublescan)
(II) NVIDIA(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
(II) NVIDIA(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
(II) NVIDIA(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
(II) NVIDIA(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
(II) NVIDIA(0): Not using default mode "400x300" (bad mode clock/interlace/doublescan)
(II) NVIDIA(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(II) NVIDIA(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(II) NVIDIA(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(II) NVIDIA(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(II) NVIDIA(0): Not using default mode "512x384" (bad mode clock/interlace/doublescan)
(II) NVIDIA(0): Not using default mode "576x432" (bad mode clock/interlace/doublescan)
(II) NVIDIA(0): Not using default mode "640x480" (bad mode clock/interlace/doublescan)
(II) NVIDIA(0): Not using default mode "640x480" (bad mode clock/interlace/doublescan)
(II) NVIDIA(0): Not using default mode "640x512" (bad mode clock/interlace/doublescan)
(II) NVIDIA(0): Not using default mode "640x512" (bad mode clock/interlace/doublescan)
(II) NVIDIA(0): Not using default mode "640x512" (bad mode clock/interlace/doublescan)
(II) NVIDIA(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(II) NVIDIA(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(II) NVIDIA(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(II) NVIDIA(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(II) NVIDIA(0): Not using default mode "1600x1200" (hsync out of range)
(II) NVIDIA(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
(II) NVIDIA(0): Not using default mode "896x672" (bad mode clock/interlace/doublescan)
(II) NVIDIA(0): Not using default mode "1792x1344" (hsync out of range)
(II) NVIDIA(0): Not using default mode "896x672" (bad mode clock/interlace/doublescan)
(WW) (1856x1392,Monitor0) mode clock 218.3MHz exceeds DDC maximum 210MHz
(II) NVIDIA(0): Not using default mode "928x696" (bad mode clock/interlace/doublescan)
(II) NVIDIA(0): Not using default mode "1856x1392" (hsync out of range)
(II) NVIDIA(0): Not using default mode "928x696" (bad mode clock/interlace/doublescan)
(WW) (1920x1440,Monitor0) mode clock 234MHz exceeds DDC maximum 210MHz
(II) NVIDIA(0): Not using default mode "960x720" (bad mode clock/interlace/doublescan)
(II) NVIDIA(0): Not using default mode "1920x1440" (hsync out of range)
(II) NVIDIA(0): Not using default mode "960x720" (bad mode clock/interlace/doublescan)
(II) NVIDIA(0): Not using default mode "416x312" (bad mode clock/interlace/doublescan)
(II) NVIDIA(0): Not using default mode "576x384" (bad mode clock/interlace/doublescan)
(II) NVIDIA(0): Not using default mode "700x525" (bad mode clock/interlace/doublescan)
(II) NVIDIA(0): Not using default mode "700x525" (bad mode clock/interlace/doublescan)
(II) NVIDIA(0): Not using default mode "800x512" (bad mode clock/interlace/doublescan)
(II) NVIDIA(0): Not using default mode "1920x1440" (hsync out of range)
(II) NVIDIA(0): Not using default mode "960x720" (bad mode clock/interlace/doublescan)
(WW) (2048x1536,Monitor0) mode clock 266.95MHz exceeds DDC maximum 210MHz
(II) NVIDIA(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
(II) NVIDIA(0): Not using default mode "2048x1536" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
(II) NVIDIA(0): Not using default mode "2048x1536" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
(II) NVIDIA(0): Not using default mode "2048x1536" (width too large for virtual size)
(II) NVIDIA(0): Not using default mode "1920x1440" (width too large for virtual size)
(II) NVIDIA(0): Not using default mode "1856x1392" (width too large for virtual size)
(II) NVIDIA(0): Not using default mode "1792x1344" (width too large for virtual size)
(II) NVIDIA(0): Not using default mode "1600x1200" (width too large for virtual size)
(II) NVIDIA(0): Not using default mode "1600x1200" (width too large for virtual size)
(II) NVIDIA(0): Not using default mode "1600x1200" (width too large for virtual size)
(II) NVIDIA(0): Not using default mode "1600x1200" (width too large for virtual size)
(II) NVIDIA(0): Not using default mode "1400x1050" (width too large for virtual size)
(II) NVIDIA(0): Not using default mode "1400x1050" (width too large for virtual size)
(II) NVIDIA(0): Not using default mode "1280x1024" (width too large for virtual size)
(II) NVIDIA(0): Not using default mode "1280x1024" (width too large for virtual size)
(II) NVIDIA(0): Not using default mode "1280x1024" (width too large for virtual size)
(II) NVIDIA(0): Not using default mode "1280x960" (width too large for virtual size)
(II) NVIDIA(0): Not using default mode "1280x960" (width too large for virtual size)
(II) NVIDIA(0): Not using default mode "1152x864" (width too large for virtual size)
(II) NVIDIA(0): Not using default mode "1152x768" (width too large for virtual size)
(**) NVIDIA(0): Validated modes for display device CRT-0:
(**) NVIDIA(0): Default mode "1024x768": 94.5 MHz, 68.7 kHz, 85.0 Hz
(**) NVIDIA(0): Default mode "1024x768": 78.8 MHz, 60.1 kHz, 75.1 Hz
(**) NVIDIA(0): Default mode "1024x768": 75.0 MHz, 56.5 kHz, 70.1 Hz
(**) NVIDIA(0): Default mode "1024x768": 65.0 MHz, 48.4 kHz, 60.0 Hz
(**) NVIDIA(0): Default mode "1024x768": 44.9 MHz, 35.5 kHz, 87.0 Hz (I)
(**) NVIDIA(0): Default mode "832x624": 57.3 MHz, 49.7 kHz, 74.6 Hz
(**) NVIDIA(0): Default mode "800x600": 56.3 MHz, 53.7 kHz, 85.1 Hz
(**) NVIDIA(0): Default mode "800x600": 49.5 MHz, 46.9 kHz, 75.0 Hz
(**) NVIDIA(0): Default mode "800x600": 50.0 MHz, 48.1 kHz, 72.2 Hz
(**) NVIDIA(0): Default mode "800x600": 40.0 MHz, 37.9 kHz, 60.3 Hz
(**) NVIDIA(0): Default mode "800x600": 36.0 MHz, 35.2 kHz, 56.2 Hz
(**) NVIDIA(0): Default mode "640x480": 36.0 MHz, 43.3 kHz, 85.0 Hz
(**) NVIDIA(0): Default mode "640x480": 31.5 MHz, 37.5 kHz, 75.0 Hz
(**) NVIDIA(0): Default mode "640x480": 31.5 MHz, 37.9 kHz, 72.8 Hz
(**) NVIDIA(0): Default mode "640x480": 25.2 MHz, 31.5 kHz, 60.0 Hz
(**) NVIDIA(0): Default mode "720x400": 35.5 MHz, 37.9 kHz, 85.0 Hz
(**) NVIDIA(0): Default mode "640x400": 31.5 MHz, 37.9 kHz, 85.1 Hz
(**) NVIDIA(0): Default mode "640x350": 31.5 MHz, 37.9 kHz, 85.1 Hz
(II) NVIDIA(0): Virtual screen size determined to be 1024 x 768
(--) NVIDIA(0): Display dimensions: (330, 240) mm
(--) NVIDIA(0): DPI set to (78, 81)
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/X11R6/lib/modules/libfb.a
(II) Module fb: vendor="X.Org Foundation"
compiled for 6.7.0, module version = 1.0.0
ABI class: X.Org ANSI C Emulation, version 0.2
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Loading /usr/X11R6/lib/modules/libramdac.a
(II) Module ramdac: vendor="X.Org Foundation"
compiled for 6.7.0, module version = 0.1.0
ABI class: X.Org Video Driver, version 0.7
(WW) NVIDIA(0): OpenGL overlays are only available on Quadro4 and Quadro FX
(WW) NVIDIA(0): cards
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC? No, I don't.
(II) resource ranges after preInit:
[0] 0 0 0xe0000000 - 0xefffffff (0x10000000) MX[B]
[1] 0 0 0xf6000000 - 0xf6ffffff (0x1000000) MX[B]
[2] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
[3] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[4] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[5] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[6] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[7] -1 0 0xf7f00000 - 0xf7f000ff (0x100) MX[B]
[8] -1 0 0xf7e00000 - 0xf7e03fff (0x4000) MX[B]
[9] -1 0 0xf7b00000 - 0xf7b1ffff (0x20000) MX[B]
[10] -1 0 0xf7c00000 - 0xf7c00fff (0x1000) MX[B]
[11] -1 0 0xf7a00000 - 0xf7a007ff (0x800) MX[B]
[12] -1 0 0xf8000000 - 0xf7ffffff (0x0) MX[B]O
[13] -1 0 0xf7200000 - 0xf721ffff (0x20000) MX[B](B)
[14] -1 0 0xe0000000 - 0xefffffff (0x10000000) MX[B](B)
[15] -1 0 0xf6000000 - 0xf6ffffff (0x1000000) MX[B](B)
[16] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B](OprD)
[17] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD)
[18] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B](OprD)
[19] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[20] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[21] -1 0 0x0000c800 - 0x0000c8ff (0x100) IX[B]
[22] -1 0 0x0000c400 - 0x0000c41f (0x20) IX[B]
[23] -1 0 0x0000c000 - 0x0000c01f (0x20) IX[B]
[24] -1 0 0x0000b800 - 0x0000b81f (0x20) IX[B]
[25] -1 0 0x0000b400 - 0x0000b41f (0x20) IX[B]
[26] -1 0 0x0000fc00 - 0x0000fc0f (0x10) IX[B]
[27] -1 0 0x0000d000 - 0x0000d0ff (0x100) IX[B]
[28] -1 0 0x0000d400 - 0x0000d40f (0x10) IX[B]
[29] -1 0 0x0000d800 - 0x0000d803 (0x4) IX[B]
[30] -1 0 0x0000e000 - 0x0000e007 (0x8) IX[B]
[31] -1 0 0x0000e400 - 0x0000e403 (0x4) IX[B]
[32] -1 0 0x0000e800 - 0x0000e807 (0x8) IX[B]
[33] -1 0 0x0000b000 - 0x0000b0ff (0x100) IX[B]
[34] -1 0 0x0000cc00 - 0x0000cc7f (0x80) IX[B]
[35] -1 0 0x0000dc00 - 0x0000dc0f (0x10) IX[B]
[36] -1 0 0x0000ec00 - 0x0000ec3f (0x40) IX[B]
[37] -1 0 0x0000bc00 - 0x0000bc7f (0x80) IX[B]
[38] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
[39] 0 0 0x000003c0 - 0x000003df (0x20) IS[B](OprU)
(II) NVIDIA(0): Setting mode "1024x768"
(II) Loading extension NV-GLX
(II) NVIDIA(0): NVIDIA 3D Acceleration Architecture Initialized
(II) NVIDIA(0): Using the NVIDIA 2D acceleration architecture
(==) NVIDIA(0): Backing store disabled
(==) NVIDIA(0): Silken mouse enabled
(**) Option "dpms"
(**) NVIDIA(0): DPMS enabled
(II) Loading extension NV-CONTROL
(==) 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
(II) Initializing extension GLX
(**) Option "Protocol" "auto"
(**) Mouse0: Device: "/dev/mouse"
(**) Mouse0: Protocol: "auto"
(**) Option "CorePointer"
(**) Mouse0: Core Pointer
(**) Option "Device" "/dev/mouse"
(==) Mouse0: Emulate3Buttons, Emulate3Timeout: 50
(==) Mouse0: Buttons: 3
(II) Keyboard "Keyboard0" handled by legacy driver
(II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE)
(II) XINPUT: Adding extended input device "NVIDIA Event Handler" (type: Other)
(--) Mouse0: PnP-detected protocol: "ExplorerPS/2"
(II) Mouse0: ps2EnableDataReporting: succeeded
Could not init font path element /usr/share/fonts/CID/, removing from list!
SetClientVersion: 0 8
[/code] |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
ProT-0-TypE Veteran
![Veteran Veteran](/images/ranks/rank_rect_5_vet.gif)
![](images/avatars/773882800405da1ca5557e.jpg)
Joined: 20 Dec 2003 Posts: 1624 Location: Cagliari
|
Posted: Thu Aug 12, 2004 11:15 am Post subject: |
|
|
ho una fx 5200 pure io
glxgears con nvidia-kernel-1.0.6111:
Code: | 2887 frames in 5.0 seconds = 577.400 FPS
3366 frames in 5.0 seconds = 673.200 FPS
3366 frames in 5.0 seconds = 673.200 FPS
3367 frames in 5.0 seconds = 673.400 FPS
3366 frames in 5.0 seconds = 673.200 FPS |
glxgears con nvidia-kernel-1.0.6106-r1:
Code: | 3821 frames in 5.0 seconds = 764.200 FPS
4158 frames in 5.0 seconds = 831.600 FPS
4161 frames in 5.0 seconds = 832.200 FPS
4162 frames in 5.0 seconds = 832.400 FPS
4160 frames in 5.0 seconds = 832.000 FPS
|
|
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
n3m0 l33t
![l33t l33t](/images/ranks/rank_rect_4.gif)
![](images/avatars/14509762944294be8b0712e.png)
Joined: 08 Feb 2004 Posts: 798 Location: Richville, Naples, Italy, Europe
|
Posted: Thu Aug 12, 2004 12:26 pm Post subject: |
|
|
ProT-0-TypE wrote: | ho una fx 5200 pure io
glxgears con nvidia-kernel-1.0.6111:
Code: | 2887 frames in 5.0 seconds = 577.400 FPS
3366 frames in 5.0 seconds = 673.200 FPS
3366 frames in 5.0 seconds = 673.200 FPS
3367 frames in 5.0 seconds = 673.400 FPS
3366 frames in 5.0 seconds = 673.200 FPS |
glxgears con nvidia-kernel-1.0.6106-r1:
Code: | 3821 frames in 5.0 seconds = 764.200 FPS
4158 frames in 5.0 seconds = 831.600 FPS
4161 frames in 5.0 seconds = 832.200 FPS
4162 frames in 5.0 seconds = 832.400 FPS
4160 frames in 5.0 seconds = 832.000 FPS
|
|
Idem. _________________ Lenergia è la civiltà. Lasciarla in mano ai piromani/petrolieri è criminale. Perché aspettare che finisca il petrolio?
Letà della pietra non è mica finita per mancanza di pietre. - B.G.
Site/Blog: http://www.neminis.org |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Cazzantonio Bodhisattva
![Bodhisattva Bodhisattva](/images/ranks/rank-bodhisattva.gif)
![](images/avatars/195356323743686d76373d8.jpg)
Joined: 20 Mar 2004 Posts: 4514 Location: Somewere around the world
|
Posted: Thu Aug 12, 2004 1:26 pm Post subject: |
|
|
A parte il fatto non secondario che i nuovi driver girino peggio dei precedenti , mi stupisce il fatto che tra tante persone con la stessa scheda si raccatti dei benchmark tanto diversi che vanno dai ~800 di ProT-0-TypE ai ~1300 (ma a volte arrivo anche a 1400 se gli piglia bene...) miei ... io pensavo che a me andasse anche troppo lenta!
x lopio:
cosa sono i vari load che dai?
Quote: |
Load "extmod"
Load "record"
Load "xtrap"
|
e le voci
Quote: |
SubSection "extmod"
Option "omit xfree86-dga"
| ??
io non ce li ho nell'xorg.conf e non so cosa siano...
comunque la maggior parte della roba che ho messo nelle opzioni per il device della scheda dovrebbero fare poco o nulla (tranne la cosa del digitalvibrance che un po' si vede)
se vuoi sapere cosa fanno trovi tutto nella documentazione dei driver nvidia in Quote: |
/usr/share/doc/nvidia-kernel-xxx
/usr/share/doc/nvidia-glx-xxx |
_________________ Any mans death diminishes me, because I am involved in Mankinde; and therefore never send to know for whom the bell tolls; It tolls for thee.
-John Donne |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
lopio Veteran
![Veteran Veteran](/images/ranks/rank_rect_5_vet.gif)
![](images/avatars/gallery/Southpark/avatar22.gif)
Joined: 22 Dec 2003 Posts: 1161 Location: savona, Italy
|
Posted: Thu Aug 12, 2004 9:12 pm Post subject: |
|
|
Cazzantonio wrote: |
Load "extmod"
Load "record"
Load "xtrap"
|
e le voci
Quote: |
SubSection "extmod"
Option "omit xfree86-dga"
|
E' la prima volta che installo xorg e quindi mi son basato su file costruito in configurazione.
I moduli record e xtrap ora li ho commentato invece il module extmod con (anche la sottosezione NvAGP="1") e' per me unico modo per avere poi agp status=enabled.
Se provo a levarla e spostare NvAGP="1" sotto Device (cosa che dovrei poter fare) ottengo che status diventa disabled |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
ProT-0-TypE Veteran
![Veteran Veteran](/images/ranks/rank_rect_5_vet.gif)
![](images/avatars/773882800405da1ca5557e.jpg)
Joined: 20 Dec 2003 Posts: 1624 Location: Cagliari
|
Posted: Fri Aug 13, 2004 12:06 am Post subject: |
|
|
conta che io ho un athlon 900... |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
n3m0 l33t
![l33t l33t](/images/ranks/rank_rect_4.gif)
![](images/avatars/14509762944294be8b0712e.png)
Joined: 08 Feb 2004 Posts: 798 Location: Richville, Naples, Italy, Europe
|
Posted: Fri Aug 13, 2004 6:05 pm Post subject: |
|
|
ProT-0-TypE wrote: | conta che io ho un athlon 900... |
Io pero' un 2600+ _________________ Lenergia è la civiltà. Lasciarla in mano ai piromani/petrolieri è criminale. Perché aspettare che finisca il petrolio?
Letà della pietra non è mica finita per mancanza di pietre. - B.G.
Site/Blog: http://www.neminis.org |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
ProT-0-TypE Veteran
![Veteran Veteran](/images/ranks/rank_rect_5_vet.gif)
![](images/avatars/773882800405da1ca5557e.jpg)
Joined: 20 Dec 2003 Posts: 1624 Location: Cagliari
|
Posted: Fri Aug 13, 2004 7:00 pm Post subject: |
|
|
n3m0 wrote: | ProT-0-TypE wrote: | conta che io ho un athlon 900... |
Io pero' un 2600+ |
se vuoi possiamo fare scambio ![Laughing :lol:](images/smiles/icon_lol.gif) |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
n3m0 l33t
![l33t l33t](/images/ranks/rank_rect_4.gif)
![](images/avatars/14509762944294be8b0712e.png)
Joined: 08 Feb 2004 Posts: 798 Location: Richville, Naples, Italy, Europe
|
Posted: Fri Aug 13, 2004 8:14 pm Post subject: |
|
|
[OT]
ProT-0-TypE wrote: | se vuoi possiamo fare scambio ![Laughing :lol:](images/smiles/icon_lol.gif) |
LOL. No grazie.
[/OT] _________________ Lenergia è la civiltà. Lasciarla in mano ai piromani/petrolieri è criminale. Perché aspettare che finisca il petrolio?
Letà della pietra non è mica finita per mancanza di pietre. - B.G.
Site/Blog: http://www.neminis.org |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|