ALT Linux Community general discussions
 help / color / mirror / Atom feed
* [Comm] 5.1 + KDE3 + compiz with 16 bit DefaultDepth
@ 2010-01-08 13:27 Motsyo Gennadi aka Drool
  2010-01-08 13:40 ` Motsyo Gennadi aka Drool
  0 siblings, 1 reply; 2+ messages in thread
From: Motsyo Gennadi aka Drool @ 2010-01-08 13:27 UTC (permalink / raw)
  To: ALT Linux Community

	Приветстую всех.

	Решил еще раз увлечься свистелками, да и иногда людям как-бы показать
хочется.
	Дано - бранч 5.1, KDE3, глубина цвета 16 бит. В такой комбинации compiz
ни в какую не хочет рисовать обрамление окон, рыл архивы, ничего не
помогает. Если поставить глубину цвета в 24 - compiz работает нормально,
но я не могу использовать 24 бита по причине
http://lists.altlinux.org/pipermail/community/2009-December/659963.html


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [Comm] 5.1 + KDE3 + compiz with 16 bit DefaultDepth
  2010-01-08 13:27 [Comm] 5.1 + KDE3 + compiz with 16 bit DefaultDepth Motsyo Gennadi aka Drool
@ 2010-01-08 13:40 ` Motsyo Gennadi aka Drool
  0 siblings, 0 replies; 2+ messages in thread
From: Motsyo Gennadi aka Drool @ 2010-01-08 13:40 UTC (permalink / raw)
  To: community

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

08.01.2010 15:27, Motsyo Gennadi aka Drool пишет:
> 	Приветстую всех.
> 
> 	Решил еще раз увлечься свистелками, да и иногда людям как-бы показать
> хочется.
> 	Дано - бранч 5.1, KDE3, глубина цвета 16 бит. В такой комбинации compiz
> ни в какую не хочет рисовать обрамление окон, рыл архивы, ничего не
> помогает. Если поставить глубину цвета в 24 - compiz работает нормально,
> но я не могу использовать 24 бита по причине
> http://lists.altlinux.org/pipermail/community/2009-December/659963.html

	Забыл конфиг ксорга.

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


# With libXiconfig we don't need configuration for
# ps and usb mice.
# For serial mice we will set up all serial devices.
#
# Composite is not yet stable on even major drivers;
# uncomment to enable

Section "ServerLayout"
	Identifier     "Minimal layout"
	Screen         "Screen0" 0 0
EndSection

Section "Module"

#	Load  "freetype"
	Load  "glx"
#	Load  "dri"
	Load  "dbe"
	SubSection "extmod"
		Option	    "omit xfree86-dga"
	EndSubSection
EndSection

Section "ServerFlags"
	Option	    "AutoAddDevices" "true"
	Option	    "AllowMouseOpenFail" "true"
	Option	    "AIGLX" "true"
EndSection

Section "InputDevice"
	Identifier  "/dev/ttyS0"
	Driver      "mouse"
	Option	    "Device" "/dev/ttyS0"
	Option	    "Protocol" "microsoft"
EndSection

Section "Monitor"
	Identifier   "Samsung SyncMaster 795DF/795MB/CD175GP|0"
	DisplaySize  310	230
	HorizSync    30.0 - 85.0
	VertRefresh  50.0 - 160.0
EndSection

Section "Device"
	Identifier  "Card0|0"
	Driver      "nvidia"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Card0|0"
	Monitor    "Samsung SyncMaster 795DF/795MB/CD175GP|0"
	DefaultDepth     16
	Option	    "NvAgp" "1"
	Option	    "PixmapCacheSize" "1000000"
	Option	    "AllowSHMPixmaps" "0"
	Option	    "AddARGBGLXVisuals" "True"
	Option	    "RenderAccel" "true"
	Option	    "AllowGLXWithComposite"
	Option	    "Backingstore" "true"
	Option	    "RandRRotation" "true"
	Option	    "TripleBuffer" "true"
	SubSection "Display"
		Depth     8
		Modes    "1024x768" "1024x736" "1024x600" "960x720" "848x480" "832x624" "800x600" "720x576" "640x480"
	EndSubSection
	SubSection "Display"
		Depth     15
		Modes    "1024x768" "1024x736" "1024x600" "960x720" "848x480" "832x624" "800x600" "720x576" "640x480"
	EndSubSection
	SubSection "Display"
		Depth     16
		Modes    "1024x768" "1024x736" "1024x600" "960x720" "848x480" "832x624" "800x600" "720x576" "640x480"
	EndSubSection
	SubSection "Display"
		Depth     24
		Modes    "1024x768" "1024x736" "1024x600" "960x720" "848x480" "832x624" "800x600" "720x576" "640x480"
	EndSubSection
	SubSection "Display"
		Depth     32
		Modes    "1024x768" "1024x736" "1024x600" "960x720" "848x480" "832x624" "800x600" "720x576" "640x480"
	EndSubSection
EndSection

Section "DRI"
	Group        "xgrp"
	Mode         0666
EndSection

Section "Extensions"
	Option	    "RENDER" "Enable"
	Option	    "Composite" "Enable"
EndSection


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-01-08 13:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-01-08 13:27 [Comm] 5.1 + KDE3 + compiz with 16 bit DefaultDepth Motsyo Gennadi aka Drool
2010-01-08 13:40 ` Motsyo Gennadi aka Drool

ALT Linux Community general discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/community/0 community/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 community community/ http://lore.altlinux.org/community \
		mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
	public-inbox-index community

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


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