Проблема с разрешением экрана

Автор keleset, 27 января 2012, 22:46:10

« назад - далее »

0 Пользователи и 1 гость просматривают эту тему.

keleset

Недавно решил перейти с кубунты на дебиан, установил систему, поставил кде, вхожу в систему, но монитор растянут так, что просто вырвиглаз. Дело в том что родное разрешение 1366х768, а сейчас стоит 1024х768 (максимальное разрешение в графическом настройщике экрана). Пробовал копаться в xorg.conf, но все мои потуги уперлись в пустой xorg.conf и невозможность его генерации из за того, что при наборе Xorg -configure терминал выдает Server is already active for display 0 При попытке следовать официальным FAQ я получаю другую ошибку: Cannot establish any listening sockets - Make sure an X server isn't already running подскажите, как всетаки изменить разрешение на 1366х768?

Udachnik

Что за видеокарта хоть? А то у нас телепаты в отпуске (или уволились).

kom

#2
Для начала вам необходимо погасить X-11(иксы)..................
Открыть содержимое (спойлер)
/etc.init.d/[kdm,gdm,xdm] stop(взависимоти от DE)

после этого можно запустить :
cd /etc/X11/
Xorg -configure
.........
копируем xorg.conf из папки root
cp /root/xorg.conf.new /etc/X11/xorg.org
.............
[свернуть]
и там уже далее , в зависимости от ваших надобностей
а вообще посмотрите wiki

Valeron

#3
Можно попробовать такой вариант:

1. Открываем Терминал и узнаем список видеовыходов и поддерживаемых разрешений для каждого выхода командой
xrandr
где выходы  LVDS1 означают монитор ноутбука, а VGA1 - внешний монитор.

2. Создаем Modeline для нужного режима:
cvt 1366 768 60
где первые два числа — разрешение, третье — частота обновления монитора (можно не задавать, по умолчанию будет 60). Команда должна выдать что-то вроде этого:
Modeline "1366x768_60.00"   85.25  1368 1440 1576 1784  768 771 781 798 -hsync +vsync

3. Создаем режим:
xrandr  --newmode "1366x768_60.00"   85.25  1368 1440 1576 1784  768 771 781 798 -hsync +vsync
где после --newmode вставляем вывод предыдущей команды после слова Modeline.

4. Добавляем новый режим к нужному выходу:
xrandr --addmode VGA1 1366x768_60.00

5. И запускаем его:
xrandr --output VGA1 --mode 1366x768_60.00

Ну и добавьте сей режим в автозагрузку, чтобы каждый раз руками не вводить. :)
Enter нажат, к чему теперь рыданья...

keleset

#4
Сделал по способу kom  xorg.conf теперь не пуст, но kdm не запускается вообще, даже после ребута :(. Стер весь xorg.conf, теперь kdm опять работает, но разрешение по-прежнему отвратительное.
Видео: intel HD Graphics 3000

Пошаманив немного с xrandr, добился:
Открыть содержимое (спойлер)
Screen 0: minimum 800 x 600, current 800 x 600, maximum 1024 x 768
default connected 800x600+0+0 0mm x 0mm
   1024x768        0.0 
   800x600        61.0*
  1368x768_60.00 (0x148)   85.9MHz
        h: width  1368 start 1440 end 1584 total 1800 skew    0 clock   47.7KHz
        v: height  768 start  769 end  772 total  795           clock   60.0Hz
 
[свернуть]
при наборе xrandr, но выставить этот самый 1368x768_60.00 не представляется возможным:
Открыть содержимое (спойлер)
xrandr --output default --mode 1368x768_60.00
xrandr: cannot find mode 1368x768_60.00
[свернуть]

Udachnik

Цитата: keleset от 28 января 2012, 09:16:26Видео: intel HD Graphics 3000
Sandy bridge?
https://debianforum.ru/index.php?topic=1455.msg15479#msg15479
Только сейчас в backports есть более новое ядро - 3.2. В нем поддержка sandy bridge значительно улучшена. Поэтому подставь в команду linux-image-3.2.0-0.bpo.1-686-pae или linux-image-3.2.0-0.bpo.1-amd64

keleset

Сделал все как описал, поставил новое ядро, перезагрузил. И?.. ничего не поменялось. :(
Что на кубунте стоит такого, что разрешение там нормальное?

redVi

С ядром 3.2 должно без xorg работать. Просто установите родной драйвер для вашей видеокарты.
Можно ещё вписать в конец строки загрузчика после ro:
vga=0x0362 (если первый grub).

для grub2:
sudo vim /etc/default/grub
строка GRUB_GFXMODE="1368x768"

Кстати,  KMS при этом работать не будет.
Debian Sid, Openbox || Gentoo, Openbox

keleset

Цитата: Liberty от 28 января 2012, 19:48:52
С ядром 3.2 должно без xorg работать. Просто установите родной драйвер для вашей видеокарты.
Можно ещё вписать в конец строки загрузчика после ro:
vga=0x0362 (если первый grub).

для grub2:
sudo vim /etc/default/grub
строка GRUB_GFXMODE="1368x768"

Кстати,  KMS при этом работать не будет.

дайте пожалуйста сслылочку на статью, где сказано как удалить родные драйвера? Надо ли удалять xserver-xorg-video-intel?

redVi

Для карт intel драйвер открытый. Насколько знаю, проприетарных у них нет. Значит и удалять не нужно.
А так если делали modprobe, то ищем список загруженных модулей командой lsmod. Нашли модуль своей карты (к примеру, i915), выгружаем его:
# modprobe -r i915
После этого удаляйте средствами apt как любой другой пакет.
Об установке и настройке различных карт:
http://wiki.debian.org/ru/GraphicsCard
Debian Sid, Openbox || Gentoo, Openbox

Trouyan

#10
Такая же проблема с разрешением экрана.
Имею ноутбук Dell в нем две видиокарты NVidia и Intel HD Graphics 3000.
Стоит Debian ядро 2.6.32-5-amd64  (выдала команда uname -r)
NVidia меня не интересует. Достаточно будет intel видеокарты. Но главное хочу сделать "правильное" разрешение.
xrand не помогло, застрял на третьем пункте:
"xrandr: Failed to get size of gamma for output default"
В линуксе пока очень-очень плохо разбираюсь, но оч. стараюсь его познать =(

Сообщение объединено: 19 ноября 2012, 15:39:56

Обновил ядро до 3.2.  разрешение стало как надо  :)

Fieryx

#11
присоединяюсь ко всем недовольным людям, у которых в ноутбуке 2 видеокарты от intel и nvidia.

Установка ядра до версии 3.2+ не получилась.

Метод Valeron тоже не подошел - xrandr: Failed to get size of gamma for output default

Как же быть? Каждый раз из-за этого все-таки не выдерживаю и винду обратно на ноут ставлю, хотя на ноуте хотелось бы линукс иметь.

Нашел решение!
http://www.cyberciti.biz/faq/debian-linux-6-apt-get-install-linux-kernel-3-2/
Здесь написано как обновить ядро, если оно уже не обновлено. После перезагрузки выбираем новое ядро и разрешение экрана сразу идеальное.

dvsie

#12
Всем привет.
устал...
годы идут а linux по прежнему отстает.
все чтонибудь да отвалится
  >:(
по теме.
скачал свежий образ wheezy - ядро в системе 3.2.0-4-686-pae
xrandr не запоминает разрешение которое я добавляю.
а после перезагрузки приходится опять добавлять...
cvt 1152 864 80
...
xrandr --newmode "1152x864_80.00"  112.50  1152 1232 1352 1552  864 867 871 907 -hsync +vsync
xrandr --addmode VGA1 1152x864_80.00
xrandr --output VGA1 --mode 1152x864_80.00

пробовал и от $ и от #.
есть чего посоветовать? еще интересует смена разрешения на экране входа...
ps0: у меня на ноутбуке экран не работает. вывод я отключаю в настройках.
ps1: поставил ядро 3.2.0-4-486 из backports = ничхего не изменилось.
ps2: Xorg -configure Xorg.0.log
Открыть содержимое (спойлер)
[  2612.671]
X.Org X Server 1.12.4
Release Date: 2012-08-27
[  2612.671] X Protocol Version 11, Revision 0
[  2612.671] Build Operating System: Linux 3.2.0-4-amd64 i686 Debian
[  2612.671] Current Operating System: Linux hp 3.2.0-4-486 #1 Debian 3.2.51-1 i686
[  2612.671] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.2.0-4-486 root=UUID=f2db5393-9d00-4535-8b26-63870eb76268 ro quiet
[  2612.671] Build Date: 21 October 2013  05:31:52PM
[  2612.671] xorg-server 2:1.12.4-6+deb7u1 (Moritz Muehlenhoff <jmm@debian.org>)
[  2612.671] Current version of pixman: 0.26.0
[  2612.671]    Before reporting problems, check http://wiki.x.org
   to make sure that you have the latest version.
[  2612.671] Markers: (--) probed, (**) from config file, (==) default setting,
   (++) from command line, (!!) notice, (II) informational,
   (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[  2612.671] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Nov  4 21:37:12 2013
[  2612.679] (==) Using config file: "/etc/X11/xorg.conf"
[  2612.679] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[  2612.680] (==) ServerLayout "X.org Configured"
[  2612.680] (**) |-->Screen "Screen0" (0)
[  2612.680] (**) |   |-->Monitor "Monitor0"
[  2612.680] (**) |   |-->Device "Card0"
[  2612.680] (**) |-->Screen "Screen1" (1)
[  2612.680] (**) |   |-->Monitor "Monitor1"
[  2612.680] (**) |   |-->Device "Card1"
[  2612.680] (**) |-->Screen "Screen2" (2)
[  2612.680] (**) |   |-->Monitor "Monitor2"
[  2612.680] (**) |   |-->Device "Card2"
[  2612.680] (**) |-->Input Device "Mouse0"
[  2612.680] (**) |-->Input Device "Keyboard0"
[  2612.680] (==) Automatically adding devices
[  2612.680] (==) Automatically enabling devices
[  2612.680] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[  2612.680]    Entry deleted from font path.
[  2612.680] (WW) The directory "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" does not exist.
[  2612.681]    Entry deleted from font path.
[  2612.681] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[  2612.681]    Entry deleted from font path.
[  2612.681] (WW) The directory "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" does not exist.
[  2612.681]    Entry deleted from font path.
[  2612.681] (**) FontPath set to:
   /usr/share/fonts/X11/misc,
   /usr/share/fonts/X11/100dpi/:unscaled,
   /usr/share/fonts/X11/75dpi/:unscaled,
   /usr/share/fonts/X11/Type1,
   /usr/share/fonts/X11/100dpi,
   /usr/share/fonts/X11/75dpi,
   built-ins,
   /usr/share/fonts/X11/misc,
   /usr/share/fonts/X11/100dpi/:unscaled,
   /usr/share/fonts/X11/75dpi/:unscaled,
   /usr/share/fonts/X11/Type1,
   /usr/share/fonts/X11/100dpi,
   /usr/share/fonts/X11/75dpi,
   built-ins
[  2612.681] (**) ModulePath set to "/usr/lib/xorg/modules"
[  2612.681] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[  2612.681] (WW) Disabling Mouse0
[  2612.681] (WW) Disabling Keyboard0
[  2612.681] (II) Loader magic: 0xb77d85a0
[  2612.681] (II) Module ABI versions:
[  2612.681]    X.Org ANSI C Emulation: 0.4
[  2612.681]    X.Org Video Driver: 12.1
[  2612.681]    X.Org XInput driver : 16.0
[  2612.681]    X.Org Server Extension : 6.0
[  2612.682] (--) PCI:*(0:0:2:0) 8086:2a02:103c:30c0 rev 12, Mem @ 0xe4600000/1048576, 0xd0000000/268435456, I/O @ 0x00004000/8
[  2612.682] (--) PCI: (0:0:2:1) 8086:2a03:103c:30c0 rev 12, Mem @ 0xe4700000/1048576
[  2612.685] (II) Open ACPI successful (/var/run/acpid.socket)
[  2612.685] (II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
[  2612.685] (II) "dbe" will be loaded. This was enabled by default and also specified in the config file.
[  2612.685] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
[  2612.685] (II) "record" will be loaded. This was enabled by default and also specified in the config file.
[  2612.685] (II) "dri" will be loaded. This was enabled by default and also specified in the config file.
[  2612.685] (II) "dri2" will be loaded. This was enabled by default and also specified in the config file.
[  2612.685] (II) LoadModule: "record"
[  2612.685] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[  2612.686] (II) Module record: vendor="X.Org Foundation"
[  2612.686]    compiled for 1.12.4, module version = 1.13.0
[  2612.686]    Module class: X.Org Server Extension
[  2612.686]    ABI class: X.Org Server Extension, version 6.0
[  2612.686] (II) Loading extension RECORD
[  2612.686] (II) LoadModule: "extmod"
[  2612.686] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[  2612.686] (II) Module extmod: vendor="X.Org Foundation"
[  2612.686]    compiled for 1.12.4, module version = 1.0.0
[  2612.686]    Module class: X.Org Server Extension
[  2612.686]    ABI class: X.Org Server Extension, version 6.0
[  2612.686] (II) Loading extension SELinux
[  2612.686] (II) Loading extension MIT-SCREEN-SAVER
[  2612.686] (II) Loading extension XFree86-VidModeExtension
[  2612.686] (II) Loading extension XFree86-DGA
[  2612.686] (II) Loading extension DPMS
[  2612.686] (II) Loading extension XVideo
[  2612.686] (II) Loading extension XVideo-MotionCompensation
[  2612.686] (II) Loading extension X-Resource
[  2612.686] (II) LoadModule: "glx"
[  2612.686] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[  2612.686] (II) Module glx: vendor="X.Org Foundation"
[  2612.686]    compiled for 1.12.4, module version = 1.0.0
[  2612.686]    ABI class: X.Org Server Extension, version 6.0
[  2612.686] (==) AIGLX enabled
[  2612.686] (II) Loading extension GLX
[  2612.686] (II) LoadModule: "dbe"
[  2612.687] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[  2612.687] (II) Module dbe: vendor="X.Org Foundation"
[  2612.687]    compiled for 1.12.4, module version = 1.0.0
[  2612.687]    Module class: X.Org Server Extension
[  2612.687]    ABI class: X.Org Server Extension, version 6.0
[  2612.687] (II) Loading extension DOUBLE-BUFFER
[  2612.687] (II) LoadModule: "dri"
[  2612.687] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[  2612.687] (II) Module dri: vendor="X.Org Foundation"
[  2612.687]    compiled for 1.12.4, module version = 1.0.0
[  2612.687]    ABI class: X.Org Server Extension, version 6.0
[  2612.687] (II) Loading extension XFree86-DRI
[  2612.687] (II) LoadModule: "dri2"
[  2612.687] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[  2612.687] (II) Module dri2: vendor="X.Org Foundation"
[  2612.687]    compiled for 1.12.4, module version = 1.2.0
[  2612.687]    ABI class: X.Org Server Extension, version 6.0
[  2612.687] (II) Loading extension DRI2
[  2612.687] (II) LoadModule: "intel"
[  2612.687] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[  2612.688] (II) Module intel: vendor="X.Org Foundation"
[  2612.688]    compiled for 1.12.3.902, module version = 2.19.0
[  2612.688]    Module class: X.Org Video Driver
[  2612.688]    ABI class: X.Org Video Driver, version 12.1
[  2612.688] (II) LoadModule: "fbdev"
[  2612.688] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[  2612.688] (II) Module fbdev: vendor="X.Org Foundation"
[  2612.688]    compiled for 1.12.1, module version = 0.4.2
[  2612.688]    ABI class: X.Org Video Driver, version 12.0
[  2612.688] (II) LoadModule: "vesa"
[  2612.688] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[  2612.689] (II) Module vesa: vendor="X.Org Foundation"
[  2612.689]    compiled for 1.12.1, module version = 2.3.1
[  2612.689]    Module class: X.Org Video Driver
[  2612.689]    ABI class: X.Org Video Driver, version 12.0
[  2612.689] (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 Desktop (GT1), Sandybridge Desktop (GT2),
   Sandybridge Desktop (GT2+), Sandybridge Mobile (GT1),
   Sandybridge Mobile (GT2), Sandybridge Mobile (GT2+),
   Sandybridge Server, Ivybridge Mobile (GT1), Ivybridge Mobile (GT2),
   Ivybridge Desktop (GT1), Ivybridge Desktop (GT2), Ivybridge Server,
   Ivybridge Server (GT2)
[  2612.689] (II) FBDEV: driver for framebuffer: fbdev
[  2612.689] (II) VESA: driver for VESA chipsets: vesa
[  2612.689] (++) using VT number 7

[  2612.691] (WW) Falling back to old probe method for fbdev
[  2612.691] (II) Loading sub module "fbdevhw"
[  2612.691] (II) LoadModule: "fbdevhw"
[  2612.691] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[  2612.691] (II) Module fbdevhw: vendor="X.Org Foundation"
[  2612.691]    compiled for 1.12.4, module version = 0.0.2
[  2612.691]    ABI class: X.Org Video Driver, version 12.1
[  2612.691] (WW) Falling back to old probe method for vesa
[  2612.691] drmOpenDevice: node name is /dev/dri/card0
[  2612.691] drmOpenDevice: open result is 9, (OK)
[  2612.691] drmOpenByBusid: Searching for BusID pci:0000:00:02.0
[  2612.691] drmOpenDevice: node name is /dev/dri/card0
[  2612.691] drmOpenDevice: open result is 9, (OK)
[  2612.691] drmOpenByBusid: drmOpenMinor returns 9
[  2612.691] drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
[  2612.691] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[  2612.691] (==) intel(0): RGB weight 888
[  2612.691] (==) intel(0): Default visual is TrueColor
[  2612.691] (II) intel(0): Integrated Graphics Chipset: Intel(R) 965GM
[  2612.691] (--) intel(0): Chipset: "965GM"
[  2612.691] (**) intel(0): Relaxed fencing enabled
[  2612.692] (**) intel(0): Wait on SwapBuffers? enabled
[  2612.692] (**) intel(0): Triple buffering? enabled
[  2612.692] (**) intel(0): Framebuffer tiled
[  2612.692] (**) intel(0): Pixmaps tiled
[  2612.692] (**) intel(0): 3D buffers tiled
[  2612.692] (**) intel(0): SwapBuffers wait enabled
[  2612.692] (==) intel(0): video overlay key set to 0x101fe
[  2612.692] (II) intel(0): Output LVDS1 using monitor section Monitor0
[  2612.692] (II) intel(0): found backlight control interface /sys/class/backlight/acpi_video0
[  2612.807] (II) intel(0): Output VGA1 has no monitor section
[  2612.807] (II) intel(0): Output TV1 has no monitor section
[  2612.807] (II) intel(0): EDID for output LVDS1
[  2612.807] (II) intel(0): Manufacturer: QDS  Model: 6a  Serial#: 0
[  2612.807] (II) intel(0): Year: 2006  Week: 0
[  2612.807] (II) intel(0): EDID Version: 1.3
[  2612.807] (II) intel(0): Digital Display Input
[  2612.807] (II) intel(0): Max Image Size [cm]: horiz.: 30  vert.: 19
[  2612.807] (II) intel(0): Gamma: 2.20
[  2612.807] (II) intel(0): No DPMS capabilities specified
[  2612.807] (II) intel(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
[  2612.807] (II) intel(0): First detailed timing is preferred mode
[  2612.807] (II) intel(0): redX: 0.574 redY: 0.335   greenX: 0.314 greenY: 0.550
[  2612.807] (II) intel(0): blueX: 0.154 blueY: 0.135   whiteX: 0.312 whiteY: 0.328
[  2612.807] (II) intel(0): Manufacturer's mask: 0
[  2612.807] (II) intel(0): Supported detailed timing:
[  2612.808] (II) intel(0): clock: 68.9 MHz   Image Size:  304 x 190 mm
[  2612.808] (II) intel(0): h_active: 1280  h_sync: 1301  h_sync_end 1333 h_blank_end 1408 h_border: 0
[  2612.808] (II) intel(0): v_active: 800  v_sync: 804  v_sync_end 808 v_blanking: 816 v_border: 0
[  2612.808] (II) intel(0): Unknown vendor-specific block f
[  2612.808] (II) intel(0):  QUANTADISPLAY
[  2612.808] (II) intel(0):  QD14TL026
[  2612.808] (II) intel(0): EDID (in hex):
[  2612.808] (II) intel(0):    00ffffffffffff0044936a0000000000
[  2612.808] (II) intel(0):    00100103801e13780a3ba09355508c27
[  2612.808] (II) intel(0):    22505400000001010101010101010101
[  2612.808] (II) intel(0):    010101010101ea1a0080502010301520
[  2612.808] (II) intel(0):    440030be100000180000000f0008002a
[  2612.808] (II) intel(0):    0001000400324a041901000000fe0051
[  2612.808] (II) intel(0):    55414e5441444953504c4159000000fe
[  2612.808] (II) intel(0):    0051443134544c3032360a20202000c7
[  2612.808] (II) intel(0): EDID vendor "QDS", prod id 106
[  2612.808] (II) intel(0): Printing DDC gathered Modelines:
[  2612.808] (II) intel(0): Modeline "1280x800"x0.0   68.90  1280 1301 1333 1408  800 804 808 816 -hsync -vsync (48.9 kHz eP)
[  2612.808] (II) intel(0): Not using default mode "320x240" (doublescan mode not supported)
[  2612.808] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
[  2612.808] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
[  2612.808] (II) intel(0): Not using default mode "512x384" (doublescan mode not supported)
[  2612.808] (II) intel(0): Not using default mode "640x480" (doublescan mode not supported)
[  2612.808] (II) intel(0): Not using default mode "640x512" (doublescan mode not supported)
[  2612.808] (II) intel(0): Not using default mode "800x600" (doublescan mode not supported)
[  2612.808] (II) intel(0): Not using default mode "896x672" (doublescan mode not supported)
[  2612.808] (II) intel(0): Not using default mode "928x696" (doublescan mode not supported)
[  2612.808] (II) intel(0): Not using default mode "960x720" (doublescan mode not supported)
[  2612.808] (II) intel(0): Not using default mode "576x432" (doublescan mode not supported)
[  2612.808] (II) intel(0): Not using default mode "680x384" (doublescan mode not supported)
[  2612.808] (II) intel(0): Not using default mode "680x384" (doublescan mode not supported)
[  2612.808] (II) intel(0): Not using default mode "700x525" (doublescan mode not supported)
[  2612.808] (II) intel(0): Not using default mode "720x450" (doublescan mode not supported)
[  2612.808] (II) intel(0): Not using default mode "800x512" (doublescan mode not supported)
[  2612.808] (II) intel(0): Not using default mode "840x525" (doublescan mode not supported)
[  2612.808] (II) intel(0): Not using default mode "840x525" (doublescan mode not supported)
[  2612.808] (II) intel(0): Not using default mode "960x540" (doublescan mode not supported)
[  2612.808] (II) intel(0): Not using default mode "960x600" (doublescan mode not supported)
[  2612.808] (II) intel(0): Not using default mode "1024x768" (doublescan mode not supported)
[  2612.808] (II) intel(0): Printing probed modes for output LVDS1
[  2612.808] (II) intel(0): Modeline "1280x800"x60.0   68.90  1280 1301 1333 1408  800 804 808 816 -hsync -vsync (48.9 kHz eP)
[  2612.808] (II) intel(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[  2612.808] (II) intel(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[  2612.808] (II) intel(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[  2612.808] (II) intel(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[  2612.922] (II) intel(0): EDID for output VGA1
[  2612.922] (II) intel(0): Printing probed modes for output VGA1
[  2612.922] (II) intel(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[  2612.922] (II) intel(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[  2612.922] (II) intel(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[  2612.922] (II) intel(0): Modeline "848x480"x60.0   33.75  848 864 976 1088  480 486 494 517 +hsync +vsync (31.0 kHz e)
[  2612.922] (II) intel(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 489 492 525 -hsync -vsync (31.5 kHz e)
[  2612.922] (II) intel(0): EDID for output TV1
[  2612.922] (II) intel(0): Printing probed modes for output TV1
[  2612.922] (II) intel(0): Modeline "848x480"x59.9   29.03  848 849 912 944  480 481 512 513 (30.7 kHz eP)
[  2612.922] (II) intel(0): Modeline "640x480"x59.9   22.63  640 641 704 736  480 481 512 513 (30.7 kHz eP)
[  2612.922] (II) intel(0): Modeline "1024x768"x59.9   53.77  1024 1025 1088 1120  768 769 800 801 (48.0 kHz e)
[  2612.922] (II) intel(0): Modeline "800x600"x59.9   34.00  800 801 864 896  600 601 632 633 (37.9 kHz e)
[  2612.922] (II) intel(0): Output LVDS1 connected
[  2612.922] (II) intel(0): Output VGA1 connected
[  2612.922] (II) intel(0): Output TV1 disconnected
[  2612.922] (II) intel(0): Using fuzzy aspect match for initial modes
[  2612.922] (II) intel(0): Output LVDS1 using initial mode 1024x768
[  2612.922] (II) intel(0): Output VGA1 using initial mode 1024x768
[  2612.922] (II) intel(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[  2612.922] (II) intel(0): Kernel page flipping support detected, enabling
[  2612.922] (**) intel(0): Display dimensions: (300, 190) mm
[  2612.922] (**) intel(0): DPI set to (86, 102)
[  2612.922] (II) Loading sub module "fb"
[  2612.922] (II) LoadModule: "fb"
[  2612.923] (II) Loading /usr/lib/xorg/modules/libfb.so
[  2612.923] (II) Module fb: vendor="X.Org Foundation"
[  2612.923]    compiled for 1.12.4, module version = 1.0.0
[  2612.923]    ABI class: X.Org ANSI C Emulation, version 0.4
[  2612.923] (II) Loading sub module "dri2"
[  2612.923] (II) LoadModule: "dri2"
[  2612.923] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[  2612.923] (II) Module dri2: vendor="X.Org Foundation"
[  2612.923]    compiled for 1.12.4, module version = 1.2.0
[  2612.923]    ABI class: X.Org Server Extension, version 6.0
[  2612.923] (II) UnloadModule: "fbdev"
[  2612.923] (II) Unloading fbdev
[  2612.923] (II) UnloadSubModule: "fbdevhw"
[  2612.923] (II) Unloading fbdevhw
[  2612.923] (II) UnloadModule: "vesa"
[  2612.923] (II) Unloading vesa
[  2612.923] (==) Depth 24 pixmap format is 32 bpp
[  2612.923] (II) intel(0): [DRI2] Setup complete
[  2612.923] (II) intel(0): [DRI2]   DRI driver: i965
[  2612.923] (II) intel(0): Allocated new frame buffer 1024x768 stride 4096, tiled
[  2612.936] (II) UXA(0): Driver registered support for the following operations:
[  2612.936] (II)         solid
[  2612.936] (II)         copy
[  2612.936] (II)         composite (RENDER acceleration)
[  2612.936] (II)         put_image
[  2612.936] (II)         get_image
[  2612.936] (==) intel(0): Backing store disabled
[  2612.936] (==) intel(0): Silken mouse enabled
[  2612.936] (II) intel(0): Initializing HW Cursor
[  2612.936] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[  2612.938] (==) intel(0): DPMS enabled
[  2612.938] (==) intel(0): Intel XvMC decoder enabled
[  2612.938] (II) intel(0): Set up textured video
[  2612.938] (II) intel(0): Set up overlay video
[  2612.938] (II) intel(0): [XvMC] i965_xvmc driver initialized.
[  2612.938] (II) intel(0): direct rendering: DRI2 Enabled
[  2612.938] (==) intel(0): hotplug detection: "enabled"
[  2613.668] (--) RandR disabled
[  2613.668] (II) Initializing built-in extension Generic Event Extension
[  2613.668] (II) Initializing built-in extension SHAPE
[  2613.668] (II) Initializing built-in extension MIT-SHM
[  2613.668] (II) Initializing built-in extension XInputExtension
[  2613.668] (II) Initializing built-in extension XTEST
[  2613.668] (II) Initializing built-in extension BIG-REQUESTS
[  2613.668] (II) Initializing built-in extension SYNC
[  2613.668] (II) Initializing built-in extension XKEYBOARD
[  2613.668] (II) Initializing built-in extension XC-MISC
[  2613.668] (II) Initializing built-in extension SECURITY
[  2613.668] (II) Initializing built-in extension XINERAMA
[  2613.668] (II) Initializing built-in extension XFIXES
[  2613.668] (II) Initializing built-in extension RENDER
[  2613.668] (II) Initializing built-in extension RANDR
[  2613.668] (II) Initializing built-in extension COMPOSITE
[  2613.668] (II) Initializing built-in extension DAMAGE
[  2613.669] (II) SELinux: Disabled on system
[  2613.694] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[  2613.694] (II) AIGLX: enabled GLX_INTEL_swap_event
[  2613.694] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[  2613.694] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[  2613.694] (II) AIGLX: Loaded and initialized i965
[  2613.694] (II) GLX: Initialized DRI2 GL provider for screen 0
[  2613.695] (II) intel(0): Setting screen physical size to 270 x 203
[  2613.759] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[  2613.759] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[  2613.759] (II) LoadModule: "evdev"
[  2613.759] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[  2613.759] (II) Module evdev: vendor="X.Org Foundation"
[  2613.759]    compiled for 1.12.1, module version = 2.7.0
[  2613.759]    Module class: X.Org XInput Driver
[  2613.759]    ABI class: X.Org XInput driver, version 16.0
[  2613.759] (II) Using input driver 'evdev' for 'Power Button'
[  2613.759] (**) Power Button: always reports core events
[  2613.759] (**) evdev: Power Button: Device: "/dev/input/event3"
[  2613.759] (--) evdev: Power Button: Vendor 0 Product 0x1
[  2613.759] (--) evdev: Power Button: Found keys
[  2613.759] (II) evdev: Power Button: Configuring as keyboard
[  2613.759] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
[  2613.759] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[  2613.759] (**) Option "xkb_rules" "evdev"
[  2613.759] (**) Option "xkb_model" "pc105"
[  2613.759] (**) Option "xkb_layout" "us,ru"
[  2613.759] (**) Option "xkb_variant" ","
[  2613.759] (**) Option "xkb_options" "grp:alt_shift_toggle,grp_led:scroll"
[  2613.788] (II) config/udev: Adding input device Video Bus (/dev/input/event8)
[  2613.788] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[  2613.788] (II) Using input driver 'evdev' for 'Video Bus'
[  2613.788] (**) Video Bus: always reports core events
[  2613.788] (**) evdev: Video Bus: Device: "/dev/input/event8"
[  2613.788] (--) evdev: Video Bus: Vendor 0 Product 0x6
[  2613.788] (--) evdev: Video Bus: Found keys
[  2613.788] (II) evdev: Video Bus: Configuring as keyboard
[  2613.788] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input8/event8"
[  2613.788] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[  2613.788] (**) Option "xkb_rules" "evdev"
[  2613.788] (**) Option "xkb_model" "pc105"
[  2613.788] (**) Option "xkb_layout" "us,ru"
[  2613.788] (**) Option "xkb_variant" ","
[  2613.788] (**) Option "xkb_options" "grp:alt_shift_toggle,grp_led:scroll"
[  2613.789] (II) config/udev: Adding input device Lid Switch (/dev/input/event2)
[  2613.789] (II) No input driver specified, ignoring this device.
[  2613.789] (II) This device may have been added with another device file.
[  2613.789] (II) config/udev: Adding input device Sleep Button (/dev/input/event1)
[  2613.789] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[  2613.789] (II) Using input driver 'evdev' for 'Sleep Button'
[  2613.789] (**) Sleep Button: always reports core events
[  2613.789] (**) evdev: Sleep Button: Device: "/dev/input/event1"
[  2613.789] (--) evdev: Sleep Button: Vendor 0 Product 0x3
[  2613.789] (--) evdev: Sleep Button: Found keys
[  2613.789] (II) evdev: Sleep Button: Configuring as keyboard
[  2613.789] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1/event1"
[  2613.789] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 8)
[  2613.790] (**) Option "xkb_rules" "evdev"
[  2613.790] (**) Option "xkb_model" "pc105"
[  2613.790] (**) Option "xkb_layout" "us,ru"
[  2613.790] (**) Option "xkb_variant" ","
[  2613.790] (**) Option "xkb_options" "grp:alt_shift_toggle,grp_led:scroll"
[  2613.790] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event4)
[  2613.790] (II) No input driver specified, ignoring this device.
[  2613.790] (II) This device may have been added with another device file.
[  2613.791] (II) config/udev: Adding input device Microsoft Microsoft® Nano Transceiver v2.0 (/dev/input/event10)
[  2613.791] (**) Microsoft Microsoft® Nano Transceiver v2.0: Applying InputClass "evdev keyboard catchall"
[  2613.791] (II) Using input driver 'evdev' for 'Microsoft Microsoft® Nano Transceiver v2.0'
[  2613.791] (**) Microsoft Microsoft® Nano Transceiver v2.0: always reports core events
[  2613.791] (**) evdev: Microsoft Microsoft® Nano Transceiver v2.0: Device: "/dev/input/event10"
[  2613.791] (--) evdev: Microsoft Microsoft® Nano Transceiver v2.0: Vendor 0x45e Product 0x745
[  2613.791] (--) evdev: Microsoft Microsoft® Nano Transceiver v2.0: Found keys
[  2613.791] (II) evdev: Microsoft Microsoft® Nano Transceiver v2.0: Configuring as keyboard
[  2613.791] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.1/usb5/5-1/5-1:1.0/input/input10/event10"
[  2613.791] (II) XINPUT: Adding extended input device "Microsoft Microsoft® Nano Transceiver v2.0" (type: KEYBOARD, id 9)
[  2613.791] (**) Option "xkb_rules" "evdev"
[  2613.791] (**) Option "xkb_model" "pc105"
[  2613.791] (**) Option "xkb_layout" "us,ru"
[  2613.791] (**) Option "xkb_variant" ","
[  2613.791] (**) Option "xkb_options" "grp:alt_shift_toggle,grp_led:scroll"
[  2613.792] (II) config/udev: Adding input device Microsoft Microsoft® Nano Transceiver v2.0 (/dev/input/event11)
[  2613.792] (**) Microsoft Microsoft® Nano Transceiver v2.0: Applying InputClass "evdev pointer catchall"
[  2613.792] (**) Microsoft Microsoft® Nano Transceiver v2.0: Applying InputClass "evdev keyboard catchall"
[  2613.792] (II) Using input driver 'evdev' for 'Microsoft Microsoft® Nano Transceiver v2.0'
[  2613.792] (**) Microsoft Microsoft® Nano Transceiver v2.0: always reports core events
[  2613.792] (**) evdev: Microsoft Microsoft® Nano Transceiver v2.0: Device: "/dev/input/event11"
[  2613.792] (--) evdev: Microsoft Microsoft® Nano Transceiver v2.0: Vendor 0x45e Product 0x745
[  2613.792] (--) evdev: Microsoft Microsoft® Nano Transceiver v2.0: Found 9 mouse buttons
[  2613.792] (--) evdev: Microsoft Microsoft® Nano Transceiver v2.0: Found scroll wheel(s)
[  2613.792] (--) evdev: Microsoft Microsoft® Nano Transceiver v2.0: Found relative axes
[  2613.792] (--) evdev: Microsoft Microsoft® Nano Transceiver v2.0: Found x and y relative axes
[  2613.792] (--) evdev: Microsoft Microsoft® Nano Transceiver v2.0: Found absolute axes
[  2613.792] (II) evdev: Microsoft Microsoft® Nano Transceiver v2.0: Forcing absolute x/y axes to exist.
[  2613.792] (--) evdev: Microsoft Microsoft® Nano Transceiver v2.0: Found keys
[  2613.792] (II) evdev: Microsoft Microsoft® Nano Transceiver v2.0: Configuring as mouse
[  2613.792] (II) evdev: Microsoft Microsoft® Nano Transceiver v2.0: Configuring as keyboard
[  2613.792] (II) evdev: Microsoft Microsoft® Nano Transceiver v2.0: Adding scrollwheel support
[  2613.792] (**) evdev: Microsoft Microsoft® Nano Transceiver v2.0: YAxisMapping: buttons 4 and 5
[  2613.792] (**) evdev: Microsoft Microsoft® Nano Transceiver v2.0: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[  2613.792] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.1/usb5/5-1/5-1:1.1/input/input11/event11"
[  2613.792] (II) XINPUT: Adding extended input device "Microsoft Microsoft® Nano Transceiver v2.0" (type: KEYBOARD, id 10)
[  2613.792] (**) Option "xkb_rules" "evdev"
[  2613.792] (**) Option "xkb_model" "pc105"
[  2613.792] (**) Option "xkb_layout" "us,ru"
[  2613.792] (**) Option "xkb_variant" ","
[  2613.792] (**) Option "xkb_options" "grp:alt_shift_toggle,grp_led:scroll"
[  2613.792] (II) evdev: Microsoft Microsoft® Nano Transceiver v2.0: initialized for relative axes.
[  2613.792] (WW) evdev: Microsoft Microsoft® Nano Transceiver v2.0: ignoring absolute axes.
[  2613.792] (**) Microsoft Microsoft® Nano Transceiver v2.0: (accel) keeping acceleration scheme 1
[  2613.792] (**) Microsoft Microsoft® Nano Transceiver v2.0: (accel) acceleration profile 0
[  2613.793] (**) Microsoft Microsoft® Nano Transceiver v2.0: (accel) acceleration factor: 2.000
[  2613.793] (**) Microsoft Microsoft® Nano Transceiver v2.0: (accel) acceleration threshold: 4
[  2613.793] (II) config/udev: Adding input device Microsoft Microsoft® Nano Transceiver v2.0 (/dev/input/mouse1)
[  2613.793] (II) No input driver specified, ignoring this device.
[  2613.793] (II) This device may have been added with another device file.
[  2613.793] (II) config/udev: Adding input device Microsoft Microsoft® Nano Transceiver v2.0 (/dev/input/event12)
[  2613.793] (**) Microsoft Microsoft® Nano Transceiver v2.0: Applying InputClass "evdev keyboard catchall"
[  2613.793] (II) Using input driver 'evdev' for 'Microsoft Microsoft® Nano Transceiver v2.0'
[  2613.793] (**) Microsoft Microsoft® Nano Transceiver v2.0: always reports core events
[  2613.793] (**) evdev: Microsoft Microsoft® Nano Transceiver v2.0: Device: "/dev/input/event12"
[  2613.793] (--) evdev: Microsoft Microsoft® Nano Transceiver v2.0: Vendor 0x45e Product 0x745
[  2613.793] (--) evdev: Microsoft Microsoft® Nano Transceiver v2.0: Found 1 mouse buttons
[  2613.793] (--) evdev: Microsoft Microsoft® Nano Transceiver v2.0: Found scroll wheel(s)
[  2613.793] (--) evdev: Microsoft Microsoft® Nano Transceiver v2.0: Found relative axes
[  2613.794] (--) evdev: Microsoft Microsoft® Nano Transceiver v2.0: Found absolute axes
[  2613.794] (--) evdev: Microsoft Microsoft® Nano Transceiver v2.0: Found x and y absolute axes
[  2613.794] (--) evdev: Microsoft Microsoft® Nano Transceiver v2.0: Found keys
[  2613.794] (II) evdev: Microsoft Microsoft® Nano Transceiver v2.0: Configuring as mouse
[  2613.794] (II) evdev: Microsoft Microsoft® Nano Transceiver v2.0: Configuring as keyboard
[  2613.794] (II) evdev: Microsoft Microsoft® Nano Transceiver v2.0: Adding scrollwheel support
[  2613.794] (**) evdev: Microsoft Microsoft® Nano Transceiver v2.0: YAxisMapping: buttons 4 and 5
[  2613.794] (**) evdev: Microsoft Microsoft® Nano Transceiver v2.0: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[  2613.794] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.1/usb5/5-1/5-1:1.2/input/input12/event12"
[  2613.794] (II) XINPUT: Adding extended input device "Microsoft Microsoft® Nano Transceiver v2.0" (type: KEYBOARD, id 11)
[  2613.794] (**) Option "xkb_rules" "evdev"
[  2613.794] (**) Option "xkb_model" "pc105"
[  2613.794] (**) Option "xkb_layout" "us,ru"
[  2613.794] (**) Option "xkb_variant" ","
[  2613.794] (**) Option "xkb_options" "grp:alt_shift_toggle,grp_led:scroll"
[  2613.794] (II) evdev: Microsoft Microsoft® Nano Transceiver v2.0: initialized for relative axes.
[  2613.794] (WW) evdev: Microsoft Microsoft® Nano Transceiver v2.0: ignoring absolute axes.
[  2613.794] (**) Microsoft Microsoft® Nano Transceiver v2.0: (accel) keeping acceleration scheme 1
[  2613.794] (**) Microsoft Microsoft® Nano Transceiver v2.0: (accel) acceleration profile 0
[  2613.794] (**) Microsoft Microsoft® Nano Transceiver v2.0: (accel) acceleration factor: 2.000
[  2613.794] (**) Microsoft Microsoft® Nano Transceiver v2.0: (accel) acceleration threshold: 4
[  2613.795] (II) config/udev: Adding input device Microsoft Microsoft® Nano Transceiver v2.0 (/dev/input/js1)
[  2613.795] (II) No input driver specified, ignoring this device.
[  2613.795] (II) This device may have been added with another device file.
[  2613.795] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[  2613.795] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[  2613.795] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[  2613.795] (**) AT Translated Set 2 keyboard: always reports core events
[  2613.795] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
[  2613.795] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
[  2613.795] (--) evdev: AT Translated Set 2 keyboard: Found keys
[  2613.795] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
[  2613.795] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[  2613.795] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 12)
[  2613.795] (**) Option "xkb_rules" "evdev"
[  2613.795] (**) Option "xkb_model" "pc105"
[  2613.795] (**) Option "xkb_layout" "us,ru"
[  2613.795] (**) Option "xkb_variant" ","
[  2613.795] (**) Option "xkb_options" "grp:alt_shift_toggle,grp_led:scroll"
[  2613.796] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event9)
[  2613.796] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
[  2613.796] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
[  2613.796] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "Default clickpad buttons"
[  2613.796] (II) LoadModule: "synaptics"
[  2613.796] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[  2613.796] (II) Module synaptics: vendor="X.Org Foundation"
[  2613.796]    compiled for 1.12.4, module version = 1.6.2
[  2613.796]    Module class: X.Org XInput Driver
[  2613.796]    ABI class: X.Org XInput driver, version 16.0
[  2613.796] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
[  2613.796] (**) SynPS/2 Synaptics TouchPad: always reports core events
[  2613.796] (**) Option "Device" "/dev/input/event9"
[  2613.796] (--) synaptics: SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5472
[  2613.796] (--) synaptics: SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4448
[  2613.796] (--) synaptics: SynPS/2 Synaptics TouchPad: pressure range 0 - 255
[  2613.796] (--) synaptics: SynPS/2 Synaptics TouchPad: finger width range 0 - 15
[  2613.796] (--) synaptics: SynPS/2 Synaptics TouchPad: buttons: left right double triple
[  2613.796] (--) synaptics: SynPS/2 Synaptics TouchPad: Vendor 0x2 Product 0x7
[  2613.796] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
[  2613.797] (**) SynPS/2 Synaptics TouchPad: always reports core events
[  2613.797] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio4/input/input9/event9"
[  2613.797] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 13)
[  2613.797] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
[  2613.797] (**) synaptics: SynPS/2 Synaptics TouchPad: MaxSpeed is now 1.75
[  2613.797] (**) synaptics: SynPS/2 Synaptics TouchPad: AccelFactor is now 0.040
[  2613.797] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
[  2613.797] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
[  2613.797] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[  2613.797] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[  2613.797] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
[  2613.797] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
[  2613.797] (**) SynPS/2 Synaptics TouchPad: Ignoring device from InputClass "touchpad ignore duplicates"
[  2613.798] (II) config/udev: Adding input device ST LIS3LV02DL Accelerometer (/dev/input/event7)
[  2613.798] (II) No input driver specified, ignoring this device.
[  2613.798] (II) This device may have been added with another device file.
[  2613.798] (II) config/udev: Adding input device ST LIS3LV02DL Accelerometer (/dev/input/js0)
[  2613.798] (II) No input driver specified, ignoring this device.
[  2613.798] (II) This device may have been added with another device file.
[  2613.798] (II) config/udev: Adding input device PC Speaker (/dev/input/event5)
[  2613.798] (II) No input driver specified, ignoring this device.
[  2613.798] (II) This device may have been added with another device file.
[  2613.799] (II) config/udev: Adding input device ACPI Virtual Keyboard Device (/dev/input/event13)
[  2613.799] (**) ACPI Virtual Keyboard Device: Applying InputClass "evdev keyboard catchall"
[  2613.799] (II) Using input driver 'evdev' for 'ACPI Virtual Keyboard Device'
[  2613.799] (**) ACPI Virtual Keyboard Device: always reports core events
[  2613.799] (**) evdev: ACPI Virtual Keyboard Device: Device: "/dev/input/event13"
[  2613.799] (--) evdev: ACPI Virtual Keyboard Device: Vendor 0 Product 0
[  2613.799] (--) evdev: ACPI Virtual Keyboard Device: Found keys
[  2613.799] (II) evdev: ACPI Virtual Keyboard Device: Configuring as keyboard
[  2613.799] (**) Option "config_info" "udev:/sys/devices/virtual/input/input13/event13"
[  2613.799] (II) XINPUT: Adding extended input device "ACPI Virtual Keyboard Device" (type: KEYBOARD, id 14)
[  2613.799] (**) Option "xkb_rules" "evdev"
[  2613.799] (**) Option "xkb_model" "pc105"
[  2613.799] (**) Option "xkb_layout" "us,ru"
[  2613.799] (**) Option "xkb_variant" ","
[  2613.799] (**) Option "xkb_options" "grp:alt_shift_toggle,grp_led:scroll"
[  2613.800] (II) config/udev: Adding input device HP WMI hotkeys (/dev/input/event6)
[  2613.800] (**) HP WMI hotkeys: Applying InputClass "evdev keyboard catchall"
[  2613.800] (II) Using input driver 'evdev' for 'HP WMI hotkeys'
[  2613.800] (**) HP WMI hotkeys: always reports core events
[  2613.800] (**) evdev: HP WMI hotkeys: Device: "/dev/input/event6"
[  2613.800] (--) evdev: HP WMI hotkeys: Vendor 0 Product 0
[  2613.800] (--) evdev: HP WMI hotkeys: Found keys
[  2613.800] (II) evdev: HP WMI hotkeys: Configuring as keyboard
[  2613.800] (**) Option "config_info" "udev:/sys/devices/virtual/input/input6/event6"
[  2613.800] (II) XINPUT: Adding extended input device "HP WMI hotkeys" (type: KEYBOARD, id 15)
[  2613.800] (**) Option "xkb_rules" "evdev"
[  2613.800] (**) Option "xkb_model" "pc105"
[  2613.800] (**) Option "xkb_layout" "us,ru"
[  2613.800] (**) Option "xkb_variant" ","
[  2613.800] (**) Option "xkb_options" "grp:alt_shift_toggle,grp_led:scroll"
[свернуть]

xorg.conf
Открыть содержимое (спойлер)
Section "ServerLayout"
   Identifier     "X.org Configured"
   Screen      0  "Screen0" 0 0
   Screen      1  "Screen1" RightOf "Screen0"
   Screen      2  "Screen2" RightOf "Screen1"
   InputDevice    "Mouse0" "CorePointer"
   InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

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

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

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

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

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

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

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

Section "Device"
        ### Available Driver options are:-
        ### Values: : integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
        ### <percent>: "<f>%"
        ### [arg]: arg optional
        #Option     "AccelMethod"           # <str>
        #Option     "DRI"                   # [<bool>]
        #Option     "ColorKey"              #
        #Option     "VideoKey"              #
        #Option     "Tiling"                # [<bool>]
        #Option     "LinearFramebuffer"     # [<bool>]
        #Option     "Shadow"                # [<bool>]
        #Option     "SwapbuffersWait"       # [<bool>]
        #Option     "TripleBuffer"          # [<bool>]
        #Option     "XvPreferOverlay"       # [<bool>]
        #Option     "DebugFlushBatches"     # [<bool>]
        #Option     "DebugFlushCaches"      # [<bool>]
        #Option     "DebugWait"             # [<bool>]
        #Option     "HotPlug"               # [<bool>]
        #Option     "RelaxedFencing"        # [<bool>]
        #Option     "Throttle"              # [<bool>]
        #Option     "UseVmap"               # [<bool>]
        #Option     "ZaphodHeads"           # <str>
        #Option     "DelayedFlush"          # [<bool>]
        #Option     "FallbackDebug"         # [<bool>]
        #Option     "BufferCache"           # [<bool>]
   Identifier  "Card0"
   Driver      "intel"
   BusID       "PCI:0:2:0"
EndSection

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

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

Section "Screen"
   Identifier "Screen0"
   Device     "Card0"
   Monitor    "Monitor0"
   SubSection "Display"
      Viewport   0 0
      Depth     1
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     4
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     8
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     15
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     16
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     24
   EndSubSection
EndSection

Section "Screen"
   Identifier "Screen1"
   Device     "Card1"
   Monitor    "Monitor1"
   SubSection "Display"
      Viewport   0 0
      Depth     1
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     4
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     8
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     15
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     16
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     24
   EndSubSection
EndSection

Section "Screen"
   Identifier "Screen2"
   Device     "Card2"
   Monitor    "Monitor2"
   SubSection "Display"
      Viewport   0 0
      Depth     1
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     4
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     8
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     15
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     16
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     24
   EndSubSection
EndSection

>
[свернуть]

ps3: кусочек $ lspci
Открыть содержимое (спойлер)
00:00.0 Host bridge: Intel Corporation Mobile PM965/GM965/GL960 Memory Controller Hub (rev 0c)
00:02.0 VGA compatible controller: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller (primary) (rev 0c)
00:02.1 Display controller: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller (secondary) (rev 0c)
[свернуть]

qupl

#13
dvsie, ну и добавьте строчку Modeline в свой xorg.conf  (секция Monitor).   Результаты xrandr после перезагрузки не действуют.

dvsie

#14
...нашел pdf от монитора с характеристиками
нашел калькулятор Modelines...
заполнил xorg.conf
но lightdm не стартует  :-\
зааттачил pdf и xorg
ps: не ясно какие Screen-ы и какие Monitor-ы давать в соответствие lvds1 и vga1
.. но lvds1 у меня сломан, так что одним меньше.