Автор Тема: Странности с определением разрешения экрана  (Прочитано 2943 раз)

Оффлайн vadval15

  • Участник
  • *
  • Сообщений: 206
После установки ОС ALT Linux 6.0 Centaurus для монитора модели CTX оказалось доступным единственное разрешение экрана - 800х600, в то время как загрузка Live CD с этой же ОС на этом же компьютере позволила сразу же получить искомое разрешение для монитора - 1280х1024 и ещё 6 долнительных возможных разрешений. При этом естественно возникает вопрос, из какого же конфигурационного файла берётся информация о разрешениях экрана монитора, ведь стандартный конфигурационный файл /etc/X11/xorg.conf с секциями «Monitor», «Device» и «Screen» в этой ОС отсутствует, а в каталоге /etc/X11/xorg.conf.d имеются лишь 3 конфигурационных файла (10-input-touchpad.conf, 90-input-thinkpad.conf, 95-input-keyboard.conf) с секциями «InputClass», и почему установочной ОС, в отличие от загрузочной Live CD, не удаётся определить ни модель монитора, ни правильное разрешение экрана. Буду признателен за любую попытку разъяснения этого вопроса.

Оффлайн VadimZelenin

  • Участник
  • *
  • Сообщений: 116
    • МИС Самсон
Опишите оборудование, покажите журнал XOrg (/var/log/Xorg.0.log или как-то так, у меня сейчас нет p6 и я не могу сказать точно имя файла).

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


Оффлайн ruslandh

  • Поспешай не торопясь !
  • Модератор глобальный
  • *****
  • Сообщений: 32 361
  • Учиться .... Телепатами не рождаются, ими ....
Сравните версии используемых видеодрайверов.

Оффлайн berkut_174

  • Мастер
  • ***
  • Сообщений: 7 152
ведь стандартный конфигурационный файл /etc/X11/xorg.conf с секциями «Monitor», «Device» и «Screen» в этой ОС отсутствует, а в каталоге /etc/X11/xorg.conf.d имеются лишь 3 конфигурационных файла (10-input-touchpad.conf, 90-input-thinkpad.conf, 95-input-keyboard.conf) с секциями «InputClass»
Потому что новые ядра могут работать и без него.
Прогуляйтесь в "Центр Управления Системой" в раздел "Дисплей", выберите нужные параметры и нажмите "Применить". После этого появится файл /etc/X11/xorg.conf.d/10-monitor.conf, или же можете создать его вручную.

По теме, выше ответили. Опишите как всё подключено.
Сноси Винду, переходи на Линукс ! :)

Оффлайн vadval15

  • Участник
  • *
  • Сообщений: 206
В  «Центре Управления Системой» раздел «Дисплей» обнаружен не был, поэтому вручную созданный файл 10-monitor.conf имеет следующий вид:
# Xorg configuration created by pyxf86config

Section "Monitor"
Identifier  "Monitor0"
ModelName   "Chuntex Electronic Co. 15''"
Modeline    "1280x1024_60.00" 108.88 1280 1360 1496 1712  1024 1025 1028 1060  -HSync +Vsync
EndSection

Section "Device"
Identifier  "Videocard0"
Driver      "intel"
EndSection

Section "Screen"
Identifier "Screen0"
Device     "Videocard0"
Monitor    "Monitor0"
DefaultDepth     24
SubSection "Display"
Viewport   0 0
Depth     24
Modes     "1280x1024_60.00" "1152x900_67.00" "1024x768_75.00" "832x624_75.00" "800x600_75.00" "720x400_70.00" "640x480_75.00"
EndSubSection
EndSection
К сожалению, при добавлении этого файла в каталог /etc/X11/xorg.conf.d перестаёт загружаться графический интерфейс, при этом в конце выдаются следующие сообщения:
initrd: Running /scripts/post/cmdlinr/050-plymouth ...
Starting sshd service: D service: ous boot: ystems: blocksstartupcy.24:   No such file or [DONE]
Deactivating splash rvice: : oxnetadp):                                                                           [DONE]

Welcome to ALT Linux 6.0.0 Centaurus (Cheiron) /tty1
localhost login:
Таким образом, мне пока неизвестно, что ещё можно предпринять для установки правильного разрешения экрана. Также хотелось бы узнать, вывод каких команд может быть полезен в данном случае.
« Последнее редактирование: 19.01.2016 12:20:04 от ruslandh »

Оффлайн Kamrad

  • Участник
  • *
  • Сообщений: 226
  • Пингвиновод
Не претендую на истину, но было нечто подобное. Помогло удаление папки xorg.conf.d, после чего заработал нормально сконфигурированный xorg.conf.
"Linux используют ...э....энтузиасты, а нормальные люди работают на Windows! Вот представьте - приучили вы ребёнка работать с Linux, а придёт он в школу, где кругом Windows - и что он будет делать?!" (аргументация менеджера в компьютерной фирме)

Оффлайн berkut_174

  • Мастер
  • ***
  • Сообщений: 7 152
удаление папки xorg.conf.d
Не надо так делать!

В  «Центре Управления Системой» раздел «Дисплей» обнаружен не был
apt-get install alterator-x11
перестаёт загружаться графический интерфейс
см. содержимое /var/log/Xorg.0.log
вывод каких команд может быть полезен в данном случае
xrandr
Сноси Винду, переходи на Линукс ! :)

Оффлайн berkut_174

  • Мастер
  • ***
  • Сообщений: 7 152
Задайте нужное разрешение через "Центр Управления Системой" и покажите вывод команды:
ls /etc/X11/xorg.conf*
Сноси Винду, переходи на Линукс ! :)

Оффлайн ruslandh

  • Поспешай не торопясь !
  • Модератор глобальный
  • *****
  • Сообщений: 32 361
  • Учиться .... Телепатами не рождаются, ими ....
И смотрите в логах - почему у вас X-ы не запустлись:
cat /var/log/Xorg.0.log

Оффлайн vadval15

  • Участник
  • *
  • Сообщений: 206
1. Вывод команды $ cat /var/log/Xorg.0.log (при наличии в каталоге /etc/X11/xorg.conf.d файла 10-monitor.conf):
X.Org X Server 1.10.3
Release Date: 2011-07-08
X Protocol Version 11, Revision 0
Build Operating System: ALT Linux p6 (Ziziphora) i686
Current Operating System: Linux localhost.localdomain 2.6.32-el-smp-alt27 #1 SMP Tue Sep 20 19:35:51 UTC 2011 i686
Kernel command line: BOOT_IMAGE=/boot/vmlinuz root=UUID=3623db5c-bbd4-46b8-be7f-4634da382167 ro vga=0x314 noapic pci=nomsi acpi=off resume=/dev/disk/by-uuid/3b982813-5bad-44a0-a3ba-48b4cc329ee9 panic=30 splash
Build Date: 13 July 2011  03:39:43PM
 
Current version of pixman: 0.22.0
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Tue Jan 19 19:18:48 2016
(==) Using config directory: "/etc/X11/xorg.conf.d"
(==) Using system config directory "/usr/share/X11/xorg.conf.d"
(==) No Layout section.  Using the first Screen section.
(**) |-->Screen "Screen0" (0)
(**) |   |-->Monitor "Monitor0"
(**) |   |-->Device "Videocard0"
(==) Automatically adding devices
(==) Automatically enabling devices
(==) FontPath set to:
catalogue:/etc/X11/fontpath.d
(==) ModulePath set to "/usr/lib/X11/modules"
(II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
(II) Loader magic: 0x81fbda0
(II) Module ABI versions:
X.Org ANSI C Emulation: 0.4
X.Org Video Driver: 10.0
X.Org XInput driver : 12.2
X.Org Server Extension : 5.0
(--) PCI:*(0:0:2:0) 8086:2562:1043:2562 rev 3, Mem @ 0xe8000000/134217728, 0xe7800000/524288
(II) Executed /usr/libexec/X11/drv.d/x11
(II) LoadModule: "extmod"
(II) Loading /usr/lib/X11/modules/extensions/libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
compiled for 1.10.3, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 5.0
(II) Loading extension SELinux
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "dbe"
(II) Loading /usr/lib/X11/modules/extensions/libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
compiled for 1.10.3, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 5.0
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "glx"
(II) Loading /usr/lib/X11/modules/extensions/libglx.so
(II) Module glx: vendor="X.Org Foundation"
compiled for 1.10.3, module version = 1.0.0
ABI class: X.Org Server Extension, version 5.0
(==) AIGLX enabled
(II) Loading extension GLX
(II) LoadModule: "record"
(II) Loading /usr/lib/X11/modules/extensions/librecord.so
(II) Module record: vendor="X.Org Foundation"
compiled for 1.10.3, module version = 1.13.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 5.0
(II) Loading extension RECORD
(II) LoadModule: "dri"
(II) Loading /usr/lib/X11/modules/extensions/libdri.so
(II) Module dri: vendor="X.Org Foundation"
compiled for 1.10.3, module version = 1.0.0
ABI class: X.Org Server Extension, version 5.0
(II) Loading extension XFree86-DRI
(II) LoadModule: "dri2"
(II) Loading /usr/lib/X11/modules/extensions/libdri2.so
(II) Module dri2: vendor="X.Org Foundation"
compiled for 1.10.3, module version = 1.2.0
ABI class: X.Org Server Extension, version 5.0
(II) Loading extension DRI2
(II) LoadModule: "intel"
(II) Loading /usr/lib/X11/modules/drivers/intel_drv.so
(II) Module intel: vendor="X.Org Foundation"
compiled for 1.10.1, module version = 2.15.0
Module class: X.Org Video Driver
ABI class: X.Org Video Driver, version 10.0
(II) intel: Driver for Intel 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, B43, Clarkdale, Arrandale,
Sandybridge, Sandybridge, Sandybridge, Sandybridge, Sandybridge,
Sandybridge, Sandybridge
(--) using VT number 7

(EE) No devices detected.

Fatal server error:
no screens found

Please consult the The X.Org Foundation support
at http://wiki.x.org
 for help.
Please also check the log file at "/var/log/Xorg.0.log" for additional information.
2. Вывод команды $ cat /var/log/Xorg.0.log (при отсутствии в каталоге /etc/X11/xorg.conf.d файла 10-monitor.conf):
X.Org X Server 1.10.3
Release Date: 2011-07-08
X Protocol Version 11, Revision 0
Build Operating System: ALT Linux p6 (Ziziphora) i686
Current Operating System: Linux localhost.localdomain 2.6.32-el-smp-alt27 #1 SMP Tue Sep 20 19:35:51 UTC 2011 i686
Kernel command line: BOOT_IMAGE=/boot/vmlinuz root=UUID=3623db5c-bbd4-46b8-be7f-4634da382167 ro vga=0x314 noapic pci=nomsi acpi=off resume=/dev/disk/by-uuid/3b982813-5bad-44a0-a3ba-48b4cc329ee9 panic=30 splash
Build Date: 13 July 2011  03:39:43PM
 
Current version of pixman: 0.22.0
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Wed Jan 20 19:00:25 2016
(==) Using config directory: "/etc/X11/xorg.conf.d"
(==) Using system config directory "/usr/share/X11/xorg.conf.d"
(==) No Layout section.  Using the first Screen section.
(==) No screen section available. Using defaults.
(**) |-->Screen "Default Screen Section" (0)
(**) |   |-->Monitor "<default monitor>"
(==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
(==) Automatically adding devices
(==) Automatically enabling devices
(==) FontPath set to:
catalogue:/etc/X11/fontpath.d
(==) ModulePath set to "/usr/lib/X11/modules"
(II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
(II) Loader magic: 0x81fbda0
(II) Module ABI versions:
X.Org ANSI C Emulation: 0.4
X.Org Video Driver: 10.0
X.Org XInput driver : 12.2
X.Org Server Extension : 5.0
(--) PCI:*(0:0:2:0) 8086:2562:1043:2562 rev 3, Mem @ 0xe8000000/134217728, 0xe7800000/524288
(==) Matched intel as autoconfigured driver 0
(==) Matched fbdev as autoconfigured driver 1
(==) Matched vesa as autoconfigured driver 2
(==) Assigned the driver to the xf86ConfigLayout
(II) Executed /usr/libexec/X11/drv.d/x11
(II) LoadModule: "extmod"
(II) Loading /usr/lib/X11/modules/extensions/libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
compiled for 1.10.3, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 5.0
(II) Loading extension SELinux
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "dbe"
(II) Loading /usr/lib/X11/modules/extensions/libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
compiled for 1.10.3, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 5.0
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "glx"
(II) Loading /usr/lib/X11/modules/extensions/libglx.so
(II) Module glx: vendor="X.Org Foundation"
compiled for 1.10.3, module version = 1.0.0
ABI class: X.Org Server Extension, version 5.0
(==) AIGLX enabled
(II) Loading extension GLX
(II) LoadModule: "record"
(II) Loading /usr/lib/X11/modules/extensions/librecord.so
(II) Module record: vendor="X.Org Foundation"
compiled for 1.10.3, module version = 1.13.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 5.0
(II) Loading extension RECORD
(II) LoadModule: "dri"
(II) Loading /usr/lib/X11/modules/extensions/libdri.so
(II) Module dri: vendor="X.Org Foundation"
compiled for 1.10.3, module version = 1.0.0
ABI class: X.Org Server Extension, version 5.0
(II) Loading extension XFree86-DRI
(II) LoadModule: "dri2"
(II) Loading /usr/lib/X11/modules/extensions/libdri2.so
(II) Module dri2: vendor="X.Org Foundation"
compiled for 1.10.3, module version = 1.2.0
ABI class: X.Org Server Extension, version 5.0
(II) Loading extension DRI2
(II) LoadModule: "intel"
(II) Loading /usr/lib/X11/modules/drivers/intel_drv.so
(II) Module intel: vendor="X.Org Foundation"
compiled for 1.10.1, module version = 2.15.0
Module class: X.Org Video Driver
ABI class: X.Org Video Driver, version 10.0
(II) LoadModule: "fbdev"
(II) Loading /usr/lib/X11/modules/drivers/fbdev_drv.so
(II) Module fbdev: vendor="X.Org Foundation"
compiled for 1.10.1, module version = 0.4.2
ABI class: X.Org Video Driver, version 10.0
(II) LoadModule: "vesa"
(II) Loading /usr/lib/X11/modules/drivers/vesa_drv.so
(II) Module vesa: vendor="X.Org Foundation"
compiled for 1.10.1, module version = 2.3.0
Module class: X.Org Video Driver
ABI class: X.Org Video Driver, version 10.0
(II) intel: Driver for Intel 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, B43, Clarkdale, Arrandale,
Sandybridge, Sandybridge, Sandybridge, Sandybridge, Sandybridge,
Sandybridge, Sandybridge
(II) FBDEV: driver for framebuffer: fbdev
(II) VESA: driver for VESA chipsets: vesa
(--) using VT number 7

(II) Loading sub module "fbdevhw"
(II) LoadModule: "fbdevhw"
(II) Loading /usr/lib/X11/modules/libfbdevhw.so
(II) Module fbdevhw: vendor="X.Org Foundation"
compiled for 1.10.3, module version = 0.0.2
ABI class: X.Org Video Driver, version 10.0
(II) Loading /usr/lib/X11/modules/drivers/fbdev_drv.so
(II) Loading /usr/lib/X11/modules/libfbdevhw.so
(**) FBDEV(0): claimed PCI slot 0@0:2:0
(II) FBDEV(0): using default device
(WW) Falling back to old probe method for vesa
(II) FBDEV(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 16/16
(==) FBDEV(0): Depth 16, (==) framebuffer bpp 16
(==) FBDEV(0): RGB weight 565
(==) FBDEV(0): Default visual is TrueColor
(==) FBDEV(0): Using gamma correction (1.0, 1.0, 1.0)
(II) FBDEV(0): hardware: VESA VGA (video memory: 960kB)
(II) FBDEV(0): checking modes against framebuffer device...
(II) FBDEV(0): checking modes against monitor...
(--) FBDEV(0): Virtual size is 800x600 (pitch 800)
(**) FBDEV(0):  Built-in mode "current": 48.0 MHz, 46.9 kHz, 75.1 Hz
(II) FBDEV(0): Modeline "current"x0.0   48.00  800 832 928 1024  600 604 608 624 -hsync -vsync -csync (46.9 kHz)
(==) FBDEV(0): DPI set to (96, 96)
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/lib/X11/modules/libfb.so
(II) Module fb: vendor="X.Org Foundation"
compiled for 1.10.3, module version = 1.0.0
ABI class: X.Org ANSI C Emulation, version 0.4
(**) FBDEV(0): using shadow framebuffer
(II) Loading sub module "shadow"
(II) LoadModule: "shadow"
(II) Loading /usr/lib/X11/modules/libshadow.so
(II) Module shadow: vendor="X.Org Foundation"
compiled for 1.10.3, module version = 1.1.0
ABI class: X.Org ANSI C Emulation, version 0.4
(II) UnloadModule: "vesa"
(II) Unloading vesa
(EE) FBDEV(0): FBIOBLANK: Invalid argument
(==) FBDEV(0): Backing store disabled
(==) FBDEV(0): DPMS enabled
(==) RandR enabled
(II) Initializing built-in extension Generic Event Extension
(II) Initializing built-in extension SHAPE
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension BIG-REQUESTS
(II) Initializing built-in extension SYNC
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension XC-MISC
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
(II) SELinux: Disabled on system
(II) AIGLX: Screen 0 is not DRI2 capable
(II) AIGLX: Screen 0 is not DRI capable
(II) AIGLX: Loaded and initialized /usr/lib/X11/modules/dri/swrast_dri.so
(II) GLX: Initialized DRISWRAST GL provider for screen 0
(II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event1)
(**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
(**) AT Translated Set 2 keyboard: Applying InputClass "keyboard"
(II) LoadModule: "evdev"
(II) Loading /usr/lib/X11/modules/input/evdev_drv.so
(II) Module evdev: vendor="X.Org Foundation"
compiled for 1.10.1, module version = 2.6.0
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 12.2
(II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
(II) Loading /usr/lib/X11/modules/input/evdev_drv.so
(**) AT Translated Set 2 keyboard: always reports core events
(**) AT Translated Set 2 keyboard: Device: "/dev/input/event1"
(--) AT Translated Set 2 keyboard: Found keys
(II) AT Translated Set 2 keyboard: Configuring as keyboard
(**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input1/event1"
(II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "evdev"
(**) Option "xkb_layout" "us"
(II) config/udev: Adding input device ImPS/2 Generic Wheel Mouse (/dev/input/event2)
(**) ImPS/2 Generic Wheel Mouse: Applying InputClass "evdev pointer catchall"
(II) Using input driver 'evdev' for 'ImPS/2 Generic Wheel Mouse'
(II) Loading /usr/lib/X11/modules/input/evdev_drv.so
(**) ImPS/2 Generic Wheel Mouse: always reports core events
(**) ImPS/2 Generic Wheel Mouse: Device: "/dev/input/event2"
(--) ImPS/2 Generic Wheel Mouse: Found 3 mouse buttons
(--) ImPS/2 Generic Wheel Mouse: Found scroll wheel(s)
(--) ImPS/2 Generic Wheel Mouse: Found relative axes
(--) ImPS/2 Generic Wheel Mouse: Found x and y relative axes
(II) ImPS/2 Generic Wheel Mouse: Configuring as mouse
(II) ImPS/2 Generic Wheel Mouse: Adding scrollwheel support
(**) ImPS/2 Generic Wheel Mouse: YAxisMapping: buttons 4 and 5
(**) ImPS/2 Generic Wheel Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
(**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input2/event2"
(II) XINPUT: Adding extended input device "ImPS/2 Generic Wheel Mouse" (type: MOUSE)
(II) ImPS/2 Generic Wheel Mouse: initialized for relative axes.
(**) ImPS/2 Generic Wheel Mouse: (accel) keeping acceleration scheme 1
(**) ImPS/2 Generic Wheel Mouse: (accel) acceleration profile 0
(**) ImPS/2 Generic Wheel Mouse: (accel) acceleration factor: 2.000
(**) ImPS/2 Generic Wheel Mouse: (accel) acceleration threshold: 4
(II) config/udev: Adding input device ImPS/2 Generic Wheel Mouse (/dev/input/mouse1)
(II) No input driver/identifier specified (ignoring)
(II) config/udev: Adding input device Macintosh mouse button emulation (/dev/input/event0)
(**) Macintosh mouse button emulation: Applying InputClass "evdev pointer catchall"
(II) Using input driver 'evdev' for 'Macintosh mouse button emulation'
(II) Loading /usr/lib/X11/modules/input/evdev_drv.so
(**) Macintosh mouse button emulation: always reports core events
(**) Macintosh mouse button emulation: Device: "/dev/input/event0"
(--) Macintosh mouse button emulation: Found 3 mouse buttons
(--) Macintosh mouse button emulation: Found relative axes
(--) Macintosh mouse button emulation: Found x and y relative axes
(II) Macintosh mouse button emulation: Configuring as mouse
(**) Macintosh mouse button emulation: YAxisMapping: buttons 4 and 5
(**) Macintosh mouse button emulation: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
(**) Option "config_info" "udev:/sys/devices/virtual/input/input0/event0"
(II) XINPUT: Adding extended input device "Macintosh mouse button emulation" (type: MOUSE)
(II) Macintosh mouse button emulation: initialized for relative axes.
(**) Macintosh mouse button emulation: (accel) keeping acceleration scheme 1
(**) Macintosh mouse button emulation: (accel) acceleration profile 0
(**) Macintosh mouse button emulation: (accel) acceleration factor: 2.000
(**) Macintosh mouse button emulation: (accel) acceleration threshold: 4
(II) config/udev: Adding input device Macintosh mouse button emulation (/dev/input/mouse0)
(II) No input driver/identifier specified (ignoring)
(EE) FBDEV(0): FBIOBLANK: Invalid argument

Оффлайн vadval15

  • Участник
  • *
  • Сообщений: 206
3. Вывод команды $ cat /var/log/Xorg.0.log (в Live CD):
X.Org X Server 1.10.3
Release Date: 2011-07-08
X Protocol Version 11, Revision 0
Build Operating System: ALT Linux p6 (Ziziphora) i686
Current Operating System: Linux localhost.localdomain 2.6.32-el-smp-alt27 #1 SMP Tue Sep 20 19:35:51 UTC 2011 i686
Kernel command line: initrd=alt0/full.cz live lowmem fastboot splash stagename=live quiet=1 vga=normal lang=ru_RU automatic=method:cdrom
Build Date: 13 July 2011  03:39:43PM
 
Current version of pixman: 0.22.0
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Thu Jan 21 01:59:58 2016
(==) Using config directory: "/etc/X11/xorg.conf.d"
(==) Using system config directory "/usr/share/X11/xorg.conf.d"
(==) No Layout section.  Using the first Screen section.
(==) No screen section available. Using defaults.
(**) |-->Screen "Default Screen Section" (0)
(**) |   |-->Monitor "<default monitor>"
(==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
(==) Automatically adding devices
(==) Automatically enabling devices
(==) FontPath set to:
catalogue:/etc/X11/fontpath.d
(==) ModulePath set to "/usr/lib/X11/modules"
(II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
(II) Loader magic: 0x81fbda0
(II) Module ABI versions:
X.Org ANSI C Emulation: 0.4
X.Org Video Driver: 10.0
X.Org XInput driver : 12.2
X.Org Server Extension : 5.0
(--) PCI:*(0:0:2:0) 8086:2562:1043:2562 rev 3, Mem @ 0xe8000000/134217728, 0xe7800000/524288
(==) Matched intel as autoconfigured driver 0
(==) Matched fbdev as autoconfigured driver 1
(==) Matched vesa as autoconfigured driver 2
(==) Assigned the driver to the xf86ConfigLayout
(II) Executed /usr/libexec/X11/drv.d/x11
(II) LoadModule: "extmod"
(II) Loading /usr/lib/X11/modules/extensions/libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
compiled for 1.10.3, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 5.0
(II) Loading extension SELinux
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "dbe"
(II) Loading /usr/lib/X11/modules/extensions/libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
compiled for 1.10.3, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 5.0
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "glx"
(II) Loading /usr/lib/X11/modules/extensions/libglx.so
(II) Module glx: vendor="X.Org Foundation"
compiled for 1.10.3, module version = 1.0.0
ABI class: X.Org Server Extension, version 5.0
(==) AIGLX enabled
(II) Loading extension GLX
(II) LoadModule: "record"
(II) Loading /usr/lib/X11/modules/extensions/librecord.so
(II) Module record: vendor="X.Org Foundation"
compiled for 1.10.3, module version = 1.13.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 5.0
(II) Loading extension RECORD
(II) LoadModule: "dri"
(II) Loading /usr/lib/X11/modules/extensions/libdri.so
(II) Module dri: vendor="X.Org Foundation"
compiled for 1.10.3, module version = 1.0.0
ABI class: X.Org Server Extension, version 5.0
(II) Loading extension XFree86-DRI
(II) LoadModule: "dri2"
(II) Loading /usr/lib/X11/modules/extensions/libdri2.so
(II) Module dri2: vendor="X.Org Foundation"
compiled for 1.10.3, module version = 1.2.0
ABI class: X.Org Server Extension, version 5.0
(II) Loading extension DRI2
(II) LoadModule: "intel"
(II) Loading /usr/lib/X11/modules/drivers/intel_drv.so
(II) Module intel: vendor="X.Org Foundation"
compiled for 1.10.1, module version = 2.15.0
Module class: X.Org Video Driver
ABI class: X.Org Video Driver, version 10.0
(II) LoadModule: "fbdev"
(II) Loading /usr/lib/X11/modules/drivers/fbdev_drv.so
(II) Module fbdev: vendor="X.Org Foundation"
compiled for 1.10.1, module version = 0.4.2
ABI class: X.Org Video Driver, version 10.0
(II) LoadModule: "vesa"
(II) Loading /usr/lib/X11/modules/drivers/vesa_drv.so
(II) Module vesa: vendor="X.Org Foundation"
compiled for 1.10.1, module version = 2.3.0
Module class: X.Org Video Driver
ABI class: X.Org Video Driver, version 10.0
(II) intel: Driver for Intel 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, B43, Clarkdale, Arrandale,
Sandybridge, Sandybridge, Sandybridge, Sandybridge, Sandybridge,
Sandybridge, Sandybridge
(II) FBDEV: driver for framebuffer: fbdev
(II) VESA: driver for VESA chipsets: vesa
(--) using VT number 7

(II) Loading /usr/lib/X11/modules/drivers/intel_drv.so
(WW) Falling back to old probe method for fbdev
(II) Loading sub module "fbdevhw"
(II) LoadModule: "fbdevhw"
(II) Loading /usr/lib/X11/modules/libfbdevhw.so
(II) Module fbdevhw: vendor="X.Org Foundation"
compiled for 1.10.3, module version = 0.0.2
ABI class: X.Org Video Driver, version 10.0
(WW) Falling back to old probe method for vesa
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 7, (OK)
drmOpenByBusid: Searching for BusID pci:0000:00:02.0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 7, (OK)
drmOpenByBusid: drmOpenMinor returns 7
drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
(II) intel(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
(==) intel(0): Depth 24, (--) framebuffer bpp 32
(==) intel(0): RGB weight 888
(==) intel(0): Default visual is TrueColor
(II) intel(0): Integrated Graphics Chipset: Intel(R) 845G
(--) intel(0): Chipset: "845G"
(**) intel(0): Relaxed fencing disabled
(**) intel(0): Framebuffer tiled
(**) intel(0): Pixmaps tiled
(**) intel(0): 3D buffers tiled
(**) intel(0): SwapBuffers wait enabled
(==) intel(0): video overlay key set to 0x101fe
(II) intel(0): Output VGA1 has no monitor section
(II) intel(0): EDID for output VGA1
(II) intel(0): Manufacturer: CTX  Model: 1765  Serial#: 481
(II) intel(0): Year: 1996  Week: 20
(II) intel(0): EDID Version: 1.0
(II) intel(0): Analog Display Input,  Input Voltage Level: 0.700/0.300 V
(II) intel(0): Signal levels configurable
(II) intel(0): Sync:  Separate  Composite  SyncOnGreenSerration on. V.Sync Pulse req. if CompSync or SyncOnGreen
(II) intel(0): Max Image Size [cm]: horiz.: 31  vert.: 23
(II) intel(0): Gamma: 2.10
(II) intel(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
(II) intel(0): redX: 0.627 redY: 0.336   greenX: 0.279 greenY: 0.588
(II) intel(0): blueX: 0.143 blueY: 0.059   whiteX: 0.281 whiteY: 0.311
(II) intel(0): Supported established timings:
(II) intel(0): 720x400@70Hz
(II) intel(0): 720x400@88Hz
(II) intel(0): 640x480@60Hz
(II) intel(0): 640x480@67Hz
(II) intel(0): 640x480@72Hz
(II) intel(0): 640x480@75Hz
(II) intel(0): 800x600@56Hz
(II) intel(0): 800x600@60Hz
(II) intel(0): 800x600@72Hz
(II) intel(0): 800x600@75Hz
(II) intel(0): 832x624@75Hz
(II) intel(0): 1024x768@87Hz (interlaced)
(II) intel(0): 1024x768@60Hz
(II) intel(0): 1024x768@70Hz
(II) intel(0): 1024x768@75Hz
(II) intel(0): Manufacturer's mask: 0
(II) intel(0): Supported standard timings:
(II) intel(0): #0: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
(II) intel(0): #1: hsize: 1152  vsize 921  refresh: 67  vid: 34673
(II) intel(0): Supported detailed timing:
(II) intel(0): clock: 110.0 MHz   Image Size:  310 x 280 mm
(II) intel(0): h_active: 1280  h_sync: 1344  h_sync_end 1508 h_blank_end 1724 h_border: 0
(II) intel(0): v_active: 1024  v_sync: 1026  v_sync_end 1029 v_blanking: 1067 v_border: 0
(II) intel(0): Supported detailed timing:
(II) intel(0): clock: 94.1 MHz   Image Size:  310 x 280 mm
(II) intel(0): h_active: 1152  h_sync: 1184  h_sync_end 1286 h_blank_end 1487 h_border: 0
(II) intel(0): v_active: 900  v_sync: 903  v_sync_end 911 v_blanking: 943 v_border: 0
(II) intel(0): Supported detailed timing:
(II) intel(0): clock: 75.0 MHz   Image Size:  310 x 280 mm
(II) intel(0): h_active: 1024  h_sync: 1048  h_sync_end 1184 h_blank_end 1328 h_border: 0
(II) intel(0): v_active: 768  v_sync: 771  v_sync_end 777 v_blanking: 806 v_border: 0
(II) intel(0): Supported detailed timing:
(II) intel(0): clock: 49.5 MHz   Image Size:  310 x 280 mm
(II) intel(0): h_active: 800  h_sync: 816  h_sync_end 896 h_blank_end 1056 h_border: 0
(II) intel(0): v_active: 600  v_sync: 601  v_sync_end 604 v_blanking: 625 v_border: 0
(II) intel(0): EDID (in hex):
(II) intel(0): 00ffffffffffff000e986517e1010000
(II) intel(0): 140601001f1f176ee88a82a056479624
(II) intel(0): 0f484ffffe0081807187010101010101
(II) intel(0): 010101010101f82a00bc51002b4040a4
(II) intel(0): 2300361811000000c224804f41842b30
(II) intel(0): 206638003618110000004c1d00304100
(II) intel(0): 26301888360036181100000056132000
(II) intel(0): 3158192010501300361811000000001d
(II) intel(0): EDID vendor "CTX", prod id 5989
(II) intel(0): DDCModeFromDetailedTiming: 1280x1024 Warning: We only handle separate sync.
(II) intel(0): DDCModeFromDetailedTiming: 1152x900 Warning: We only handle separate sync.
(II) intel(0): DDCModeFromDetailedTiming: 1024x768 Warning: We only handle separate sync.
(II) intel(0): DDCModeFromDetailedTiming: 800x600 Warning: We only handle separate sync.
(II) intel(0): Printing DDC gathered Modelines:
(II) intel(0): Modeline "1280x1024"x0.0  110.00  1280 1344 1508 1724  1024 1026 1029 1067 -hsync -vsync (63.8 kHz)
(II) intel(0): Modeline "1152x900"x0.0   94.10  1152 1184 1286 1487  900 903 911 943 -hsync -vsync (63.3 kHz)
(II) intel(0): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz)
(II) intel(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 -hsync -vsync (46.9 kHz)
(II) intel(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
(II) intel(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)
(II) intel(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz)
(II) intel(0): Modeline "640x480"x0.0   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz)
(II) intel(0): Modeline "640x480"x0.0   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz)
(II) intel(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
(II) intel(0): Modeline "720x400"x0.0   35.50  720 738 846 900  400 421 423 449 -hsync -vsync (39.4 kHz)
(II) intel(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz)
(II) intel(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz)
(II) intel(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
(II) intel(0): Modeline "1024x768i"x0.0   44.90  1024 1032 1208 1264  768 768 772 817 interlace +hsync +vsync (35.5 kHz)
(II) intel(0): Modeline "832x624"x0.0   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz)
(II) intel(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)
(II) intel(0): Modeline "800x600"x0.0   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz)
(II) intel(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
(II) intel(0): Printing probed modes for output VGA1
(II) intel(0): Modeline "1280x1024"x59.8  110.00  1280 1344 1508 1724  1024 1026 1029 1067 -hsync -vsync (63.8 kHz)
(II) intel(0): Modeline "1152x900"x67.1   94.10  1152 1184 1286 1487  900 903 911 943 -hsync -vsync (63.3 kHz)
(II) intel(0): Modeline "1024x768"x75.1   78.80  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.1 kHz)
(II) intel(0): Modeline "1024x768"x70.1   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz)
(II) intel(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
(II) intel(0): Modeline "1024x768"x43.5   44.90  1024 1032 1208 1264  768 768 776 817 interlace +hsync +vsync (35.5 kHz)
(II) intel(0): Modeline "832x624"x74.6   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz)
(II) intel(0): Modeline "800x600"x72.2   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz)
(II) intel(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)
(II) intel(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 -hsync -vsync (46.9 kHz)
(II) intel(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
(II) intel(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)
(II) intel(0): Modeline "640x480"x72.8   31.50  640 664 704 832  480 489 491 520 -hsync -vsync (37.9 kHz)
(II) intel(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz)
(II) intel(0): Modeline "640x480"x66.7   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz)
(II) intel(0): Modeline "640x480"x60.0   25.20  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
(II) intel(0): Modeline "720x400"x87.8   35.50  720 738 846 900  400 421 423 449 -hsync -vsync (39.4 kHz)
(II) intel(0): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz)
(II) intel(0): Output VGA1 connected
(II) intel(0): Using fuzzy aspect match for initial modes
(II) intel(0): Output VGA1 using initial mode 1152x900
(II) intel(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
(II) intel(0): Kernel page flipping support detected, enabling
(**) intel(0): Display dimensions: (310, 230) mm
(**) intel(0): DPI set to (94, 99)

Оффлайн vadval15

  • Участник
  • *
  • Сообщений: 206
3. Вывод команды $ cat /var/log/Xorg.0.log (в Live CD - продолжение):
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/lib/X11/modules/libfb.so
(II) Module fb: vendor="X.Org Foundation"
compiled for 1.10.3, module version = 1.0.0
ABI class: X.Org ANSI C Emulation, version 0.4
(II) Loading sub module "dri2"
(II) LoadModule: "dri2"
(II) Loading /usr/lib/X11/modules/extensions/libdri2.so
(II) Module dri2: vendor="X.Org Foundation"
compiled for 1.10.3, module version = 1.2.0
ABI class: X.Org Server Extension, version 5.0
(II) UnloadModule: "fbdev"
(II) Unloading fbdev
(II) UnloadModule: "fbdevhw"
(II) Unloading fbdevhw
(II) UnloadModule: "vesa"
(II) Unloading vesa
(==) Depth 24 pixmap format is 32 bpp
(II) intel(0): [DRI2] Setup complete
(II) intel(0): [DRI2]   DRI driver: i915
(II) intel(0): Allocated new frame buffer 1152x900 stride 8192, tiled
(II) UXA(0): Driver registered support for the following operations:
(II)         solid
(II)         copy
(II)         composite (RENDER acceleration)
(II)         put_image
(II)         get_image
(==) intel(0): Backing store disabled
(==) intel(0): Silken mouse enabled
(II) intel(0): Initializing HW Cursor
(II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
(==) intel(0): DPMS enabled
(==) intel(0): Intel XvMC decoder disabled
(II) intel(0): Set up overlay video
(II) intel(0): direct rendering: DRI2 Enabled
(==) intel(0): hotplug detection: "enabled"
(--) RandR disabled
(II) Initializing built-in extension Generic Event Extension
(II) Initializing built-in extension SHAPE
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension BIG-REQUESTS
(II) Initializing built-in extension SYNC
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension XC-MISC
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
(II) SELinux: Disabled on system
(II) AIGLX: enabled GLX_MESA_copy_sub_buffer
(II) AIGLX: enabled GLX_INTEL_swap_event
(II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
(II) AIGLX: enabled GLX_SGI_make_current_read
(II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
(II) AIGLX: Loaded and initialized /usr/lib/X11/modules/dri/i915_dri.so
(II) GLX: Initialized DRI2 GL provider for screen 0
(II) intel(0): Setting screen physical size to 304 x 238
(II) config/udev: Adding input device Power Button (/dev/input/event3)
(**) Power Button: Applying InputClass "evdev keyboard catchall"
(II) LoadModule: "evdev"
(II) Loading /usr/lib/X11/modules/input/evdev_drv.so
(II) Module evdev: vendor="X.Org Foundation"
compiled for 1.10.1, module version = 2.6.0
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 12.2
(II) Using input driver 'evdev' for 'Power Button'
(II) Loading /usr/lib/X11/modules/input/evdev_drv.so
(**) Power Button: always reports core events
(**) Power Button: Device: "/dev/input/event3"
(--) Power Button: Found keys
(II) Power Button: Configuring as keyboard
(**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
(II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "evdev"
(**) Option "xkb_layout" "us"
(II) config/udev: Adding input device Power Button (/dev/input/event2)
(**) Power Button: Applying InputClass "evdev keyboard catchall"
(II) Using input driver 'evdev' for 'Power Button'
(II) Loading /usr/lib/X11/modules/input/evdev_drv.so
(**) Power Button: always reports core events
(**) Power Button: Device: "/dev/input/event2"
(--) Power Button: Found keys
(II) Power Button: Configuring as keyboard
(**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2/event2"
(II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "evdev"
(**) Option "xkb_layout" "us"
(II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event1)
(**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
(**) AT Translated Set 2 keyboard: Applying InputClass "keyboard"
(II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
(II) Loading /usr/lib/X11/modules/input/evdev_drv.so
(**) AT Translated Set 2 keyboard: always reports core events
(**) AT Translated Set 2 keyboard: Device: "/dev/input/event1"
(--) AT Translated Set 2 keyboard: Found keys
(II) AT Translated Set 2 keyboard: Configuring as keyboard
(**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input1/event1"
(II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "evdev"
(**) Option "xkb_layout" "us"
(II) config/udev: Adding input device ImPS/2 Generic Wheel Mouse (/dev/input/event4)
(**) ImPS/2 Generic Wheel Mouse: Applying InputClass "evdev pointer catchall"
(II) Using input driver 'evdev' for 'ImPS/2 Generic Wheel Mouse'
(II) Loading /usr/lib/X11/modules/input/evdev_drv.so
(**) ImPS/2 Generic Wheel Mouse: always reports core events
(**) ImPS/2 Generic Wheel Mouse: Device: "/dev/input/event4"
(--) ImPS/2 Generic Wheel Mouse: Found 3 mouse buttons
(--) ImPS/2 Generic Wheel Mouse: Found scroll wheel(s)
(--) ImPS/2 Generic Wheel Mouse: Found relative axes
(--) ImPS/2 Generic Wheel Mouse: Found x and y relative axes
(II) ImPS/2 Generic Wheel Mouse: Configuring as mouse
(II) ImPS/2 Generic Wheel Mouse: Adding scrollwheel support
(**) ImPS/2 Generic Wheel Mouse: YAxisMapping: buttons 4 and 5
(**) ImPS/2 Generic Wheel Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
(**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input4/event4"
(II) XINPUT: Adding extended input device "ImPS/2 Generic Wheel Mouse" (type: MOUSE)
(II) ImPS/2 Generic Wheel Mouse: initialized for relative axes.
(**) ImPS/2 Generic Wheel Mouse: (accel) keeping acceleration scheme 1
(**) ImPS/2 Generic Wheel Mouse: (accel) acceleration profile 0
(**) ImPS/2 Generic Wheel Mouse: (accel) acceleration factor: 2.000
(**) ImPS/2 Generic Wheel Mouse: (accel) acceleration threshold: 4
(II) config/udev: Adding input device ImPS/2 Generic Wheel Mouse (/dev/input/mouse1)
(II) No input driver/identifier specified (ignoring)
(II) config/udev: Adding input device Macintosh mouse button emulation (/dev/input/event0)
(**) Macintosh mouse button emulation: Applying InputClass "evdev pointer catchall"
(II) Using input driver 'evdev' for 'Macintosh mouse button emulation'
(II) Loading /usr/lib/X11/modules/input/evdev_drv.so
(**) Macintosh mouse button emulation: always reports core events
(**) Macintosh mouse button emulation: Device: "/dev/input/event0"
(--) Macintosh mouse button emulation: Found 3 mouse buttons
(--) Macintosh mouse button emulation: Found relative axes
(--) Macintosh mouse button emulation: Found x and y relative axes
(II) Macintosh mouse button emulation: Configuring as mouse
(**) Macintosh mouse button emulation: YAxisMapping: buttons 4 and 5
(**) Macintosh mouse button emulation: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
(**) Option "config_info" "udev:/sys/devices/virtual/input/input0/event0"
(II) XINPUT: Adding extended input device "Macintosh mouse button emulation" (type: MOUSE)
(II) Macintosh mouse button emulation: initialized for relative axes.
(**) Macintosh mouse button emulation: (accel) keeping acceleration scheme 1
(**) Macintosh mouse button emulation: (accel) acceleration profile 0
(**) Macintosh mouse button emulation: (accel) acceleration factor: 2.000
(**) Macintosh mouse button emulation: (accel) acceleration threshold: 4
(II) config/udev: Adding input device Macintosh mouse button emulation (/dev/input/mouse0)
(II) No input driver/identifier specified (ignoring)
(II) intel(0): EDID vendor "CTX", prod id 5989
(II) intel(0): DDCModeFromDetailedTiming: 1280x1024 Warning: We only handle separate sync.
(II) intel(0): DDCModeFromDetailedTiming: 1152x900 Warning: We only handle separate sync.
(II) intel(0): DDCModeFromDetailedTiming: 1024x768 Warning: We only handle separate sync.
(II) intel(0): DDCModeFromDetailedTiming: 800x600 Warning: We only handle separate sync.
(II) intel(0): Printing DDC gathered Modelines:
(II) intel(0): Modeline "1280x1024"x0.0  110.00  1280 1344 1508 1724  1024 1026 1029 1067 -hsync -vsync (63.8 kHz)
(II) intel(0): Modeline "1152x900"x0.0   94.10  1152 1184 1286 1487  900 903 911 943 -hsync -vsync (63.3 kHz)
(II) intel(0): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz)
(II) intel(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 -hsync -vsync (46.9 kHz)
(II) intel(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
(II) intel(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)
(II) intel(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz)
(II) intel(0): Modeline "640x480"x0.0   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz)
(II) intel(0): Modeline "640x480"x0.0   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz)
(II) intel(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
(II) intel(0): Modeline "720x400"x0.0   35.50  720 738 846 900  400 421 423 449 -hsync -vsync (39.4 kHz)
(II) intel(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz)
(II) intel(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz)
(II) intel(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
(II) intel(0): Modeline "1024x768i"x0.0   44.90  1024 1032 1208 1264  768 768 772 817 interlace +hsync +vsync (35.5 kHz)
(II) intel(0): Modeline "832x624"x0.0   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz)
(II) intel(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)
(II) intel(0): Modeline "800x600"x0.0   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz)
(II) intel(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
(II) intel(0): EDID vendor "CTX", prod id 5989
(II) intel(0): DDCModeFromDetailedTiming: 1280x1024 Warning: We only handle separate sync.
(II) intel(0): DDCModeFromDetailedTiming: 1152x900 Warning: We only handle separate sync.
(II) intel(0): DDCModeFromDetailedTiming: 1024x768 Warning: We only handle separate sync.
(II) intel(0): DDCModeFromDetailedTiming: 800x600 Warning: We only handle separate sync.
(II) intel(0): Printing DDC gathered Modelines:
(II) intel(0): Modeline "1280x1024"x0.0  110.00  1280 1344 1508 1724  1024 1026 1029 1067 -hsync -vsync (63.8 kHz)
(II) intel(0): Modeline "1152x900"x0.0   94.10  1152 1184 1286 1487  900 903 911 943 -hsync -vsync (63.3 kHz)
(II) intel(0): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz)
(II) intel(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 -hsync -vsync (46.9 kHz)
(II) intel(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
(II) intel(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)
(II) intel(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz)
(II) intel(0): Modeline "640x480"x0.0   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz)
(II) intel(0): Modeline "640x480"x0.0   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz)
(II) intel(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
(II) intel(0): Modeline "720x400"x0.0   35.50  720 738 846 900  400 421 423 449 -hsync -vsync (39.4 kHz)
(II) intel(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz)
(II) intel(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz)
(II) intel(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
(II) intel(0): Modeline "1024x768i"x0.0   44.90  1024 1032 1208 1264  768 768 772 817 interlace +hsync +vsync (35.5 kHz)
(II) intel(0): Modeline "832x624"x0.0   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz)
(II) intel(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)
(II) intel(0): Modeline "800x600"x0.0   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz)
(II) intel(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
(II) intel(0): EDID vendor "CTX", prod id 5989
(II) intel(0): DDCModeFromDetailedTiming: 1280x1024 Warning: We only handle separate sync.
(II) intel(0): DDCModeFromDetailedTiming: 1152x900 Warning: We only handle separate sync.
(II) intel(0): DDCModeFromDetailedTiming: 1024x768 Warning: We only handle separate sync.
(II) intel(0): DDCModeFromDetailedTiming: 800x600 Warning: We only handle separate sync.
(II) intel(0): Printing DDC gathered Modelines:
(II) intel(0): Modeline "1280x1024"x0.0  110.00  1280 1344 1508 1724  1024 1026 1029 1067 -hsync -vsync (63.8 kHz)
(II) intel(0): Modeline "1152x900"x0.0   94.10  1152 1184 1286 1487  900 903 911 943 -hsync -vsync (63.3 kHz)
(II) intel(0): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz)
(II) intel(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 -hsync -vsync (46.9 kHz)
(II) intel(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
(II) intel(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)
(II) intel(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz)
(II) intel(0): Modeline "640x480"x0.0   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz)
(II) intel(0): Modeline "640x480"x0.0   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz)
(II) intel(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
(II) intel(0): Modeline "720x400"x0.0   35.50  720 738 846 900  400 421 423 449 -hsync -vsync (39.4 kHz)
(II) intel(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz)
(II) intel(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz)
(II) intel(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
(II) intel(0): Modeline "1024x768i"x0.0   44.90  1024 1032 1208 1264  768 768 772 817 interlace +hsync +vsync (35.5 kHz)
(II) intel(0): Modeline "832x624"x0.0   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz)
(II) intel(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)
(II) intel(0): Modeline "800x600"x0.0   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz)
(II) intel(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
(II) intel(0): EDID vendor "CTX", prod id 5989
(II) intel(0): DDCModeFromDetailedTiming: 1280x1024 Warning: We only handle separate sync.
(II) intel(0): DDCModeFromDetailedTiming: 1152x900 Warning: We only handle separate sync.
(II) intel(0): DDCModeFromDetailedTiming: 1024x768 Warning: We only handle separate sync.
(II) intel(0): DDCModeFromDetailedTiming: 800x600 Warning: We only handle separate sync.
(II) intel(0): Printing DDC gathered Modelines:
(II) intel(0): Modeline "1280x1024"x0.0  110.00  1280 1344 1508 1724  1024 1026 1029 1067 -hsync -vsync (63.8 kHz)
(II) intel(0): Modeline "1152x900"x0.0   94.10  1152 1184 1286 1487  900 903 911 943 -hsync -vsync (63.3 kHz)
(II) intel(0): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz)
(II) intel(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 -hsync -vsync (46.9 kHz)
(II) intel(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
(II) intel(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)
(II) intel(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz)
(II) intel(0): Modeline "640x480"x0.0   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz)
(II) intel(0): Modeline "640x480"x0.0   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz)
(II) intel(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
(II) intel(0): Modeline "720x400"x0.0   35.50  720 738 846 900  400 421 423 449 -hsync -vsync (39.4 kHz)
(II) intel(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz)
(II) intel(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz)
(II) intel(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
(II) intel(0): Modeline "1024x768i"x0.0   44.90  1024 1032 1208 1264  768 768 772 817 interlace +hsync +vsync (35.5 kHz)
(II) intel(0): Modeline "832x624"x0.0   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz)
(II) intel(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)
(II) intel(0): Modeline "800x600"x0.0   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz)
(II) intel(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
(II) intel(0): EDID vendor "CTX", prod id 5989
(II) intel(0): DDCModeFromDetailedTiming: 1280x1024 Warning: We only handle separate sync.
(II) intel(0): DDCModeFromDetailedTiming: 1152x900 Warning: We only handle separate sync.
(II) intel(0): DDCModeFromDetailedTiming: 1024x768 Warning: We only handle separate sync.
(II) intel(0): DDCModeFromDetailedTiming: 800x600 Warning: We only handle separate sync.
(II) intel(0): Printing DDC gathered Modelines:
(II) intel(0): Modeline "1280x1024"x0.0  110.00  1280 1344 1508 1724  1024 1026 1029 1067 -hsync -vsync (63.8 kHz)
(II) intel(0): Modeline "1152x900"x0.0   94.10  1152 1184 1286 1487  900 903 911 943 -hsync -vsync (63.3 kHz)
(II) intel(0): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz)
(II) intel(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 -hsync -vsync (46.9 kHz)
(II) intel(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
(II) intel(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)
(II) intel(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz)
(II) intel(0): Modeline "640x480"x0.0   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz)
(II) intel(0): Modeline "640x480"x0.0   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz)
(II) intel(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
(II) intel(0): Modeline "720x400"x0.0   35.50  720 738 846 900  400 421 423 449 -hsync -vsync (39.4 kHz)
(II) intel(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz)
(II) intel(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz)
(II) intel(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
(II) intel(0): Modeline "1024x768i"x0.0   44.90  1024 1032 1208 1264  768 768 772 817 interlace +hsync +vsync (35.5 kHz)
(II) intel(0): Modeline "832x624"x0.0   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz)
(II) intel(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)
(II) intel(0): Modeline "800x600"x0.0   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz)
(II) intel(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)

Оффлайн vadval15

  • Участник
  • *
  • Сообщений: 206
3. Вывод команды $ cat /var/log/Xorg.0.log (в Live CD - окончание):
(II) intel(0): EDID vendor "CTX", prod id 5989
(II) intel(0): DDCModeFromDetailedTiming: 1280x1024 Warning: We only handle separate sync.
(II) intel(0): DDCModeFromDetailedTiming: 1152x900 Warning: We only handle separate sync.
(II) intel(0): DDCModeFromDetailedTiming: 1024x768 Warning: We only handle separate sync.
(II) intel(0): DDCModeFromDetailedTiming: 800x600 Warning: We only handle separate sync.
(II) intel(0): Printing DDC gathered Modelines:
(II) intel(0): Modeline "1280x1024"x0.0  110.00  1280 1344 1508 1724  1024 1026 1029 1067 -hsync -vsync (63.8 kHz)
(II) intel(0): Modeline "1152x900"x0.0   94.10  1152 1184 1286 1487  900 903 911 943 -hsync -vsync (63.3 kHz)
(II) intel(0): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz)
(II) intel(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 -hsync -vsync (46.9 kHz)
(II) intel(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
(II) intel(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)
(II) intel(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz)
(II) intel(0): Modeline "640x480"x0.0   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz)
(II) intel(0): Modeline "640x480"x0.0   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz)
(II) intel(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
(II) intel(0): Modeline "720x400"x0.0   35.50  720 738 846 900  400 421 423 449 -hsync -vsync (39.4 kHz)
(II) intel(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz)
(II) intel(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz)
(II) intel(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
(II) intel(0): Modeline "1024x768i"x0.0   44.90  1024 1032 1208 1264  768 768 772 817 interlace +hsync +vsync (35.5 kHz)
(II) intel(0): Modeline "832x624"x0.0   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz)
(II) intel(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)
(II) intel(0): Modeline "800x600"x0.0   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz)
(II) intel(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
(II) intel(0): EDID vendor "CTX", prod id 5989
(II) intel(0): DDCModeFromDetailedTiming: 1280x1024 Warning: We only handle separate sync.
(II) intel(0): DDCModeFromDetailedTiming: 1152x900 Warning: We only handle separate sync.
(II) intel(0): DDCModeFromDetailedTiming: 1024x768 Warning: We only handle separate sync.
(II) intel(0): DDCModeFromDetailedTiming: 800x600 Warning: We only handle separate sync.
(II) intel(0): Printing DDC gathered Modelines:
(II) intel(0): Modeline "1280x1024"x0.0  110.00  1280 1344 1508 1724  1024 1026 1029 1067 -hsync -vsync (63.8 kHz)
(II) intel(0): Modeline "1152x900"x0.0   94.10  1152 1184 1286 1487  900 903 911 943 -hsync -vsync (63.3 kHz)
(II) intel(0): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz)
(II) intel(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 -hsync -vsync (46.9 kHz)
(II) intel(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
(II) intel(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)
(II) intel(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz)
(II) intel(0): Modeline "640x480"x0.0   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz)
(II) intel(0): Modeline "640x480"x0.0   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz)
(II) intel(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
(II) intel(0): Modeline "720x400"x0.0   35.50  720 738 846 900  400 421 423 449 -hsync -vsync (39.4 kHz)
(II) intel(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz)
(II) intel(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz)
(II) intel(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
(II) intel(0): Modeline "1024x768i"x0.0   44.90  1024 1032 1208 1264  768 768 772 817 interlace +hsync +vsync (35.5 kHz)
(II) intel(0): Modeline "832x624"x0.0   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz)
(II) intel(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)
(II) intel(0): Modeline "800x600"x0.0   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz)
(II) intel(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
(II) intel(0): EDID vendor "CTX", prod id 5989
(II) intel(0): DDCModeFromDetailedTiming: 1280x1024 Warning: We only handle separate sync.
(II) intel(0): DDCModeFromDetailedTiming: 1152x900 Warning: We only handle separate sync.
(II) intel(0): DDCModeFromDetailedTiming: 1024x768 Warning: We only handle separate sync.
(II) intel(0): DDCModeFromDetailedTiming: 800x600 Warning: We only handle separate sync.
(II) intel(0): Printing DDC gathered Modelines:
(II) intel(0): Modeline "1280x1024"x0.0  110.00  1280 1344 1508 1724  1024 1026 1029 1067 -hsync -vsync (63.8 kHz)
(II) intel(0): Modeline "1152x900"x0.0   94.10  1152 1184 1286 1487  900 903 911 943 -hsync -vsync (63.3 kHz)
(II) intel(0): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz)
(II) intel(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 -hsync -vsync (46.9 kHz)
(II) intel(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
(II) intel(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)
(II) intel(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz)
(II) intel(0): Modeline "640x480"x0.0   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz)
(II) intel(0): Modeline "640x480"x0.0   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz)
(II) intel(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
(II) intel(0): Modeline "720x400"x0.0   35.50  720 738 846 900  400 421 423 449 -hsync -vsync (39.4 kHz)
(II) intel(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz)
(II) intel(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz)
(II) intel(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
(II) intel(0): Modeline "1024x768i"x0.0   44.90  1024 1032 1208 1264  768 768 772 817 interlace +hsync +vsync (35.5 kHz)
(II) intel(0): Modeline "832x624"x0.0   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz)
(II) intel(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)
(II) intel(0): Modeline "800x600"x0.0   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz)
(II) intel(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
(II) intel(0): EDID vendor "CTX", prod id 5989
(II) intel(0): DDCModeFromDetailedTiming: 1280x1024 Warning: We only handle separate sync.
(II) intel(0): DDCModeFromDetailedTiming: 1152x900 Warning: We only handle separate sync.
(II) intel(0): DDCModeFromDetailedTiming: 1024x768 Warning: We only handle separate sync.
(II) intel(0): DDCModeFromDetailedTiming: 800x600 Warning: We only handle separate sync.
(II) intel(0): Printing DDC gathered Modelines:
(II) intel(0): Modeline "1280x1024"x0.0  110.00  1280 1344 1508 1724  1024 1026 1029 1067 -hsync -vsync (63.8 kHz)
(II) intel(0): Modeline "1152x900"x0.0   94.10  1152 1184 1286 1487  900 903 911 943 -hsync -vsync (63.3 kHz)
(II) intel(0): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz)
(II) intel(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 -hsync -vsync (46.9 kHz)
(II) intel(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
(II) intel(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)
(II) intel(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz)
(II) intel(0): Modeline "640x480"x0.0   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz)
(II) intel(0): Modeline "640x480"x0.0   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz)
(II) intel(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
(II) intel(0): Modeline "720x400"x0.0   35.50  720 738 846 900  400 421 423 449 -hsync -vsync (39.4 kHz)
(II) intel(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz)
(II) intel(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz)
(II) intel(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
(II) intel(0): Modeline "1024x768i"x0.0   44.90  1024 1032 1208 1264  768 768 772 817 interlace +hsync +vsync (35.5 kHz)
(II) intel(0): Modeline "832x624"x0.0   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz)
(II) intel(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)
(II) intel(0): Modeline "800x600"x0.0   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz)
(II) intel(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
(II) intel(0): EDID vendor "CTX", prod id 5989
(II) intel(0): DDCModeFromDetailedTiming: 1280x1024 Warning: We only handle separate sync.
(II) intel(0): DDCModeFromDetailedTiming: 1152x900 Warning: We only handle separate sync.
(II) intel(0): DDCModeFromDetailedTiming: 1024x768 Warning: We only handle separate sync.
(II) intel(0): DDCModeFromDetailedTiming: 800x600 Warning: We only handle separate sync.
(II) intel(0): Printing DDC gathered Modelines:
(II) intel(0): Modeline "1280x1024"x0.0  110.00  1280 1344 1508 1724  1024 1026 1029 1067 -hsync -vsync (63.8 kHz)
(II) intel(0): Modeline "1152x900"x0.0   94.10  1152 1184 1286 1487  900 903 911 943 -hsync -vsync (63.3 kHz)
(II) intel(0): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz)
(II) intel(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 -hsync -vsync (46.9 kHz)
(II) intel(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
(II) intel(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)
(II) intel(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz)
(II) intel(0): Modeline "640x480"x0.0   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz)
(II) intel(0): Modeline "640x480"x0.0   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz)
(II) intel(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
(II) intel(0): Modeline "720x400"x0.0   35.50  720 738 846 900  400 421 423 449 -hsync -vsync (39.4 kHz)
(II) intel(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz)
(II) intel(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz)
(II) intel(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
(II) intel(0): Modeline "1024x768i"x0.0   44.90  1024 1032 1208 1264  768 768 772 817 interlace +hsync +vsync (35.5 kHz)
(II) intel(0): Modeline "832x624"x0.0   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz)
(II) intel(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)
(II) intel(0): Modeline "800x600"x0.0   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz)
(II) intel(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
(II) intel(0): Allocated new frame buffer 1280x1024 stride 8192, tiled
(EE) intel(0): Detected a hung GPU, disabling acceleration.
(EE) intel(0): When reporting this, please include i915_error_state from debugfs and the full dmesg.
(WW) intel(0): intel_uxa_prepare_access: bo map failed: Input/output error
(WW) intel(0): intel_uxa_prepare_access: bo map failed: Input/output error
(WW) intel(0): intel_uxa_prepare_access: bo map failed: Input/output error
(WW) intel(0): intel_uxa_prepare_access: bo map failed: Input/output error
(WW) intel(0): intel_uxa_prepare_access: bo map failed: Input/output error
(WW) intel(0): intel_uxa_prepare_access: bo map failed: Input/output error
(WW) intel(0): intel_uxa_prepare_access: bo map failed: Input/output error
(WW) intel(0): intel_uxa_prepare_access: bo map failed: Input/output error
(WW) intel(0): intel_uxa_prepare_access: bo map failed: Input/output error
(WW) intel(0): intel_uxa_prepare_access: bo map failed: Input/output error
(EE) intel(0): failed to set cursor: Input/output error
(EE) intel(0): failed to set cursor: Input/output error
(EE) intel(0): failed to set cursor: Input/output error
(EE) intel(0): failed to set cursor: Input/output error
(EE) intel(0): failed to set cursor: Input/output error
(EE) intel(0): failed to set cursor: Input/output error
(EE) intel(0): failed to set cursor: Input/output error
(EE) intel(0): failed to set cursor: Input/output error
(EE) intel(0): failed to set cursor: Input/output error
(EE) intel(0): failed to set cursor: Input/output error
(EE) intel(0): failed to set cursor: Input/output error
(EE) intel(0): failed to set cursor: Input/output error
(EE) intel(0): failed to set cursor: Input/output error
(EE) intel(0): failed to set cursor: Input/output error
(EE) intel(0): failed to set cursor: Input/output error
(EE) intel(0): failed to set cursor: Input/output error
(EE) intel(0): failed to set cursor: Input/output error
(EE) intel(0): failed to set cursor: Input/output error
(EE) intel(0): failed to set cursor: Input/output error
(EE) intel(0): failed to set cursor: Input/output error
(EE) intel(0): failed to set cursor: Input/output error
(EE) intel(0): failed to set cursor: Input/output error
(EE) intel(0): failed to set cursor: Input/output error
(EE) intel(0): failed to set cursor: Input/output error
(EE) intel(0): failed to set cursor: Input/output error
(EE) intel(0): failed to set cursor: Input/output error
(EE) intel(0): failed to set cursor: Input/output error
(EE) intel(0): failed to set cursor: Input/output error
(EE) intel(0): failed to set cursor: Input/output error
(EE) intel(0): failed to set cursor: Input/output error
(EE) intel(0): failed to set cursor: Input/output error
(EE) intel(0): failed to set cursor: Input/output error
(EE) intel(0): failed to set cursor: Input/output error
(EE) intel(0): failed to set cursor: Input/output error
(EE) intel(0): failed to set cursor: Input/output error
(EE) intel(0): failed to set cursor: Input/output error
(EE) intel(0): failed to set cursor: Input/output error
(EE) intel(0): failed to set cursor: Input/output error
(EE) intel(0): failed to set cursor: Input/output error
(EE) intel(0): failed to set cursor: Input/output error
(EE) intel(0): failed to set cursor: Input/output error
(EE) intel(0): failed to set cursor: Input/output error
(EE) intel(0): failed to set cursor: Input/output error
(EE) intel(0): failed to set cursor: Input/output error
(EE) intel(0): failed to set cursor: Input/output error
(EE) intel(0): failed to set cursor: Input/output error
(EE) intel(0): failed to set cursor: Input/output error
(EE) intel(0): failed to set cursor: Input/output error
(EE) intel(0): failed to set cursor: Input/output error
(EE) intel(0): failed to set cursor: Input/output error
(EE) intel(0): failed to set cursor: Input/output error
(EE) intel(0): failed to set cursor: Input/output error
(EE) intel(0): failed to set cursor: Input/output error
(EE) intel(0): failed to set cursor: Input/output error
(EE) intel(0): failed to set cursor: Input/output error
(EE) intel(0): failed to set cursor: Input/output error
(EE) intel(0): failed to set cursor: Input/output error
(EE) intel(0): failed to set cursor: Input/output error
(EE) intel(0): failed to set cursor: Input/output error
(EE) intel(0): failed to set cursor: Input/output error
(EE) intel(0): failed to set cursor: Input/output error
(EE) intel(0): failed to set cursor: Input/output error
(EE) intel(0): failed to set cursor: Input/output error
(EE) intel(0): failed to set cursor: Input/output error
(EE) intel(0): failed to set cursor: Input/output error
(EE) intel(0): failed to set cursor: Input/output error
(EE) intel(0): failed to set cursor: Input/output error
(EE) intel(0): failed to set cursor: Input/output error
(EE) intel(0): failed to set cursor: Input/output error
(EE) intel(0): failed to set cursor: Input/output error
(EE) intel(0): failed to set cursor: Input/output error
(EE) intel(0): failed to set cursor: Input/output error
(EE) intel(0): failed to set cursor: Input/output error
(EE) intel(0): failed to set cursor: Input/output error
(EE) intel(0): failed to set cursor: Input/output error
(EE) intel(0): failed to set cursor: Input/output error
(EE) intel(0): failed to set cursor: Input/output error
(EE) intel(0): failed to set cursor: Input/output error
(EE) intel(0): failed to set cursor: Input/output error
(EE) intel(0): failed to set cursor: Input/output error
(EE) intel(0): failed to set cursor: Input/output error
(EE) intel(0): failed to set cursor: Input/output error
(EE) intel(0): failed to set cursor: Input/output error
(EE) intel(0): failed to set cursor: Input/output error
(EE) intel(0): failed to set cursor: Input/output error
(EE) intel(0): failed to set cursor: Input/output error
(EE) intel(0): failed to set cursor: Input/output error
(EE) intel(0): failed to set cursor: Input/output error
(EE) intel(0): failed to set cursor: Input/output error
(EE) intel(0): failed to set cursor: Input/output error
(EE) intel(0): failed to set cursor: Input/output error
(EE) intel(0): failed to set cursor: Input/output error

Оффлайн vadval15

  • Участник
  • *
  • Сообщений: 206
4. Вывод команды $ lspci | grep VGA:
00:02.0 VGA compatible controller: Intel Corporation 82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device (rev 03)5. Вывод команды $ xrandr:
Screen 0: minimum 800 x 600, current 800 x 600, maximum 800 x 600
default connected 800x600+0+0 0mm x 0mm
   800x600        75.0*
6. Вывод команды $ xrandr (в Live CD):
Screen 0: minimum 320 x 200, current 1280 x 1024, maximum 2048 x 2048
VGA1 connected 1280x1024+0+0 (normal left inverted right x axis y axis) 310mm x 280mm
   1280x1024      59.8*
   1152x900       67.1 
   1024x768       75.1     70.1     60.0     43.5 
   832x624        74.6 
   800x600        72.2     75.0     75.0     60.3     56.2 
   640x480        72.8     75.0     66.7     60.0 
   720x400        87.8     70.1 
7. Установка в разделе «Дисплей» Центра управления системой разрешения экрана 1280х1024 потребовала перезагрузки ОС для вступления изменений в силу. Однако после неё разрешение экрана осталось прежним (800х600) - вывод команды $ xrandr не изменился.
8. При этом в каталоге /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
9. Вывод команды $ cat /var/log/Xorg.0.log (при наличии в каталоге /etc/X11/xorg.conf.d нового файла 10-monitor.conf):
X.Org X Server 1.10.3
Release Date: 2011-07-08
X Protocol Version 11, Revision 0
Build Operating System: ALT Linux p6 (Ziziphora) i686
Current Operating System: Linux localhost.localdomain 2.6.32-el-smp-alt27 #1 SMP Tue Sep 20 19:35:51 UTC 2011 i686
Kernel command line: BOOT_IMAGE=/boot/vmlinuz root=UUID=3623db5c-bbd4-46b8-be7f-4634da382167 ro vga=0x314 noapic pci=nomsi acpi=off resume=/dev/disk/by-uuid/3b982813-5bad-44a0-a3ba-48b4cc329ee9 panic=30 splash
Build Date: 13 July 2011  03:39:43PM
 
Current version of pixman: 0.22.0
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Thu Jan 21 03:16:26 2016
(==) Using config directory: "/etc/X11/xorg.conf.d"
(==) Using system config directory "/usr/share/X11/xorg.conf.d"
(==) No Layout section.  Using the first Screen section.
(**) |-->Screen "Screen0" (0)
(**) |   |-->Monitor "Monitor0"
(**) |   |-->Device "Card0"
(==) Automatically adding devices
(==) Automatically enabling devices
(==) FontPath set to:
catalogue:/etc/X11/fontpath.d
(==) ModulePath set to "/usr/lib/X11/modules"
(II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
(II) Loader magic: 0x81fbda0
(II) Module ABI versions:
X.Org ANSI C Emulation: 0.4
X.Org Video Driver: 10.0
X.Org XInput driver : 12.2
X.Org Server Extension : 5.0
(--) PCI:*(0:0:2:0) 8086:2562:1043:2562 rev 3, Mem @ 0xe8000000/134217728, 0xe7800000/524288
(==) Matched intel as autoconfigured driver 0
(==) Matched fbdev as autoconfigured driver 1
(==) Matched vesa as autoconfigured driver 2
(==) Assigned the driver to the xf86ConfigLayout
(II) Executed /usr/libexec/X11/drv.d/x11
(II) LoadModule: "extmod"
(II) Loading /usr/lib/X11/modules/extensions/libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
compiled for 1.10.3, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 5.0
(II) Loading extension SELinux
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "dbe"
(II) Loading /usr/lib/X11/modules/extensions/libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
compiled for 1.10.3, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 5.0
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "glx"
(II) Loading /usr/lib/X11/modules/extensions/libglx.so
(II) Module glx: vendor="X.Org Foundation"
compiled for 1.10.3, module version = 1.0.0
ABI class: X.Org Server Extension, version 5.0
(==) AIGLX enabled
(II) Loading extension GLX
(II) LoadModule: "record"
(II) Loading /usr/lib/X11/modules/extensions/librecord.so
(II) Module record: vendor="X.Org Foundation"
compiled for 1.10.3, module version = 1.13.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 5.0
(II) Loading extension RECORD
(II) LoadModule: "dri"
(II) Loading /usr/lib/X11/modules/extensions/libdri.so
(II) Module dri: vendor="X.Org Foundation"
compiled for 1.10.3, module version = 1.0.0
ABI class: X.Org Server Extension, version 5.0
(II) Loading extension XFree86-DRI
(II) LoadModule: "dri2"
(II) Loading /usr/lib/X11/modules/extensions/libdri2.so
(II) Module dri2: vendor="X.Org Foundation"
compiled for 1.10.3, module version = 1.2.0
ABI class: X.Org Server Extension, version 5.0
(II) Loading extension DRI2
(II) LoadModule: "intel"
(II) Loading /usr/lib/X11/modules/drivers/intel_drv.so
(II) Module intel: vendor="X.Org Foundation"
compiled for 1.10.1, module version = 2.15.0
Module class: X.Org Video Driver
ABI class: X.Org Video Driver, version 10.0
(II) LoadModule: "fbdev"
(II) Loading /usr/lib/X11/modules/drivers/fbdev_drv.so
(II) Module fbdev: vendor="X.Org Foundation"
compiled for 1.10.1, module version = 0.4.2
ABI class: X.Org Video Driver, version 10.0
(II) LoadModule: "vesa"
(II) Loading /usr/lib/X11/modules/drivers/vesa_drv.so
(II) Module vesa: vendor="X.Org Foundation"
compiled for 1.10.1, module version = 2.3.0
Module class: X.Org Video Driver
ABI class: X.Org Video Driver, version 10.0
(II) intel: Driver for Intel 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, B43, Clarkdale, Arrandale,
Sandybridge, Sandybridge, Sandybridge, Sandybridge, Sandybridge,
Sandybridge, Sandybridge
(II) FBDEV: driver for framebuffer: fbdev
(II) VESA: driver for VESA chipsets: vesa
(--) using VT number 7

(II) Loading sub module "fbdevhw"
(II) LoadModule: "fbdevhw"
(II) Loading /usr/lib/X11/modules/libfbdevhw.so
(II) Module fbdevhw: vendor="X.Org Foundation"
compiled for 1.10.3, module version = 0.0.2
ABI class: X.Org Video Driver, version 10.0
(II) Loading /usr/lib/X11/modules/drivers/fbdev_drv.so
(II) Loading /usr/lib/X11/modules/libfbdevhw.so
(**) FBDEV(0): claimed PCI slot 0@0:2:0
(II) FBDEV(0): using default device
(WW) Falling back to old probe method for vesa
(==) FBDEV(0): Depth 16, (==) framebuffer bpp 16
(==) FBDEV(0): RGB weight 565
(==) FBDEV(0): Default visual is TrueColor
(==) FBDEV(0): Using gamma correction (1.0, 1.0, 1.0)
(II) FBDEV(0): hardware: VESA VGA (video memory: 960kB)
(II) FBDEV(0): checking modes against framebuffer device...
(II) FBDEV(0): mode "1280x1024" test failed
(II) FBDEV(0): checking modes against monitor...
(--) FBDEV(0): Virtual size is 800x600 (pitch 800)
(**) FBDEV(0):  Built-in mode "current": 48.0 MHz, 46.9 kHz, 75.1 Hz
(II) FBDEV(0): Modeline "current"x0.0   48.00  800 832 928 1024  600 604 608 624 -hsync -vsync -csync (46.9 kHz)
(==) FBDEV(0): DPI set to (96, 96)
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/lib/X11/modules/libfb.so
(II) Module fb: vendor="X.Org Foundation"
compiled for 1.10.3, module version = 1.0.0
ABI class: X.Org ANSI C Emulation, version 0.4
(**) FBDEV(0): using shadow framebuffer
(II) Loading sub module "shadow"
(II) LoadModule: "shadow"
(II) Loading /usr/lib/X11/modules/libshadow.so
(II) Module shadow: vendor="X.Org Foundation"
compiled for 1.10.3, module version = 1.1.0
ABI class: X.Org ANSI C Emulation, version 0.4
(II) UnloadModule: "vesa"
(II) Unloading vesa
(EE) FBDEV(0): FBIOBLANK: Invalid argument
(==) FBDEV(0): Backing store disabled
(==) FBDEV(0): DPMS enabled
(==) RandR enabled
(II) Initializing built-in extension Generic Event Extension
(II) Initializing built-in extension SHAPE
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension BIG-REQUESTS
(II) Initializing built-in extension SYNC
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension XC-MISC
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
(II) SELinux: Disabled on system
(II) AIGLX: Screen 0 is not DRI2 capable
(II) AIGLX: Screen 0 is not DRI capable
(II) AIGLX: Loaded and initialized /usr/lib/X11/modules/dri/swrast_dri.so
(II) GLX: Initialized DRISWRAST GL provider for screen 0
(II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event1)
(**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
(**) AT Translated Set 2 keyboard: Applying InputClass "keyboard"
(II) LoadModule: "evdev"
(II) Loading /usr/lib/X11/modules/input/evdev_drv.so
(II) Module evdev: vendor="X.Org Foundation"
compiled for 1.10.1, module version = 2.6.0
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 12.2
(II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
(II) Loading /usr/lib/X11/modules/input/evdev_drv.so
(**) AT Translated Set 2 keyboard: always reports core events
(**) AT Translated Set 2 keyboard: Device: "/dev/input/event1"
(--) AT Translated Set 2 keyboard: Found keys
(II) AT Translated Set 2 keyboard: Configuring as keyboard
(**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input1/event1"
(II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "evdev"
(**) Option "xkb_layout" "us"
(II) config/udev: Adding input device ImPS/2 Generic Wheel Mouse (/dev/input/event2)
(**) ImPS/2 Generic Wheel Mouse: Applying InputClass "evdev pointer catchall"
(II) Using input driver 'evdev' for 'ImPS/2 Generic Wheel Mouse'
(II) Loading /usr/lib/X11/modules/input/evdev_drv.so
(**) ImPS/2 Generic Wheel Mouse: always reports core events
(**) ImPS/2 Generic Wheel Mouse: Device: "/dev/input/event2"
(--) ImPS/2 Generic Wheel Mouse: Found 3 mouse buttons
(--) ImPS/2 Generic Wheel Mouse: Found scroll wheel(s)
(--) ImPS/2 Generic Wheel Mouse: Found relative axes
(--) ImPS/2 Generic Wheel Mouse: Found x and y relative axes
(II) ImPS/2 Generic Wheel Mouse: Configuring as mouse
(II) ImPS/2 Generic Wheel Mouse: Adding scrollwheel support
(**) ImPS/2 Generic Wheel Mouse: YAxisMapping: buttons 4 and 5
(**) ImPS/2 Generic Wheel Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
(**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input2/event2"
(II) XINPUT: Adding extended input device "ImPS/2 Generic Wheel Mouse" (type: MOUSE)
(II) ImPS/2 Generic Wheel Mouse: initialized for relative axes.
(**) ImPS/2 Generic Wheel Mouse: (accel) keeping acceleration scheme 1
(**) ImPS/2 Generic Wheel Mouse: (accel) acceleration profile 0
(**) ImPS/2 Generic Wheel Mouse: (accel) acceleration factor: 2.000
(**) ImPS/2 Generic Wheel Mouse: (accel) acceleration threshold: 4
(II) config/udev: Adding input device ImPS/2 Generic Wheel Mouse (/dev/input/mouse1)
(II) No input driver/identifier specified (ignoring)
(II) config/udev: Adding input device Macintosh mouse button emulation (/dev/input/event0)
(**) Macintosh mouse button emulation: Applying InputClass "evdev pointer catchall"
(II) Using input driver 'evdev' for 'Macintosh mouse button emulation'
(II) Loading /usr/lib/X11/modules/input/evdev_drv.so
(**) Macintosh mouse button emulation: always reports core events
(**) Macintosh mouse button emulation: Device: "/dev/input/event0"
(--) Macintosh mouse button emulation: Found 3 mouse buttons
(--) Macintosh mouse button emulation: Found relative axes
(--) Macintosh mouse button emulation: Found x and y relative axes
(II) Macintosh mouse button emulation: Configuring as mouse
(**) Macintosh mouse button emulation: YAxisMapping: buttons 4 and 5
(**) Macintosh mouse button emulation: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
(**) Option "config_info" "udev:/sys/devices/virtual/input/input0/event0"
(II) XINPUT: Adding extended input device "Macintosh mouse button emulation" (type: MOUSE)
(II) Macintosh mouse button emulation: initialized for relative axes.
(**) Macintosh mouse button emulation: (accel) keeping acceleration scheme 1
(**) Macintosh mouse button emulation: (accel) acceleration profile 0
(**) Macintosh mouse button emulation: (accel) acceleration factor: 2.000
(**) Macintosh mouse button emulation: (accel) acceleration threshold: 4
(II) config/udev: Adding input device Macintosh mouse button emulation (/dev/input/mouse0)
(II) No input driver/identifier specified (ignoring)
(EE) FBDEV(0): FBIOBLANK: Invalid argument
10. Таким образом, проблема установки в ОС ALT Linux 6.0 Centaurus правильного разрешения экрана по-прежнему остаётся актуальной.

Оффлайн ruslandh

  • Поспешай не торопясь !
  • Модератор глобальный
  • *****
  • Сообщений: 32 361
  • Учиться .... Телепатами не рождаются, ими ....
не проще было просто файл с логом приложить, чем простыню вывешивать?