Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
ati x.org
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Russian
View previous topic :: View next topic  
Author Message
kesha
n00b
n00b


Joined: 06 Jul 2004
Posts: 64

PostPosted: Fri Jul 30, 2004 5:36 am    Post subject: ati x.org Reply with quote

хотелось бы знать будут работать ati под x.org
почитать бы про это, как устанавливать, как настраивать!
Back to top
View user's profile Send private message
iNot_
n00b
n00b


Joined: 01 Jul 2004
Posts: 52

PostPosted: Fri Jul 30, 2004 1:35 pm    Post subject: Re: ati x.org Reply with quote

kesha wrote:
хотелось бы знать будут работать ati под x.org
почитать бы про это, как устанавливать, как настраивать!

Я б тоже... У меня вот ща компиться, может и так заработает.... Но все равно интересно... =)
Back to top
View user's profile Send private message
icedank
Apprentice
Apprentice


Joined: 15 Apr 2004
Posts: 190

PostPosted: Sun Aug 01, 2004 3:35 pm    Post subject: Reply with quote

Code:

Section "Device"
        Identifier      "Card0"
        Driver          "ati"
        VendorName      "ATI Technologies Inc"
        BoardName       "Radeon R200 QM [Radeon 9100]"
        BusID           "PCI:1:0:0"
        Option          "AGPMode"               "4"
EndSection
Back to top
View user's profile Send private message
kesha
n00b
n00b


Joined: 06 Jul 2004
Posts: 64

PostPosted: Mon Aug 02, 2004 2:58 am    Post subject: Reply with quote

а интересно, надо также ставить
emerge ati-drivers
или каким нибудь другим путем заводить дрова??
Back to top
View user's profile Send private message
icedank
Apprentice
Apprentice


Joined: 15 Apr 2004
Posts: 190

PostPosted: Mon Aug 02, 2004 3:42 pm    Post subject: Reply with quote

1. `Дрова` ставить будете у бабушки в деревне
2. Если нужно быстродействие - то `emerge ati-drivers` и там будет скрипт для конфигурации (fglrxconfig или что-то вроде)
Back to top
View user's profile Send private message
kesha
n00b
n00b


Joined: 06 Jul 2004
Posts: 64

PostPosted: Tue Aug 03, 2004 6:14 am    Post subject: Reply with quote

вопчем то-же самое что и при xfree
только полученный файл xf86config-4 (по памяти пишу) переименовать в xorg.conf
Back to top
View user's profile Send private message
kesha
n00b
n00b


Joined: 06 Jul 2004
Posts: 64

PostPosted: Wed Aug 04, 2004 9:31 am    Post subject: Reply with quote

скиньте рабочий xorg.conf
а то мой X запускает,
но в xterm ни одной буквы прописаться не могут.
только цифры пишутся.
посмотрю ваши конфиги, мож чё придумаю!
Driver "ati"
у меня на этом месте стоит fglrx
Back to top
View user's profile Send private message
icedank
Apprentice
Apprentice


Joined: 15 Apr 2004
Posts: 190

PostPosted: Fri Aug 06, 2004 8:54 am    Post subject: Reply with quote

Code:

Section "ServerLayout"
   Identifier     "X.org Configured"
   Screen      0  "Screen0" 0 0
   InputDevice    "Mouse0" "CorePointer"
   InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
   RgbPath      "/usr/X11R6/lib/X11/rgb"
   ModulePath   "/usr/X11R6/lib/modules"
   FontPath     "unix/:-1"
EndSection

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

Section "DRI"
   Mode 0666
EndSection

Section "InputDevice"
   Identifier   "Keyboard0"
   Driver      "keyboard"
   Option      "XkbGeometry"   "pc(pc104)"
   Option      "XkbLayout"   "en_US,ru"
   Option      "XkbOptions"   "grp:caps_toggle"
EndSection

Section "InputDevice"
   Identifier   "Mouse0"
   Driver      "mouse"
   Option      "Protocol"      "IMPS/2"
   Option      "Device"       "/dev/psaux"
   Option      "Emulate3Buttons"   "off"
   Option      "ZAxisMapping"      "4 5"
EndSection

Section   "Modes"
   Identifier   "Modes0"
   Modeline   "1280x1024" 159.36 1280 1376 1512 1744 1024 1025 1028 1075 -HSync +Vsync
EndSection

Section "Monitor"
   Identifier   "Monitor0"
   DisplaySize   360 270
   VendorName   "SAM"
   ModelName   "SyncMaster"
   Option      "DPMS"
   HorizSync   30-110
   vertRefresh   50-160
   UseModes   "Modes0"
EndSection

Section "Device"
   Identifier   "Card0"
   Driver      "ati"
   VendorName   "ATI Technologies Inc"
   BoardName   "Radeon R200 QM [Radeon 9100]"
   BusID      "PCI:1:0:0"
   Option      "AGPMode"      "4"
EndSection

Section "Screen"
   Identifier   "Screen0"
   Device      "Card0"
   Monitor      "Monitor0"
   DefaultDepth   24
   SubSection   "Display"
      Viewport   0 0
      Depth      24
      Modes      "1280x1024"
   EndSubSection
EndSection
Back to top
View user's profile Send private message
rusxakep
Guru
Guru


Joined: 09 Jul 2004
Posts: 458

PostPosted: Tue Aug 10, 2004 12:56 pm    Post subject: Reply with quote

Вся информация по ATI здесь:

http://www.gentoo.org/doc/en/ati-faq.xml
Back to top
View user's profile Send private message
deadlyFROZEN
Tux's lil' helper
Tux's lil' helper


Joined: 11 Jun 2004
Posts: 114

PostPosted: Wed Aug 11, 2004 6:42 am    Post subject: Reply with quote

kesha wrote:
скиньте рабочий xorg.conf
а то мой X запускает,
но в xterm ни одной буквы прописаться не могут.
только цифры пишутся.
посмотрю ваши конфиги, мож чё придумаю!
Driver "ati"
у меня на этом месте стоит fglrx

цифры у тебя только пишутся, потому что ты клаву неправильно выбрал
_________________
...whether tis nobler? from the win to suffer,
from the bugs ´n issues of a commercial system
or to raise your mind against a sea of troubles,
and by a LINUX end them?...
Back to top
View user's profile Send private message
antst
n00b
n00b


Joined: 24 Jul 2003
Posts: 67
Location: Netherlands

PostPosted: Fri Aug 27, 2004 12:48 am    Post subject: Reply with quote

Хм...непонятно, а что мешает старый конфиг от xfree переименовать в xorg.conf ? Религиозные убеждения? ;)
Насколько я пониммаю, X.org еще недалеко ушел от Xfree в плане конфига. Собсно только выкинуть Option "XkbRules" "xfree" (или "xfree86" уже не помню) надо, и все, да то можно не выкидывать. И должно оно скушать такой конфиг без проблем.
Back to top
View user's profile Send private message
iNot_
n00b
n00b


Joined: 01 Jul 2004
Posts: 52

PostPosted: Fri Aug 27, 2004 3:17 am    Post subject: Reply with quote

antst wrote:
И должно оно скушать такой конфиг без проблем.

Именно так и будет, я так сделал , и все оке стало. Пару строк поправил тока, пути и XkbRules. Вроде все.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Russian All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum