[sisyphus] Morning dist-upgrade X troubles
Alex Ogurtsov
=?iso-8859-1?q?aogurtsov_=CE=C1_geeksforless=2Enet?=
Пт Июн 10 10:11:46 MSD 2005
Приветсвую!
После вчерашних злоключений решил продолжить эпопею.
Дано:
Обновления с зеркала Сизифа синхронизированого сегодня в 2-AM EEST
i845, LG T710BH (1024x768 85Hz родное)
2.6.11-std26-up-alt10
xorg-x11-6.8.2-alt8.2(все)
ddcprobe-0.1.1-alt2
libhw-0.2.15-alt1
libhw-tools-0.2.15-alt1
hwdatabase-0.3.10-alt1
/sbin/lsmod | grep agp
intel_agp 22172 1
agpgart 33576 2 intel_agp
/etc/X11/lib/libGL.so.1 -> ../../../usr/X11R6/lib/mesa_gl/libGL.so.1.2
/etc/X11/lib/libglx.a-> ../../../usr/X11R6/lib/modules/extensions/libglx.a.x11
1.) Аппаратный 3D пришлось отключить
glxinfo
name of display: :0.0
display: :0 screen: 0
direct rendering: No
server glx vendor string: SGI
server glx version string: 1.2
server glx extensions:
Потому как в xorg.conf
# Load "dri"
Если раскоментировать то при выходе из Иксов имею зависание.
2.) Не могу получить развертку больше 60Гц.
На консоли откуда запускаю Иксы
X Window System Version 6.8.2
Release Date: 9 February 2005
X Protocol Version 11, Revision 0, Release 6.8.2
Build Operating System: Linux 2.4.26-std-smp-alt12 i686 [ELF]
Current Operating System: Linux gfl41 2.6.11-std26-up-alt10 #1 Sun May 15
19:40:10 MSD 2005 i686
Build Date: 08 June 2005
Build Host: xeon.office.altlinux.ru
Before reporting problems, check https://bugzilla.altlinux.org
to make sure that you have the latest version.
Module Loader present
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: Fri Jun 10 08:28:09 2005
(==) Using config file: "/etc/X11/xorg.conf"
(1600x1200,monitor1) mode clock 162MHz exceeds DDC maximum 110MHz
(WW) I810(0): Failed to set up write-combining range (0xe0000000,0x8000000)
После выхода из Иксов добавляються ещё строки
SetClientVersion: 0 8
(1024x768,monitor1) mode clock 100000MHz exceeds DDC maximum 110MHz
(800x600,monitor1) mode clock 100000MHz exceeds DDC maximum 110MHz
(640x480,monitor1) mode clock 100000MHz exceeds DDC maximum 110MHz
(1600x1200,monitor1) mode clock 162MHz exceeds DDC maximum 110MHz
Пробовал добавить
# 1024x768 @ 85.00 Hz (GTF) hsync: 68.60 kHz; pclk: 94.39 MHz
Modeline "1024x768_85.00" 94.39 1024 1088 1200 1376 768 769 772 807 -HSync
+Vsync
# 800x600 @ 85.00 Hz (GTF) hsync: 53.55 kHz; pclk: 56.55 MHz
Modeline "800x600_85.00" 56.55 800 840 928 1056 600 601 604 630 -HSync
+Vsync
# 800x600 @ 100.00 Hz (GTF) hsync: 63.60 kHz; pclk: 68.18 MHz
Modeline "800x600_100.00" 68.18 800 848 936 1072 600 601 604 636 -HSync
+Vsync
# 640x480 @ 85.00 Hz (GTF) hsync: 42.92 kHz; pclk: 35.71 MHz
Modeline "640x480_85.00" 35.71 640 672 736 832 480 481 484 505 -HSync
+Vsync
# 640x480 @ 100.00 Hz (GTF) hsync: 50.90 kHz; pclk: 43.16 MHz
Modeline "640x480_100.00" 43.16 640 680 744 848 480 481 484 509 -HSync
+Vsync
на эти моды ругается так же
(*x*_85.00,monitor1) mode clock 100000MHz exceeds DDC maximum 110MHz
cat /etc/X11/xorg.conf | grep -v ^# | grep -v ^$
Section "ServerLayout"
Identifier "layout1"
Screen "screen1" 0 0
InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
EndSection
Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
FontPath "unix/:-1"
EndSection
Section "Module"
Load "glx"
Load "dbe"
Load "extmod"
#Option "omit xfree86-dga"
Load "type1"
Load "freetype"
EndSection
Section "ServerFlags"
EndSection
Section "InputDevice"
Identifier "Keyboard1"
Driver "kbd"
Option "AutoRepeat" "250 30"
Option "XkbModel" "pc105"
Option "XkbLayout" "us,ru"
Option "XkbVariant" ",winkeys"
Option "XkbOptions" "grp:rctrl_toggle,grp_led:scroll"
EndSection
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/psaux"
Option "ZAxisMapping" "4 5"
EndSection
Section "Monitor"
Identifier "monitor1"
VendorName "Unknown"
ModelName "Unknown"
HorizSync 30.0 - 71.0
VertRefresh 50.0 - 160.0
EndSection
Section "Device"
Identifier "Intel 845"
Driver "i810"
VendorName "Unknown"
BoardName "Unknown"
Option "DPMS" "on"
EndSection
Section "Screen"
Identifier "screen1"
Device "Intel 845"
Monitor "monitor1"
DefaultDepth 16
SubSection "Display"
Viewport 0 0
Depth 8
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 32
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "DRI"
Mode 0666
EndSection
Вроде бы всё указал... Куда копать, что чинить
--
Best regards,
Alex Ogurtsov
system administrator of Geeksforless Ukrainian operation
email: aogurtsov на geeksforless.net
MSN: aogurtsov на geeksforless.net
Phone: 416-883-3000(ext.8822)
Подробная информация о списке рассылки Sisyphus