[Linux-bruxelles] probleme de compositing sur nvidia

GNUtoo at no-log.org GNUtoo at no-log.org
Lun 9 Juil 00:01:32 CEST 2007


Je doit installer le compositing a une personne qui a beaucoup de mal avec
l'ordinateur...le compositing lui permettra d'avoir une vision du type
expose  de macOSX(appele scale sous linux) et donc d'éviter d'utiliser la
barre des taches qui est plus compliqué  a utiliser
Le problème c'est que l'ordi a une carte nvidia et que nouveau n'est pas
encore prêt
donc j'ai du installer les driver proprietaires...
et le probleme est que le compositing est trop lent:(moin de 7fps dans beryl)
model name      : Mobile Intel(R) Celeron(R) CPU 1.80GHz
512MB ram
01:00.0 VGA compatible controller: nVidia Corporation NV17 [GeForce4 420
Go] (rev a3)

j'ai donc installe compiz-fusion et c'est pas mieux

je pense donc que ca vient de settings ou du driver:
# cat /etc/X11/xorg.conf
Section "ServerLayout"
        Identifier     "X.org Configured"
        Screen      0  "Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
        RgbPath      "/usr/share/X11/rgb"
        ModulePath   "/usr/lib/xorg/modules"
        FontPath     "/usr/share/fonts/misc/"
        FontPath     "/usr/share/fonts/TTF/"
        FontPath     "/usr/share/fonts/OTF"
        FontPath     "/usr/share/fonts/Type1/"
        FontPath     "/usr/share/fonts/100dpi/"
        FontPath     "/usr/share/fonts/75dpi/"
EndSection

Section "Module"
        Load  "glx"
        Load  "extmod"
        Load  "xtrap"
        Load  "record"
        Load  "dbe"
        Load  "freetype"
        Load  "type1"
EndSection

Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "Samsung"
        ModelName    "SyncMaster 731N"
        HorizSync    30.0 - 60.0
        VertRefresh  55.0 - 75.0
        Option      "DPMS" "true"
EndSection
Section "Device"
        Identifier  "Card0"
        Driver      "nvidia"
        VendorName  "Nvidia Corporation"
        BoardName   "GeForce2 GTS/Pro"
#        Option "NvAGP" "3"
        BusID       "PCI:1:0:0"
        Option      "UseEvents"         "false"
        Option      "RenderAccel"       "true"
        Option      "AddARGBGLXVisuals" "True"
        Option      "AllowGLXWithComposite" "True"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        DefaultDepth     24
        Option      "UseEdidFreqs" "True"
        SubSection "Display"
                Viewport   0 0
                Depth     24
                Modes    "1280x1024"
        EndSubSection
EndSection

Section "DRI"
        Group        0
        Mode         0666
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "kbd"
        Option      "XkbModel"      "pc105"
        Option      "XkbLayout"     "be"
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "auto"
        Option      "Device" "/dev/input/mice"
        Option      "ZAxisMapping" "4 5 6 7"
EndSection

Section "Extensions"
        Option      "Composite"   "enable"
EndSection


# cat Xorg.0.log

X Window System Version 7.2.0
Release Date: 22 January 2007
X Protocol Version 11, Revision 0, Release 7.2
Build Operating System: Linux 2.6.21-gentoo-r3_ec i686
Current Operating System: Linux ec 2.6.21-gentoo-r3_ec #4 PREEMPT Mon Jul
2 10:55:12 CEST 2007 i686
Build Date: 02 July 2007
        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: Sun Jul  8 22:34:11 2007
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "X.org Configured"
(**) |-->Screen "Screen0" (0)
(**) |   |-->Monitor "Monitor0"
(**) |   |-->Device "Card0"
(**) |-->Input Device "Mouse0"
(**) |-->Input Device "Keyboard0"
(WW) The directory "/usr/share/fonts/TTF/" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/share/fonts/OTF" does not exist.
        Entry deleted from font path.
(**) FontPath set to:
        /usr/share/fonts/misc/,
        /usr/share/fonts/Type1/,
        /usr/share/fonts/100dpi/,
        /usr/share/fonts/75dpi/
(**) RgbPath set to "/usr/share/X11/rgb"
(**) ModulePath set to "/usr/lib/xorg/modules"
(**) Extension "Composite" is enabled
(WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
(II) No APM support in BIOS or kernel
(II) Loader magic: 0x81b62e0
(II) Module ABI versions:
        X.Org ANSI C Emulation: 0.3
        X.Org Video Driver: 1.1
        X.Org XInput driver : 0.7
        X.Org Server Extension : 0.3
        X.Org Font Renderer : 0.5
(II) Loader running on linux
(II) LoadModule: "pcidata"
(II) Loading /usr/lib/xorg/modules//libpcidata.so
(II) Module pcidata: vendor="X.Org Foundation"
        compiled for 7.2.0, module version = 1.0.0
        ABI class: X.Org Video Driver, version 1.1
(++) using VT number 7

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,1a30 card 1179,0001 rev 05 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 8086,1a31 card 0000,0000 rev 05 class 06,04,00 hdr 01
(II) PCI: 00:1d:0: chip 8086,2482 card 1179,0001 rev 02 class 0c,03,00 hdr 80
(II) PCI: 00:1d:1: chip 8086,2484 card 1179,0001 rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1e:0: chip 8086,2448 card 0000,0000 rev 42 class 06,04,00 hdr 01
(II) PCI: 00:1f:0: chip 8086,248c card 0000,0000 rev 02 class 06,01,00 hdr 80
(II) PCI: 00:1f:1: chip 8086,248a card 1179,0001 rev 02 class 01,01,8a hdr 00
(II) PCI: 00:1f:5: chip 8086,2485 card 1179,0001 rev 02 class 04,01,00 hdr 00
(II) PCI: 00:1f:6: chip 8086,2486 card 1179,0001 rev 02 class 07,03,00 hdr 00
(II) PCI: 01:00:0: chip 10de,0175 card 1179,0001 rev a3 class 03,00,00 hdr 00
(II) PCI: 02:08:0: chip 8086,1031 card 1179,0001 rev 42 class 02,00,00 hdr 00
(II) PCI: 02:0b:0: chip 1179,0617 card d000,0000 rev 32 class 06,07,00 hdr 82
(II) PCI: 02:0b:1: chip 1179,0617 card d800,0000 rev 32 class 06,07,00 hdr 82
(II) PCI: 05:00:0: chip 1814,0201 card 1458,e831 rev 01 class 02,80,00 hdr 00
(II) PCI: End of PCI scan
(II) Intel Bridge workaround enabled
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,5), 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: 0x0008 (VGA_EN is set)
(II) Bus 1 non-prefetchable memory range:
        [0] -1  0       0xfd000000 - 0xfdffffff (0x1000000) MX[B]
(II) Bus 1 prefetchable memory range:
        [0] -1  0       0xdbf00000 - 0xdfffffff (0x4100000) MX[B]
(II) Subtractive PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:30:0), (0,2,8), BCTRL: 0x0000 (VGA_EN is cleared)
(II) Bus 2 I/O range:
        [0] -1  0       0x0000d000 - 0x0000dfff (0x1000) IX[B]
(II) Bus 2 non-prefetchable memory range:
        [0] -1  0       0xfce00000 - 0xfcefffff (0x100000) MX[B]
(II) Bus 2 prefetchable memory range:
        [0] -1  0       0x30000000 - 0x37ffffff (0x8000000) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:31:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(II) PCI-to-CardBus bridge:
(II) Bus 3: bridge is at (2:11:0), (2,3,4), BCTRL: 0x0580 (VGA_EN is cleared)
(II) Bus 3 I/O range:
        [0] -1  0       0x0000d000 - 0x0000d0ff (0x100) IX[B]
        [1] -1  0       0x0000d400 - 0x0000d4ff (0x100) IX[B]
(II) Bus 3 prefetchable memory range:
        [0] -1  0       0x30000000 - 0x33ffffff (0x4000000) MX[B]
(II) PCI-to-CardBus bridge:
(II) Bus 5: bridge is at (2:11:1), (2,5,8), BCTRL: 0x0500 (VGA_EN is cleared)
(II) Bus 5 I/O range:
        [0] -1  0       0x0000d800 - 0x0000d8ff (0x100) IX[B]
        [1] -1  0       0x0000dc00 - 0x0000dcff (0x100) IX[B]
(II) Bus 5 prefetchable memory range:
        [0] -1  0       0x34000000 - 0x37ffffff (0x4000000) MX[B]
(--) PCI:*(1:0:0) nVidia Corporation NV17 [GeForce4 420 Go] rev 163, Mem @
0xfd000000/24, 0xdc000000/26, 0xdbf80000/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       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [1] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
        [2] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
        [3] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [4] -1  0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [5] -1  0       0x00000000 - 0x000000ff (0x100) IX[B]
(II) PCI Memory resource overlap reduced 0xe0000000 from 0xefffffff to
0xdfffffff
(II) Active PCI resource ranges:
        [0] -1  0       0x40000000 - 0x40001fff (0x2000) MX[B]
        [1] -1  0       0xfceff000 - 0xfcefffff (0x1000) MX[B]
        [2] -1  0       0x38000000 - 0x380003ff (0x400) MX[B]
        [3] -1  0       0xe0000000 - 0xdfffffff (0x0) MX[B]O
        [4] -1  0       0xdbf80000 - 0xdbffffff (0x80000) MX[B](B)
        [5] -1  0       0xdc000000 - 0xdfffffff (0x4000000) MX[B](B)
        [6] -1  0       0xfd000000 - 0xfdffffff (0x1000000) MX[B](B)
        [7] -1  0       0x0000df40 - 0x0000df7f (0x40) IX[B]
        [8] -1  0       0x00001800 - 0x0000187f (0x80) IX[B]
        [9] -1  0       0x00001400 - 0x000014ff (0x100) IX[B]
        [10] -1 0       0x00001880 - 0x000018bf (0x40) IX[B]
        [11] -1 0       0x00001000 - 0x000010ff (0x100) IX[B]
        [12] -1 0       0x0000cfa0 - 0x0000cfaf (0x10) IX[B]
        [13] -1 0       0x00000374 - 0x00000374 (0x1) IX[B]
        [14] -1 0       0x00000170 - 0x00000177 (0x8) IX[B]
        [15] -1 0       0x000003f4 - 0x000003f4 (0x1) IX[B]
        [16] -1 0       0x000001f0 - 0x000001f7 (0x8) IX[B]
        [17] -1 0       0x0000ef80 - 0x0000ef9f (0x20) IX[B]
        [18] -1 0       0x0000efe0 - 0x0000efff (0x20) IX[B]
(II) Active PCI resource ranges after removing overlaps:
        [0] -1  0       0x40000000 - 0x40001fff (0x2000) MX[B]
        [1] -1  0       0xfceff000 - 0xfcefffff (0x1000) MX[B]
        [2] -1  0       0x38000000 - 0x380003ff (0x400) MX[B]
        [3] -1  0       0xe0000000 - 0xdfffffff (0x0) MX[B]O
        [4] -1  0       0xdbf80000 - 0xdbffffff (0x80000) MX[B](B)
        [5] -1  0       0xdc000000 - 0xdfffffff (0x4000000) MX[B](B)
        [6] -1  0       0xfd000000 - 0xfdffffff (0x1000000) MX[B](B)
        [7] -1  0       0x0000df40 - 0x0000df7f (0x40) IX[B]
        [8] -1  0       0x00001800 - 0x0000187f (0x80) IX[B]
        [9] -1  0       0x00001400 - 0x000014ff (0x100) IX[B]
        [10] -1 0       0x00001880 - 0x000018bf (0x40) IX[B]
        [11] -1 0       0x00001000 - 0x000010ff (0x100) IX[B]
        [12] -1 0       0x0000cfa0 - 0x0000cfaf (0x10) IX[B]
        [13] -1 0       0x00000374 - 0x00000374 (0x1) IX[B]
        [14] -1 0       0x00000170 - 0x00000177 (0x8) IX[B]
        [15] -1 0       0x000003f4 - 0x000003f4 (0x1) IX[B]
        [16] -1 0       0x000001f0 - 0x000001f7 (0x8) IX[B]
        [17] -1 0       0x0000ef80 - 0x0000ef9f (0x20) IX[B]
        [18] -1 0       0x0000efe0 - 0x0000efff (0x20) IX[B]
(II) OS-reported resource ranges after removing overlaps with PCI:
        [0] -1  0       0x00100000 - 0x37ffffff (0x37f00000) MX[B]E(B)
        [1] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
        [2] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
        [3] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [4] -1  0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [5] -1  0       0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
        [0] -1  0       0x00100000 - 0x37ffffff (0x37f00000) MX[B]E(B)
        [1] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
        [2] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
        [3] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [4] -1  0       0x40000000 - 0x40001fff (0x2000) MX[B]
        [5] -1  0       0xfceff000 - 0xfcefffff (0x1000) MX[B]
        [6] -1  0       0x38000000 - 0x380003ff (0x400) MX[B]
        [7] -1  0       0xe0000000 - 0xdfffffff (0x0) MX[B]O
        [8] -1  0       0xdbf80000 - 0xdbffffff (0x80000) MX[B](B)
        [9] -1  0       0xdc000000 - 0xdfffffff (0x4000000) MX[B](B)
        [10] -1 0       0xfd000000 - 0xfdffffff (0x1000000) MX[B](B)
        [11] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [12] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]
        [13] -1 0       0x0000df40 - 0x0000df7f (0x40) IX[B]
        [14] -1 0       0x00001800 - 0x0000187f (0x80) IX[B]
        [15] -1 0       0x00001400 - 0x000014ff (0x100) IX[B]
        [16] -1 0       0x00001880 - 0x000018bf (0x40) IX[B]
        [17] -1 0       0x00001000 - 0x000010ff (0x100) IX[B]
        [18] -1 0       0x0000cfa0 - 0x0000cfaf (0x10) IX[B]
        [19] -1 0       0x00000374 - 0x00000374 (0x1) IX[B]
        [20] -1 0       0x00000170 - 0x00000177 (0x8) IX[B]
        [21] -1 0       0x000003f4 - 0x000003f4 (0x1) IX[B]
        [22] -1 0       0x000001f0 - 0x000001f7 (0x8) IX[B]
        [23] -1 0       0x0000ef80 - 0x0000ef9f (0x20) IX[B]
        [24] -1 0       0x0000efe0 - 0x0000efff (0x20) IX[B]
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/extensions//libglx.so
(II) Module glx: vendor="NVIDIA Corporation"
        compiled for 4.0.2, module version = 1.0.9639
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 0.1
(II) Loading extension GLX
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
        compiled for 7.2.0, module version = 1.0.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 0.3
(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 TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "xtrap"
(II) Loading /usr/lib/xorg/modules/extensions//libxtrap.so
(II) Module xtrap: vendor="X.Org Foundation"
        compiled for 7.2.0, module version = 1.0.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 0.3
(II) Loading extension DEC-XTRAP
(II) LoadModule: "record"
(II) Loading /usr/lib/xorg/modules/extensions//librecord.so
(II) Module record: vendor="X.Org Foundation"
        compiled for 7.2.0, module version = 1.13.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 0.3
(II) Loading extension RECORD
(II) LoadModule: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
        compiled for 7.2.0, module version = 1.0.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 0.3
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "freetype"
(II) Loading /usr/lib/xorg/modules/fonts//libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
        compiled for 7.2.0, module version = 2.1.0
        Module class: X.Org Font Renderer
        ABI class: X.Org Font Renderer, version 0.5
(II) Loading font FreeType
(II) LoadModule: "type1"
(II) Loading /usr/lib/xorg/modules/fonts//libtype1.so
(II) Module type1: vendor="X.Org Foundation"
        compiled for 7.2.0, module version = 1.0.2
        Module class: X.Org Font Renderer
        ABI class: X.Org Font Renderer, version 0.5
(II) Loading font Type1
(II) LoadModule: "nvidia"
(II) Loading /usr/lib/xorg/modules/drivers//nvidia_drv.so
(II) Module nvidia: vendor="NVIDIA Corporation"
        compiled for 4.0.2, module version = 1.0.9639
        Module class: X.Org Video Driver
(II) LoadModule: "mouse"
(II) Loading /usr/lib/xorg/modules/input//mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
        compiled for 7.2.0, module version = 1.1.1
        Module class: X.Org XInput Driver
        ABI class: X.Org XInput driver, version 0.7
(II) LoadModule: "kbd"
(II) Loading /usr/lib/xorg/modules/input//kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
        compiled for 7.2.0, module version = 1.1.0
        Module class: X.Org XInput Driver
        ABI class: X.Org XInput driver, version 0.7
(II) NVIDIA dlloader X Driver  1.0-9639  Mon Apr 16 20:21:54 PDT 2007
(II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
(II) Primary Device is: PCI 01:00:0
(--) Chipset NVIDIA GPU found
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/lib/xorg/modules//libfb.so
(II) Module fb: vendor="X.Org Foundation"
        compiled for 7.2.0, module version = 1.0.0
        ABI class: X.Org ANSI C Emulation, version 0.3
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Loading /usr/lib/xorg/modules//libramdac.so
(II) Module ramdac: vendor="X.Org Foundation"
        compiled for 7.2.0, module version = 0.1.0
        ABI class: X.Org Video Driver, version 1.1
(II) resource ranges after xf86ClaimFixedResources() call:
        [0] -1  0       0x00100000 - 0x37ffffff (0x37f00000) MX[B]E(B)
        [1] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
        [2] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
        [3] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [4] -1  0       0x40000000 - 0x40001fff (0x2000) MX[B]
        [5] -1  0       0xfceff000 - 0xfcefffff (0x1000) MX[B]
        [6] -1  0       0x38000000 - 0x380003ff (0x400) MX[B]
        [7] -1  0       0xe0000000 - 0xdfffffff (0x0) MX[B]O
        [8] -1  0       0xdbf80000 - 0xdbffffff (0x80000) MX[B](B)
        [9] -1  0       0xdc000000 - 0xdfffffff (0x4000000) MX[B](B)
        [10] -1 0       0xfd000000 - 0xfdffffff (0x1000000) MX[B](B)
        [11] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [12] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]
        [13] -1 0       0x0000df40 - 0x0000df7f (0x40) IX[B]
        [14] -1 0       0x00001800 - 0x0000187f (0x80) IX[B]
        [15] -1 0       0x00001400 - 0x000014ff (0x100) IX[B]
        [16] -1 0       0x00001880 - 0x000018bf (0x40) IX[B]
        [17] -1 0       0x00001000 - 0x000010ff (0x100) IX[B]
        [18] -1 0       0x0000cfa0 - 0x0000cfaf (0x10) IX[B]
        [19] -1 0       0x00000374 - 0x00000374 (0x1) IX[B]
        [20] -1 0       0x00000170 - 0x00000177 (0x8) IX[B]
        [21] -1 0       0x000003f4 - 0x000003f4 (0x1) IX[B]
        [22] -1 0       0x000001f0 - 0x000001f7 (0x8) IX[B]
        [23] -1 0       0x0000ef80 - 0x0000ef9f (0x20) IX[B]
        [24] -1 0       0x0000efe0 - 0x0000efff (0x20) IX[B]
(II) resource ranges after probing:
        [0] -1  0       0x00100000 - 0x37ffffff (0x37f00000) MX[B]E(B)
        [1] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
        [2] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
        [3] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [4] -1  0       0x40000000 - 0x40001fff (0x2000) MX[B]
        [5] -1  0       0xfceff000 - 0xfcefffff (0x1000) MX[B]
        [6] -1  0       0x38000000 - 0x380003ff (0x400) MX[B]
        [7] -1  0       0xe0000000 - 0xdfffffff (0x0) MX[B]O
        [8] -1  0       0xdbf80000 - 0xdbffffff (0x80000) MX[B](B)
        [9] -1  0       0xdc000000 - 0xdfffffff (0x4000000) MX[B](B)
        [10] -1 0       0xfd000000 - 0xfdffffff (0x1000000) MX[B](B)
        [11] 0  0       0x000a0000 - 0x000affff (0x10000) MS[B]
        [12] 0  0       0x000b0000 - 0x000b7fff (0x8000) MS[B]
        [13] 0  0       0x000b8000 - 0x000bffff (0x8000) MS[B]
        [14] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [15] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]
        [16] -1 0       0x0000df40 - 0x0000df7f (0x40) IX[B]
        [17] -1 0       0x00001800 - 0x0000187f (0x80) IX[B]
        [18] -1 0       0x00001400 - 0x000014ff (0x100) IX[B]
        [19] -1 0       0x00001880 - 0x000018bf (0x40) IX[B]
        [20] -1 0       0x00001000 - 0x000010ff (0x100) IX[B]
        [21] -1 0       0x0000cfa0 - 0x0000cfaf (0x10) IX[B]
        [22] -1 0       0x00000374 - 0x00000374 (0x1) IX[B]
        [23] -1 0       0x00000170 - 0x00000177 (0x8) IX[B]
        [24] -1 0       0x000003f4 - 0x000003f4 (0x1) IX[B]
        [25] -1 0       0x000001f0 - 0x000001f7 (0x8) IX[B]
        [26] -1 0       0x0000ef80 - 0x0000ef9f (0x20) IX[B]
        [27] -1 0       0x0000efe0 - 0x0000efff (0x20) IX[B]
        [28] 0  0       0x000003b0 - 0x000003bb (0xc) IS[B]
        [29] 0  0       0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(**) 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 "RenderAccel" "true"
(**) NVIDIA(0): Option "UseEdidFreqs" "True"
(**) NVIDIA(0): Option "AllowGLXWithComposite" "True"
(**) NVIDIA(0): Option "UseEvents" "false"
(**) NVIDIA(0): Option "AddARGBGLXVisuals" "True"
(**) NVIDIA(0): Enabling RENDER acceleration
(**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID has been
(**) NVIDIA(0):     enabled on all display devices.
(II) NVIDIA(0): Support for GLX with the Damage and Composite X extensions is
(II) NVIDIA(0):     enabled.
(II) NVIDIA(0): NVIDIA GPU GeForce4 420 Go at PCI:1:0:0 (GPU-0)
(--) NVIDIA(0): Memory: 16384 kBytes
(--) NVIDIA(0): VideoBIOS: 04.17.00.41.c7
(II) NVIDIA(0): Detected AGP rate: 4X
(--) NVIDIA(0): Interlaced video modes are supported on this GPU
(--) NVIDIA(0): Connected display device(s) on GeForce4 420 Go at PCI:1:0:0:
(--) NVIDIA(0):     Proview (CRT-0)
(--) NVIDIA(0):     Nvidia Default Flat Panel (DFP-0)
(--) NVIDIA(0): Proview (CRT-0): 350.0 MHz maximum pixel clock
(--) NVIDIA(0): Nvidia Default Flat Panel (DFP-0): 224.0 MHz maximum pixel
(--) NVIDIA(0):     clock
(--) NVIDIA(0): Nvidia Default Flat Panel (DFP-0): Internal Dual Link LVDS
(II) NVIDIA(0): Assigned Display Device: CRT-0
(II) NVIDIA(0): Validated modes:
(II) NVIDIA(0):     "1280x1024"
(II) NVIDIA(0): Virtual screen size determined to be 1280 x 1024
(--) NVIDIA(0): DPI set to (101, 108); computed from "UseEdidDpi" X config
(--) NVIDIA(0):     option
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
        [0] 0   0       0xdbf80000 - 0xdbffffff (0x80000) MX[B]
        [1] 0   0       0xdc000000 - 0xdfffffff (0x4000000) MX[B]
        [2] 0   0       0xfd000000 - 0xfdffffff (0x1000000) MX[B]
        [3] -1  0       0x00100000 - 0x37ffffff (0x37f00000) 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       0x40000000 - 0x40001fff (0x2000) MX[B]
        [8] -1  0       0xfceff000 - 0xfcefffff (0x1000) MX[B]
        [9] -1  0       0x38000000 - 0x380003ff (0x400) MX[B]
        [10] -1 0       0xe0000000 - 0xdfffffff (0x0) MX[B]O
        [11] -1 0       0xdbf80000 - 0xdbffffff (0x80000) MX[B](B)
        [12] -1 0       0xdc000000 - 0xdfffffff (0x4000000) MX[B](B)
        [13] -1 0       0xfd000000 - 0xfdffffff (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       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [18] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]
        [19] -1 0       0x0000df40 - 0x0000df7f (0x40) IX[B]
        [20] -1 0       0x00001800 - 0x0000187f (0x80) IX[B]
        [21] -1 0       0x00001400 - 0x000014ff (0x100) IX[B]
        [22] -1 0       0x00001880 - 0x000018bf (0x40) IX[B]
        [23] -1 0       0x00001000 - 0x000010ff (0x100) IX[B]
        [24] -1 0       0x0000cfa0 - 0x0000cfaf (0x10) IX[B]
        [25] -1 0       0x00000374 - 0x00000374 (0x1) IX[B]
        [26] -1 0       0x00000170 - 0x00000177 (0x8) IX[B]
        [27] -1 0       0x000003f4 - 0x000003f4 (0x1) IX[B]
        [28] -1 0       0x000001f0 - 0x000001f7 (0x8) IX[B]
        [29] -1 0       0x0000ef80 - 0x0000ef9f (0x20) IX[B]
        [30] -1 0       0x0000efe0 - 0x0000efff (0x20) IX[B]
        [31] 0  0       0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
        [32] 0  0       0x000003c0 - 0x000003df (0x20) IS[B](OprU)
(II) NVIDIA(0): Setting mode "1280x1024"
(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" "true"
(**) 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 XC-APPGROUP
(II) Initializing built-in extension XAccessControlExtension
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(II) Initializing built-in extension XFree86-Bigfont
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
(II) Initializing built-in extension XEVIE
(II) Initializing extension GLX
(**) Option "Protocol" "auto"
(**) Mouse0: Device: "/dev/input/mice"
(**) Mouse0: Protocol: "auto"
(**) Option "CorePointer"
(**) Mouse0: Core Pointer
(**) Option "Device" "/dev/input/mice"
(==) Mouse0: Emulate3Buttons, Emulate3Timeout: 50
(**) Option "ZAxisMapping" "4 5 6 7"
(**) Mouse0: ZAxisMapping: buttons 4, 5, 6 and 7
(**) Mouse0: Buttons: 11
(**) Option "CoreKeyboard"
(**) Keyboard0: Core Keyboard
(**) Option "Protocol" "standard"
(**) Keyboard0: Protocol: standard
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xorg"
(**) Keyboard0: XkbRules: "xorg"
(**) Option "XkbModel" "pc105"
(**) Keyboard0: XkbModel: "pc105"
(**) Option "XkbLayout" "be"
(**) Keyboard0: XkbLayout: "be"
(**) Option "CustomKeycodes" "off"
(**) Keyboard0: CustomKeycodes disabled
(II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD)
(II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE)
(--) Mouse0: PnP-detected protocol: "ExplorerPS/2"
(II) Mouse0: ps2EnableDataReporting: succeeded





Plus d'informations sur la liste de diffusion Linux-bruxelles