ALT Linux Sisyphus discussions
 help / color / mirror / Atom feed
* [sisyphus] Beryl не работает?
@ 2007-02-02 15:53 Sergei Naumov
  2007-02-03  5:14 ` Евгений
  2007-02-03  8:00 ` Vyaheslav Dikonov
  0 siblings, 2 replies; 7+ messages in thread
From: Sergei Naumov @ 2007-02-02 15:53 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussion list


Поставил Beryl, карточка nVidia Corporation NV43 [GeForce 6200], дрова 
1.0.9746. Вроде beryl-manager запустился и даже кубик в панк\ели 
показал. Но я не вижу каких-то 3D-эффектов. Подергал 
Ctrl-Alt-Left/Right, ничего. Посмотрел в настройки beryl-manager, а там 
менеджер стоит KWM. Попытался руками выбрать Beryl, экран дернулся и все 
вернулось назад.

beryl-dbus-0.1.4-alt1
beryl-core-0.1.4-alt1
beryl-plugins-0.1.4-alt1
beryl-manager-0.1.4-alt1
beryl-settings-0.1.4-alt1

Где грабли?


--
-- Sergei O. Naumov


--
Рамблер-Объявления - прямой доступ к базе газеты Из Рук в Руки! 
http://irr.rambler.ru/


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

* Re: [sisyphus] Beryl не работает?
  2007-02-02 15:53 [sisyphus] Beryl не работает? Sergei Naumov
@ 2007-02-03  5:14 ` Евгений
  2007-02-03  8:01   ` Vyaheslav Dikonov
  2007-02-03 11:45   ` Sergei O. Naumov
  2007-02-03  8:00 ` Vyaheslav Dikonov
  1 sibling, 2 replies; 7+ messages in thread
From: Евгений @ 2007-02-03  5:14 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussion list

Sergei Naumov пишет:
> Поставил Beryl, карточка nVidia Corporation NV43 [GeForce 6200], дрова 
> 1.0.9746. Вроде beryl-manager запустился и даже кубик в панк\ели 
> показал. Но я не вижу каких-то 3D-эффектов. Подергал 
> Ctrl-Alt-Left/Right, ничего. Посмотрел в настройки beryl-manager, а там 
> менеджер стоит KWM. Попытался руками выбрать Beryl, экран дернулся и все 
> вернулось назад.
> 
> beryl-dbus-0.1.4-alt1
> beryl-core-0.1.4-alt1
> beryl-plugins-0.1.4-alt1
> beryl-manager-0.1.4-alt1
> beryl-settings-0.1.4-alt1
> 
> Где грабли?

Грабли в выключенном Composite в xorg
Поищите по рассылке. Очень бурно обсуждался.
Но я (на ATI правда) так и не настроил.


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

* Re: [sisyphus] Beryl не работает?
  2007-02-02 15:53 [sisyphus] Beryl не работает? Sergei Naumov
  2007-02-03  5:14 ` Евгений
@ 2007-02-03  8:00 ` Vyaheslav Dikonov
  1 sibling, 0 replies; 7+ messages in thread
From: Vyaheslav Dikonov @ 2007-02-03  8:00 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussion list

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

В Птн, 02/02/2007 в 18:53 +0300, Sergei Naumov пишет:
> Поставил Beryl, карточка nVidia Corporation NV43 [GeForce 6200], дрова 
> 1.0.9746. Вроде beryl-manager запустился и даже кубик в панк\ели 
> показал. Но я не вижу каких-то 3D-эффектов. Подергал 
> Ctrl-Alt-Left/Right, ничего. Посмотрел в настройки beryl-manager, а там 
> менеджер стоит KWM. Попытался руками выбрать Beryl, экран дернулся и все 
> вернулось назад.
Это значит, что он запустился, но не нашел нужных расширений Х и вышел,
а взамен снова запустился прежний WM.

> beryl-dbus-0.1.4-alt1
> beryl-core-0.1.4-alt1
> beryl-plugins-0.1.4-alt1
> beryl-manager-0.1.4-alt1
> beryl-settings-0.1.4-alt1
> 
> Где грабли?
Надо переписать /etc/X11/xorg.conf. Могу приложить свой для примера.
Детальные пояснения см. в Интернете.

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

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (builder@xeon.office.altlinux.ru)  Wed Oct 11 21:28:16 MSD 2006


Section "ServerLayout"
    Identifier     "Simple Layout"
    Screen      0  "Screen0" 0 0
    InputDevice    "Mouse1" "CorePointer"
    InputDevice    "Keyboard1" "CoreKeyboard"
#    Option         "BlankTime" "5"
#    Option         "StandbyTime" "6"
#    Option         "SuspendTime" "6"
#    Option         "OffTime" "10"
EndSection

Section "Files"
    RgbPath         "/usr/share/X11/rgb"
    FontPath        "unix/:-1"
EndSection

Section "Module"
    Load           "i2c" 
    Load           "dbe"  	# Double buffer extension
    Load           "extmod"
    Load           "type1"
    Load           "freetype"
    Load           "glx"
    Load           "v4l"
    Load           "int10" # Int10 for Nvidia
EndSection

Section "ServerFlags"
    Option         "DontZap"
EndSection

Section "InputDevice"
    Identifier     "Keyboard1"
    Driver         "kbd"
    Option         "AutoRepeat" "500 30"
# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
    Option         "LeftAlt" "Meta"
    Option         "RightAlt" "Meta"
    Option         "ScrollLock" "Compose"
    Option         "RightCtl" "Control"
# To customise the XKB settings to suit your keyboard, modify the
    Option         "XkbModel" "pc105"
    Option         "XkbLayout" "us,ru"
    Option         "XkbVariant" ",winkeys"
    Option         "XkbOptions" "grp:rctrl_toggle"
EndSection

Section "InputDevice"
    Identifier     "Mouse1"
    Driver         "mouse"
    Option         "Protocol" "ExplorerPS/2"
    Option         "Device" "/dev/input/mice"
    Option         "Buttons" "5"
    Option         "ZAxisMapping" "4 5"
    Option         "Resolution" "800"
    Option         "SampleRate" "60"
EndSection

Section "Monitor"
    Identifier     "Samsung 244T|0"
    ModeLine       "1920x1200" 154.0 1920 1968 2000 2080 1200 1203 1209 1235 +hsync -vsync
    ModeLine       "1680x1050" 147.5 1680 1752 2112 2256 1050 1052 1064 1090
    ModeLine       "768x576" 37.8 768 800 960 1024 576 578 590 616
EndSection

Section "Device"
    Identifier     "Albatron Medusa Ti4680P Turbo|0"
    Driver         "nvidia"
    Option         "NoLogo" "True"
    Option         "TripleBuffer" "True" # increase beryl performance, can safely be removed.
#    VideoRam        131072
#    BusID          "PCI:1:0:0"
    Screen          0
EndSection


Section "Screen"
    Identifier     "Screen0"
    Device         "Albatron Medusa Ti4680P Turbo|0"
    Option         "AllowGLXWithComposite" "True"
    Option         "RenderAccel" "True"
    Option         "AddARGBGLXVisuals" "True"
#    Option         "DisableGLXRootClipping" "True"
    Monitor        "Samsung 244T|0"
    DefaultDepth    24
    SubSection     "Display"
        Viewport    0 0
        Depth       8
        Modes      "1920x1200" "1920x1080" "1680x1050" "1600x1200" "1600x1024" "1600x900" "1440x900" "1400x1050" "1280x1024" "1280x960" "1280x854" "1280x800" "1280x768" "1280x720" "1152x870" "1152x864" "1120x840" "1024x768" "1024x736" "1024x600" "960x720" "848x480" "832x624" "800x600" "720x576" "640x480"
    EndSubSection
    SubSection     "Display"
        Viewport    0 0
        Depth       16
        Modes      "1920x1200" "1920x1080" "1680x1050" "1600x1200" "1600x1024" "1600x900" "1440x900" "1400x1050" "1280x1024" "1280x960" "1280x854" "1280x800" "1280x768" "1280x720" "1152x870" "1152x864" "1120x840" "1024x768" "1024x736" "1024x600" "960x720" "848x480" "832x624" "800x600" "720x576" "640x480"
    EndSubSection
    SubSection     "Display"
        Viewport    0 0
        Depth       24
        Modes      "1920x1200" "1920x1080" "1680x1050" "1600x1200" "1600x1024" "1600x900" "1440x900" "1400x1050" "1280x1024" "1280x960" "1280x854" "1280x800" "1280x768" "1280x720" "1152x870" "1152x864" "1120x840" "1024x768" "1024x736" "1024x600" "960x720" "848x480" "832x624" "800x600" "720x576" "640x480"
    EndSubSection
EndSection

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

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

* Re: [sisyphus] Beryl не работает?
  2007-02-03  5:14 ` Евгений
@ 2007-02-03  8:01   ` Vyaheslav Dikonov
  2007-02-03 11:47     ` Sergei O. Naumov
  2007-02-03 11:45   ` Sergei O. Naumov
  1 sibling, 1 reply; 7+ messages in thread
From: Vyaheslav Dikonov @ 2007-02-03  8:01 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussion list

В Сбт, 03/02/2007 в 08:14 +0300, Евгений пишет:
> Грабли в выключенном Composite в xorg
> Поищите по рассылке. Очень бурно обсуждался.
> Но я (на ATI правда) так и не настроил.
У меня работает на Radeon Mobile 7500  (драйвер radeon). Конфиг надо?


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

* Re: [sisyphus] Beryl не работает?
  2007-02-03  5:14 ` Евгений
  2007-02-03  8:01   ` Vyaheslav Dikonov
@ 2007-02-03 11:45   ` Sergei O. Naumov
  1 sibling, 0 replies; 7+ messages in thread
From: Sergei O. Naumov @ 2007-02-03 11:45 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussion list

В сообщении от Суббота 03 февраля 2007 Евгений написал(a):

> > Где грабли?
>
> Грабли в выключенном Composite в xorg
> Поищите по рассылке. Очень бурно обсуждался.
> Но я (на ATI правда) так и не настроил.

Заработало, спасибо.

-- 
Сергей


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

* Re: [sisyphus] Beryl не работает?
  2007-02-03  8:01   ` Vyaheslav Dikonov
@ 2007-02-03 11:47     ` Sergei O. Naumov
  2007-02-05  8:42       ` Andrew G. Klepcha
  0 siblings, 1 reply; 7+ messages in thread
From: Sergei O. Naumov @ 2007-02-03 11:47 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussion list

В сообщении от Суббота 03 февраля 2007 Vyaheslav Dikonov написал(a):
> В Сбт, 03/02/2007 в 08:14 +0300, Евгений пишет:
> > Грабли в выключенном Composite в xorg
> > Поищите по рассылке. Очень бурно обсуждался.
> > Но я (на ATI правда) так и не настроил.
>
> У меня работает на Radeon Mobile 7500  (драйвер radeon). Конфиг надо?

если от "Интела" есть, то не мешало бы посмотреть. У меня на ноуте такой.


-- 
Сергей


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

* Re: [sisyphus] Beryl не работает?
  2007-02-03 11:47     ` Sergei O. Naumov
@ 2007-02-05  8:42       ` Andrew G. Klepcha
  0 siblings, 0 replies; 7+ messages in thread
From: Andrew G. Klepcha @ 2007-02-05  8:42 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussion list

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

Sergei O. Naumov wrote:
> В сообщении от Суббота 03 февраля 2007 Vyaheslav Dikonov написал(a):
>   
>> В Сбт, 03/02/2007 в 08:14 +0300, Евгений пишет:
>>     
>>> Грабли в выключенном Composite в xorg
>>> Поищите по рассылке. Очень бурно обсуждался.
>>> Но я (на ATI правда) так и не настроил.
>>>       
>> У меня работает на Radeon Mobile 7500  (драйвер radeon). Конфиг надо?
>>     
>
> если от "Интела" есть, то не мешало бы посмотреть. У меня на ноуте такой.
>   
например, вот такой

[-- Attachment #2: xorg.conf --]
[-- Type: text/plain, Size: 2011 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"
#	HorizSync	30 - 83
#	VertRefresh	56 - 75
#	DisplaySize  340	270
EndSection

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

Section "Screen"
	Identifier "Screen at Device0"
	Device     "Intel 8xx/9xx (generic)|0"
	Monitor    "L1730S|0"
	DefaultDepth     24
	SubSection "Display"
		Depth     24
		Modes    "1280x1024" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth     16
		Modes    "1280x1024" "1024x768" "800x600" "640x480"
	EndSubSection
EndSection

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

[-- Attachment #3: drew.vcf --]
[-- Type: text/x-vcard, Size: 185 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


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

end of thread, other threads:[~2007-02-05  8:42 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-02-02 15:53 [sisyphus] Beryl не работает? Sergei Naumov
2007-02-03  5:14 ` Евгений
2007-02-03  8:01   ` Vyaheslav Dikonov
2007-02-03 11:47     ` Sergei O. Naumov
2007-02-05  8:42       ` Andrew G. Klepcha
2007-02-03 11:45   ` Sergei O. Naumov
2007-02-03  8:00 ` Vyaheslav Dikonov

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