Привет всем. Сразу скажу, что гугла я уже задолбал, но так и не справился. Потому постю сюда, авось...
Поставил себе рядом второй монитор LG Flatron E2241, Fedora его видит как «Unknown 0» и разрешение поднять выше 1024x768 не дает. Что можно еще попробовать сделать, чтоб федора смогла поставить ему разрешение 1920х1080? Все мои попытки и инфу о системе привожу ниже.
Система Fedora 20.
# uname -a
Linux localhost.localdomain 3.15.7-200.fc20.i686+PAE #1 SMP Mon Jul 28 19:07:09 UTC 2014 i686 i686 i386 GNU/Linux
Видео карта
# lspci -k
00:02.0 VGA compatible controller: Intel Corporation 4th Generation Core Processor Family Integrated Graphics Controller (rev 06)
Subsystem: Gigabyte Technology Co., Ltd Device d000
Kernel driver in use: i915
Kernel modules: i915
Пробовал принудительно добавить нужное разрешение
$ gtf 1920 1080 60
# 1920x1080 @ 60.00 Hz (GTF) hsync: 67.08 kHz; pclk: 172.80 MHz
Modeline "1920x1080_60.00" 172.80 1920 2040 2248 2576 1080 1081 1084 1118 -HSync +Vsync
$ xrandr --newmode "1920x1080_60.00" 172.80 1920 2040 2248 2576 1080 1081 1084 1118 -HSync +Vsync
$ xrandr --addmode VGA1 1920x1080_60.00
$ xrandr --output VGA1 --mode 1920x1080_60.00
xrandr: Configure crtc 0 failed
$ cvt 1920 1080 60
# 1920x1080 59.96 Hz (CVT 2.07M9) hsync: 67.16 kHz; pclk: 173.00 MHz
Modeline "1920x1080_60.00" 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync
$ xrandr
Screen 0: minimum 320 x 200, current 1024 x 768, maximum 8192 x 8192
VGA1 connected primary 1024x768+0+0 (normal left inverted right x axis y axis) 0mm x 0mm
1024x768 60.00*
800x600 60.32 56.25
848x480 60.00
640x480 59.94
1920x1080_60.00 60.00
HDMI1 disconnected (normal left inverted right x axis y axis)
HDMI2 disconnected (normal left inverted right x axis y axis)
HDMI3 disconnected (normal left inverted right x axis y axis)
$ xrandr --newmode "1920x1080_60_1.00" 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync
$ xrandr --addmode VGA1 1920x1080_60_1.00
$ xrandr --output VGA1 --mode 1920x1080_60_1.00
xrandr: Configure crtc 0 failed
Ничего не получилось, разрешение осталось прежним:
/var/log/Xorg.0.log
[ 347.739] (II) intel(0): Allocated new frame buffer 1920x1080 stride 7680, tiled
[ 347.828] (EE) intel(0): failed to set mode: Invalid argument
[ 347.878] (II) intel(0): Allocated new frame buffer 1024x768 stride 4096, tiled
[ 667.983] (II) intel(0): Allocated new frame buffer 1920x1080 stride 7680, tiled
[ 668.061] (EE) intel(0): failed to set mode: Invalid argument
[ 668.111] (II) intel(0): Allocated new frame buffer 1024x768 stride 4096, tiled
Вот мой Xorg.0.log - http://paste.fedoraproject.org/123211/27240140
Был бы признателен за помощь!