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

Debian Wheezy et driver «nouveau»



Bonjour,

Je galère comme un dingue avec la configuration de la résolution de mon écran IIYAMA B2403WS.
Cet écran à  toujours très bien fonctionné en 1920x1200 sous Debian jusqu'à ce que je souhaite utiliser le driver libre «nouveau» à la place des drivers proprio.

Si je souhaite utiliser «nouveau» c'est parce que j'ai un gros problème de plantages intempestifs de mon PC depuis plusieurs mois. J'ai fait plusieurs tests matériels et la dernière chose que je souhaite tester c'est de virer le driver proprio au profit de «nouveau» pour voir si cela a une incidence sur mon problème.

Je viens de réinstaller une Debian Wheezy from scratch. C'est bien le driver «nouveau» qui est utilisé mais impossible de dépasser 1024x768 en résolution.

Par ailleurs, impossible de créer un fichier xorg.conf. La commande Xorg -configure crée un fichier xorg.conf.new que voici:

================
Section "ServerLayout"
    Identifier     "X.org Configured"
    Screen      0  "Screen0" 0 0
    Screen      1  "Screen1" RightOf "Screen0"
    Screen      2  "Screen2" RightOf "Screen1"
    InputDevice    "Mouse0" "CorePointer"
    InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
    ModulePath   "/usr/lib/xorg/modules"
    FontPath     "/usr/share/fonts/X11/misc"
    FontPath     "/usr/share/fonts/X11/
cyrillic"
    FontPath     "/usr/share/fonts/X11/100dpi/:
unscaled"
    FontPath     "/usr/share/fonts/X11/75dpi/:
unscaled"
    FontPath     "/usr/share/fonts/X11/Type1"
    FontPath     "/usr/share/fonts/X11/100dpi"
    FontPath     "/usr/share/fonts/X11/75dpi"
    FontPath     "/var/lib/defoma/x-ttcidfont-
conf.d/dirs/TrueType"
    FontPath     "built-ins"
EndSection

Section "Module"
    Load  "dri"
    Load  "dri2"
    Load  "extmod"
    Load  "record"
    Load  "dbe"
    Load  "glx"
EndSection

Section "InputDevice"
    Identifier  "Keyboard0"
    Driver      "kbd"
EndSection

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

Section "Monitor"
    Identifier   "Monitor0"
    VendorName   "Monitor Vendor"
    ModelName    "Monitor Model"
EndSection

Section "Monitor"
    Identifier   "Monitor1"
    VendorName   "Monitor Vendor"
    ModelName    "Monitor Model"
EndSection

Section "Monitor"
    Identifier   "Monitor2"
    VendorName   "Monitor Vendor"
    ModelName    "Monitor Model"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
        ### <percent>: "<f>%"
        ### [arg]: arg optional
        #Option     "SWcursor"               # [<bool>]
        #Option     "HWcursor"               # [<bool>]
        #Option     "NoAccel"                # [<bool>]
        #Option     "ShadowFB"               # [<bool>]
        #Option     "VideoKey"               # <i>
        #Option     "WrappedFB"              # [<bool>]
        #Option     "GLXVBlank"              # [<bool>]
        #Option     "ZaphodHeads"            # <str>
        #Option     "PageFlip"               # [<bool>]
    Identifier  "Card0"
    Driver      "nouveau"
    BusID       "PCI:3:0:0"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
        ### <percent>: "<f>%"
        ### [arg]: arg optional
        #Option     "ShadowFB"               # [<bool>]
        #Option     "Rotate"                 # <str>
        #Option     "fbdev"                  # <str>
        #Option     "debug"                  # [<bool>]
    Identifier  "Card1"
    Driver      "fbdev"
    BusID       "PCI:3:0:0"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
        ### <percent>: "<f>%"
        ### [arg]: arg optional
        #Option     "ShadowFB"               # [<bool>]
        #Option     "DefaultRefresh"         # [<bool>]
        #Option     "ModeSetClearScreen"     # [<bool>]
    Identifier  "Card2"
    Driver      "vesa"
    BusID       "PCI:3:0:0"
EndSection

Section "Screen"
    Identifier "Screen0"
    Device     "Card0"
    Monitor    "Monitor0"
    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
    EndSubSection
EndSection

Section "Screen"
    Identifier "Screen1"
    Device     "Card1"
    Monitor    "Monitor1"
    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
    EndSubSection
EndSection

Section "Screen"

    Identifier "Screen2"
    Device     "Card2"
    Monitor    "Monitor2"
    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
    EndSubSection
EndSection

=======================

Lorsque je me connecte, voici le contenu de /var/log/Xorg.0.log

=======================
[  4287.580]
X.Org X Server 1.11.3.901 (1.11.4 RC 1)
Release Date: 2012-01-06
[  4287.580] X Protocol Version 11, Revision 0
[  4287.580] Build Operating System: Linux 3.2.0-rc6+ x86_64 Debian
[  4287.580] Current Operating System: Linux esperance 3.2.0-1-amd64 #1 SMP Fri Feb 17 05:17:36 UTC 2012 x86_64
[  4287.580] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.2.
0-1-amd64 root=UUID=5d11254e-e129-4d91-b93c-37c7517a55f6 ro quiet
[  4287.580] Build Date: 19 January 2012  09:53:39AM
[  4287.580] xorg-server 2:1.11.3.901-2 (Cyril Brulebois <kibi@debian.org>)
[  4287.580] Current version of pixman: 0.24.4
[  4287.580]     Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
[  4287.580] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[  4287.580] (==) Log file: "/var/log/Xorg.0.log", Time: Tue Mar  6 17:38:47 2012
[  4287.581] (==) Using config file: "/etc/X11/xorg.conf"
[  4287.581] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[  4287.581] (==) ServerLayout "Layout0"
[  4287.581] (**) |-->Screen "Screen0" (0)
[  4287.581] (**) |   |-->Monitor "Monitor0"
[  4287.581] (**) |   |-->Device "Device0"
[  4287.581] (**) |-->Input Device "Generic Keyboard"
[  4287.581] (**) |-->Input Device "Configured Mouse"
[  4287.581] (**) Option "Xinerama" "0"
[  4287.581] (==) Automatically adding devices
[  4287.581] (==) Automatically enabling devices
[  4287.581] (WW) The directory "/usr/share/fonts/X11/
cyrillic" does not exist.
[  4287.581]     Entry deleted from font path.
[  4287.581] (WW) The directory "/var/lib/defoma/x-ttcidfont-
conf.d/dirs/TrueType" does not exist.
[  4287.581]     Entry deleted from font path.
[  4287.581] (==) FontPath set to:
    /usr/share/fonts/X11/misc,
    /usr/share/fonts/X11/100dpi/:
unscaled,
    /usr/share/fonts/X11/75dpi/:
unscaled,
    /usr/share/fonts/X11/Type1,
    /usr/share/fonts/X11/100dpi,
    /usr/share/fonts/X11/75dpi,
    built-ins
[  4287.581] (==) ModulePath set to "/usr/lib/xorg/modules"
[  4287.581] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[  4287.581] (WW) Disabling Generic Keyboard
[  4287.581] (WW) Disabling Configured Mouse
[  4287.581] (II) Loader magic: 0x7f3d14715ae0
[  4287.581] (II) Module ABI versions:
[  4287.581]     X.Org ANSI C Emulation: 0.4
[  4287.581]     X.Org Video Driver: 11.0
[  4287.581]     X.Org XInput driver : 13.0
[  4287.581]     X.Org Server Extension : 6.0
[  4287.583] (--) PCI:*(0:3:0:0) 10de:0421:1043:8245 rev 161, Mem @ 0xf8000000/16777216, 0xe0000000/268435456, 0xf6000000/33554432, I/O @ 0x0000cf00/128, BIOS @ 0x????????/131072
[  4287.583] (II) Open ACPI successful (/var/run/acpid.socket)
[  4287.583] (II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
[  4287.583] (II) "dbe" will be loaded. This was enabled by default and also specified in the config file.
[  4287.583] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
[  4287.583] (II) "record" will be loaded. This was enabled by default and also specified in the config file.
[  4287.583] (II) "dri" will be loaded by default.
[  4287.583] (II) "dri2" will be loaded by default.
[  4287.583] (II) LoadModule: "xtrap"
[  4287.583] (WW) Warning, couldn't open module xtrap
[  4287.583] (II) UnloadModule: "xtrap"
[  4287.583] (II) Unloading xtrap
[  4287.583] (EE) Failed to load module "xtrap" (module does not exist, 0)
[  4287.583] (II) LoadModule: "extmod"
[  4287.584] (II) Loading /usr/lib/xorg/modules/
extensions/libextmod.so
[  4287.584] (II) Module extmod: vendor="X.Org Foundation"
[  4287.584]     compiled for 1.11.3.901, module version = 1.0.0
[  4287.584]     Module class: X.Org Server Extension
[  4287.584]     ABI class: X.Org Server Extension, version 6.0
[  4287.584] (II) Loading extension SELinux
[  4287.584] (II) Loading extension MIT-SCREEN-SAVER
[  4287.584] (II) Loading extension XFree86-VidModeExtension
[  4287.584] (II) Loading extension XFree86-DGA
[  4287.584] (II) Loading extension DPMS
[  4287.584] (II) Loading extension XVideo
[  4287.584] (II) Loading extension XVideo-MotionCompensation
[  4287.584] (II) Loading extension X-Resource
[  4287.584] (II) LoadModule: "glx"
[  4287.584] (II) Loading /usr/lib/xorg/modules/
extensions/libglx.so
[  4287.584] (II) Module glx: vendor="X.Org Foundation"
[  4287.584]     compiled for 1.11.3.901, module version = 1.0.0
[  4287.584]     ABI class: X.Org Server Extension, version 6.0
[  4287.584] (==) AIGLX enabled
[  4287.584] (II) Loading extension GLX
[  4287.585] (II) LoadModule: "record"
[  4287.585] (II) Loading /usr/lib/xorg/modules/
extensions/librecord.so
[  4287.585] (II) Module record: vendor="X.Org Foundation"
[  4287.585]     compiled for 1.11.3.901, module version = 1.13.0
[  4287.585]     Module class: X.Org Server Extension
[  4287.585]     ABI class: X.Org Server Extension, version 6.0
[  4287.585] (II) Loading extension RECORD
[  4287.585] (II) LoadModule: "dbe"
[  4287.585] (II) Loading /usr/lib/xorg/modules/
extensions/libdbe.so
[  4287.585] (II) Module dbe: vendor="X.Org Foundation"
[  4287.585]     compiled for 1.11.3.901, module version = 1.0.0
[  4287.585]     Module class: X.Org Server Extension
[  4287.585]     ABI class: X.Org Server Extension, version 6.0
[  4287.585] (II) Loading extension DOUBLE-BUFFER
[  4287.585] (II) LoadModule: "vbe"
[  4287.585] (II) Loading /usr/lib/xorg/modules/libvbe.
so
[  4287.585] (II) Module vbe: vendor="X.Org Foundation"
[  4287.585]     compiled for 1.11.3.901, module version = 1.1.0
[  4287.585]     ABI class: X.Org Video Driver, version 11.0
[  4287.585] (II) LoadModule: "dri"
[  4287.586] (II) Loading /usr/lib/xorg/modules/
extensions/libdri.so
[  4287.586] (II) Module dri: vendor="X.Org Foundation"
[  4287.586]     compiled for 1.11.3.901, module version = 1.0.0
[  4287.586]     ABI class: X.Org Server Extension, version 6.0
[  4287.586] (II) Loading extension XFree86-DRI
[  4287.586] (II) LoadModule: "dri2"
[  4287.586] (II) Loading /usr/lib/xorg/modules/
extensions/libdri2.so
[  4287.586] (II) Module dri2: vendor="X.Org Foundation"
[  4287.586]     compiled for 1.11.3.901, module version = 1.2.0
[  4287.586]     ABI class: X.Org Server Extension, version 6.0
[  4287.586] (II) Loading extension DRI2
[  4287.586] (II) LoadModule: "nouveau"
[  4287.586] (II) Loading /usr/lib/xorg/modules/drivers/
nouveau_drv.so
[  4287.586] (II) Module nouveau: vendor="X.Org Foundation"
[  4287.586]     compiled for 1.11.2.901, module version = 0.0.16
[  4287.586]     Module class: X.Org Video Driver
[  4287.586]     ABI class: X.Org Video Driver, version 11.0
[  4287.586] (II) NOUVEAU driver Date:   Wed Nov 30 18:56:54 2011 +0100
[  4287.586] (II) NOUVEAU driver for NVIDIA chipset families :
[  4287.586]     RIVA TNT        (NV04)
[  4287.587]     RIVA TNT2       (NV05)
[  4287.587]     GeForce 256     (NV10)
[  4287.587]     GeForce 2       (NV11, NV15)
[  4287.587]     GeForce 4MX     (NV17, NV18)
[  4287.587]     GeForce 3       (NV20)
[  4287.587]     GeForce 4Ti     (NV25, NV28)
[  4287.587]     GeForce FX      (NV3x)
[  4287.587]     GeForce 6       (NV4x)
[  4287.587]     GeForce 7       (G7x)
[  4287.587]     GeForce 8       (G8x)
[  4287.587]     GeForce GTX 200 (NVA0)
[  4287.587]     GeForce GTX 400 (NVC0)
[  4287.587] (++) using VT number 7

[  4287.588] drmOpenDevice: node name is /dev/dri/card0
[  4287.588] drmOpenDevice: open result is 8, (OK)
[  4287.588] drmOpenByBusid: Searching for BusID pci:0000:03:00.0
[  4287.588] drmOpenDevice: node name is /dev/dri/card0
[  4287.588] drmOpenDevice: open result is 8, (OK)
[  4287.588] drmOpenByBusid: drmOpenMinor returns 8
[  4287.588] drmOpenByBusid: drmGetBusid reports pci:0000:03:00.0
[  4287.588] (II) [drm] nouveau interface version: 0.0.16
[  4287.588] (II) Loading /usr/lib/xorg/modules/drivers/
nouveau_drv.so
[  4287.588] (II) Loading sub module "dri"
[  4287.588] (II) LoadModule: "dri"
[  4287.589] (II) Loading /usr/lib/xorg/modules/
extensions/libdri.so
[  4287.589] (II) Module dri: vendor="X.Org Foundation"
[  4287.589]     compiled for 1.11.3.901, module version = 1.0.0
[  4287.589]     ABI class: X.Org Server Extension, version 6.0
[  4287.589] (II) NOUVEAU(0): Loaded DRI module
[  4287.589] drmOpenDevice: node name is /dev/dri/card0
[  4287.589] drmOpenDevice: open result is 9, (OK)
[  4287.589] drmOpenDevice: node name is /dev/dri/card0
[  4287.589] drmOpenDevice: open result is 9, (OK)
[  4287.589] drmOpenByBusid: Searching for BusID pci:0000:03:00.0
[  4287.589] drmOpenDevice: node name is /dev/dri/card0
[  4287.589] drmOpenDevice: open result is 9, (OK)
[  4287.589] drmOpenByBusid: drmOpenMinor returns 9
[  4287.589] drmOpenByBusid: drmGetBusid reports pci:0000:03:00.0
[  4287.589] (II) [drm] DRM interface version 1.4
[  4287.589] (II) [drm] DRM open master succeeded.
[  4287.589] (--) NOUVEAU(0): Chipset: "NVIDIA NV86"
[  4287.589] (**) NOUVEAU(0): Depth 24, (--) framebuffer bpp 32
[  4287.589] (==) NOUVEAU(0): RGB weight 888
[  4287.589] (==) NOUVEAU(0): Default visual is TrueColor
[  4287.589] (==) NOUVEAU(0): Using HW cursor
[  4287.589] (==) NOUVEAU(0): GLX sync to VBlank disabled.
[  4287.589] (==) NOUVEAU(0): Page flipping enabled
[  4287.732] (II) NOUVEAU(0): Output DVI-I-1 using monitor section Monitor0
[  4288.176] (II) NOUVEAU(0): Output VGA-1 has no monitor section
[  4288.281] (II) NOUVEAU(0): EDID for output DVI-I-1
[  4288.726] (II) NOUVEAU(0): EDID for output VGA-1
[  4288.726] (II) NOUVEAU(0): Printing probed modes for output VGA-1
[  4288.726] (II) NOUVEAU(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[  4288.726] (II) NOUVEAU(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[  4288.726] (II) NOUVEAU(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)
[  4288.726] (II) NOUVEAU(0): Modeline "848x480"x60.0   33.75  848 864 976 1088  480 486 494 517 +hsync +vsync (31.0 kHz)
[  4288.726] (II) NOUVEAU(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 489 492 525 -hsync -vsync (31.5 kHz)
[  4288.726] (II) NOUVEAU(0): Output DVI-I-1 disconnected
[  4288.727] (II) NOUVEAU(0): Output VGA-1 connected
[  4288.727] (II) NOUVEAU(0): Using fuzzy aspect match for initial modes
[  4288.727] (II) NOUVEAU(0): Output VGA-1 using initial mode 1024x768
[  4288.727] (II) NOUVEAU(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[  4288.727] (--) NOUVEAU(0): Virtual size is 1024x768 (pitch 0)
[  4288.727] (**) NOUVEAU(0):  Driver mode "1024x768": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
[  4288.727] (II) NOUVEAU(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[  4288.727] (**) NOUVEAU(0):  Driver mode "800x600": 40.0 MHz (scaled from 0.0 MHz), 37.9 kHz, 60.3 Hz
[  4288.727] (II) NOUVEAU(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[  4288.727] (**) NOUVEAU(0):  Driver mode "800x600": 36.0 MHz (scaled from 0.0 MHz), 35.2 kHz, 56.2 Hz
[  4288.727] (II) NOUVEAU(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)
[  4288.727] (**) NOUVEAU(0):  Driver mode "848x480": 33.8 MHz (scaled from 0.0 MHz), 31.0 kHz, 60.0 Hz
[  4288.727] (II) NOUVEAU(0): Modeline "848x480"x60.0   33.75  848 864 976 1088  480 486 494 517 +hsync +vsync (31.0 kHz)
[  4288.727] (**) NOUVEAU(0):  Driver mode "640x480": 25.2 MHz (scaled from 0.0 MHz), 31.5 kHz, 59.9 Hz
[  4288.727] (II) NOUVEAU(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 489 492 525 -hsync -vsync (31.5 kHz)
[  4288.727] (==) NOUVEAU(0): DPI set to (96, 96)
[  4288.727] (II) Loading sub module "fb"
[  4288.727] (II) LoadModule: "fb"
[  4288.727] (II) Loading /usr/lib/xorg/modules/libfb.so
[  4288.727] (II) Module fb: vendor="X.Org Foundation"
[  4288.727]     compiled for 1.11.3.901, module version = 1.0.0
[  4288.727]     ABI class: X.Org ANSI C Emulation, version 0.4
[  4288.727] (II) Loading sub module "exa"
[  4288.727] (II) LoadModule: "exa"
[  4288.727] (II) Loading /usr/lib/xorg/modules/libexa.
so
[  4288.727] (II) Module exa: vendor="X.Org Foundation"
[  4288.727]     compiled for 1.11.3.901, module version = 2.5.0
[  4288.727]     ABI class: X.Org Video Driver, version 11.0
[  4288.727] (II) Loading sub module "shadowfb"
[  4288.727] (II) LoadModule: "shadowfb"
[  4288.727] (II) Loading /usr/lib/xorg/modules/
libshadowfb.so
[  4288.727] (II) Module shadowfb: vendor="X.Org Foundation"
[  4288.727]     compiled for 1.11.3.901, module version = 1.0.0
[  4288.727]     ABI class: X.Org ANSI C Emulation, version 0.4
[  4288.728] (--) Depth 24 pixmap format is 32 bpp
[  4288.744] (II) NOUVEAU(0): Opened GPU channel 2
[  4288.744] (II) NOUVEAU(0): [DRI2] Setup complete
[  4288.744] (II) NOUVEAU(0): [DRI2]   DRI driver: nouveau
[  4288.744] (II) NOUVEAU(0): [DRI2]   VDPAU driver: nouveau
[  4288.747] (II) NOUVEAU(0): GART: 512MiB available
[  4288.751] (II) NOUVEAU(0): GART: Allocated 16MiB as a scratch buffer
[  4288.751] (II) EXA(0): Driver allocated offscreen pixmaps
[  4288.751] (II) EXA(0): Driver registered support for the following operations:
[  4288.751] (II)         Solid
[  4288.751] (II)         Copy
[  4288.751] (II)         Composite (RENDER acceleration)
[  4288.751] (II)         UploadToScreen
[  4288.751] (II)         DownloadFromScreen
[  4288.751] (==) NOUVEAU(0): Backing store disabled
[  4288.751] (==) NOUVEAU(0): Silken mouse enabled
[  4288.751] (II) NOUVEAU(0): [XvMC] Associated with Nouveau GeForce 8/9 Textured Video.
[  4288.751] (II) NOUVEAU(0): [XvMC] Extension initialized.
[  4288.751] (**) NOUVEAU(0): DPMS enabled
[  4288.751] (II) NOUVEAU(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[  4288.751] (WW) NOUVEAU(0): Option "LogoPath" is not used
[  4288.751] (WW) NOUVEAU(0): Option "TwinView" is not used
[  4288.751] (WW) NOUVEAU(0): Option "metamodes" is not used
[  4288.751] (--) RandR disabled
[  4288.751] (II) Initializing built-in extension Generic Event Extension
[  4288.751] (II) Initializing built-in extension SHAPE
[  4288.751] (II) Initializing built-in extension MIT-SHM
[  4288.751] (II) Initializing built-in extension XInputExtension
[  4288.751] (II) Initializing built-in extension XTEST
[  4288.751] (II) Initializing built-in extension BIG-REQUESTS
[  4288.751] (II) Initializing built-in extension SYNC
[  4288.751] (II) Initializing built-in extension XKEYBOARD
[  4288.751] (II) Initializing built-in extension XC-MISC
[  4288.751] (II) Initializing built-in extension SECURITY
[  4288.751] (II) Initializing built-in extension XINERAMA
[  4288.751] (II) Initializing built-in extension XFIXES
[  4288.751] (II) Initializing built-in extension RENDER
[  4288.751] (II) Initializing built-in extension RANDR
[  4288.751] (II) Initializing built-in extension COMPOSITE
[  4288.751] (II) Initializing built-in extension DAMAGE
[  4288.751] (II) SELinux: Disabled on system
[  4288.773] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[  4288.773] (II) AIGLX: enabled GLX_INTEL_swap_event
[  4288.773] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[  4288.773] (II) AIGLX: enabled GLX_SGI_make_current_read
[  4288.773] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[  4288.774] (II) AIGLX: Loaded and initialized nouveau
[  4288.774] (II) GLX: Initialized DRI2 GL provider for screen 0
[  4288.775] (II) NOUVEAU(0): NVEnterVT is called.
[  4288.782] (II) NOUVEAU(0): Setting screen physical size to 270 x 203
[  4288.782] resize called 1024 768
[  4288.809] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[  4288.809] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[  4288.809] (II) LoadModule: "evdev"
[  4288.809] (II) Loading /usr/lib/xorg/modules/input/
evdev_drv.so
[  4288.809] (II) Module evdev: vendor="X.Org Foundation"
[  4288.809]     compiled for 1.11.0, module version = 2.6.0
[  4288.809]     Module class: X.Org XInput Driver
[  4288.809]     ABI class: X.Org XInput driver, version 13.0
[  4288.809] (II) Using input driver 'evdev' for 'Power Button'
[  4288.809] (II) Loading /usr/lib/xorg/modules/input/
evdev_drv.so
[  4288.809] (**) Power Button: always reports core events
[  4288.809] (**) Power Button: Device: "/dev/input/event3"
[  4288.809] (--) Power Button: Found keys
[  4288.809] (II) Power Button: Configuring as keyboard
[  4288.809] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:
00/LNXPWRBN:00/input/input3/event3"
[  4288.809] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[  4288.809] (**) Option "xkb_rules" "evdev"
[  4288.809] (**) Option "xkb_model" "pc105"
[  4288.810] (**) Option "xkb_layout" "fr"
[  4288.810] (**) Option "xkb_variant" "latin9"
[  4288.831] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[  4288.831] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[  4288.831] (II) Using input driver 'evdev' for 'Power Button'
[  4288.831] (II) Loading /usr/lib/xorg/modules/input/
evdev_drv.so
[  4288.831] (**) Power Button: always reports core events
[  4288.831] (**) Power Button: Device: "/dev/input/event2"
[  4288.831] (--) Power Button: Found keys
[  4288.831] (II) Power Button: Configuring as keyboard
[  4288.831] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:
00/device:00/PNP0C0C:00/input/input2/event2"
[  4288.831] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[  4288.831] (**) Option "xkb_rules" "evdev"
[  4288.831] (**) Option "xkb_model" "pc105"
[  4288.831] (**) Option "xkb_layout" "fr"
[  4288.831] (**) Option "xkb_variant" "latin9"
[  4288.832] (II) config/udev: Adding input device UVC Camera (046d:081d) (/dev/input/event7)
[  4288.832] (**) UVC Camera (046d:081d): Applying InputClass "evdev keyboard catchall"
[  4288.832] (II) Using input driver 'evdev' for 'UVC Camera (046d:081d)'
[  4288.832] (II) Loading /usr/lib/xorg/modules/input/
evdev_drv.so
[  4288.832] (**) UVC Camera (046d:081d): always reports core events
[  4288.832] (**) UVC Camera (046d:081d): Device: "/dev/input/event7"
[  4288.832] (--) UVC Camera (046d:081d): Found keys
[  4288.832] (II) UVC Camera (046d:081d): Configuring as keyboard
[  4288.832] (**) Option "config_info" "udev:/sys/devices/pci0000:00/
0000:00:02.0/0000:02:00.0/usb2/2-1/2-1:1.2/input/input7/event7"
[  4288.832] (II) XINPUT: Adding extended input device "UVC Camera (046d:081d)" (type: KEYBOARD, id 8)
[  4288.832] (**) Option "xkb_rules" "evdev"
[  4288.832] (**) Option "xkb_model" "pc105"
[  4288.832] (**) Option "xkb_layout" "fr"
[  4288.832] (**) Option "xkb_variant" "latin9"
[  4288.832] (II) config/udev: Adding input device NOVATEK USB Keyboard (/dev/input/event0)
[  4288.832] (**) NOVATEK USB Keyboard: Applying InputClass "evdev keyboard catchall"
[  4288.832] (II) Using input driver 'evdev' for 'NOVATEK USB Keyboard'
[  4288.832] (II) Loading /usr/lib/xorg/modules/input/
evdev_drv.so
[  4288.832] (**) NOVATEK USB Keyboard: always reports core events
[  4288.832] (**) NOVATEK USB Keyboard: Device: "/dev/input/event0"
[  4288.832] (--) NOVATEK USB Keyboard: Found keys
[  4288.832] (II) NOVATEK USB Keyboard: Configuring as keyboard
[  4288.832] (**) Option "config_info" "udev:/sys/devices/pci0000:00/
0000:00:1a.0/usb5/5-1/5-1:1.0/input/input10/event0"
[  4288.832] (II) XINPUT: Adding extended input device "NOVATEK USB Keyboard" (type: KEYBOARD, id 9)
[  4288.832] (**) Option "xkb_rules" "evdev"
[  4288.832] (**) Option "xkb_model" "pc105"
[  4288.832] (**) Option "xkb_layout" "fr"
[  4288.832] (**) Option "xkb_variant" "latin9"
[  4288.833] (II) config/udev: Adding input device NOVATEK USB Keyboard (/dev/input/event1)
[  4288.833] (**) NOVATEK USB Keyboard: Applying InputClass "evdev keyboard catchall"
[  4288.833] (II) Using input driver 'evdev' for 'NOVATEK USB Keyboard'
[  4288.833] (II) Loading /usr/lib/xorg/modules/input/
evdev_drv.so
[  4288.833] (**) NOVATEK USB Keyboard: always reports core events
[  4288.833] (**) NOVATEK USB Keyboard: Device: "/dev/input/event1"
[  4288.833] (--) NOVATEK USB Keyboard: Found 20 mouse buttons
[  4288.833] (--) NOVATEK USB Keyboard: Found keys
[  4288.833] (II) NOVATEK USB Keyboard: Configuring as mouse
[  4288.833] (II) NOVATEK USB Keyboard: Configuring as keyboard
[  4288.833] (**) NOVATEK USB Keyboard: YAxisMapping: buttons 4 and 5
[  4288.833] (**) NOVATEK USB Keyboard: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[  4288.833] (**) Option "config_info" "udev:/sys/devices/pci0000:00/
0000:00:1a.0/usb5/5-1/5-1:1.1/input/input11/event1"
[  4288.833] (II) XINPUT: Adding extended input device "NOVATEK USB Keyboard" (type: KEYBOARD, id 10)
[  4288.833] (**) Option "xkb_rules" "evdev"
[  4288.833] (**) Option "xkb_model" "pc105"
[  4288.833] (**) Option "xkb_layout" "fr"
[  4288.833] (**) Option "xkb_variant" "latin9"
[  4288.834] (II) config/udev: Adding input device USB Optical Mouse (/dev/input/event5)
[  4288.834] (**) USB Optical Mouse: Applying InputClass "evdev pointer catchall"
[  4288.834] (II) Using input driver 'evdev' for 'USB Optical Mouse'
[  4288.834] (II) Loading /usr/lib/xorg/modules/input/
evdev_drv.so
[  4288.834] (**) USB Optical Mouse: always reports core events
[  4288.834] (**) USB Optical Mouse: Device: "/dev/input/event5"
[  4288.834] (--) USB Optical Mouse: Found 3 mouse buttons
[  4288.834] (--) USB Optical Mouse: Found scroll wheel(s)
[  4288.834] (--) USB Optical Mouse: Found relative axes
[  4288.834] (--) USB Optical Mouse: Found x and y relative axes
[  4288.834] (II) USB Optical Mouse: Configuring as mouse
[  4288.834] (II) USB Optical Mouse: Adding scrollwheel support
[  4288.834] (**) USB Optical Mouse: YAxisMapping: buttons 4 and 5
[  4288.834] (**) USB Optical Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[  4288.834] (**) Option "config_info" "udev:/sys/devices/pci0000:00/
0000:00:1a.1/usb6/6-2/6-2:1.0/input/input12/event5"
[  4288.834] (II) XINPUT: Adding extended input device "USB Optical Mouse" (type: MOUSE, id 11)
[  4288.834] (II) USB Optical Mouse: initialized for relative axes.
[  4288.834] (**) USB Optical Mouse: (accel) keeping acceleration scheme 1
[  4288.834] (**) USB Optical Mouse: (accel) acceleration profile 0
[  4288.834] (**) USB Optical Mouse: (accel) acceleration factor: 2.000
[  4288.834] (**) USB Optical Mouse: (accel) acceleration threshold: 4
[  4288.834] (II) config/udev: Adding input device USB Optical Mouse (/dev/input/mouse0)
[  4288.834] (II) No input driver/identifier specified (ignoring)
[  4288.835] (II) config/udev: Adding input device IR-receiver inside an USB DVB receiver (/dev/input/event8)
[  4288.835] (**) IR-receiver inside an USB DVB receiver: Applying InputClass "evdev keyboard catchall"
[  4288.835] (II) Using input driver 'evdev' for 'IR-receiver inside an USB DVB receiver'
[  4288.835] (II) Loading /usr/lib/xorg/modules/input/
evdev_drv.so
[  4288.835] (**) IR-receiver inside an USB DVB receiver: always reports core events
[  4288.835] (**) IR-receiver inside an USB DVB receiver: Device: "/dev/input/event8"
[  4288.835] (--) IR-receiver inside an USB DVB receiver: Found keys
[  4288.835] (II) IR-receiver inside an USB DVB receiver: Configuring as keyboard
[  4288.835] (**) Option "config_info" "udev:/sys/devices/pci0000:00/
0000:00:1a.7/usb1/1-6/input/input8/event8"
[  4288.835] (II) XINPUT: Adding extended input device "IR-receiver inside an USB DVB receiver" (type: KEYBOARD, id 12)
[  4288.835] (**) Option "xkb_rules" "evdev"
[  4288.835] (**) Option "xkb_model" "pc105"
[  4288.835] (**) Option "xkb_layout" "fr"
[  4288.835] (**) Option "xkb_variant" "latin9"
[  4288.835] (II) config/udev: Adding input device HDA Intel Headphone (/dev/input/event9)
[  4288.835] (II) No input driver/identifier specified (ignoring)
[  4288.836] (II) config/udev: Adding input device PC Speaker (/dev/input/event4)
[  4288.836] (II) No input driver/identifier specified (ignoring)
[  4499.904] (II) AIGLX: Suspending AIGLX clients for VT switch
[  4499.904] (II) NOUVEAU(0): NVLeaveVT is called.
[  4517.696] (II) Open ACPI successful (/var/run/acpid.socket)
[  4517.696] (II) AIGLX: Resuming AIGLX clients after VT switch
[  4517.696] (II) NOUVEAU(0): NVEnterVT is called.
[  4547.300] (II) AIGLX: Suspending AIGLX clients for VT switch
[  4547.300] (II) NOUVEAU(0): NVLeaveVT is called.
[  4579.929] (II) Open ACPI successful (/var/run/acpid.socket)
[  4579.929] (II) AIGLX: Resuming AIGLX clients after VT switch
[  4579.929] (II) NOUVEAU(0): NVEnterVT is called.

=======================

Dans ce fichier, ce qui me suprend ce sont ces lignes:

[  4287.732] (II) NOUVEAU(0): Output DVI-I-1 using monitor section Monitor0
[  4288.176] (II) NOUVEAU(0): Output VGA-1 has no monitor section
[  4288.281] (II) NOUVEAU(0): EDID for output DVI-I-1
[  4288.726] (II) NOUVEAU(0): EDID for output VGA-1
[  4288.726] (II) NOUVEAU(0): Printing probed modes for output VGA-1
[  4288.726] (II) NOUVEAU(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[  4288.726] (II) NOUVEAU(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[  4288.726] (II) NOUVEAU(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)
[  4288.726] (II) NOUVEAU(0): Modeline "848x480"x60.0   33.75  848 864 976 1088  480 486 494 517 +hsync +vsync (31.0 kHz)
[  4288.726] (II) NOUVEAU(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 489 492 525 -hsync -vsync (31.5 kHz)
[  4288.726] (II) NOUVEAU(0): Output DVI-I-1 disconnected
[  4288.727] (II) NOUVEAU(0): Output VGA-1 connected
[  4288.727] (II) NOUVEAU(0): Using fuzzy aspect match for initial modes
[  4288.727] (II) NOUVEAU(0): Output VGA-1 using initial mode 1024x768
[  4288.727] (II) NOUVEAU(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[  4288.727] (--) NOUVEAU(0): Virtual size is 1024x768 (pitch 0)
[  4288.727] (**) NOUVEAU(0):  Driver mode "1024x768": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
[  4288.727] (II) NOUVEAU(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[  4288.727] (**) NOUVEAU(0):  Driver mode "800x600": 40.0 MHz (scaled from 0.0 MHz), 37.9 kHz, 60.3 Hz
[  4288.727] (II) NOUVEAU(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[  4288.727] (**) NOUVEAU(0):  Driver mode "800x600": 36.0 MHz (scaled from 0.0 MHz), 35.2 kHz, 56.2 Hz
[  4288.727] (II) NOUVEAU(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)
[  4288.727] (**) NOUVEAU(0):  Driver mode "848x480": 33.8 MHz (scaled from 0.0 MHz), 31.0 kHz, 60.0 Hz
[  4288.727] (II) NOUVEAU(0): Modeline "848x480"x60.0   33.75  848 864 976 1088  480 486 494 517 +hsync +vsync (31.0 kHz)
[  4288.727] (**) NOUVEAU(0):  Driver mode "640x480": 25.2 MHz (scaled from 0.0 MHz), 31.5 kHz, 59.9 Hz
[  4288.727] (II) NOUVEAU(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 489 492 525 -hsync -vsync (31.5 kHz)


J'ai fait 1000 recherches sur le web et je ne comprends rien à rien à la config de ce fichier. Je ne comprends pas pourquoi le système est incapable lors de l'install de me fournir une conf de l'écran qui soit correcte ! Alors que cela a été le cas par le passé avec la même carte graphique (Geforce 8500GT).

Merci d'avance pour votre aide,

Cordialement,

Reply to: