ALT Linux Sisyphus discussions
 help / color / mirror / Atom feed
From: "Andrew G. Klepcha" <drew@mogilev.beltelecom.by>
To: ALT Linux Sisyphus discussion list <sisyphus@lists.altlinux.org>
Subject: Re: [sisyphus] i810 неработает
Date: Wed, 29 Nov 2006 15:12:41 +0300
Message-ID: <456D7939.2010109@mogilev.beltelecom.by> (raw)
In-Reply-To: <200611291432.53174.shrek@freesource.info>

[-- Attachment #1: Type: text/plain, Size: 1664 bytes --]

кажется предыдущее мое письмо ушло нечитабельным :(

проблема скорее всего не в  xorg-x11-drv-intel, или, во всяком случае, 
не только в нем...
у меня i945G -- симптомы похожие. только система не виснет совсем, а 
просто гаснет монитор
(говорит: out of sync). помогает, правда, только ребут (вслепую набираю)
пробовал в xorg.conf указать Option "DisplayInfo" "FALSE" и Option 
"MonitorLayout" "CRT" легче стало только тем, что после
вылета иксов возвращается текстовый режим...
как здесь уже писали, откатился на связку:

xorg-x11-server-common-2:1.1.99.901-alt1
libxorgconfig-2:1.1.99.901-alt1
xorg-x11-server-2:1.1.99.901-alt1
xorg-x11-extensions-glx-2:1.1.99.901-alt1
xorg-x11-extensions-dri-2:1.1.99.901-alt1
xorg-x11-drv-multimedia-2:1.1.99.901-alt1

xorg-x11-drv-intel-1.7.2-alt3.1 -- оставил, в этой связке он работает

проблема, по-моему, где-то около определения монитора/переключения 
режима (судя по логам в районе PipeA/PipeB)
привожу их тоже:

log0 (1.1.99.902-alt2 в xorg.conf нет Option "DisplayInfo" "FALSE" и 
Option "MonitorLayout" "CRT")
log1 (1.1.99.902-alt2 в xorg.conf есть Option "DisplayInfo" "FALSE" и 
Option "MonitorLayout" "CRT")
log2 (1.1.99.901-alt1) -- все нормально

[-- Attachment #2: xorg.conf --]
[-- Type: text/plain, Size: 2716 bytes --]

Section "ServerLayout"
	Identifier     "Default Layout"
	Screen         "Screen at Device0" 0 0
	InputDevice    "mouse0" "CorePointer"
	InputDevice    "ruwin_ct_sh" "CoreKeyboard"
	Option         "AIGLX" "true"
EndSection

Section "Files"
	FontPath     "unix/:-1"
#	FontPath     "tcp/localhost:7100"
EndSection

Section "Module"
	Load  "dbe"
	Load  "bitmap"
	#Load  "ddc"
	Load  "vbe"
	Load  "glx"
	Load  "dri"
	Load  "extmod"
	Load  "type1"
	Load  "freetype"
	SubSection "extmod"
		Option	    "omit xfree86-dga"
	EndSubSection
EndSection

Section "InputDevice"
	Identifier  "ruwin_ct_sh"
	Driver      "kbd"
	Option	    "XkbLayout" "us,ru"
	Option	    "XkbOptions" "grp:shift_toggle,grp:switch,grp_led:scroll"
	Option	    "XkbVariant" ",winkeys"
EndSection

Section "InputDevice"
	Identifier  "mouse0"
	Driver      "mouse"
	Option	    "Device" "/dev/input/mice"
	#"ImPS/2 Logitech Wheel Mouse"
	Option	    "Protocol" "IMPS/2"
	Option	    "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
	Identifier   "L1730S|0"
#	DisplaySize  340	270
EndSection

Section "Device"
	Identifier  "Intel 8xx/9xx (generic)|0"
	Driver      "i810"
    Option      "DRI"     "True"
    Option    "AddARGBGLXVisuals" "True"
    Option    "AllowGLXWithComposite" "True"
    Option      "XAANoOffscreenPixmaps" "True"
	Option "MonitorLayout" "CRT"
	Option "DisplayInfo" "FALSE"
EndSection

Section "Screen"
	Identifier "Screen at Device0"
	Device     "Intel 8xx/9xx (generic)|0"
	Monitor    "L1730S|0"
	DefaultDepth     24
	SubSection "Display"
		Depth     8
		Modes    "1280x1024" "1280x960" "1280x854" "1280x800" "1280x768" "1280x720" "1152x870" "1152x864" "1120x840" "1024x768" "1024x736" "1024x600" "960x720" "848x480" "832x624" "800x600" "720x576" "640x480"
	EndSubSection
	SubSection "Display"
		Depth     15
		Modes    "1280x1024" "1280x960" "1280x854" "1280x800" "1280x768" "1280x720" "1152x870" "1152x864" "1120x840" "1024x768" "1024x736" "1024x600" "960x720" "848x480" "832x624" "800x600" "720x576" "640x480"
	EndSubSection
	SubSection "Display"
		Depth     16
		Modes    "1280x1024" "1280x960" "1280x854" "1280x800" "1280x768" "1280x720" "1152x870" "1152x864" "1120x840" "1024x768" "1024x736" "1024x600" "960x720" "848x480" "832x624" "800x600" "720x576" "640x480"
	EndSubSection
	SubSection "Display"
		Depth     24
		Modes    "1280x1024" "1280x960" "1280x854" "1280x800" "1280x768" "1280x720" "1152x870" "1152x864" "1120x840" "1024x768" "1024x736" "1024x600" "960x720" "848x480" "832x624" "800x600" "720x576" "640x480"
	EndSubSection
	Option "DisableGLXRootClipping" "True"
EndSection

Section "DRI"
	Group        "xgrp"
	Mode         0660
EndSection
Section "Extensions"
        Option         "Composite"   "Enable"
EndSection

[-- Attachment #3: Xorg.0.log0.bz2 --]
[-- Type: application/octet-stream, Size: 7179 bytes --]

[-- Attachment #4: Xorg.0.log1.bz2 --]
[-- Type: application/octet-stream, Size: 4435 bytes --]

[-- Attachment #5: Xorg.0.log2.bz2 --]
[-- Type: application/octet-stream, Size: 9335 bytes --]

[-- Attachment #6: drew.vcf --]
[-- Type: text/x-vcard, Size: 195 bytes --]

begin:vcard
fn:Andrew G. Klepcha
n:Klepcha;Andrew
org:Beltelecom;ITC
email;internet:drew@mogilev.beltelecom.by
tel;work:+375 (0222) 31-07-39
x-mozilla-html:FALSE
version:2.1
end:vcard


  parent reply	other threads:[~2006-11-29 12:12 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-11-29 11:26 ` Pavel Kulichenko
2006-11-29 11:32   ` Valery V. Inozemtsev
2006-11-29 12:10     ` [sisyphus] i810 ?????????? Andrew G. Klepcha
2006-11-29 12:12     ` Andrew G. Klepcha [this message]
2006-11-29 13:44       ` [sisyphus] i810 неработает Valery V. Inozemtsev
2006-11-29 13:14         ` Andrew G. Klepcha
2006-11-29 14:25           ` Valery V. Inozemtsev
2006-11-29 13:36             ` Andrew G. Klepcha
2006-11-29 16:51               ` Valery V. Inozemtsev
2006-11-30  5:46                 ` Andrew G. Klepcha
2006-11-30  7:26                   ` Valery V. Inozemtsev
2006-11-30 13:49                     ` Andrew G. Klepcha
2006-11-30 16:15                       ` Valery V. Inozemtsev
2006-11-30 16:38                         ` Valery V. Inozemtsev
2006-12-01  5:47                           ` Andrew G. Klepcha
2006-11-29 15:28         ` Sergey
2006-11-30  5:48           ` Andrew G. Klepcha
2006-11-29 11:38   ` Andrii Dobrovol`s`kii

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=456D7939.2010109@mogilev.beltelecom.by \
    --to=drew@mogilev.beltelecom.by \
    --cc=sisyphus@lists.altlinux.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

ALT Linux Sisyphus discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/sisyphus/0 sisyphus/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 sisyphus sisyphus/ http://lore.altlinux.org/sisyphus \
		sisyphus@altlinux.ru sisyphus@altlinux.org sisyphus@lists.altlinux.org sisyphus@lists.altlinux.ru sisyphus@lists.altlinux.com sisyphus@linuxteam.iplabs.ru sisyphus@list.linux-os.ru
	public-inbox-index sisyphus

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.sisyphus


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git