<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Alex Berber wrote:
<blockquote cite="mid:4A02F096.5060101@gmail.com" type="cite">
<meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
<title></title>
Alex Berber пишет:
<blockquote cite="mid:4A02EC9B.20203@gmail.com" type="cite">
<meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
</blockquote>
По поводу монитора. Врет или не врет узнать просто.<br>
<br>
<tt> $ sudo apt-get install read-edid<br>
$ sudo get-edid|parse-edid</tt><br>
<br>
Вывод в студию.<br>
<br>
<tt> $ sudo aptitude install xresprobe<br>
$ sudo ddcprobe</tt><br>
<br>
Вывод в студию.<br>
<br>
Вот так настраивать пробывали? -><br>
<br>
<tt> $ sudo dpkg-reconfigure -plow xserver-xorg</tt><br>
<br>
И еще, при правлении xorg.conf создается впечатление, что он вообще не
нужен, <br>
так как вноси не вноси новые диррективы, толку мало. (жирным шрифтом)<br>
<br>
Вот что исправил я. <br>
<br>
<tt>Section "Device"<br>
Identifier "Device0"<br>
Driver "nvidia"<br>
VendorName "NVIDIA Corporation"<br>
<b> Option "DynamicTwinView" "False" # fix refresh rate</b><br>
EndSection</tt><br>
<tt><br>
Section "Screen"<br>
Identifier "Screen0"<br>
Device "Device0"<br>
Monitor "Monitor0"<br>
DefaultDepth 24<br>
SubSection "Display"<br>
Depth 24<br>
<b> Modes "1440x900" "1360x768"</b><br>
EndSubSection<br>
</tt><br>
<tt>Section "Monitor"<br>
Identifier "Monitor0"<br>
VendorName "Unknown"<br>
ModelName "Unknown"<br>
HorizSync 28.0 - 33.0<br>
VertRefresh 43.0 - 72.0<br>
Option "DPMS"<br>
<b> Modeline <big>"1440x900_75.00"</big> 136.49 1440 1536 1688
1936 900 901 904 940 -HSync +Vsync</b><br>
EndSection</tt><br>
<br>
<tt>#sudo /etc/init.d/gdm restart<br>
<br>
booch@alexlinux:~$ xrandr <br>
Screen 0: minimum 320 x 240, current 1440 x 900, maximum 1440 x 900<br>
default connected 1440x900+0+0 0mm x 0mm<br>
<b> 1440x900 60.0* </b><br>
1360x768 60.0 <br>
1152x864 60.0 <br>
1024x768 60.0 <br>
960x600 60.0 <br>
960x540 60.0 <br>
840x525 60.0 </tt><br>
<br>
Однако в чем прикол, я не могу проверить EDID-информацию от монитора. <br>
<tt><br>
booch@alexlinux:~$ sudo ddcprobe <br>
vbe: VESA 3.0 detected.<br>
oem: NVIDIA<br>
vendor: NVIDIA Corporation<br>
product: G84 Board - p410h1b Chip Rev<br>
memory: 14336kb<br>
mode: 640x400x256<br>
mode: 640x480x256<br>
mode: 800x600x16<br>
mode: 800x600x256<br>
mode: 1024x768x16<br>
mode: 1024x768x256<br>
mode: 320x200x64k<br>
mode: 320x200x16m<br>
mode: 640x480x64k<br>
mode: 640x480x16m<br>
mode: 800x600x64k<br>
mode: 800x600x16m<br>
mode: 1024x768x64k<br>
mode: 1024x768x16m<br>
<b>edid: </b><br>
<b>edidfail</b><br>
<br>
booch@alexlinux:~$ sudo get-edid|parse-edid<br>
.....<br>
VBE/DDC service about to be called<br>
Read EDID<br>
<br>
Performing real mode VBE call<br>
Interrupt 0x10 ax=0x4f15 bx=0x1 cx=0x0<br>
Function supported<br>
Call failed<br>
<br>
The EDID data should not be trusted as the VBE call failed<br>
<b>Error: output block unchanged</b><br>
<b>parse-edid: IO error reading EDID</b><br>
</tt><br>
У вас должно показывать. <br>
Пока идеи кончились :-(<br>
</blockquote>
Вечером проверю отпишусь. Спасибо за информацию. <br>
<br>
</body>
</html>