Существет след проблема:
Имеется Debian squeeze. Интегренная видеокарта Intel865
рабочее огружение gnome 2.6
в xorg.conf в качестве драйвера прописан intel:
Код: Выделить всё
cat xorg.conf |grep Driver
Driver "kbd"
Driver "mouse"
### Available Driver options are:-
Driver "intel"
Пару недель назад обновился Xorg до версии 7.4 в результате Иксы стали зависать. В ходе эксперементов выяснилось следующее при включенном модулях dri и dri2 иксы зависают намертво при загрузке рабочего стола, при этом
если запустить strace на процесс X то видим след картину:
Код: Выделить всё
/etc/X11# ps -ef |grep X
root 3152 3144 0 14:29 tty8 00:00:01 /usr/bin/X :0 -audit 0 -auth /var/lib/gdm/:0.Xauth -nolisten tcp vt8
strace -p 3152
Process 3152 attached - interrupt to quit
ioctl(8, 0x400c645f, 0xbfbac790) = ? ERESTARTSYS (To be restarted)
--- SIGALRM (Alarm clock) @ 0 (0) ---
sigreturn()
и вывестьи из этого состояние может только ребут системы
Google на это ничего умного сказать не смог.
при отключенных модулях dri dri2 система грузиться но не может загрузиться рабочее окружение, при этом в /var/log/messages появляется такая запись:
Код: Выделить всё
bonobo-activation-server (): could not associate with desktop session: Failed to connect to socket /tmp/dbus-rWrLyyBxUe: В соединении отказано
на данный момент включил драйвер vesa но работать тяжеловато с ним...
Какие есть идеи или может уже кто то решал подобную проблему ?
Система: ядро 2.6.31
Код: Выделить всё
cat /etc/X11/xorg.conf
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
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"
EndSection
Section "Module"
# Load "dri2"
# Load "dbe"
# Load "record"
# Load "dri"
# Load "extmod"
# Load "glx"
# Disable "dri2"
Disable "dbe"
Disable "record"
Disable "dri"
Disable "extmod"
Disable "glx"
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 "Device"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
### [arg]: arg optional
# Option "NoAccel" true # [<bool>]
#Option "SWcursor" # [<bool>]
#Option "ColorKey" # <i>
#Option "CacheLines" # <i>
#Option "Dac6Bit" # [<bool>]
# Option "DRI" false # [<bool>]
#Option "NoDDC" # [<bool>]
#Option "ShowCache" # [<bool>]
#Option "XvMCSurfaces" # <i>
#Option "PageFlip" # [<bool>]
Identifier "Card0"
Driver "intel"
Option "AccelMethod" "EXA"
# Option "MigrationHeuristic" "greedy"
VendorName "Intel Corporation"
BoardName "82865G Integrated Graphics Controller"
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