ALT Linux Community general discussions
 help / color / mirror / Atom feed
From: "Хихин Руслан" <hihin@rambler.ru>
To: community@lists.altlinux.org
Subject: Re: [Comm] Radeon 9800 Pro и ALC 3.0 - нет Xvideo, Overscan
Date: Wed, 27 Dec 2006 07:57:04 +0300
Message-ID: <200612270757.11759@ruslandh> (raw)
In-Reply-To: <op.tk6s0yo1glg102@post.cnt.ru>


[-- Attachment #1.1: Type: text/plain, Size: 1539 bytes --]

Здравствуйте Владимир Гусев
  В сообщении от Wednesday 27 December 2006 01:06 Владимир Гусев 
написал(a):
 > >>> Даже и не знаю, что советовать. :-(
 > >>
 > >> Хорошо, может кто-нибудь хотя бы сможет сказать, почему
 > >>
 > >> fglrxconfig  отсутствует в ALC 3.0? В ALM 2.4 он был.. Это в
 > >>
 > >> новых драйверах от ATI его  нет, или разработчики Альта по
 > >>
 > >> каким-либо причинам не стали его добавлять?
 > >
 > > $ grep fglrxconfig 3.0/i586/base/contents_index
 > >
 > > /usr/X11R6/bin/fglrxconfig      fglrx-tools
 > >
 > >
 > >
 > > Возможно, на CD не попал?
 >
 > Я выяснил, что это было.. updates, как ни странно.. Когда-то я
 > зарекся
 >
 > использовать Сизиф, затем backports, и теперь что - updates туда же?
 > Или
 >
 > это новшество Ati - выкинуть fglrxconfig? Нет, вряд ли..
 >
 >
 >
 > Пришлось откатиться аж на ядро с диска, изначальное, чтобы "поиметь"
 > этот
 >
 > fglrxconfig. Поимел... Сгенерил конфиг xorg.conf, подправил его на
 > предмет
 >
 Вообще-то достаточно x11setupdrv и x11createconfig (и поменять, если 
надо ati на fglrx). У меня сложилось мнение, что  сам драйвер fglrx 
по-умолчанию выбирает опции xorg лучше, чем если прописывать всё 
руками. Если нужна какая -то конкретная фича, то тогда можно и поискать 
в документации по fglrx (не помню уже есть-ли она).  Получается что-то, 
типа приведённого ниже.
-- 
  А ещё говорят так  (fortune):
 
Продаю реле и радиолампы для Pentium II. Недорого.
________________________________________________________________________
С уважением Хихин Руслан

[-- Attachment #1.2: xorg.conf.tvtime --]
[-- Type: text/plain, Size: 2343 bytes --]

Section "Files"
	FontPath   "unix/:-1"
EndSection

Section "Module"
	Load	"dbe"
	Load	"dri"
     SubSection  "extmod"
       Option    "omit xfree86-dga"   # don't initialise the DGA extension
     EndSubSection
	Load	"glx"
	Load	"type1"
	Load	"freetype"
EndSection

Section "DRI"
	Group	"xgrp"
	Mode	0660
EndSection

Section "InputDevice"
	Identifier	"Keyboard1"
	Driver		"kbd"
	Option		"AutoRepeat"	"250 30"
	Option		"XkbRules"	"xorg"
	Option		"XkbModel"	"pc105"
	Option		"XkbLayout"	"us,ru"
        Option		"XkbVariant"	",winkeys"
	Option		"XkbOptions"	"grp:ctrl_shift_toggle,grp_led:scroll"
EndSection

Section "InputDevice"
	Identifier	"Logitech"
	Option		"Device"	"/dev/input/mice"
	#"Logitech USB-PS/2 Optical Mouse"
	Driver		"mouse"
	Option		"Protocol"	"IMPS/2"
	Option		"ZAxisMapping"	"4 5"
EndSection

Section "Device"
	Identifier	"Radeon 9600"
	Driver		"fglrx"
        Option		"UseInternalAGPGART"	"off"
        Option 		"no_accel"              "no"
	Option 		"no_dri"                "no"
        Option "VideoOverlay"               "on"
        Option "DesktopSetup"               "0x00000100" 
	Option "MonitorLayout"              "CRT, STV"
        Option "NoTV"                       "no"     
        Option "TVStandard"                 "PAL-D"     
EndSection

Section "Monitor"
	Identifier	"Flatron"
	VendorName	"LG"
	ModelName	"795FT Plus"
	DisplaySize	330 245
	HorizSync	30-96
	VertRefresh	50-160
EndSection

Section "Screen"
	Identifier  "Radeon-Flatron"
	Device      "Radeon 9600"
	Monitor     "Flatron"
	DefaultColorDepth	24
	Subsection "Display"
		Depth       8
		Modes      "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480" 
	EndSubSection
	Subsection "Display"
		Depth       15
		Modes      "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480" 
	EndSubSection
	Subsection "Display"
		Depth       16
		Modes      "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480" 
	EndSubSection
	Subsection "Display"
		Depth       24
		Modes      "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480" 
	EndSubSection
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
	Screen		"Radeon-Flatron"
	InputDevice	"Logitech"	"CorePointer"
	InputDevice	"Keyboard1"	"CoreKeyboard"
EndSection


[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

  reply	other threads:[~2006-12-27  4:57 UTC|newest]

Thread overview: 40+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-12-24 16:14 [Comm] Radeon 9800 Pro и ALC 3.0 - нет Xvideo Владимир Гусев
2006-12-24 16:25 ` Владимир Гусев
2006-12-24 19:35   ` Владимир Гусев
2006-12-25  9:17     ` Evgenii Terechkov
2006-12-25 17:02       ` Владимир Гусев
2006-12-26 16:45         ` Maxim Tyurin
2006-12-26 21:53           ` Владимир Гусев
2006-12-26  8:44       ` [Comm] Radeon 9800 Pro и ALC 3.0 - нет Xvideo, Overscan Владимир Гусев
2006-12-26 14:27         ` Michael Shigorin
2006-12-26 14:35           ` Владимир Гусев
2006-12-26 22:06           ` Владимир Гусев
2006-12-27  4:57             ` Хихин Руслан [this message]
2006-12-27  8:22               ` Владимир Гусев
2006-12-27 13:26                 ` Michael Shigorin
2006-12-27 13:30                   ` Eugene Ostapets
2006-12-27 13:47                     ` Владимир Гусев
2006-12-27 15:18                       ` Eugene Ostapets
2006-12-27 16:57                         ` Владимир Гусев
2006-12-27 17:01                           ` Michael Shigorin
2006-12-27 17:41                             ` [Comm] Radeon 9800 Pro и ALC 3.0 - нет Xvideo, Overscan (closed) Владимир Гусев
2006-12-27 17:04                           ` [Comm] Radeon 9800 Pro и ALC 3.0 - нет Xvideo, Overscan Michael Shigorin
2006-12-27 17:31                             ` Владимир Гусев
2006-12-27 18:51                               ` Michael Shigorin
2006-12-27 22:30                                 ` [Comm] Radeon 9800 Pro и ALC 3.0 - нет Xvideo, Overscan - а теперь и звука Владимир Гусев
2006-12-28 22:25                                   ` Владимир Гусев
2006-12-27 19:13                               ` [Comm] Radeon 9800 Pro и ALC 3.0 - нет Xvideo, Overscan Хихин Руслан
2006-12-27 22:37                                 ` Владимир Гусев
2006-12-27 13:36                   ` Владимир Гусев
2006-12-27 14:06                     ` Michael Shigorin
2006-12-27 14:48                       ` Владимир Гусев
2006-12-27  6:47             ` Sergey Vlasov
2006-12-27  8:20               ` Владимир Гусев
2006-12-27  8:25                 ` Eugene Ostapets
2006-12-27  8:56                 ` Alexey I. Froloff
2006-12-27  9:06                   ` Владимир Гусев
2006-12-27 16:07                     ` Michael Shigorin
2007-01-11 19:38         ` Владимир Гусев
2006-12-24 16:44 ` [Comm] Radeon 9800 Pro и ALC 3.0 - нет Xvideo Владимир Гусев
2006-12-26 16:39   ` Maxim Tyurin
2006-12-26 21:51     ` Владимир Гусев

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=200612270757.11759@ruslandh \
    --to=hihin@rambler.ru \
    --cc=community@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 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