Доброй ночи...
Возникла проблема с ati-drivers...
а именно с генерацией xorg.conf средствами aticonfig...
Вот что делаю:
aticonfig --initial --input=/etc/X11/xorg.conf
env-update && source /etc/profile
eselect opengl set ati
В файле /etc/modules.autoload.d/kernel-2.6 стоят videodev fglrx output sound...
Вот содержимое xorg.conf:
Код:
Section "ServerLayout"
Identifier "Layout0"
Screen 0
"aticonfig-Screen[0]" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
Option "AIGLX" "true"
EndSection
Section "Module" ////////не знаю что это за секция...чесно говоря взял этот файл у друга...у него тоже радеон, но все работает но у меня и этот и мой не катит....
Load "freetype"
Load "xtt"
Load "extmod"
Load "glx"
Load "dri"
Load "dbe"
Load "record"
Load "xtrap"
Load "type1"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "Auto"
Option "Emulate3Buttons"
Option "Device" "/dev/input/mice"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option
"XkbModel" "pc105"
Option "AutoRepeat" "500 30"
Option "XkbLayout" "us,ru(winkeys)"
# Option "XkbVariant" "winkeys"
Option "XkbOptions" "grp:ctrl_shift_toggle,grp_led:scroll"
EndSection
Section "Monitor"
Identifier "aticonfig-Monitor[0]"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS"
"true"
DisplaySize 381 238.1
# DisplaySize 409.1 255.7
EndSection
Section "Device"
Identifier "aticonfig-Device[0]"
Driver "fglrx"
Option "DRI" "true"
Option "XAANoOffscreenPixmaps" "true"
Option "UseFastTLS" "1"
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"
Group 0
Mode 0666
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection
Суть проблемы:
Во-первых: при перезагрузке(после того как сгенерировал xorg.conf) strarx - не стартует: (EE): No
device detected...приходится переименовывать xorg.conf и стартовать на стандартной конфигурации
Во-вторых: не собирается x11-drm..
emerge x11-drm( VIDEO_CARDS="radeon" emerge x11-drm - аналогично)
Код: Выделить всё
Messages for package x11-base/x11-drm-20060608:
* Portage could not build the DRM modules. If you see an ACCESS DENIED error,
* this could mean that you were using an unsupported kernel build system. All
* 2.4 kernels are supported,
but only 2.6 kernels at least as new as 2.6.6
* are supported.
*
* ERROR: x11-base/x11-drm-20060608 failed.
* Call stack:
* ebuild.sh, line 1701: Called dyn_compile
* ebuild.sh, line 1039: Called qa_call 'src_compile'
* ebuild.sh, line 44: Called src_compile
* x11-drm-20060608.ebuild, line 99: Called die_error
* x11-drm-20060608.ebuild, line 224: Called die
* The
specific snippet of code:
* die "Unable to build DRM modules."
* The die message:
* Unable to build DRM modules.
*
* If you need support, post the topmost build error, and the call stack if relevant.
* A complete build log is located at '/var/tmp/portage/x11-base/x11-drm-20060608/temp/build.log'.