[sisyphus] Beryl

Dmitriy Shadrinov =?iso-8859-1?q?shadrinovdd_=CE=C1_ystu=2Eru?=
Пн Май 7 17:50:23 MSD 2007


7 May 2007, Serge написал:

> Шенцев Алексей Владимирович wrote:
> > Вот теперь делитесь своими настройками. Снёс я все fglrx. Такой же
> > мёртвый вис. Если раньше был просто девственно-белый экран, но на клаве
> > хотя бы Cups Lock срабатывал, то сейчас всё намертво. Может я настройками
> > beryl'а перебрал ...
>
> У меня этот мертвый вис начался еще на версии < 0.2
> Подергался в топик, никто ничего вразумительного не смог  предложить... :(
>
> Сижу вот теперь, жду с моря погоды, читая топик...  :(
> Kарточка ATI Technologies Inc RV280 [Radeon 9200 SE] (rev 01)

Странно у меня работает:

[root на guru ~]# lspci
<skipped>
02:00.0 VGA compatible controller: ATI Technologies Inc RV280 [Radeon 9200 SE] (rev 01)
02:00.1 Display controller: ATI Technologies Inc RV280 [Radeon 9200 SE] (Secondary) (rev 01)

Следует обратить внимание на

Option "AIGLX" "true"

в разделе ServerLayout и еще если я не ошибаюсь нужен параметр

Option "XAANoOffscreenPixmaps" - без него у меня помнится был белый экран.

Попробуйте удалить (или куда нибудь убрать) наконфигурированные параметры.
----------- следующая часть -----------

# File generated by XFdrake.

# **********************************************************************
# Refer to the XF86Config(4/5) man page for details about the format of
# this file.
# **********************************************************************

Section "Files"
	RgbPath	"/usr/share/X11/rgb"

	# Multiple FontPath entries are allowed (they are concatenated together)
	# By default, Mandrake 6.0 and later now use a font server independent of
	# the X server to render fonts.
	FontPath "unix/:-1"
EndSection


# **********************************************************************
# Server flags section.
# **********************************************************************

Section "ServerFlags"
	# Uncomment this to cause a core dump at the spot where a signal is
	# received.  This may leave the console in an unusable state, but may
	# provide a better stack trace in the core dump to aid in debugging
	#NoTrapSignals

	# Uncomment this to disable the <Crtl><Alt><BS> server abort sequence
	# This allows clients to receive this key event.
	DontZap

	# Uncomment this to disable the <Crtl><Alt><KP_+>/<KP_-> mode switching
	# sequences.  This allows clients to receive these key events.
	#DontZoom

	# This  allows  the  server  to start up even if the
	# mouse device can't be opened/initialised.
	AllowMouseOpenFail
EndSection

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


# **********************************************************************
# Input devices
# **********************************************************************


# **********************************************************************
# Keyboard section
# **********************************************************************

Section "InputDevice"
	Identifier "Keyboard Rus/Lat"
	Driver     "kbd"

	Option "AutoRepeat" "250 30"
	Option "XkbModel"   "pc105"
	Option "XkbLayout"  "us,ru"
	Option "XkbVariant" "winkeys"
	Option "XkbOptions" "grp:ctrl_shift_toggle,grp:switch"
EndSection


# **********************************************************************
# Pointer section
# **********************************************************************

Section "InputDevice"
	Identifier "Mouse PS/2"
	Driver     "mouse"

	Option "Protocol"     "IMPS/2"
	Option "Device"       "/dev/psaux"
	Option "Buttons"      "5"
	Option "ZAxisMapping" "4 5"
	# Option "Resolution"   "300"
	# Option "Emulate3Buttons"
	# Option "Emulate3Timeout" "50"

	# ChordMiddle is an option for some 3-button Logitech mice
	# Option "ChordMiddle"
EndSection

Section "Module"
	# This loads the DBE extension module.
	Load	"dbe"
	Load	"glx"
	Load	"dri"

	# This loads the miscellaneous extensions module, and disables
	# initialisation of the XFree86-DGA extension within that module.
	SubSection	"extmod"
		#Option	"omit xfree86-dga"
	EndSubSection

	# This loads the Type1 and FreeType font modules
	Load	"type1"
	Load	"freetype"
	Load	"i2c"
	Load	"xglx"
EndSection

Section "DRI"
	Mode	0666
EndSection


# **********************************************************************
# Monitor section
# **********************************************************************

# Any number of monitor sections may be present

Section "Monitor"
	Identifier "WWC RoverScan 105F"
	VendorName "WWC"
	ModelName  "RoverScan 105F"

	DisplaySize 270 203

	# HorizSync is in kHz unless units are specified.
	# HorizSync may be a comma separated list of discrete values, or a
	# comma separated list of ranges of values.
	# NOTE: THE VALUES HERE ARE EXAMPLES ONLY.  REFER TO YOUR MONITOR'S
	# USER MANUAL FOR THE CORRECT NUMBERS.
	#HorizSync  30.0-70.0

	# VertRefresh is in Hz unless units are specified.
	# VertRefresh may be a comma separated list of discrete values, or a
	# comma separated list of ranges of values.
	# NOTE: THE VALUES HERE ARE EXAMPLES ONLY.  REFER TO YOUR MONITOR'S
	# USER MANUAL FOR THE CORRECT NUMBERS.
	#VertRefresh 50-130

	#ModeLine "1024x768"	 67.00 1024 1048 1184 1344  768  771  777  806
	#ModeLine "1024x768"	 94.50 1024 1072 1168 1376  768  769  772  808
EndSection

Section "Monitor"
	Identifier "Samsung SyncMaster 710N"
	#VendorName "Samsung"
	#ModelName  "SyncMaster 710N"

	#DisplaySize 270 203
	Gamma 0.75 0.75 0.75

	# HorizSync is in kHz unless units are specified.
	# HorizSync may be a comma separated list of discrete values, or a
	# comma separated list of ranges of values.
	# NOTE: THE VALUES HERE ARE EXAMPLES ONLY.  REFER TO YOUR MONITOR'S
	# USER MANUAL FOR THE CORRECT NUMBERS.
	#HorizSync  30.0-70.0

	# VertRefresh is in Hz unless units are specified.
	# VertRefresh may be a comma separated list of discrete values, or a
	# comma separated list of ranges of values.
	# NOTE: THE VALUES HERE ARE EXAMPLES ONLY.  REFER TO YOUR MONITOR'S
	# USER MANUAL FOR THE CORRECT NUMBERS.
	#VertRefresh 50-130

	#ModeLine "1024x768"	 67.00 1024 1048 1184 1344  768  771  777  806
	#ModeLine "1024x768"	 94.50 1024 1072 1168 1376  768  769  772  808

	Mode "1280x1024"
		# D: 107.991 MHz, H: 63.976 kHz, V: 60.015 Hz
		DotClock 107.992
		HTimings 1280 1329 1441 1688
		VTimings 1024 1025 1028 1066
		Flags    "+HSync" "+VSync"    # Warning: XFree86 doesn't support accel
	EndMode
EndSection


# **********************************************************************
# Graphics device section
# **********************************************************************

#Section "Device"
#	Identifier "Generic VGA"
#	Driver     "vga"
#EndSection

Section "Device"
	Identifier "ATI"
	Driver     "ati"
	# Clock lines

	# Uncomment following option if you see a big white block
	# instead of the cursor!

	#Option "SWcursor" "on"
	Option "XAANoOffscreenPixmaps"
	Option "DPMS"         "on"
	Option "AGPMode"      "8"
	Option "AGPFastWrite" "on"
	Option "RenderAccel" "true"
	Option "AllowGLXWithComposite" "true"
EndSection


# **********************************************************************
# Screen sections
# **********************************************************************

Section "Screen"
	Identifier	"Radeon on Samsung"
	Device		"ATI"
	Monitor		"Samsung SyncMaster 710N"

	DefaultColorDepth 24
	Subsection "Display"
		Depth    8
		Modes    "1280x1024" "1024x768" "800x600" "640x480" "320x240"
		ViewPort 0 0
	EndSubsection
	Subsection "Display"
		Depth    15
		Modes    "1280x1024" "1024x768" "800x600" "640x480" "320x240"
		ViewPort 0 0
	EndSubsection
	Subsection "Display"
		Depth    16
		Modes    "1280x1024" "1024x768" "800x600" "640x480" "320x240"
		ViewPort 0 0
	EndSubsection
	Subsection "Display"
		Depth    24
		Modes    "1280x1024" "1024x768" "800x600" "640x480" "320x240"
		ViewPort 0 0
	EndSubsection
EndSection

Section "ServerLayout"
	Option     "AIGLX" "true"
	Identifier "Layout 1"
	Screen     "Radeon on Samsung"

	InputDevice "Mouse PS/2"       "CorePointer"
	InputDevice "Keyboard Rus/Lat" "CoreKeyboard"
EndSection


Подробная информация о списке рассылки Sisyphus