Поиск по этому блогу

пятница, 2 января 2009 г.

Debian Lenny и fglrx


Думал поставить по стандарту как в этче, но так не получилось. К тому же xorg.conf выглядел необычно чисто.


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

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
EndSection

Section "Device"
Identifier "Configured Video Device"
EndSection

Section "Monitor"
Identifier "Configured Monitor"
EndSection

Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
EndSection

за основу взял пост с форума лафокса

1.#apt-get install fglrx* mesa-utils
2.#m-a prepare
3.#m-a a-i fglrx
4.#dpkg-reconfigure -phigh xserver-xorg
5.#aticonfig --initial --input=/etc/X11/xorg.conf
6.#reboot


ps:
В lenny команда dpkg-reconfigure xserver-xorg не настраивает уже параметры монитора
настройка многих параметров выполняется xorg уже автоматом

#dpkg-reconfigure -phigh xserver-xorg
тут срабатывает без запросов и приставаний и создает начального вида xorg.conf

#dpkg-reconfigure -plow xserver-xorg
позволяет итерактивно настроить параметры клавиатуры и и создает начального вида xorg.conf

# fglrxinfo
display: :0.0 screen: 0
OpenGL vendor string: Mesa project: www.mesa3d.org
OpenGL renderer string: Mesa GLX Indirect
OpenGL version string: 1.4 (2.1 Mesa 7.0.4)



+ подправка xorg.conf
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "us,ru(winkeys), ua(winkeys)"
Option "XkbVariant" ","
Option "XkbOptions" "grp:ctrl_shift_toggle,lv3:ralt_switch,grp_led:scroll"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "Emulate3Buttons" "true"
EndSection

Section "Device"
Identifier "Configured Video Device"
Driver "fglrx"
EndSection

Section "Monitor"
Identifier "Configured Monitor"
EndSection

Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
DefaultDepth 24

EndSection

Комментариев нет:

Отправить комментарий