ALT Linux Community general discussions
 help / color / mirror / Atom feed
* [Comm] Не могу настроить драйвер видеокарты..
@ 2006-08-13 15:49 Коржевин Дмитрий Константинович
  2006-08-13 17:54 ` Olvin
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Коржевин Дмитрий Константинович @ 2006-08-13 15:49 UTC (permalink / raw)
  To: ALT Linux Community

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

Помогите пожалуйста настроить драйвер видеокарты ATI Radeon 7000.
После переустановки никак не получается загрузится в графический режим с
родным драйвером. 
Если выбираю: Generic VESA compatible, то могу зайти в систему в
графическом режиме. Если выбираю родной драйвер ATI Radoen 7000, то при
загрузке монитор уходит в спящий режим и не выходит из него.
К слову - при установке системы я не нашел драйвера к монитору. Может
быть вы поможете найти решение этой проблемы?
Видеокарта: ATI Radeon 7000
Монитор: Samsung Sync Master 551s (15-ть дюймов)
Система: ASP Linux 11 Express

Вкладываю логи и конфиги X11 при которых не загружается система.
Быть может, кто-то уже сталкивался с этой проблемой..


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

# Xorg configuration created by system-config-display

Section "ServerLayout"
	Identifier     "single head configuration"
	Screen      0  "Screen0" 0 0
	InputDevice    "Mouse0" "CorePointer"
	InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
	RgbPath      "/usr/X11R6/lib/X11/rgb"
	FontPath     "unix/:7100"
EndSection

Section "Module"
	Load  "GLcore"
	Load  "dbe"
	Load  "extmod"
	Load  "fbdevhw"
	Load  "glx"
#	Load  "pex5"
	Load  "record"
#	Load  "xie"
	Load  "v4l"
	Load  "type1"
	Load  "dri"
EndSection

Section "ServerFlags"
	Option	    "allowmouseopenfail"
EndSection

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "keyboard"
	Option	    "Protocol" "Standard"
	Option	    "XkbModel" "pc104"
	Option	    "XkbLayout" "us,ru(winkeys)"
	Option	    "XkbOptions" "grp:ctrl_shift_toggle,grp_led:scroll"
EndSection

Section "InputDevice"
	Identifier  "Mouse0"
	Driver      "mouse"
	Option	    "ZAxisMapping" "4 5"
	Option	    "Emulate3Buttons" "on"
	Option	    "Protocol" "IMPS/2"
	Option	    "Device" "/dev/input/mice"
EndSection

Section "Monitor"

#800x600 @ 85.0 Hz, 55.8 kHz hsync
	#Modeline	"800x600"	60.75  800  864  928 1088   600  616  621  657 -HSync -VSync
#640x480 @ 85.0 Hz, 43.3 kHz hsync
	#Modeline	"640x480"	36     640  696  752  832   480  481  484  509 -HSync -VSync
	Identifier   "Monitor"
	VendorName   "SAM"
	ModelName    "Samsung SyncMaster 550(M)s"
	HorizSync    30.0 - 61.0
	VertRefresh  50.0 - 120.0
EndSection

Section "Device"

#	Option          "NoAccel"
	Identifier  "Generic VESA compatible"
	Driver      "radeon"
	BoardName   "ATI Radeon 7000"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Generic VESA compatible"
	Monitor    "Monitor"
	DefaultDepth     24
	SubSection "Display"
		Depth     4
		Modes    "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth     8
		Modes    "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth     15
		Modes    "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth     16
		Modes    "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth     24
		Modes    "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth     32
		Modes    "800x600" "640x480"
	EndSubSection
EndSection

Section "DRI"
	Mode         0666
EndSection


[-- Attachment #3: xorg.conf.backup --]
[-- Type: text/plain, Size: 2854 bytes --]

# buildxconf *** delete this line to prevent buildxconf from modifying this file
#
# XF86Config auto-generated by buildxconf
#
# Copyright (c) 1999, Corel Corporation
# Robin Burgener, robinb@corel.com
#
# See 'man XF86Config' for info on the format of this file

Section "ServerLayout"
	Identifier     "XFree86 Configured"
	Screen      0  "Screen0" 0 0
	InputDevice    "Mouse0" "CorePointer"
	InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Module"
	Load  "GLcore"
	Load  "dbe"
	Load  "dri"
	Load  "extmod"
	Load  "fbdevhw"
	Load  "glx"
#	Load  "pex5"
	Load  "record"
#	Load  "xie"
	Load  "v4l"
	Load  "type1"
EndSection

Section "InputDevice"
	Identifier "Keyboard0"
	Driver	"keyboard"
	Option	"Protocol"	"Standard"
	Option	"XkbModel"	"pc104"
	Option	"XkbLayout"	"us,ru(winkeys)"
	Option	"XkbOptions"	"grp:ctrl_shift_toggle,grp_led:scroll"
EndSection

Section "InputDevice"
	Option	"ZAxisMapping"	"4 5"
	Option	"Emulate3Buttons"	"on"
	Identifier	"Mouse0"
	Driver	"mouse"
	Option	"Protocol"	"IMPS/2"
	Option	"Device"	"/dev/input/mice"
EndSection

Section "Files"
	RgbPath	"/usr/X11R6/lib/X11/rgb"
	FontPath	"unix/:7100"
EndSection

Section "ServerFlags"
    AllowMouseOpenFail
EndSection

Section "Monitor"
	Identifier	 "Monitor"
	VendorName	 "SAM"
	ModelName	 "Samsung SyncMaster 550(M)s"
	HorizSync	 30-61
	VertRefresh	 50-120
#800x600 @ 85.0 Hz, 55.8 kHz hsync
	#Modeline	"800x600"	60.75  800  864  928 1088   600  616  621  657 -HSync -VSync
#640x480 @ 85.0 Hz, 43.3 kHz hsync
	#Modeline	"640x480"	36     640  696  752  832   480  481  484  509 -HSync -VSync
EndSection

Section "Monitor"
	#!Description	"Super VGA 1024x768 @ 60Hz"
	Identifier	"Super VGA"
	ModelName	"Super VGA"
	HorizSync	31.5-48.5
	VertRefresh	50-90
# 1024x768 @ 60 Hz, 48.4 kHz hsync
	Modeline	"1024x768"	65    1024 1032 1176 1344   768  771  777  806 -hsync -vsync
# 800x600 @ 60 Hz, 37.8 kHz hsync
	Modeline	"800x600"	40     800  840  968 1056   600  601  605  628 +hsync +vsync
# 640x400 @ 70 Hz, 31.5 kHz hsync
	Modeline	"640x480"	25.175 640  664  760  800   480  491  493  525
EndSection

Section	"Device"
	Driver	"vesa"
	Identifier	"Generic VESA compatible"
	BoardName	"Generic VESA compatible"
#	Option          "NoAccel"
EndSection

Section "Screen"
	Identifier	"Screen0"
	Device	"Generic VESA compatible"
	Monitor	"Monitor"
	DefaultColorDepth	24
	SubSection "Display"
		Depth	4
		Modes	"800x600" "640x480" 
	EndSubSection
	SubSection "Display"
		Depth	8
		Modes	"800x600" "640x480" 
	EndSubSection
	SubSection "Display"
		Depth	15
		Modes	"800x600" "640x480" 
	EndSubSection
	SubSection "Display"
		Depth	16
		Modes	"800x600" "640x480" 
	EndSubSection
	SubSection "Display"
		Depth	24
		Modes	"800x600" "640x480" 
	EndSubSection
	SubSection "Display"
		Depth	32
		Modes	"800x600" "640x480" 
	EndSubSection
EndSection

Section "DRI"
	Mode 0666
EndSection


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

# Xorg configuration created by system-config-display

Section "ServerLayout"
	Identifier     "single head configuration"
	Screen      0  "Screen0" 0 0
	InputDevice    "Mouse0" "CorePointer"
	InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
# RgbPath is the location of the RGB database.  Note, this is the name of the 
# file minus the extension (like ".txt" or ".db").  There is normally
# no need to change the default.

# Multiple FontPath entries are allowed (they are concatenated together)
# By default, Red Hat 6.0 and later now use a font server independent of
# the X server to render fonts.

	RgbPath      "/usr/X11R6/lib/X11/rgb"
	FontPath     "unix/:7100"
EndSection

Section "Module"
	Load  "dbe"
	Load  "extmod"
	Load  "fbdevhw"
	Load  "glx"
	Load  "record"
	Load  "freetype"
	Load  "type1"
	Load  "dri"
EndSection

Section "InputDevice"
# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
#	Option	"Xleds"		"1 2 3"

# To disable the XKEYBOARD extension, uncomment XkbDisable.
#	Option	"XkbDisable"

# To customise the XKB settings to suit your keyboard, modify the
# lines below (which are the defaults).  For example, for a non-U.S.
# keyboard, you will probably want to use:
#	Option	"XkbModel"	"pc102"
# If you have a US Microsoft Natural keyboard, you can use:
#	Option	"XkbModel"	"microsoft"
#
# Then to change the language, change the Layout setting.
# For example, a german layout can be obtained with:
#	Option	"XkbLayout"	"de"
# or:
#	Option	"XkbLayout"	"de"
#	Option	"XkbVariant"	"nodeadkeys"
#
# If you'd like to switch the positions of your capslock and
# control keys, use:
#	Option	"XkbOptions"	"ctrl:swapcaps"
# Or if you just want both to be control, use:
#	Option	"XkbOptions"	"ctrl:nocaps"
#
	Identifier  "Keyboard0"
	Driver      "kbd"
	Option	    "XkbModel" "pc105"
	Option	    "XkbLayout" "us"
EndSection

Section "InputDevice"
	Identifier  "Mouse0"
	Driver      "mouse"
	Option	    "Protocol" "IMPS/2"
	Option	    "Device" "/dev/input/mice"
	Option	    "ZAxisMapping" "4 5"
	Option	    "Emulate3Buttons" "yes"
EndSection

Section "Monitor"
	Identifier   "Monitor0"
	VendorName   "Monitor Vendor"
	ModelName    "SyncMaster"
	DisplaySize  280	210
	HorizSync    30.0 - 55.0
	VertRefresh  50.0 - 120.0
	Option	    "dpms"
EndSection

Section "Device"
	Identifier  "Videocard0"
	Driver      "radeon"
	VendorName  "Videocard vendor"
	BoardName   "ATI Radeon 7000"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Videocard0"
	Monitor    "Monitor0"
	DefaultDepth     24
	SubSection "Display"
		Viewport   0 0
		Depth     16
		Modes    "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     24
		Modes    "800x600" "640x480"
	EndSubSection
EndSection

Section "DRI"
	Group        0
	Mode         0666
EndSection


[-- Attachment #5: xorg.conf.backup --]
[-- Type: text/plain, Size: 2259 bytes --]

# Xorg configuration created by system-config-display

Section "ServerLayout"
	Identifier     "single head configuration"
	Screen      0  "Screen0" 0 0
	InputDevice    "Mouse0" "CorePointer"
	InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
	RgbPath      "/usr/X11R6/lib/X11/rgb"
	FontPath     "unix/:7100"
EndSection

Section "Module"
	Load  "GLcore"
	Load  "dbe"
	Load  "extmod"
	Load  "fbdevhw"
	Load  "glx"
#	Load  "pex5"
	Load  "record"
#	Load  "xie"
	Load  "v4l"
	Load  "type1"
	Load  "dri"
EndSection

Section "ServerFlags"
	Option	    "allowmouseopenfail"
EndSection

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "keyboard"
	Option	    "Protocol" "Standard"
	Option	    "XkbModel" "pc104"
	Option	    "XkbLayout" "us,ru(winkeys)"
	Option	    "XkbOptions" "grp:ctrl_shift_toggle,grp_led:scroll"
EndSection

Section "InputDevice"
	Identifier  "Mouse0"
	Driver      "mouse"
	Option	    "ZAxisMapping" "4 5"
	Option	    "Emulate3Buttons" "on"
	Option	    "Protocol" "IMPS/2"
	Option	    "Device" "/dev/input/mice"
EndSection

Section "Monitor"

#800x600 @ 85.0 Hz, 55.8 kHz hsync
	#Modeline	"800x600"	60.75  800  864  928 1088   600  616  621  657 -HSync -VSync
#640x480 @ 85.0 Hz, 43.3 kHz hsync
	#Modeline	"640x480"	36     640  696  752  832   480  481  484  509 -HSync -VSync
	Identifier   "Monitor"
	VendorName   "SAM"
	ModelName    "Samsung SyncMaster 550(M)s"
	HorizSync    30.0 - 61.0
	VertRefresh  50.0 - 120.0
EndSection

Section "Device"

	Identifier  "ATI Radeon 7000"
	Driver      "radeon"
	BoardName   "ATI Radeon 7000"

EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Generic VESA compatible"
	Monitor    "Monitor"
	DefaultDepth     24
	SubSection "Display"
		Depth     4
		Modes    "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth     8
		Modes    "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth     15
		Modes    "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth     16
		Modes    "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth     24
		Modes    "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth     32
		Modes    "800x600" "640x480"
	EndSubSection
EndSection

Section "DRI"
	Mode         0666
EndSection


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

* Re: [Comm] Не могу настроить драйвер видеокарты...
  2006-08-13 15:49 [Comm] Не могу настроить драйвер видеокарты Коржевин Дмитрий Константинович
@ 2006-08-13 17:54 ` Olvin
  2006-08-13 18:34 ` Алексей Синицын
  2006-08-14  6:53 ` Michael Shigorin
  2 siblings, 0 replies; 4+ messages in thread
From: Olvin @ 2006-08-13 17:54 UTC (permalink / raw)
  To: knc, ALT Linux Community

Коржевин Дмитрий Константинович wrote:
> Видеокарта: ATI Radeon 7000
> Монитор: Samsung Sync Master 551s (15-ть дюймов)
> Система: ASP Linux 11 Express

Вы рассылкой ошиблись. Здесь обсуждают _ALT_ Linux.


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

* Re: [Comm] Не могу настроить драйвер видеокарты..
  2006-08-13 15:49 [Comm] Не могу настроить драйвер видеокарты Коржевин Дмитрий Константинович
  2006-08-13 17:54 ` Olvin
@ 2006-08-13 18:34 ` Алексей Синицын
  2006-08-14  6:53 ` Michael Shigorin
  2 siblings, 0 replies; 4+ messages in thread
From: Алексей Синицын @ 2006-08-13 18:34 UTC (permalink / raw)
  To: knc, ALT Linux Community

2006/8/13, Коржевин Дмитрий Константинович <knc@voliacable.com>:
> Помогите пожалуйста настроить драйвер видеокарты ATI Radeon 7000.
> После переустановки никак не получается загрузится в графический режим с
> родным драйвером.
> Если выбираю: Generic VESA compatible, то могу зайти в систему в
> графическом режиме. Если выбираю родной драйвер ATI Radoen 7000, то при
> загрузке монитор уходит в спящий режим и не выходит из него.
> К слову - при установке системы я не нашел драйвера к монитору. Может
>

 К монитору не нужны драйверы.

 Скорее всего нужно указать значения HorizSync и VertRefresh в файле
/etc/X11/xorg.conf

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

* Re: [Comm] Не могу настроить драйвер видеокарты..
  2006-08-13 15:49 [Comm] Не могу настроить драйвер видеокарты Коржевин Дмитрий Константинович
  2006-08-13 17:54 ` Olvin
  2006-08-13 18:34 ` Алексей Синицын
@ 2006-08-14  6:53 ` Michael Shigorin
  2 siblings, 0 replies; 4+ messages in thread
From: Michael Shigorin @ 2006-08-14  6:53 UTC (permalink / raw)
  To: ALT Linux Community

On Sun, Aug 13, 2006 at 06:49:58PM +0300, Коржевин Дмитрий Константинович wrote:
> Помогите пожалуйста настроить драйвер видеокарты ATI Radeon 7000.

> Section "Device"
> 
> #	Option          "NoAccel"
> 	Identifier  "Generic VESA compatible"
> 	Driver      "radeon"
> 	BoardName   "ATI Radeon 7000"
> EndSection

Можете попробовать "ati" вместо "radeon".  Вообще конфиг какой-то
странно-замороченный, можете попробовать глянуть мой:

http://paq.osdn.org.ua/~mike/tmp/xorg.conf

> Система: ASP Linux 11 Express

http://community.asplinux.ru; можете взять Compact 3.0.4 на
ftp://ftp.linux.kiev.ua/pub/Linux/ALT/ISO и уж по нему welcome
спрашивать здесь :-)

-- 
 ---- WBR, Michael Shigorin <mike@altlinux.ru>
  ------ Linux.Kiev http://www.linux.kiev.ua/


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

end of thread, other threads:[~2006-08-14  6:53 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-08-13 15:49 [Comm] Не могу настроить драйвер видеокарты Коржевин Дмитрий Константинович
2006-08-13 17:54 ` Olvin
2006-08-13 18:34 ` Алексей Синицын
2006-08-14  6:53 ` Michael Shigorin

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