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, 30 Oct 2010 23:17:29 +0300 From: Michael Shigorin To: Sisyphus@lists.altlinux.org Message-ID: <20101030201729.GX21965@osdn.org.ua> Mail-Followup-To: Sisyphus@lists.altlinux.org References: <201010302207.49952.revasn@yandex.ru> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="8t9RHnE3ZwKMSgU+" Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <201010302207.49952.revasn@yandex.ru> User-Agent: Mutt/1.4.2.1i Subject: Re: [sisyphus] =?koi8-r?b?8M/TzMUgz8LOz9fMxc7J0SDOxSDT1MHS1NXA1CDo?= =?koi8-r?b?LdPZIMHX1M/NwdTJ3sXTy8k=?= 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, 30 Oct 2010 20:16:40 -0000 Archived-At: List-Archive: List-Post: --8t9RHnE3ZwKMSgU+ Content-Type: text/plain; charset=koi8-r Content-Disposition: inline Content-Transfer-Encoding: 8bit On Sat, Oct 30, 2010 at 10:07:49PM +0400, C.Н. Рева wrote: > Где можно посмотреть? В Xorg.0.log чисто. Приходится стартовать руками. Хм, а я думал, у меня вылезло... На i965 (X3100) и std-def 2.6.32/35 service dm restart дважды мигнул иксами (оставив Xorg.0.log и Xorg.0.log.old без криминала и одинаковые с точностью до таймстампа), startx работает. xorg-server-1.9.1-alt1 xorg-drv-intel-2.13.0-alt1 /etc/X11/xorg.conf для wacom на /dev/ttyS0 приложен, без него уже не помню -- запускалось или нет. Если у Вас необходимости в конфиге нет, попробуйте отодвинуть в сторонку? -- ---- WBR, Michael Shigorin ------ Linux.Kiev http://www.linux.kiev.ua/ --8t9RHnE3ZwKMSgU+ 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 EndSection --8t9RHnE3ZwKMSgU+--