ALT Linux Sisyphus discussions
 help / color / mirror / Atom feed
From: Michael Shigorin <mike@osdn.org.ua>
To: ALT Linux Sisyphus discussions <sisyphus@lists.altlinux.org>
Subject: [sisyphus] sorta [SOLVED] Re: dm не работает, приходится startx
Date: Sat, 19 Feb 2011 21:18:10 +0200
Message-ID: <20110219191810.GA23622@osdn.org.ua> (raw)
In-Reply-To: <20110216123321.GB30462@osdn.org.ua>

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

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 <mike@altlinux.ru>
  ------ Linux.Kiev http://www.linux.kiev.ua/

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


# 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


  reply	other threads:[~2011-02-19 19:18 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-02-15 20:52 [sisyphus] " Michael Shigorin
2011-02-15 21:21 ` [sisyphus] dm не =?koi8-r?b?INLBws/UwcXU?=, " Sergey Shilov
2011-02-16  6:42 ` [sisyphus] dm не работает, " REAL
2011-02-16 12:33   ` Michael Shigorin
2011-02-19 19:18     ` Michael Shigorin [this message]
2011-02-21  6:16       ` [sisyphus] sorta [SOLVED] Re: dm не =?windows-1251?b?IPDg4e7y4OXy?=, " Sergei Epiphanov
2011-02-23  7:32       ` [sisyphus] sorta [SOLVED] Re: dm не работает, " Yury Bushmelev
2011-02-23  8:40         ` Dmitriy Kruglikov
2011-02-23 12:05           ` Michael Shigorin
2011-02-23 11:53             ` Dmitriy Kruglikov
2011-02-23 12:53               ` Michael Shigorin
2011-02-23 12:47                 ` Dmitriy Kruglikov
2011-02-23 14:06                   ` Michael Shigorin
2011-02-23 12:43           ` Yury Bushmelev
2011-02-23 14:17             ` [sisyphus] xorg intel Michael Shigorin

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=20110219191810.GA23622@osdn.org.ua \
    --to=mike@osdn.org.ua \
    --cc=shigorin@gmail.com \
    --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