Page 1 sur 1

[xorg] résolution écran carte nvidia écran lg ips226

Publié : jeu. 27 oct. 2011, 21:55
par syubuntu
Bonjour à tous,
j'ai acheté récemment un écran lg flatron ips226, mais celui ci n'est pas reconnu par ma carte nvidia et le pilote propriétaire, et provoque une erreur avec nouveau( mais semble avoir une résolution correcte).
j'ai donc tenté de modifier le xorg.conf en rajoutant

Code : Tout sélectionner

    Option "UseEDID" "FALSE"
    Option "UseDisplayDevice" "DFP"
    Option "UseEDIDFreqs" "FALSE"
    Option "ModeValidation" "NoEdidModes"
dans la section device,
la Modeline

Code : Tout sélectionner

Modeline "1920x1080_60.00"  172.80  1920 2040 2248 2576  1080 1081 1084 1118  -HSync +Vsync
dans la section Monitor et enfin

Code : Tout sélectionner

Modes "1920x1080_60.00"
dans la sous section display de la section screen.

ça donne ça :

Code : Tout sélectionner

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 280.13  (buildmeister@swio-display-x86-rhel47-03.nvidia.com)  Wed Jul 27 17:15:58 PDT 2011
Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0"
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
EndSection
Section "Files"
EndSection
Section "InputDevice"
    # generated from default
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/psaux"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
    # generated from default
    Identifier     "Keyboard0"
    Driver         "kbd"
EndSection
Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Unknown"
    HorizSync       28.0 - 33.0
    VertRefresh     43.0 - 72.0
    Option         "DPMS"
 Modeline "1920x1080_60.00"  172.80  1920 2040 2248 2576  1080 1081 1084 1118  -HSync +Vsync
EndSection
Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    Option "UseEDID" "FALSE"
    Option "UseDisplayDevice" "DFP"
    Option "UseEDIDFreqs" "FALSE"
    Option "ModeValidation" "NoEdidModes"
EndSection
Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    SubSection     "Display"
        Depth       24
        Modes "1920x1080_60.00"
    EndSubSection
EndSection
Mais ma résolution n'a absolument pas changé et je ne sais plus trop quoi faire.
je rajoute que l'écran est bien reconnu par le live cd de Ubuntu(qui utilise les driver proprio?), mais qu'une fois celui ci installé, la résolution redevient identique à celle obtenu avec ArchLinux.
quelqu'un pourrait me guider ?
Merci d'avance

Re: [xorg] résolution écran carte nvidia écran lg ips226

Publié : ven. 28 oct. 2011, 09:22
par FoolEcho
Salut,

On rabâche ça très souvent :roll: , mais tu ne devrais pas utiliser de xorg.conf afin de laisser le serveur X se débrouiller au mieux (ça court-circuite la détection automatique). Ensuite, rajoute progressivement dans /etc/X11/xorg.conf.d/ tes sections personnalisées (device.conf, monitor.conf, etc.).
syubuntu a écrit :

Code : Tout sélectionner

# nvidia-xconfig:  version 280.13  (buildmeister@swio-display-x86-rhel47-03.nvidia.com)  Wed Jul 27 17:15:58 PDT 2011
Mais pour commencer, tes pilotes nvidia ne sont pas à jour.

Si ça ne change rien, le mieux pour nous serait d'avoir le log de X quand tu lances sans xorg.conf pour commencer (ou juste avec un device de base pour charger le pilote nvidia)... peut-être les caractéristiques de ton écran aussi (par exemple avec hwinfo --monitor ). :chinois:

Re: [xorg] résolution écran carte nvidia écran lg ips226

Publié : ven. 28 oct. 2011, 22:22
par syubuntu
Salut,
merci pourton aide. j'ai continuer à mettre dans le xorg.conf parce que le nvidia-xconfig fait tout dedans.

j'ai mis les derniers drivers des depots mais ça ne fonctionne toujours pas.

hwinfo --monitor ne renvoit absolument rien.

et voici le log de xorg sans xorg.conf

Code : Tout sélectionner

[    84.985] 
This is a pre-release version of the X server from The X.Org Foundation.
It is not supported in any way.
Bugs may be filed in the bugzilla at http://bugs.freedesktop.org/.
Select the "xorg" product for bugs you find in this release.
Before reporting bugs in pre-release versions please check the
latest version in the X.Org Foundation git repository.
See http://wiki.x.org/wiki/GitPage for git access instructions.
[    84.985] 
X.Org X Server 1.11.1.901 (1.11.2 RC 1)
Release Date: 2011-10-14
[    84.985] X Protocol Version 11, Revision 0
[    84.985] Build Operating System: Linux 3.0-ARCH x86_64 
[    84.985] Current Operating System: Linux pastis 3.0-ARCH #1 SMP PREEMPT Wed Oct 19 10:27:51 CEST 2011 x86_64
[    84.985] Kernel command line: root=/dev/sda6 ro
[    84.985] Build Date: 24 October 2011  12:29:30PM
[    84.985]  
[    84.985] Current version of pixman: 0.22.2
[    84.985] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    84.985] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    84.985] (==) Log file: "/var/log/Xorg.0.log", Time: Fri Oct 28 22:07:24 2011
[    84.985] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    84.985] (==) No Layout section.  Using the first Screen section.
[    84.985] (==) No screen section available. Using defaults.
[    84.985] (**) |-->Screen "Default Screen Section" (0)
[    84.985] (**) |   |-->Monitor "<default monitor>"
[    84.985] (==) No device specified for screen "Default Screen Section".
	Using the first device section listed.
[    84.985] (**) |   |-->Device "Device0"
[    84.985] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[    84.985] (==) Automatically adding devices
[    84.985] (==) Automatically enabling devices
[    84.985] (WW) The directory "/usr/share/fonts/TTF/" does not exist.
[    84.985] 	Entry deleted from font path.
[    84.985] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[    84.985] 	Entry deleted from font path.
[    84.985] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
[    84.985] 	Entry deleted from font path.
[    84.985] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
[    84.985] 	Entry deleted from font path.
[    84.985] 	(Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
[    84.985] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
[    84.985] 	Entry deleted from font path.
[    84.985] 	(Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
[    84.985] (==) FontPath set to:
	/usr/share/fonts/misc/
[    84.985] (==) ModulePath set to "/usr/lib/xorg/modules"
[    84.985] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    84.985] (II) Loader magic: 0x7ccae0
[    84.985] (II) Module ABI versions:
[    84.985] 	X.Org ANSI C Emulation: 0.4
[    84.985] 	X.Org Video Driver: 11.0
[    84.985] 	X.Org XInput driver : 13.0
[    84.985] 	X.Org Server Extension : 6.0
[    84.986] (--) PCI:*(0:1:0:0) 10de:0de1:10b0:1401 rev 161, Mem @ 0xf9000000/16777216, 0xe0000000/134217728, 0xee000000/33554432, I/O @ 0x0000cf00/128, BIOS @ 0x????????/524288
[    84.986] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[    84.986] (II) LoadModule: "extmod"
[    84.986] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[    84.986] (II) Module extmod: vendor="X.Org Foundation"
[    84.986] 	compiled for 1.11.1.901, module version = 1.0.0
[    84.986] 	Module class: X.Org Server Extension
[    84.986] 	ABI class: X.Org Server Extension, version 6.0
[    84.986] (II) Loading extension MIT-SCREEN-SAVER
[    84.986] (II) Loading extension XFree86-VidModeExtension
[    84.986] (II) Loading extension XFree86-DGA
[    84.986] (II) Loading extension DPMS
[    84.986] (II) Loading extension XVideo
[    84.986] (II) Loading extension XVideo-MotionCompensation
[    84.986] (II) Loading extension X-Resource
[    84.986] (II) LoadModule: "dbe"
[    84.986] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[    84.986] (II) Module dbe: vendor="X.Org Foundation"
[    84.986] 	compiled for 1.11.1.901, module version = 1.0.0
[    84.986] 	Module class: X.Org Server Extension
[    84.986] 	ABI class: X.Org Server Extension, version 6.0
[    84.986] (II) Loading extension DOUBLE-BUFFER
[    84.986] (II) LoadModule: "glx"
[    84.986] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    84.992] (II) Module glx: vendor="NVIDIA Corporation"
[    84.992] 	compiled for 4.0.2, module version = 1.0.0
[    84.992] 	Module class: X.Org Server Extension
[    84.992] (II) NVIDIA GLX Module  285.05.09  Fri Sep 23 17:51:24 PDT 2011
[    84.992] (II) Loading extension GLX
[    84.992] (II) LoadModule: "record"
[    84.992] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[    84.992] (II) Module record: vendor="X.Org Foundation"
[    84.992] 	compiled for 1.11.1.901, module version = 1.13.0
[    84.992] 	Module class: X.Org Server Extension
[    84.992] 	ABI class: X.Org Server Extension, version 6.0
[    84.992] (II) Loading extension RECORD
[    84.992] (II) LoadModule: "dri"
[    84.992] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[    84.992] (II) Module dri: vendor="X.Org Foundation"
[    84.992] 	compiled for 1.11.1.901, module version = 1.0.0
[    84.992] 	ABI class: X.Org Server Extension, version 6.0
[    84.992] (II) Loading extension XFree86-DRI
[    84.992] (II) LoadModule: "dri2"
[    84.992] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[    84.992] (II) Module dri2: vendor="X.Org Foundation"
[    84.992] 	compiled for 1.11.1.901, module version = 1.2.0
[    84.992] 	ABI class: X.Org Server Extension, version 6.0
[    84.992] (II) Loading extension DRI2
[    84.992] (II) LoadModule: "nvidia"
[    84.992] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[    84.992] (II) Module nvidia: vendor="NVIDIA Corporation"
[    84.992] 	compiled for 4.0.2, module version = 1.0.0
[    84.992] 	Module class: X.Org Video Driver
[    84.993] (II) NVIDIA dlloader X Driver  285.05.09  Fri Sep 23 17:33:35 PDT 2011
[    84.993] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[    84.993] (++) using VT number 7

[    84.995] (II) Loading sub module "fb"
[    84.995] (II) LoadModule: "fb"
[    84.995] (II) Loading /usr/lib/xorg/modules/libfb.so
[    84.995] (II) Module fb: vendor="X.Org Foundation"
[    84.995] 	compiled for 1.11.1.901, module version = 1.0.0
[    84.995] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    84.995] (II) Loading sub module "wfb"
[    84.995] (II) LoadModule: "wfb"
[    84.995] (II) Loading /usr/lib/xorg/modules/libwfb.so
[    84.995] (II) Module wfb: vendor="X.Org Foundation"
[    84.995] 	compiled for 1.11.1.901, module version = 1.0.0
[    84.995] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    84.995] (II) Loading sub module "ramdac"
[    84.995] (II) LoadModule: "ramdac"
[    84.995] (II) Module "ramdac" already built-in
[    84.995] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[    84.995] (II) Loading /usr/lib/xorg/modules/libwfb.so
[    84.995] (II) Loading /usr/lib/xorg/modules/libfb.so
[    84.995] (II) NVIDIA(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[    84.995] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
[    84.995] (==) NVIDIA(0): RGB weight 888
[    84.995] (==) NVIDIA(0): Default visual is TrueColor
[    84.995] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[    85.505] (WW) NVIDIA(GPU-0): The EDID read for display device DFP-0 is invalid: the
[    85.505] (WW) NVIDIA(GPU-0):     checksum for EDID version 1 extension is invalid.
[    85.505] (--) NVIDIA(GPU-0): 
[    85.505] (--) NVIDIA(GPU-0): Raw EDID bytes:
[    85.505] (--) NVIDIA(GPU-0): 
[    85.505] (--) NVIDIA(GPU-0):   00 ff ff ff ff ff ff 00  1e 6d 06 58 bb a0 06 00
[    85.505] (--) NVIDIA(GPU-0):   0c 14 01 03 80 30 1b 78  ea 95 35 a1 59 57 9f 27
[    85.505] (--) NVIDIA(GPU-0):   0e 50 54 21 08 00 71 40  81 80 81 40 b3 00 01 01
[    85.505] (--) NVIDIA(GPU-0):   01 01 01 01 01 01 02 3a  80 18 71 38 2d 40 58 2c
[    85.505] (--) NVIDIA(GPU-0):   45 00 dd 0c 11 00 00 1e  00 00 00 fd 00 38 3d 1e
[    85.505] (--) NVIDIA(GPU-0):   53 0f 00 0a 20 20 20 20  20 20 00 00 00 fc 00 49
[    85.505] (--) NVIDIA(GPU-0):   50 53 32 32 36 20 20 20  20 20 20 20 00 00 00 ff
[    85.505] (--) NVIDIA(GPU-0):   00 30 31 32 4e 44 46 56  43 53 33 36 33 0a 01 9b
[    85.505] (--) NVIDIA(GPU-0):   ff ff ff ff ff ff ff ff  ff ff ff ff ff ff ff ff
[    85.505] (--) NVIDIA(GPU-0):   ff ff ff ff ff ff ff ff  ff ff ff ff ff ff ff ff
[    85.505] (--) NVIDIA(GPU-0):   ff ff ff ff ff ff ff ff  ff ff ff ff ff ff ff ff
[    85.505] (--) NVIDIA(GPU-0):   ff ff ff ff ff ff ff ff  ff ff ff ff ff ff ff ff
[    85.505] (--) NVIDIA(GPU-0):   ff ff ff ff ff ff ff ff  ff ff ff ff ff ff ff ff
[    85.505] (--) NVIDIA(GPU-0):   ff ff ff ff ff ff ff ff  ff ff ff ff ff ff ff ff
[    85.505] (--) NVIDIA(GPU-0):   ff ff ff ff ff ff ff ff  ff ff ff ff ff ff ff ff
[    85.505] (--) NVIDIA(GPU-0):   ff ff ff ff ff ff ff ff  ff ff ff ff ff ff ff ff
[    85.505] (--) NVIDIA(GPU-0): 
[    85.506] (II) NVIDIA(0): NVIDIA GPU GeForce GT 430 (GF108) at PCI:1:0:0 (GPU-0)
[    85.506] (--) NVIDIA(0): Memory: 1048576 kBytes
[    85.506] (--) NVIDIA(0): VideoBIOS: 70.08.29.00.00
[    85.506] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[    85.506] (--) NVIDIA(0): Interlaced video modes are supported on this GPU
[    85.506] (--) NVIDIA(0): Connected display device(s) on GeForce GT 430 at PCI:1:0:0
[    85.506] (--) NVIDIA(0):     DFP-0
[    85.506] (--) NVIDIA(0): DFP-0: 330.0 MHz maximum pixel clock
[    85.506] (--) NVIDIA(0): DFP-0: Internal Dual Link TMDS
[    85.573] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID has been
[    85.573] (**) NVIDIA(0):     enabled on all display devices.
[    85.577] (II) NVIDIA(0): Assigned Display Device: DFP-0
[    85.577] (==) NVIDIA(0): 
[    85.577] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
[    85.577] (==) NVIDIA(0):     will be used as the requested mode.
[    85.577] (==) NVIDIA(0): 
[    85.577] (II) NVIDIA(0): Validated modes:
[    85.577] (II) NVIDIA(0):     "nvidia-auto-select"
[    85.577] (II) NVIDIA(0): Virtual screen size determined to be 640 x 480
[    85.607] (WW) NVIDIA(0): Unable to get display device DFP-0's EDID; cannot compute DPI
[    85.607] (WW) NVIDIA(0):     from DFP-0's EDID.
[    85.607] (==) NVIDIA(0): DPI set to (75, 75); computed from built-in default
[    85.607] (--) Depth 24 pixmap format is 32 bpp
[    85.607] (II) NVIDIA: Using 3072.00 MB of virtual memory for indirect memory
[    85.607] (II) NVIDIA:     access.
[    85.610] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[    85.610] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
[    85.610] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
[    85.610] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
[    85.610] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
[    85.610] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
[    85.610] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
[    85.610] (II) NVIDIA(0):     Config Options in the README.
[    85.611] (II) NVIDIA(0): Setting mode "nvidia-auto-select"
[    85.631] (II) NVIDIA(0): Built-in logo is bigger than the screen.
[    85.631] (II) Loading extension NV-GLX
[    85.687] (==) NVIDIA(0): Disabling shared memory pixmaps
[    85.687] (==) NVIDIA(0): Backing store disabled
[    85.687] (==) NVIDIA(0): Silken mouse enabled
[    85.687] (==) NVIDIA(0): DPMS enabled
[    85.687] (II) Loading extension NV-CONTROL
[    85.687] (II) Loading extension XINERAMA
[    85.687] (II) Loading sub module "dri2"
[    85.687] (II) LoadModule: "dri2"
[    85.688] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[    85.688] (II) Module dri2: vendor="X.Org Foundation"
[    85.688] 	compiled for 1.11.1.901, module version = 1.2.0
[    85.688] 	ABI class: X.Org Server Extension, version 6.0
[    85.688] (II) NVIDIA(0): [DRI2] Setup complete
[    85.688] (==) RandR enabled
[    85.688] (II) Initializing built-in extension Generic Event Extension
[    85.688] (II) Initializing built-in extension SHAPE
[    85.688] (II) Initializing built-in extension MIT-SHM
[    85.688] (II) Initializing built-in extension XInputExtension
[    85.688] (II) Initializing built-in extension XTEST
[    85.688] (II) Initializing built-in extension BIG-REQUESTS
[    85.688] (II) Initializing built-in extension SYNC
[    85.688] (II) Initializing built-in extension XKEYBOARD
[    85.688] (II) Initializing built-in extension XC-MISC
[    85.688] (II) Initializing built-in extension SECURITY
[    85.688] (II) Initializing built-in extension XINERAMA
[    85.688] (II) Initializing built-in extension XFIXES
[    85.688] (II) Initializing built-in extension RENDER
[    85.688] (II) Initializing built-in extension RANDR
[    85.688] (II) Initializing built-in extension COMPOSITE
[    85.688] (II) Initializing built-in extension DAMAGE
[    85.689] (II) Initializing extension GLX
[    85.712] (II) config/udev: Adding input device Power Button (/dev/input/event4)
[    85.712] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    85.712] (II) LoadModule: "evdev"
[    85.712] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    85.712] (II) Module evdev: vendor="X.Org Foundation"
[    85.712] 	compiled for 1.10.99.902, module version = 2.6.0
[    85.712] 	Module class: X.Org XInput Driver
[    85.712] 	ABI class: X.Org XInput driver, version 13.0
[    85.712] (II) Using input driver 'evdev' for 'Power Button'
[    85.712] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    85.712] (**) Power Button: always reports core events
[    85.712] (**) Power Button: Device: "/dev/input/event4"
[    85.712] (--) Power Button: Found keys
[    85.712] (II) Power Button: Configuring as keyboard
[    85.712] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input4/event4"
[    85.712] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    85.712] (**) Option "xkb_rules" "evdev"
[    85.712] (**) Option "xkb_model" "evdev"
[    85.712] (**) Option "xkb_layout" "fr"
[    85.712] (**) Option "xkb_variant" "oss"
[    85.712] (**) Option "xkb_options" "compose:menu,terminate:ctrl_alt_bksp"
[    85.725] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[    85.725] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    85.725] (II) Using input driver 'evdev' for 'Power Button'
[    85.725] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    85.725] (**) Power Button: always reports core events
[    85.725] (**) Power Button: Device: "/dev/input/event3"
[    85.725] (--) Power Button: Found keys
[    85.725] (II) Power Button: Configuring as keyboard
[    85.725] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input3/event3"
[    85.725] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[    85.725] (**) Option "xkb_rules" "evdev"
[    85.725] (**) Option "xkb_model" "evdev"
[    85.725] (**) Option "xkb_layout" "fr"
[    85.725] (**) Option "xkb_variant" "oss"
[    85.725] (**) Option "xkb_options" "compose:menu,terminate:ctrl_alt_bksp"
[    85.726] (II) config/udev: Adding input device HDA NVidia HDMI/DP (/dev/input/event5)
[    85.726] (II) No input driver/identifier specified (ignoring)
[    85.726] (II) config/udev: Adding input device HDA NVidia HDMI/DP (/dev/input/event6)
[    85.726] (II) No input driver/identifier specified (ignoring)
[    85.726] (II) config/udev: Adding input device HDA NVidia HDMI/DP (/dev/input/event7)
[    85.726] (II) No input driver/identifier specified (ignoring)
[    85.726] (II) config/udev: Adding input device HDA NVidia HDMI/DP (/dev/input/event8)
[    85.726] (II) No input driver/identifier specified (ignoring)
[    85.726] (II) config/udev: Adding input device Razer  Razer Abyssus (/dev/input/event1)
[    85.726] (**) Razer  Razer Abyssus: Applying InputClass "evdev pointer catchall"
[    85.726] (II) Using input driver 'evdev' for 'Razer  Razer Abyssus'
[    85.726] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    85.726] (**) Razer  Razer Abyssus: always reports core events
[    85.726] (**) Razer  Razer Abyssus: Device: "/dev/input/event1"
[    85.726] (--) Razer  Razer Abyssus: Found 11 mouse buttons
[    85.726] (--) Razer  Razer Abyssus: Found scroll wheel(s)
[    85.726] (--) Razer  Razer Abyssus: Found relative axes
[    85.726] (--) Razer  Razer Abyssus: Found x and y relative axes
[    85.726] (II) Razer  Razer Abyssus: Configuring as mouse
[    85.726] (II) Razer  Razer Abyssus: Adding scrollwheel support
[    85.726] (**) Razer  Razer Abyssus: YAxisMapping: buttons 4 and 5
[    85.726] (**) Razer  Razer Abyssus: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    85.726] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.3/1-1.3:1.0/input/input1/event1"
[    85.726] (II) XINPUT: Adding extended input device "Razer  Razer Abyssus" (type: MOUSE, id 8)
[    85.726] (II) Razer  Razer Abyssus: initialized for relative axes.
[    85.726] (**) Razer  Razer Abyssus: (accel) keeping acceleration scheme 1
[    85.726] (**) Razer  Razer Abyssus: (accel) acceleration profile 0
[    85.726] (**) Razer  Razer Abyssus: (accel) acceleration factor: 2.000
[    85.726] (**) Razer  Razer Abyssus: (accel) acceleration threshold: 4
[    85.727] (II) config/udev: Adding input device Razer  Razer Abyssus (/dev/input/mouse0)
[    85.727] (II) No input driver/identifier specified (ignoring)
[    85.727] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[    85.727] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[    85.727] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[    85.727] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    85.727] (**) AT Translated Set 2 keyboard: always reports core events
[    85.727] (**) AT Translated Set 2 keyboard: Device: "/dev/input/event0"
[    85.727] (--) AT Translated Set 2 keyboard: Found keys
[    85.727] (II) AT Translated Set 2 keyboard: Configuring as keyboard
[    85.727] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[    85.727] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 9)
[    85.727] (**) Option "xkb_rules" "evdev"
[    85.727] (**) Option "xkb_model" "evdev"
[    85.727] (**) Option "xkb_layout" "fr"
[    85.727] (**) Option "xkb_variant" "oss"
[    85.727] (**) Option "xkb_options" "compose:menu,terminate:ctrl_alt_bksp"
[    85.727] (II) config/udev: Adding input device PC Speaker (/dev/input/event2)
[    85.727] (II) No input driver/identifier specified (ignoring)
[   237.477] (II) NVIDIA(0): Setting mode "nvidia-auto-select"
[   237.572] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[   237.572] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
[   237.572] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
[   237.572] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
[   237.572] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
[   237.572] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
[   237.572] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
[   237.572] (II) NVIDIA(0):     Config Options in the README.

voila, merci

Re: [xorg] résolution écran carte nvidia écran lg ips226

Publié : sam. 29 oct. 2011, 10:00
par FoolEcho
syubuntu a écrit :hwinfo --monitor ne renvoit absolument rien.
syubuntu a écrit :

Code : Tout sélectionner

[    85.607] (WW) NVIDIA(0): Unable to get display device DFP-0's EDID; cannot compute DPI
[    85.607] (WW) NVIDIA(0):     from DFP-0's EDID.
Mouais... Du coup je comprends pourquoi il ne se configure pas. :|

Par contre, je ne sais pas trop comment y remédier...
http://www.nvnews.net/vbulletin/showthread.php?t=133070
suggère de faire ce que tu as fait au début: manuellement (le README est dans /usr/share/doc/nvidia/README).

... mais vu qu'on n'a pas d'info sur le matériel (hwinfo), ça risque d'être chaud...

Quel est le log de X avec ta configuration manuelle ? (passe plutôt par des fichiers dans /etc/X11/xorg.conf.d/)

Re: [xorg] résolution écran carte nvidia écran lg ips226

Publié : sam. 29 oct. 2011, 19:32
par benjarobin
Je pense que tu peux essayer de forcer la valeur du DPI

Re: [xorg] résolution écran carte nvidia écran lg ips226

Publié : mar. 01 nov. 2011, 11:21
par syubuntu
Je pense que tu peux essayer de forcer la valeur du DPI
je n'ai pas trouvé comment faire ça :?

Re: [xorg] résolution écran carte nvidia écran lg ips226

Publié : mar. 01 nov. 2011, 14:41
par FoolEcho
Tu as différentes méthodes: https://wiki.archlinux.org/index.php/Xo ... ze_and_DPI :rtfm: ;)
En espérant que ça suffise... :|

Re: [xorg] résolution écran carte nvidia écran lg ips226

Publié : sam. 17 déc. 2011, 12:07
par syubuntu
Bonjour,

désolé j'étais assez occupé.
je ne suis pas arrivé à le faire fonctionner correctement. je suis retourné sur nouveau qui m'affiche tout à la bonne résolution mais qui fige le serveur X au bout de quelques heures, et qui spamme les terminaux tty avec "edid cheksum is invalid, remainder is 128" puis un affichage du raw edid