From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on sa.int.altlinux.org X-Spam-Level: X-Spam-Status: No, score=-1.5 required=5.0 tests=BAYES_00,DNS_FROM_OPENWHOIS autolearn=no version=3.2.5 Date: Sat, 19 Feb 2011 21:18:10 +0200 From: Michael Shigorin To: ALT Linux Sisyphus discussions Message-ID: <20110219191810.GA23622@osdn.org.ua> Mail-Followup-To: ALT Linux Sisyphus discussions References: <20110215205207.GB6076@osdn.org.ua> <4D5B71D4.5060101@mmedia2.kemsu.ru> <20110216123321.GB30462@osdn.org.ua> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="sm4nu43k4a2Rpi4c" Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20110216123321.GB30462@osdn.org.ua> User-Agent: Mutt/1.4.2.1i Subject: [sisyphus] =?koi8-r?b?c29ydGEgW1NPTFZFRF0gUmU6IGRtIM7FINLBws/U?= =?koi8-r?b?wcXULCDQ0snIz8TJ1NPRIHN0YXJ0eA==?= X-BeenThere: sisyphus@lists.altlinux.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: shigorin@gmail.com, ALT Linux Sisyphus discussions List-Id: ALT Linux Sisyphus discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Feb 2011 19:01:34 -0000 Archived-At: List-Archive: List-Post: --sm4nu43k4a2Rpi4c Content-Type: text/plain; charset=koi8-r Content-Disposition: inline Content-Transfer-Encoding: 8bit On Wed, Feb 16, 2011 at 02:33:21PM +0200, I wrote: > > >Хм, а у меня и без plymouth* wdm запускает иксы и сразу > > >вылетает -- в Xorg.0.log аккуратный шатдаун всего на место, > > >других криминалов пока тоже не обнаружено... > > у меня тоже wdm, но ничего не вылетает ;) > Тогда дальше: > > xorg-server-1.9.4-alt1 > xorg-drv-intel-2.14.0-alt1 > > уже несколько месяцев ведёт себя таким образом на > > 00:02.0 VGA compatible controller [0300]: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller [8086:2a02] (rev 0c) > 00:02.0 VGA compatible controller [0300]: Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller [8086:27a2] (rev 03) > > xinitrc почти год не менялся, что бы ещё могло повлиять -- > не соображу. Попробовать с vga=0 загрузиться, что ли... Сегодня понадобилось подключить на холодную док ради ttyS0 и заодно выяснилось, что проблема была в DefaultDepth 16 -- отодвинул xorg.conf в сторону, service dm restart запустил wdm; вернул назад, просмотрел и поправил -- запустилось и так. xorg.conf необходим по причине serial-ного Wacom в ноутбуке, автоматически не цепляется. Что непонятно -- так это почему startx тогда отрабатывал, да и при попытке запуска dm дважды мигал иксовый фон... -- ---- WBR, Michael Shigorin ------ Linux.Kiev http://www.linux.kiev.ua/ --sm4nu43k4a2Rpi4c Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="xorg.conf" # With libXiconfig we don't need configuration for # ps and usb mice. # For serial mice we will set up all serial devices. # Section "ServerLayout" Identifier "Minimal layout" Screen "Screen0" 0 0 InputDevice "Cursor" "SendCoreEvents" InputDevice "Stylus" "SendCoreEvents" InputDevice "Eraser" "SendCoreEvents" EndSection Section "InputDevice" Identifier "Cursor" Driver "wacom" Option "Device" "/dev/ttyS0" Option "Type" "cursor" Option "ForceDevice" "ISDV4" EndSection Section "InputDevice" Identifier "Stylus" Driver "wacom" Option "Device" "/dev/ttyS0" Option "Type" "stylus" Option "ForceDevice" "ISDV4" EndSection Section "InputDevice" Identifier "Eraser" Driver "wacom" Option "Device" "/dev/ttyS0" Option "Type" "eraser" Option "ForceDevice" "ISDV4" EndSection Section "Monitor" Identifier "Monitor0|0" EndSection Section "Device" Identifier "Card0|0" Driver "intel" # http://www.thinkwiki.org/wiki/How_to_reduce_power_consumption #Option "NoDRI" EndSection Section "Screen" Identifier "Screen0" Device "Card0|0" Monitor "Monitor0|0" #DefaultDepth 16 DefaultDepth 24 EndSection --sm4nu43k4a2Rpi4c--