ALT Linux Community general discussions
 help / color / mirror / Atom feed
* [Comm] Проблема с монитором Acer AL1716 на P7.
@ 2014-07-17  7:45 "Четвериков К.В."
  2014-07-17  7:48 ` "Четвериков К.В."
  2014-07-17  8:22 ` Vasiliy D. Sevostyanov
  0 siblings, 2 replies; 3+ messages in thread
From: "Четвериков К.В." @ 2014-07-17  7:45 UTC (permalink / raw)
  To: ALT Linux Community general discussions

С переходом на P7 появилась у нас проблема с определением оптимального 
разрешения экранов мониторов Acer AL1716 (с другими мониторами проблем 
нет). Непосредственно после установки разрешение выставляется корректно 
и xrandr отображает список поддерживаемых режимов корректно:

$ xrandr
Screen 0: minimum 320 x 200, current 1280 x 1024, maximum 32767 x 32767
VGA1 connected 1280x1024+0+0 (normal left inverted right x axis y axis) 
338mm x 271mm
    1280x1024      60.0*+   75.0
    1280x960       60.0
    1152x864       75.0
    1280x720       60.0
    1024x768       75.1     70.1     60.0
    832x624        74.6
    800x600        72.2     75.0     60.3     56.2
    640x480        75.0     72.8     66.7     60.0
    720x400        70.1

По прошествии времени (около недели), после очередной загрузки системы, 
разрешение само сменяется на 1024x768 и таковым остаётся после 
перезагрузок и операций вкл-выкл ПК, xrandr выводит уже это:

$ xrandr
Screen 0: minimum 320 x 200, current 1024 x 768, maximum 32767 x 32767
VGA1 connected 1024x768+0+0 (normal left inverted right x axis y axis) 
0mm x 0mm
    1024x768       60.0*+
    800x600        60.3     56.2
    848x480        60.0
    640x480        59.9

Как уже выше было сказано, ранее на этих ПК был установлен P5 и этой 
проблемы не было. Конфиг компьютеров разный, видеоадаптеры разные, дрова 
разные - vesa, fbdev и intel, соответственно проблема не в дровах на 
видео. От обновления пакетной базы улучшений не прибавилось, проблема 
есть на всех системах, установленных с марта по июль (самые свежие 
пакеты на момент установки).  Пробовал шаманить с 10-monitor.conf. Ни так:

cat /etc/X11/xorg.conf.d/10-monitor.conf
# Generated by xsetup

Section "Monitor"
     Identifier "Monitor0"
EndSection

Section "Device"
     Identifier "Card0"
EndSection

Section "Screen"
     Identifier "Screen0"
     Device "Card0"
     Monitor "Monitor0"
     SubSection "Display"
         Modes "1280x1024"
     EndSubSection
EndSection


ни так:

cat /etc/X11/xorg.conf.d/10-monitor.conf
# Generated by xsetup

Section "Monitor"
     Identifier "Monitor0"
     Modeline "1280x1024"  108.88  1280 1360 1496 1712  1024 1025 1028 
1060  -HSync +Vsync
     Option "PreferredMode" "1280x1024"
EndSection

Section "Device"
     Identifier "Card0"
     Driver "intel"
EndSection

Section "Screen"
     Identifier "Screen0"
     Device "Card0"
     Monitor "Monitor0"
     SubSection "Display"
         Modes "1280x1024"
             EndSubSection
EndSection

Результата не дало.

Методом тыка, выяснилось, что если из монитора выдернуть провод питания, 
либо VGA на несколько секунд, подключить обратно и перезагрузиться, то 
монитор вновь определяется корректно около недели. Естественно такой 
вариант - не дело.
Так же, удалось выставить правильное разрешение с помощью xrandr, 
занесённого в скрипт:

cat /etc/X11/xinit.d/1280x1024
#!/bin/bash

xrandr --newmode "1280x1024"  108.88  1280 1360 1496 1712  1024 1025 
1028 1060  -HSync +Vsync

xrandr --addmode VGA1 "1280x1024"

xrandr --output VGA1 --mode 1280x1024

Но этот скрипт стартует после логина пользователя, а нам нужно чтобы он 
применился при старте kdm. Как это сделать? Пробовал добавить сюда - 
/etc/X11/kdm/Xsetup - не помогло.

Прикрепляю к письму X лог с машины, где в данный момент монитор 
определился нормально и с той, на которой сейчас есть проблема. Названы 
логи соответственно.

-- 
С уважением,
Четвериков Константин
Системный администратор
ООО „МАНН и ШРЁДЕР Руссланд“
Лихачевский пр-д.10, г. Долгопрудный 141700 МО
Тел. +7 (495) 617-617-2 доб. 212
e-mail: chetverikov@mann-schroeder.ru www.mann-schroeder.ru



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Comm] Проблема с монитором Acer AL1716 на P7.
  2014-07-17  7:45 [Comm] Проблема с монитором Acer AL1716 на P7 "Четвериков К.В."
@ 2014-07-17  7:48 ` "Четвериков К.В."
  2014-07-17  8:22 ` Vasiliy D. Sevostyanov
  1 sibling, 0 replies; 3+ messages in thread
From: "Четвериков К.В." @ 2014-07-17  7:48 UTC (permalink / raw)
  To: ALT Linux Community general discussions

[-- Attachment #1: Type: text/plain, Size: 701 bytes --]

17.07.2014 11:45, "Четвериков К.В." пишет:
> Прикрепляю к письму X лог с машины, где в данный момент монитор 
> определился нормально и с той, на которой сейчас есть проблема. 
> Названы логи соответственно.
>

-- 
С уважением,
Четвериков Константин
Системный администратор
ООО „МАНН и ШРЁДЕР Руссланд“
Лихачевский пр-д.10, г. Долгопрудный 141700 МО
Тел. +7 (495) 617-617-2 доб. 212
e-mail: chetverikov@mann-schroeder.ru www.mann-schroeder.ru


[-- Attachment #2: Xorg.0.log.normal --]
[-- Type: text/plain, Size: 18326 bytes --]

[    21.468] 
X.Org X Server 1.14.5
Release Date: 2013-12-12
[    21.468] X Protocol Version 11, Revision 0
[    21.468] Build Operating System: ALT Linux Sisyphus (20081222) i686
[    21.468] Current Operating System: Linux trademark.mann-schroeder.ru 3.12.17-std-def-alt1 #1 SMP Tue Apr 8 10:13:24 UTC 2014 i686
[    21.468] Kernel command line: BOOT_IMAGE=/boot/vmlinuz root=UUID=62d0dbbc-2b70-48a1-ac53-7ef49abffd56 ro panic=30 quiet splash
[    21.468] Build Date: 29 January 2014  10:51:04PM
[    21.468]  
[    21.468] Current version of pixman: 0.28.2
[    21.468] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    21.468] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    21.468] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Jul 10 09:08:59 2014
[    21.547] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    21.547] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    21.548] (==) No Layout section.  Using the first Screen section.
[    21.548] (==) No screen section available. Using defaults.
[    21.548] (**) |-->Screen "Default Screen Section" (0)
[    21.548] (**) |   |-->Monitor "<default monitor>"
[    21.548] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[    21.548] (==) Automatically adding devices
[    21.548] (==) Automatically enabling devices
[    21.548] (==) Automatically adding GPU devices
[    21.548] (==) FontPath set to:
	catalogue:/etc/X11/fontpath.d
[    21.548] (==) ModulePath set to "/usr/lib/X11/modules"
[    21.548] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    21.548] (II) Loader magic: 0x8263680
[    21.548] (II) Module ABI versions:
[    21.548] 	X.Org ANSI C Emulation: 0.4
[    21.548] 	X.Org Video Driver: 14.1
[    21.548] 	X.Org XInput driver : 19.1
[    21.548] 	X.Org Server Extension : 7.0
[    21.548] (II) xfree86: Adding drm device (/dev/dri/card0)
[    21.549] (--) PCI:*(0:0:2:0) 8086:29c2:1849:29c2 rev 16, Mem @ 0xfea80000/524288, 0xe0000000/268435456, 0xfe900000/1048576, I/O @ 0x0000dc00/8
[    21.549] Initializing built-in extension Generic Event Extension
[    21.550] Initializing built-in extension SHAPE
[    21.550] Initializing built-in extension MIT-SHM
[    21.550] Initializing built-in extension XInputExtension
[    21.550] Initializing built-in extension XTEST
[    21.550] Initializing built-in extension BIG-REQUESTS
[    21.550] Initializing built-in extension SYNC
[    21.550] Initializing built-in extension XKEYBOARD
[    21.550] Initializing built-in extension XC-MISC
[    21.550] Initializing built-in extension SECURITY
[    21.550] Initializing built-in extension XINERAMA
[    21.550] Initializing built-in extension XFIXES
[    21.550] Initializing built-in extension RENDER
[    21.550] Initializing built-in extension RANDR
[    21.550] Initializing built-in extension COMPOSITE
[    21.550] Initializing built-in extension DAMAGE
[    21.550] Initializing built-in extension MIT-SCREEN-SAVER
[    21.550] Initializing built-in extension DOUBLE-BUFFER
[    21.550] Initializing built-in extension RECORD
[    21.550] Initializing built-in extension DPMS
[    21.550] Initializing built-in extension X-Resource
[    21.550] Initializing built-in extension XVideo
[    21.550] Initializing built-in extension XVideo-MotionCompensation
[    21.550] Initializing built-in extension SELinux
[    21.550] Initializing built-in extension XFree86-VidModeExtension
[    21.550] Initializing built-in extension XFree86-DGA
[    21.550] Initializing built-in extension XFree86-DRI
[    21.550] Initializing built-in extension DRI2
[    21.550] (==) Matched intel as autoconfigured driver 0
[    21.550] (==) Matched intel as autoconfigured driver 1
[    21.550] (==) Matched modesetting as autoconfigured driver 2
[    21.550] (==) Matched fbdev as autoconfigured driver 3
[    21.550] (==) Matched vesa as autoconfigured driver 4
[    21.550] (==) Assigned the driver to the xf86ConfigLayout
[    21.579] (II) Executed /usr/libexec/X11/drv.d/x11
[    21.579] (II) LoadModule: "glx"
[    21.630] (II) Loading /usr/lib/X11/modules/extensions/libglx.so
[    21.630] (II) Module glx: vendor="X.Org Foundation"
[    21.630] 	compiled for 1.14.5, module version = 1.0.0
[    21.630] 	ABI class: X.Org Server Extension, version 7.0
[    21.630] (==) AIGLX enabled
[    21.631] Loading extension GLX
[    21.631] (II) LoadModule: "intel"
[    21.631] (II) Loading /usr/lib/X11/modules/drivers/intel_drv.so
[    21.631] (II) Module intel: vendor="X.Org Foundation"
[    21.631] 	compiled for 1.14.2, module version = 2.21.15
[    21.631] 	Module class: X.Org Video Driver
[    21.631] 	ABI class: X.Org Video Driver, version 14.1
[    21.631] (II) LoadModule: "modesetting"
[    21.631] (II) Loading /usr/lib/X11/modules/drivers/modesetting_drv.so
[    21.631] (II) Module modesetting: vendor="X.Org Foundation"
[    21.631] 	compiled for 1.14.5, module version = 0.8.1
[    21.631] 	Module class: X.Org Video Driver
[    21.631] 	ABI class: X.Org Video Driver, version 14.1
[    21.631] (II) LoadModule: "fbdev"
[    21.631] (II) Loading /usr/lib/X11/modules/drivers/fbdev_drv.so
[    21.631] (II) Module fbdev: vendor="X.Org Foundation"
[    21.631] 	compiled for 1.14.0, module version = 0.4.3
[    21.631] 	Module class: X.Org Video Driver
[    21.631] 	ABI class: X.Org Video Driver, version 14.1
[    21.631] (II) LoadModule: "vesa"
[    21.631] (II) Loading /usr/lib/X11/modules/drivers/vesa_drv.so
[    21.631] (II) Module vesa: vendor="X.Org Foundation"
[    21.631] 	compiled for 1.14.0, module version = 2.3.2
[    21.631] 	Module class: X.Org Video Driver
[    21.631] 	ABI class: X.Org Video Driver, version 14.1
[    21.631] (II) intel: Driver for Intel(R) Integrated Graphics Chipsets:
	i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G,
	915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM,
	Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
	GM45, 4 Series, G45/G43, Q45/Q43, G41, B43, HD Graphics,
	HD Graphics 2000, HD Graphics 3000, HD Graphics 2500,
	HD Graphics 4000, HD Graphics P4000, HD Graphics 4600,
	HD Graphics 5000, HD Graphics P4600/P4700, Iris(TM) Graphics 5100,
	HD Graphics 4400, HD Graphics 4200, Iris(TM) Pro Graphics 5200
[    21.632] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    21.632] (II) FBDEV: driver for framebuffer: fbdev
[    21.632] (II) VESA: driver for VESA chipsets: vesa
[    21.632] (++) using VT number 7

[    21.639] (WW) Falling back to old probe method for modesetting
[    21.639] (WW) Falling back to old probe method for fbdev
[    21.639] (II) Loading sub module "fbdevhw"
[    21.639] (II) LoadModule: "fbdevhw"
[    21.639] (II) Loading /usr/lib/X11/modules/libfbdevhw.so
[    21.639] (II) Module fbdevhw: vendor="X.Org Foundation"
[    21.639] 	compiled for 1.14.5, module version = 0.0.2
[    21.639] 	ABI class: X.Org Video Driver, version 14.1
[    21.639] (WW) Falling back to old probe method for vesa
[    21.640] (II) intel(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[    21.640] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[    21.640] (==) intel(0): RGB weight 888
[    21.640] (==) intel(0): Default visual is TrueColor
[    21.640] (--) intel(0): Integrated Graphics Chipset: Intel(R) G33
[    21.640] (--) intel(0): CPU: x86, sse2, sse3, ssse3
[    21.640] (**) intel(0): Framebuffer tiled
[    21.640] (**) intel(0): Pixmaps tiled
[    21.640] (**) intel(0): "Tear free" disabled
[    21.640] (**) intel(0): Forcing per-crtc-pixmaps? no
[    21.640] (II) intel(0): Output VGA1 has no monitor section
[    21.640] (--) intel(0): Output VGA1 using initial mode 1280x1024 on pipe 0
[    21.640] (==) intel(0): DPI set to (96, 96)
[    21.640] (II) Loading sub module "dri2"
[    21.640] (II) LoadModule: "dri2"
[    21.640] (II) Module "dri2" already built-in
[    21.640] (II) UnloadModule: "modesetting"
[    21.640] (II) Unloading modesetting
[    21.640] (II) UnloadModule: "fbdev"
[    21.640] (II) Unloading fbdev
[    21.640] (II) UnloadSubModule: "fbdevhw"
[    21.640] (II) Unloading fbdevhw
[    21.640] (II) UnloadModule: "vesa"
[    21.640] (II) Unloading vesa
[    21.640] (==) Depth 24 pixmap format is 32 bpp
[    21.640] (II) intel(0): SNA initialized with Alviso (gen3) backend
[    21.641] (==) intel(0): Backing store disabled
[    21.641] (==) intel(0): Silken mouse enabled
[    21.641] (II) intel(0): HW Cursor enabled
[    21.641] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[    21.641] (==) intel(0): DPMS enabled
[    21.641] (II) intel(0): [XvMC] i915_xvmc driver initialized.
[    21.641] (II) intel(0): [DRI2] Setup complete
[    21.641] (II) intel(0): [DRI2]   DRI driver: i915
[    21.641] (II) intel(0): direct rendering: DRI2 Enabled
[    21.641] (==) intel(0): hotplug detection: "enabled"
[    21.641] (--) RandR disabled
[    21.654] (II) SELinux: Disabled on system
[    21.679] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[    21.679] (II) AIGLX: enabled GLX_INTEL_swap_event
[    21.679] (II) AIGLX: enabled GLX_ARB_create_context
[    21.679] (II) AIGLX: enabled GLX_ARB_create_context_profile
[    21.679] (II) AIGLX: enabled GLX_EXT_create_context_es2_profile
[    21.679] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[    21.679] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[    21.679] (II) AIGLX: Loaded and initialized i915
[    21.679] (II) GLX: Initialized DRI2 GL provider for screen 0
[    21.688] (II) intel(0): switch to mode 1280x1024@60.0 on pipe 0 using VGA1, position (0, 0), rotation normal
[    21.712] (II) intel(0): Setting screen physical size to 338 x 270
[    21.833] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[    21.833] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    21.833] (II) LoadModule: "evdev"
[    21.833] (II) Loading /usr/lib/X11/modules/input/evdev_drv.so
[    21.833] (II) Module evdev: vendor="X.Org Foundation"
[    21.833] 	compiled for 1.14.0, module version = 2.8.0
[    21.833] 	Module class: X.Org XInput Driver
[    21.833] 	ABI class: X.Org XInput driver, version 19.1
[    21.833] (II) Using input driver 'evdev' for 'Power Button'
[    21.833] (**) Power Button: always reports core events
[    21.833] (**) evdev: Power Button: Device: "/dev/input/event2"
[    21.833] (--) evdev: Power Button: Vendor 0 Product 0x1
[    21.833] (--) evdev: Power Button: Found keys
[    21.833] (II) evdev: Power Button: Configuring as keyboard
[    21.833] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event2"
[    21.833] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    21.833] (**) Option "xkb_rules" "evdev"
[    21.833] (**) Option "xkb_model" "evdev"
[    21.833] (**) Option "xkb_layout" "us"
[    21.856] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[    21.856] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    21.856] (II) Using input driver 'evdev' for 'Power Button'
[    21.856] (**) Power Button: always reports core events
[    21.856] (**) evdev: Power Button: Device: "/dev/input/event1"
[    21.856] (--) evdev: Power Button: Vendor 0 Product 0x1
[    21.856] (--) evdev: Power Button: Found keys
[    21.856] (II) evdev: Power Button: Configuring as keyboard
[    21.856] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input2/event1"
[    21.856] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[    21.856] (**) Option "xkb_rules" "evdev"
[    21.856] (**) Option "xkb_model" "evdev"
[    21.856] (**) Option "xkb_layout" "us"
[    21.858] (II) config/udev: Adding drm device (/dev/dri/card0)
[    21.858] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[    21.858] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[    21.858] (**) AT Translated Set 2 keyboard: Applying InputClass "keyboard"
[    21.858] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[    21.858] (**) AT Translated Set 2 keyboard: always reports core events
[    21.858] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
[    21.858] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
[    21.858] (--) evdev: AT Translated Set 2 keyboard: Found keys
[    21.858] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
[    21.858] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[    21.858] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 8)
[    21.858] (**) Option "xkb_rules" "evdev"
[    21.858] (**) Option "xkb_model" "evdev"
[    21.858] (**) Option "xkb_layout" "us"
[    21.859] (II) config/udev: Adding input device ImPS/2 Generic Wheel Mouse (/dev/input/event4)
[    21.859] (**) ImPS/2 Generic Wheel Mouse: Applying InputClass "evdev pointer catchall"
[    21.859] (II) Using input driver 'evdev' for 'ImPS/2 Generic Wheel Mouse'
[    21.859] (**) ImPS/2 Generic Wheel Mouse: always reports core events
[    21.859] (**) evdev: ImPS/2 Generic Wheel Mouse: Device: "/dev/input/event4"
[    21.859] (--) evdev: ImPS/2 Generic Wheel Mouse: Vendor 0x2 Product 0x5
[    21.859] (--) evdev: ImPS/2 Generic Wheel Mouse: Found 3 mouse buttons
[    21.859] (--) evdev: ImPS/2 Generic Wheel Mouse: Found scroll wheel(s)
[    21.859] (--) evdev: ImPS/2 Generic Wheel Mouse: Found relative axes
[    21.859] (--) evdev: ImPS/2 Generic Wheel Mouse: Found x and y relative axes
[    21.859] (II) evdev: ImPS/2 Generic Wheel Mouse: Configuring as mouse
[    21.859] (II) evdev: ImPS/2 Generic Wheel Mouse: Adding scrollwheel support
[    21.859] (**) evdev: ImPS/2 Generic Wheel Mouse: YAxisMapping: buttons 4 and 5
[    21.859] (**) evdev: ImPS/2 Generic Wheel Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    21.859] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input4/event4"
[    21.859] (II) XINPUT: Adding extended input device "ImPS/2 Generic Wheel Mouse" (type: MOUSE, id 9)
[    21.859] (II) evdev: ImPS/2 Generic Wheel Mouse: initialized for relative axes.
[    21.859] (**) ImPS/2 Generic Wheel Mouse: (accel) keeping acceleration scheme 1
[    21.859] (**) ImPS/2 Generic Wheel Mouse: (accel) acceleration profile 0
[    21.859] (**) ImPS/2 Generic Wheel Mouse: (accel) acceleration factor: 2.000
[    21.859] (**) ImPS/2 Generic Wheel Mouse: (accel) acceleration threshold: 4
[    21.859] (II) config/udev: Adding input device ImPS/2 Generic Wheel Mouse (/dev/input/mouse0)
[    21.859] (II) No input driver specified, ignoring this device.
[    21.859] (II) This device may have been added with another device file.
[    21.860] (II) config/udev: Adding input device PC Speaker (/dev/input/event3)
[    21.860] (II) No input driver specified, ignoring this device.
[    21.860] (II) This device may have been added with another device file.
[    22.660] (II) intel(0): EDID vendor "ACR", prod id 1716
[    22.660] (II) intel(0): DDCModeFromDetailedTiming: 1280x1024 Warning: We only handle separate sync.
[    22.660] (II) intel(0): Using EDID range info for horizontal sync
[    22.660] (II) intel(0): Using EDID range info for vertical refresh
[    22.660] (II) intel(0): Printing DDC gathered Modelines:
[    22.660] (II) intel(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 -hsync +vsync (64.0 kHz eP)
[    22.660] (II) intel(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    22.660] (II) intel(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[    22.660] (II) intel(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[    22.660] (II) intel(0): Modeline "640x480"x0.0   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz e)
[    22.660] (II) intel(0): Modeline "640x480"x0.0   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz e)
[    22.660] (II) intel(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    22.660] (II) intel(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[    22.660] (II) intel(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[    22.660] (II) intel(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[    22.660] (II) intel(0): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[    22.660] (II) intel(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    22.660] (II) intel(0): Modeline "832x624"x0.0   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
[    22.660] (II) intel(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[    22.660] (II) intel(0): Modeline "800x600"x0.0   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz e)
[    22.660] (II) intel(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[    22.660] (II) intel(0): Modeline "1280x720"x60.0   74.48  1280 1336 1472 1664  720 721 724 746 -hsync +vsync (44.8 kHz e)
[    22.660] (II) intel(0): Modeline "1280x960"x0.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
[    22.660] (II) intel(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[  8983.375] (II) intel(0): switch to mode 1280x1024@60.0 on pipe 0 using VGA1, position (0, 0), rotation normal

[-- Attachment #3: Xorg.0.log.not.normal --]
[-- Type: text/plain, Size: 15139 bytes --]

[    24.899] 
X.Org X Server 1.14.5
Release Date: 2013-12-12
[    24.900] X Protocol Version 11, Revision 0
[    24.900] Build Operating System: ALT Linux Sisyphus (20081222) i686
[    24.900] Current Operating System: Linux comp-pentium-4-233e5d 3.12.17-std-def-alt1 #1 SMP Tue Apr 8 10:13:24 UTC 2014 i686
[    24.900] Kernel command line: BOOT_IMAGE=/boot/vmlinuz root=UUID=338df0e1-1319-4b29-8fe0-e736488fdb48 ro panic=30 quiet splash
[    24.900] Build Date: 29 January 2014  10:51:04PM
[    24.900]  
[    24.900] Current version of pixman: 0.28.2
[    24.900] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    24.900] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    24.900] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Jul 17 08:02:11 2014
[    24.950] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    24.950] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    24.951] (==) No Layout section.  Using the first Screen section.
[    24.951] (**) |-->Screen "Screen0" (0)
[    24.951] (**) |   |-->Monitor "Monitor0"
[    24.951] (**) |   |-->Device "Card0"
[    24.951] (==) Automatically adding devices
[    24.951] (==) Automatically enabling devices
[    24.951] (==) Automatically adding GPU devices
[    24.952] (==) FontPath set to:
	catalogue:/etc/X11/fontpath.d
[    24.952] (==) ModulePath set to "/usr/lib/X11/modules"
[    24.952] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    24.952] (II) Loader magic: 0x8263680
[    24.952] (II) Module ABI versions:
[    24.952] 	X.Org ANSI C Emulation: 0.4
[    24.952] 	X.Org Video Driver: 14.1
[    24.952] 	X.Org XInput driver : 19.1
[    24.952] 	X.Org Server Extension : 7.0
[    24.952] (II) xfree86: Adding drm device (/dev/dri/card0)
[    24.955] (--) PCI:*(0:0:2:0) 8086:2572:1458:2572 rev 2, Mem @ 0xf0000000/134217728, 0xf8100000/524288, I/O @ 0x0000c000/8
[    24.955] Initializing built-in extension Generic Event Extension
[    24.955] Initializing built-in extension SHAPE
[    24.955] Initializing built-in extension MIT-SHM
[    24.955] Initializing built-in extension XInputExtension
[    24.955] Initializing built-in extension XTEST
[    24.955] Initializing built-in extension BIG-REQUESTS
[    24.955] Initializing built-in extension SYNC
[    24.955] Initializing built-in extension XKEYBOARD
[    24.955] Initializing built-in extension XC-MISC
[    24.955] Initializing built-in extension SECURITY
[    24.955] Initializing built-in extension XINERAMA
[    24.955] Initializing built-in extension XFIXES
[    24.955] Initializing built-in extension RENDER
[    24.955] Initializing built-in extension RANDR
[    24.955] Initializing built-in extension COMPOSITE
[    24.955] Initializing built-in extension DAMAGE
[    24.955] Initializing built-in extension MIT-SCREEN-SAVER
[    24.955] Initializing built-in extension DOUBLE-BUFFER
[    24.955] Initializing built-in extension RECORD
[    24.955] Initializing built-in extension DPMS
[    24.955] Initializing built-in extension X-Resource
[    24.955] Initializing built-in extension XVideo
[    24.955] Initializing built-in extension XVideo-MotionCompensation
[    24.956] Initializing built-in extension SELinux
[    24.956] Initializing built-in extension XFree86-VidModeExtension
[    24.956] Initializing built-in extension XFree86-DGA
[    24.956] Initializing built-in extension XFree86-DRI
[    24.956] Initializing built-in extension DRI2
[    24.956] (==) Matched intel as autoconfigured driver 0
[    24.956] (==) Matched intel as autoconfigured driver 1
[    24.956] (==) Matched modesetting as autoconfigured driver 2
[    24.956] (==) Matched fbdev as autoconfigured driver 3
[    24.956] (==) Matched vesa as autoconfigured driver 4
[    24.956] (==) Assigned the driver to the xf86ConfigLayout
[    25.038] (II) Executed /usr/libexec/X11/drv.d/x11
[    25.038] (II) LoadModule: "glx"
[    25.233] (II) Loading /usr/lib/X11/modules/extensions/libglx.so
[    25.233] (II) Module glx: vendor="X.Org Foundation"
[    25.233] 	compiled for 1.14.5, module version = 1.0.0
[    25.233] 	ABI class: X.Org Server Extension, version 7.0
[    25.233] (==) AIGLX enabled
[    25.233] Loading extension GLX
[    25.233] (II) LoadModule: "intel"
[    25.234] (II) Loading /usr/lib/X11/modules/drivers/intel_drv.so
[    25.235] (II) Module intel: vendor="X.Org Foundation"
[    25.235] 	compiled for 1.14.2, module version = 2.21.15
[    25.235] 	Module class: X.Org Video Driver
[    25.235] 	ABI class: X.Org Video Driver, version 14.1
[    25.235] (II) LoadModule: "modesetting"
[    25.235] (II) Loading /usr/lib/X11/modules/drivers/modesetting_drv.so
[    25.235] (II) Module modesetting: vendor="X.Org Foundation"
[    25.236] 	compiled for 1.14.5, module version = 0.8.1
[    25.236] 	Module class: X.Org Video Driver
[    25.236] 	ABI class: X.Org Video Driver, version 14.1
[    25.236] (II) LoadModule: "fbdev"
[    25.237] (II) Loading /usr/lib/X11/modules/drivers/fbdev_drv.so
[    25.237] (II) Module fbdev: vendor="X.Org Foundation"
[    25.237] 	compiled for 1.14.0, module version = 0.4.3
[    25.237] 	Module class: X.Org Video Driver
[    25.237] 	ABI class: X.Org Video Driver, version 14.1
[    25.237] (II) LoadModule: "vesa"
[    25.238] (II) Loading /usr/lib/X11/modules/drivers/vesa_drv.so
[    25.238] (II) Module vesa: vendor="X.Org Foundation"
[    25.238] 	compiled for 1.14.0, module version = 2.3.2
[    25.238] 	Module class: X.Org Video Driver
[    25.238] 	ABI class: X.Org Video Driver, version 14.1
[    25.238] (II) intel: Driver for Intel(R) Integrated Graphics Chipsets:
	i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G,
	915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM,
	Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
	GM45, 4 Series, G45/G43, Q45/Q43, G41, B43, HD Graphics,
	HD Graphics 2000, HD Graphics 3000, HD Graphics 2500,
	HD Graphics 4000, HD Graphics P4000, HD Graphics 4600,
	HD Graphics 5000, HD Graphics P4600/P4700, Iris(TM) Graphics 5100,
	HD Graphics 4400, HD Graphics 4200, Iris(TM) Pro Graphics 5200
[    25.240] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    25.240] (II) FBDEV: driver for framebuffer: fbdev
[    25.240] (II) VESA: driver for VESA chipsets: vesa
[    25.240] (++) using VT number 7

[    25.251] (WW) Falling back to old probe method for modesetting
[    25.251] (WW) Falling back to old probe method for fbdev
[    25.251] (II) Loading sub module "fbdevhw"
[    25.251] (II) LoadModule: "fbdevhw"
[    25.251] (II) Loading /usr/lib/X11/modules/libfbdevhw.so
[    25.251] (II) Module fbdevhw: vendor="X.Org Foundation"
[    25.251] 	compiled for 1.14.5, module version = 0.0.2
[    25.251] 	ABI class: X.Org Video Driver, version 14.1
[    25.252] (WW) Falling back to old probe method for vesa
[    25.253] (==) intel(0): Depth 15, (--) framebuffer bpp 16
[    25.253] (==) intel(0): RGB weight 555
[    25.253] (==) intel(0): Default visual is TrueColor
[    25.253] (--) intel(0): Integrated Graphics Chipset: Intel(R) 865G
[    25.254] (--) intel(0): CPU: x86, sse2, sse3
[    25.254] (**) intel(0): Framebuffer tiled
[    25.254] (**) intel(0): Pixmaps tiled
[    25.254] (**) intel(0): "Tear free" disabled
[    25.254] (**) intel(0): Forcing per-crtc-pixmaps? no
[    25.254] (II) intel(0): Output VGA1 using monitor section Monitor0
[    25.254] (--) intel(0): Output VGA1 using initial mode 1024x768 on pipe 0
[    25.254] (==) intel(0): DPI set to (96, 96)
[    25.254] (II) Loading sub module "dri2"
[    25.254] (II) LoadModule: "dri2"
[    25.254] (II) Module "dri2" already built-in
[    25.254] (II) UnloadModule: "modesetting"
[    25.254] (II) Unloading modesetting
[    25.254] (II) UnloadModule: "fbdev"
[    25.254] (II) Unloading fbdev
[    25.255] (II) UnloadSubModule: "fbdevhw"
[    25.255] (II) Unloading fbdevhw
[    25.255] (II) UnloadModule: "vesa"
[    25.255] (II) Unloading vesa
[    25.255] (II) intel(0): SNA initialized with Almador (gen2) backend
[    25.255] (==) intel(0): Backing store disabled
[    25.255] (==) intel(0): Silken mouse enabled
[    25.255] (II) intel(0): HW Cursor enabled
[    25.256] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[    25.256] (==) intel(0): DPMS enabled
[    25.256] (II) intel(0): Textured video not supported on this hardware
[    25.256] (II) intel(0): [DRI2] Setup complete
[    25.256] (II) intel(0): [DRI2]   DRI driver: i915
[    25.256] (II) intel(0): direct rendering: DRI2 Enabled
[    25.256] (==) intel(0): hotplug detection: "enabled"
[    25.256] (--) RandR disabled
[    25.274] (II) SELinux: Disabled on system
[    25.647] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[    25.647] (II) AIGLX: enabled GLX_INTEL_swap_event
[    25.648] (II) AIGLX: enabled GLX_ARB_create_context
[    25.648] (II) AIGLX: enabled GLX_ARB_create_context_profile
[    25.648] (II) AIGLX: enabled GLX_EXT_create_context_es2_profile
[    25.648] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[    25.648] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[    25.648] (II) AIGLX: Loaded and initialized i915
[    25.648] (II) GLX: Initialized DRI2 GL provider for screen 0
[    25.649] (II) intel(0): switch to mode 1024x768@60.0 on pipe 0 using VGA1, position (0, 0), rotation normal
[    25.700] (II) intel(0): Setting screen physical size to 270 x 203
[    25.922] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[    25.922] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    25.922] (II) LoadModule: "evdev"
[    25.922] (II) Loading /usr/lib/X11/modules/input/evdev_drv.so
[    25.922] (II) Module evdev: vendor="X.Org Foundation"
[    25.922] 	compiled for 1.14.0, module version = 2.8.0
[    25.922] 	Module class: X.Org XInput Driver
[    25.923] 	ABI class: X.Org XInput driver, version 19.1
[    25.923] (II) Using input driver 'evdev' for 'Power Button'
[    25.923] (**) Power Button: always reports core events
[    25.923] (**) evdev: Power Button: Device: "/dev/input/event2"
[    25.923] (--) evdev: Power Button: Vendor 0 Product 0x1
[    25.923] (--) evdev: Power Button: Found keys
[    25.923] (II) evdev: Power Button: Configuring as keyboard
[    25.923] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event2"
[    25.923] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    25.923] (**) Option "xkb_rules" "evdev"
[    25.923] (**) Option "xkb_model" "evdev"
[    25.923] (**) Option "xkb_layout" "us"
[    25.958] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[    25.958] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    25.958] (II) Using input driver 'evdev' for 'Power Button'
[    25.958] (**) Power Button: always reports core events
[    25.958] (**) evdev: Power Button: Device: "/dev/input/event1"
[    25.958] (--) evdev: Power Button: Vendor 0 Product 0x1
[    25.958] (--) evdev: Power Button: Found keys
[    25.958] (II) evdev: Power Button: Configuring as keyboard
[    25.958] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input2/event1"
[    25.958] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[    25.958] (**) Option "xkb_rules" "evdev"
[    25.958] (**) Option "xkb_model" "evdev"
[    25.958] (**) Option "xkb_layout" "us"
[    25.959] (II) config/udev: Adding drm device (/dev/dri/card0)
[    25.960] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[    25.960] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[    25.960] (**) AT Translated Set 2 keyboard: Applying InputClass "keyboard"
[    25.960] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[    25.960] (**) AT Translated Set 2 keyboard: always reports core events
[    25.960] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
[    25.960] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
[    25.960] (--) evdev: AT Translated Set 2 keyboard: Found keys
[    25.960] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
[    25.960] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[    25.960] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 8)
[    25.960] (**) Option "xkb_rules" "evdev"
[    25.960] (**) Option "xkb_model" "evdev"
[    25.960] (**) Option "xkb_layout" "us"
[    25.961] (II) config/udev: Adding input device ImPS/2 Generic Wheel Mouse (/dev/input/event4)
[    25.961] (**) ImPS/2 Generic Wheel Mouse: Applying InputClass "evdev pointer catchall"
[    25.961] (II) Using input driver 'evdev' for 'ImPS/2 Generic Wheel Mouse'
[    25.961] (**) ImPS/2 Generic Wheel Mouse: always reports core events
[    25.961] (**) evdev: ImPS/2 Generic Wheel Mouse: Device: "/dev/input/event4"
[    25.961] (--) evdev: ImPS/2 Generic Wheel Mouse: Vendor 0x2 Product 0x5
[    25.961] (--) evdev: ImPS/2 Generic Wheel Mouse: Found 3 mouse buttons
[    25.961] (--) evdev: ImPS/2 Generic Wheel Mouse: Found scroll wheel(s)
[    25.961] (--) evdev: ImPS/2 Generic Wheel Mouse: Found relative axes
[    25.961] (--) evdev: ImPS/2 Generic Wheel Mouse: Found x and y relative axes
[    25.961] (II) evdev: ImPS/2 Generic Wheel Mouse: Configuring as mouse
[    25.961] (II) evdev: ImPS/2 Generic Wheel Mouse: Adding scrollwheel support
[    25.961] (**) evdev: ImPS/2 Generic Wheel Mouse: YAxisMapping: buttons 4 and 5
[    25.961] (**) evdev: ImPS/2 Generic Wheel Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    25.961] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input5/event4"
[    25.961] (II) XINPUT: Adding extended input device "ImPS/2 Generic Wheel Mouse" (type: MOUSE, id 9)
[    25.961] (II) evdev: ImPS/2 Generic Wheel Mouse: initialized for relative axes.
[    25.962] (**) ImPS/2 Generic Wheel Mouse: (accel) keeping acceleration scheme 1
[    25.962] (**) ImPS/2 Generic Wheel Mouse: (accel) acceleration profile 0
[    25.962] (**) ImPS/2 Generic Wheel Mouse: (accel) acceleration factor: 2.000
[    25.962] (**) ImPS/2 Generic Wheel Mouse: (accel) acceleration threshold: 4
[    25.962] (II) config/udev: Adding input device ImPS/2 Generic Wheel Mouse (/dev/input/mouse0)
[    25.962] (II) No input driver specified, ignoring this device.
[    25.962] (II) This device may have been added with another device file.
[    25.963] (II) config/udev: Adding input device PC Speaker (/dev/input/event3)
[    25.963] (II) No input driver specified, ignoring this device.
[    25.963] (II) This device may have been added with another device file.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Comm] Проблема с монитором Acer AL1716 на P7.
  2014-07-17  7:45 [Comm] Проблема с монитором Acer AL1716 на P7 "Четвериков К.В."
  2014-07-17  7:48 ` "Четвериков К.В."
@ 2014-07-17  8:22 ` Vasiliy D. Sevostyanov
  1 sibling, 0 replies; 3+ messages in thread
From: Vasiliy D. Sevostyanov @ 2014-07-17  8:22 UTC (permalink / raw)
  To: ALT Linux Community general discussions

Hi, you wrote 11:45 Thu 17 Jul :
> 338mm x 271mm
...
> 0mm x 0mm
Попробуйте добавить в xorg.conf.d в секцию Monitor подсекцию 
    DisplaySize 338 271
    (или 338 270, как сказано в работающем логе второго письма)

И ещё есть какая-то подозрительная NoMTRR в секции Screen. Не совсем
понятно, чем она может 'Some hardware has buggy MTRR support, and some
video drivers have been known to exhibit problems when MTRR's are used.'
-- 
С уважением, Василий Д. Севостьянов.


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-07-17  8:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-07-17  7:45 [Comm] Проблема с монитором Acer AL1716 на P7 "Четвериков К.В."
2014-07-17  7:48 ` "Четвериков К.В."
2014-07-17  8:22 ` Vasiliy D. Sevostyanov

ALT Linux Community general discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
		mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
	public-inbox-index community

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.community


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git