Попытаясь решить проблему, наткнулся на интересную вещь, почему то работает драйвер vesa вместо intel, хотя в xorg.conf явно указан intel, а в логах Xorg никакой ошибки нет. Привожу примеры конфигов и тестов
Код: Выделить всё
[offline@laptop ~]$ sudo hwd -s
Password:
Testing: kernel (2.6.33-ARCH) supports uevents
Please wait...
HARDWARE DETECT ver 5.5.2 (simple mode)
Kernel : 2.6.33-ARCH
CPU & Cache: Processor 0: Intel(R) Pentium(R) Dual CPU T3400 @ 2.16GHz 2160MHz, 1024 KB Cache
Processor 1: Intel(R) Pentium(R) Dual CPU T3400 @ 2.16GHz 2160MHz, 1024 KB Cache
Sound(a) : 82801I ICH9 Family HD Audio Controller module: snd-hda-intel
Video : Mobile 4 Series Chipset Integrated Graphics Controller server: Xorg (vesa)
Driver : xf86-video-vesa module: -
Monitor : Generic Monitor H: 28.0-96.0kHz V: 50.0-75.0Hz
Mouse : Touch Pad xtype: IMPS2 device: /dev/input/mice
USB : 82801I ICH9 Family USB UHCI Controller #6 module: uhci_hcd
USB2 : 82801I ICH9 Family USB2 EHCI Controller #1 module: ehci_hcd
USB Reader : Realtek Semiconductor Corp. USB 2.0 multicard
Ethernet : RTL8111/8168B PCI Express Gigabit Ethernet controller module: r8169
Network : RT2860 module: rt2860
Menu : Main menu: hwd
All : Detect all hardwares: hwd -e
X sample : Generate X sample: hwd -x
Код: Выделить всё
[offline@laptop ~]$ cat /var/log/Xorg.0.log | grep EE
Current Operating System: Linux laptop 2.6.33-ARCH #1 SMP PREEMPT Thu May 13 11:32:37 CEST 2010 x86_64
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(II) Loading extension MIT-SCREEN-SAVER
xorg.conf
Код: Выделить всё
Section "Device"
Identifier "video"
Driver "intel"
# Option "LVDS24Bit" "true"
EndSection
Section "Monitor"
Identifier "laptop"
VendorName "lg"
ModelName "r510"
EndSection
Section "Screen"
Identifier "lvds"
Device "video"
Monitor "laptop"
SubSection "Display"
Depth 24
Modes "1280x800"
EndSubSection
EndSection
Section "DRI"
Mode 0666
EndSection
Код: Выделить всё
[offline@laptop ~]$ lspci | grep VGA
00:02.0 VGA compatible controller: Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller (rev 07)
Ну и вот полный лог Xorg
http://showmecode.com/code/83/
Проблема есть и при обычных драйверах xf86-video-intel, так и при xf86-video-intel-newest, а так же с xorg.conf файлом и без него.