Форум русскоязычного сообщества Ubuntu


Увидели сообщение с непонятной ссылкой, спам, непристойность или оскорбление?
Воспользуйтесь ссылкой «Сообщить модератору» рядом с сообщением!

Автор Тема: xorg.conf под ATI  (Прочитано 3266 раз)

0 Пользователей и 1 Гость просматривают эту тему.

Оффлайн AMD

  • Автор темы
  • Участник
  • *
  • Сообщений: 186
    • Просмотр профиля
xorg.conf под ATI
« : 11 Июля 2007, 19:47:59 »
Хотел бы увидеть правильно настроеный xorg.conf под ATi все что выше radeon 9550

Желательно те варианты у кого работает OpenGL

Спасибо заранее

Оффлайн igorpol3

  • Новичок
  • *
  • Сообщений: 20
    • Просмотр профиля
Re: xorg.conf под ATI
« Ответ #1 : 13 Июля 2007, 17:59:03 »
Хотел бы увидеть правильно настроеный xorg.conf под ATi все что выше radeon 9550

Желательно те варианты у кого работает OpenGL

Спасибо заранее

У меня Radeon Mobility X1600 (256Mb) на ноутбуке Asus A6JA. Все работает.

Вот мой xorg.conf:
===
Section "ServerLayout"
   Identifier   "Default Layout"
  screen 0 "aticonfig-Screen[0]" 0 0
   Inputdevice   "Generic Keyboard"
   Inputdevice   "Configured Mouse"
   Inputdevice   "stylus"   "SendCoreEvents"
   Inputdevice   "cursor"   "SendCoreEvents"
   Inputdevice   "eraser"   "SendCoreEvents"
   Inputdevice   "Synaptics Touchpad"
EndSection

Section "Files"
   
   # path to defoma fonts
   Fontpath   "/usr/share/fonts/X11/misc"
   Fontpath   "/usr/share/fonts/X11/cyrillic"
   Fontpath   "/usr/share/fonts/X11/100dpi/:unscaled"
   Fontpath   "/usr/share/fonts/X11/75dpi/:unscaled"
   Fontpath   "/usr/share/fonts/X11/Type1"
   Fontpath   "/usr/share/fonts/X11/100dpi"
   Fontpath   "/usr/share/fonts/X11/75dpi"
   Fontpath   "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
   Load      "i2c"
   Load      "bitmap"
   Load      "ddc"
   Load      "dri"
   Load      "extmod"
   Load      "freetype"
   Load      "glx"
   Load      "int10"
   Load      "vbe"
EndSection

Section "InputDevice"
   Identifier   "Generic Keyboard"
   Driver      "kbd"
   Option      "CoreKeyboard"
   Option      "XkbRules"   "xorg"
   Option      "XkbModel"   "pc105"
   Option      "XkbLayout"   "us,ru"
   Option      "XkbVariant"   ","
   Option      "XkbOptions"   "grp:ctrl_shift_toggle,lv3:ralt_switch,grp_led:scroll"
EndSection

Section "InputDevice"
   Identifier   "Configured Mouse"
   Driver      "mouse"
   Option      "CorePointer"
   Option      "Device"   "/dev/input/mice"
   Option      "Protocol"   "ImPS/2"
   Option      "ZAxisMapping"   "4 5"
   Option      "Emulate3Buttons"   "true"
EndSection

Section "InputDevice"
   Identifier   "Synaptics Touchpad"
   Driver      "synaptics"
   Option      "SendCoreEvents"   "true"
   Option      "Device"   "/dev/psaux"
   Option      "Protocol"   "auto-dev"
   Option      "HorizScrollDelta"   "0"
EndSection

Section "InputDevice"
   Identifier   "stylus"
   Driver      "wacom"
   Option      "Device"   "/dev/input/wacom"
   Option      "Type"   "stylus"
   Option      "ForceDevice"   "ISDV4"# Tablet PC ONLY
EndSection

Section "InputDevice"
   Identifier   "eraser"
   Driver      "wacom"
   Option      "Device"   "/dev/input/wacom"
   Option      "Type"   "eraser"
   Option      "ForceDevice"   "ISDV4"# Tablet PC ONLY
EndSection

Section "InputDevice"
   Identifier   "cursor"
   Driver      "wacom"
   Option      "Device"   "/dev/input/wacom"
   Option      "Type"   "cursor"
   Option      "ForceDevice"   "ISDV4"# Tablet PC ONLY
EndSection

Section "Monitor"
   Identifier   "Универсальный монитор"
   Option      "DPMS"
EndSection

Section "Monitor"
   Identifier   "aticonfig-Monitor[0]"
   Option      "VendorName"   "ATI Proprietary Driver"
   Option      "ModelName"   "Generic Autodetecting Monitor"
   Option      "DPMS"   "true"
EndSection

Section "Device"
   Identifier   "Универсальная видеокарта"
   Driver      "fglrx"
   Busid      "PCI:1:0:0"
EndSection

Section "Device"
   Identifier   "aticonfig-Device[0]"
   Driver      "fglrx"
   Option      "VideoOverlay"   "on"
   Option      "OpenGLOverlay"   "off"
EndSection

Section "Screen"
   Identifier   "Default Screen"
   Device      "Универсальная видеокарта"
   Monitor      "Универсальный монитор"
   Defaultdepth   24
   SubSection "Display"
      Depth   1
      Modes      "1024x768"   "800x600"   "640x480"
   EndSubSection
   SubSection "Display"
      Depth   4
      Modes      "1024x768"   "800x600"   "640x480"
   EndSubSection
   SubSection "Display"
      Depth   8
      Modes      "1024x768"   "800x600"   "640x480"
   EndSubSection
   SubSection "Display"
      Depth   15
      Modes      "1024x768"   "800x600"   "640x480"
   EndSubSection
   SubSection "Display"
      Depth   16
      Modes      "1024x768"   "800x600"   "640x480"
   EndSubSection
   SubSection "Display"
      Depth   24
      Modes      "1024x768"   "800x600"   "640x480"
   EndSubSection
EndSection

Section "Screen"
   Identifier   "aticonfig-Screen[0]"
   Device      "aticonfig-Device[0]"
   Monitor      "aticonfig-Monitor[0]"
   Defaultdepth   24
   SubSection "Display"
      Viewport   0   0
      Depth   24
   EndSubSection
EndSection

Section "DRI"
   Mode   0666
EndSection

Section "Extensions"
   Option      "Composite"   "Disable"
EndSection
===

Правда, не очень понимаю, зачем вам файл конфигурации понадобился, там вручную только один параметр надо изменить -- "Composite", и то после того, как установите FGLRX-драйвер и запустите "sudo aticonfig --initial". Эта команда производит все необходимые изменения в файле конфигурации.

Инструкций по установке ATI много, вот одна из них: http://doc.gwos.org/index.php/Install_ATI_driver.

Проверка установок:
igorpol3@pol-laptop:~$ fglrxinfo
display: :0.0  screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: ATI Mobility Radeon X1600
OpenGL version string: 2.0.6334 (8.34.8)

3D-игры идут нормально. Запускаю через Cedega. Эффекты рабочего стола не работают -- ругается на отключенную опцию "Composite". Если ее включить -- не работает OpenGL.

Оффлайн LP Fan

  • Новичок
  • *
  • Сообщений: 13
  • Linkin Park Fan
    • Просмотр профиля
Re: xorg.conf под ATI
« Ответ #2 : 13 Июля 2007, 19:44:15 »
ДА уж ... по Х1600 - а под 9200 СЕ ???
I wanna run away
Never say goodbye
I wanna know the truth Instead of wondering why ...

 

Страница сгенерирована за 0.028 секунд. Запросов: 20.