По ряду причин перешел на стаб (в смысле все с нуля заново поставил)
ati-drivers разумеется поставил + xorgconfig && aticonfig --initial
(ЗЫ "X -configure" косячило - при старте иксов система вырубалась)
а все равно сабж...
К сему прилагаю make.conf & xorg.conf:
Код:
CFLAGS="-O3 -march=nocona -pipe"
CXXFLAGS=${CFLAGS}
MAKEOPTS="-j3"
CHOST="i686-pc-linux-gnu"
GENTOO_MIRRORS="http://mirror.ealtai.ru/Linux/gentoo"
USE="-* 7zip alsa apache2 arts bzip2 cdr crypt curl dvd dvdr dvdread encode ffmpeg flac ftp gd gif gpm iconv imagemagick jpeg kde mad midi mp3 mpeg mysql ogg opengl pcre pdf png posix qt simplexml sockets truetype unicode usb vcd vorbis X xml xorg xvid zlib"
LINGUAS="ru"
INPUT_DEVICES="keyboard mouse"
VIDEO_CARDS="fglrx"
ALSA_CARDS="snd-hda-intel"+
Код:
$ cat /etc/X11/xorg.conf | grep -v "#"
Section "ServerLayout"
Identifier "Simple Layout"
Screen "aticonfig-Screen[0]"
InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
EndSection
Section "Files"
FontPath "/usr/share/fonts/misc/"
FontPath "/usr/share/fonts/Type1/"
FontPath "/usr/share/fonts/100dpi/"
FontPath "/usr/share/fonts/75dpi/"
EndSection
Section "Module"
Load "type1"
Load "glx"
Load "dbe"
SubSection "extmod"
Option "omit xfree86-dga"
EndSubSection
Load "freetype"
Load "xtt"
EndSection
Section "InputDevice"
Identifier "Keyboard1"
Driver "kbd"
Option "AutoRepeat" "250 30"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "us,ru"
Option "XkbVariant" ",winkeys"
Option "XkbOptions" "grp:ctrl_shift_toggle,grp_led:scroll,lv3:win_switch"
EndSection
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "Auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
EndSection
Section "Monitor"
Identifier "aticonfig-Monitor[0]"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
EndSection
Section "Device"
Identifier "aticonfig-Device[0]"
Driver "fglrx"
EndSection
Section "Screen"
Identifier "aticonfig-Screen[0]"
Device "aticonfig-Device[0]"
Monitor "aticonfig-Monitor[0]"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1280x1024" "1024x768"
EndSubSection
EndSection