fglrx && OpenGL && Ati Radeon 9550 (Они вместе вообще живут?)

nVidia, ATI, SIS, VIA и др.

Модератор: Модераторы разделов

Аватара пользователя
Is_kander
Сообщения: 143
Статус: Дарт Мануал
ОС: Gentoo Linux ( 2.6.x )

fglrx && OpenGL && Ati Radeon 9550

Сообщение Is_kander »

Привет всем!
Интересный втык нашел под Gentoo.
Пробую ставить дравину fglrx на Radeon 9550 (нужен openGL для quake3)
Все устанавливается, компилится нормально, без глюков...
Но стоит в xorg.conf указать свежую дравину, как иксы стартуют в режиме 1024x5xx
с частотой не выше 60 Hz.
Дровина "radeon" при этом могла тянуть 1024x768-32@100

Наверняка либо сам драйвер кривой, либо он плохо с фреймбуфером контачит (или я ничего не рублю? )

# grub.conf

default 0
timeout 60
splashimage=(hd0,0)/boot/grub/splash.xpm.gz

title=Gentoo Linux 2005.1 (x86-2.6.12) genkernel (hd0,0)=/dev/sda
root (hd0,0)
kernel /boot/kernel-genkernel-x86-2.6.12-gentoo-r10 rw root=/dev/ram0 real_root=/dev/sda1 dobladecenter init=/linuxrc ramdisk=8192 video=vesafb:mtrr,ywrap,1024x768-32@85
initrd /boot/initramfs-genkernel-x86-2.6.12-gentoo-r10

# xorg.conf

Section "Files"
RgbPath "/usr/lib/X11/rgb"
FontPath "/usr/share/fonts/local/"
FontPath "/usr/share/fonts/misc/"
FontPath "/usr/share/fonts/75dpi/:unscaled"
FontPath "/usr/share/fonts/100dpi/:unscaled"
FontPath "/usr/share/fonts/Type1/"
FontPath "/usr/share/fonts/TTF/"
FontPath "/usr/share/fonts/CID/"
FontPath "/usr/share/fonts/Speedo/"
FontPath "/usr/share/fonts/75dpi/"
FontPath "/usr/share/fonts/100dpi/"
ModulePath "/usr/lib/modules"
EndSection

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

Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "us,ru"
Option "XkbOptions" "grp:shifts_toggle,grp_led:scroll"
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 "Samsung SyncMaster 796MB/796MBplus"
# DisplaySize 310 230
HorizSync 30.0 - 85.0
VertRefresh 50.0 - 160.0
Option "dpms"
EndSection

Section "Device"
Identifier "Videocard0"
Driver "radeon"
# Driver "fglrx"
VendorName "Videocard vendor"
BoardName "ATI Technologies Inc RV350 AS [Radeon 9550]"
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 "1024x768" "800x600" "640x480"
EndSubSection
EndSection

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

Section "DRI"
Group 0
Mode 0666
EndSection
В Gentoo и скорость света на 13% больше
Спасибо сказали:
Аватара пользователя
cheer
Сообщения: 729
Статус: Самовлюблённый сноб
ОС: archlinux i686-current

Re: fglrx && OpenGL && Ati Radeon 9550

Сообщение cheer »

Посмотрите на форуме, поиск по слову gtf.
Спасибо сказали: