ALT Linux Community general discussions
 help / color / mirror / Atom feed
From: "Sergey V. Minikh" <lamaka@sibmail.com>
To: ALT Linux Community <community@lists.altlinux.org>, samurai@ricom.ru
Subject: Re: [Comm] Драйвер видеокарты Radeon
Date: Wed, 24 May 2006 20:25:49 +0700
Message-ID: <44745EDD.6070201@sibmail.com> (raw)
In-Reply-To: <4474002A.2000102@ricom.ru>

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

Alexey Morsov пишет:
> Sergey V. Minikh пишет:
>> Я как понимаю это надо было прописать в /etc/X11/xorg.conf
>> Все прописал туда эти  опции, но это не помогло. Иксы после этого не 
>> смогли запуститься.
> Куда кокретно прописали? Покажите всю секцию с этими опциями.


Вот посылаю в прикрепленном к письму файле свой xorg.conf

-- 
С уважением,
Сергей Миних

mailto:lamaka@sibmail.com

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

Section "ServerLayout"
	Identifier     "Default Layout"
	Screen         "Screen at Device0" 0 0
	Screen         "Screen at Device1" 0 0
	InputDevice    "mouse0" "CorePointer"
	InputDevice    "ruwin_ct_sh" "CoreKeyboard"
EndSection

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

Section "Module"
	Load  "dbe"
	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:ctrl_shift_toggle"
	Option	    "XkbVariant" ",winkeys"
EndSection

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

Section "Monitor"
	Identifier   "CPD-E220E|0"
	DisplaySize  330	240
EndSection

Section "Monitor"
	Identifier   "CPD-E220E|1"
	DisplaySize  330	240
EndSection

Section "Device"
	Identifier  "ATI Radeon,FireGL (fglrx)|0"
	Driver      "fglrx"
#	Option "VideoOverlay"               "on"
#    	Option "OpenGLOverlay"              "off"
EndSection

Section "Device"
	Identifier  "ATI Radeon,FireGL (fglrx)|1"
	Driver      "fglrx"
#	Option "VideoOverlay"               "on"
#    	Option "OpenGLOverlay"              "off"
EndSection

Section "Screen"
	Identifier "Screen at Device0"
	Device     "ATI Radeon,FireGL (fglrx)|0"
	Monitor    "CPD-E220E|0"
	DefaultDepth     24
	SubSection "Display"
		Depth     8
		Modes    "1152x864" "1120x840" "1024x768" "1024x736" "1024x600" "960x720" "848x480" "832x624" "800x600" "720x576" "640x480"
	EndSubSection
	SubSection "Display"
		Depth     16
		Modes    "1152x864" "1120x840" "1024x768" "1024x736" "1024x600" "960x720" "848x480" "832x624" "800x600" "720x576" "640x480"
	EndSubSection
	SubSection "Display"
		Depth     24
		Modes    "1152x864" "1120x840" "1024x768" "1024x736" "1024x600" "960x720" "848x480" "832x624" "800x600" "720x576" "640x480"
	EndSubSection
	SubSection "Display"
		Depth     24
		Modes    "1152x864" "1120x840" "1024x768" "1024x736" "1024x600" "960x720" "848x480" "832x624" "800x600" "720x576" "640x480"
	EndSubSection
EndSection

Section "Screen"
	Identifier "Screen at Device1"
	Device     "ATI Radeon,FireGL (fglrx)|1"
	Monitor    "CPD-E220E|1"
	DefaultDepth     24
	SubSection "Display"
		Depth     8
		Modes    "1152x864" "1120x840" "1024x768" "1024x736" "1024x600" "960x720" "848x480" "832x624" "800x600" "720x576" "640x480"
	EndSubSection
	SubSection "Display"
		Depth     16
		Modes    "1152x864" "1120x840" "1024x768" "1024x736" "1024x600" "960x720" "848x480" "832x624" "800x600" "720x576" "640x480"
	EndSubSection
	SubSection "Display"
		Depth     24
		Modes    "1152x864" "1120x840" "1024x768" "1024x736" "1024x600" "960x720" "848x480" "832x624" "800x600" "720x576" "640x480"
	EndSubSection
	SubSection "Display"
		Depth     24
		Modes    "1152x864" "1120x840" "1024x768" "1024x736" "1024x600" "960x720" "848x480" "832x624" "800x600" "720x576" "640x480"
	EndSubSection
EndSection

Section "DRI"
	Group        "xgrp"
	Mode         0660
EndSection


  reply	other threads:[~2006-05-24 13:25 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-05-19  9:52 Sergey V. Minikh
2006-05-19  9:57 ` Шенцев Алексей Владимирович
2006-05-20  9:16       ` Sergey V. Minikh
2006-05-21  9:29         ` Michael Shigorin
2006-05-21 10:41           ` hozzzar
2006-05-21 17:45             ` Michael Shigorin
2006-05-24  6:40               ` Alexey Morsov
2006-05-24  6:39             ` Alexey Morsov
2006-05-22 11:47           ` Sergey V. Minikh
2006-05-22 13:12             ` Michael Shigorin
2006-05-22 17:04               ` Sergey V. Minikh
2006-05-22 17:34                 ` Michael Shigorin
2006-05-19 10:12 ` Alexey I. Froloff
2006-05-20  8:05   ` Sergey V. Minikh
2006-05-23  5:57     ` Alexey I. Froloff
2006-05-24  6:41     ` Alexey Morsov
2006-05-24 13:25       ` Sergey V. Minikh [this message]
2006-05-24 14:22         ` Alexey I. Froloff

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=44745EDD.6070201@sibmail.com \
    --to=lamaka@sibmail.com \
    --cc=community@lists.altlinux.org \
    --cc=samurai@ricom.ru \
    /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