Столкнулся с проблемой!
Скорее всего с дровами от ati,,,
Xorg-x11-7.1
Видяха у меня radeon x1600xt PCI-E
glxinfo пишет что rendering=yes
при этом выдаёт всего 250 попугаев
Копая конфиг Xorga умудрился запустить glxinfo 10000 frame / 5000 fps
А вот как я это сделал не знаю!
xvinfo говорит что нет у меня устройств Xvideo
Читал по форумам что вроде это косяк с дровами ATI но вот как это решить никто не пишет!
Данное устройство нужно для TVTIME!
Сейчас приходится смотреть ТВ в mplayr.e!(не удобно)
emerge ati-drivers
emerge ati-drivers-extra
вот мой XORG.CONF
Section "ServerLayout"
Identifier "Simple Layout"
Screen 0 "aticonfig-Screen[0]" 0 0
Screen "aticonfig-Screen[1]" LeftOf "aticonfig-Screen[0]"
InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
EndSection
Section "Files"
FontPath "/usr/share/fonts/cronyx/misc"
FontPath "/usr/share/fonts/cronyx/100dpi"
FontPath "/usr/share/fonts/cronyx/75dpi"
FontPath "/usr/share/fonts/misc"
FontPath "/usr/share/fonts/75dpi"
FontPath "/usr/share/fonts/100dpi"
FontPath "/usr/share/fonts/Type1"
EndSection
Section "Module"
Load "GLcore"
Load "dbe" # Double buffer extension
Load "extmod"
# Option "omit xfree86-dga"
Load "freetype"
Load "dri"
Load "glx"
Load "dbe"
Load "v4l"
Load "drm"
Load "type1"
EndSection
Section "InputDevice"
Identifier "Keyboard1"
Driver "kbd"
Option "XkbOptions" "grp:alt_shift_toggle,grp_led:scroll"
Option "AutoRepeat" "500 30"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "us,ru(winkeys)"
EndSection
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "PS/2" # PS/2 Mouse
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 "
EndSection
Section "Monitor"
Identifier "aticonfig-Monitor[0]"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
EndSection
Section "Monitor"
Identifier "aticonfig-Monitor[1]"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
EndSection
Section "Device"
Identifier "Standard VGA"
Driver "vga"
VendorName "Unknown"
BoardName "Unknown"
EndSection
Section "Device"
# === Video Overlay for the Xv extension ===
Identifier "aticonfig-Device[0]"
Driver "fglrx"
Option "VideoOverlay" "on"
Option "OpenGLOverlay" "off"
Option "no_accel" "no"
Option "no_dri" "no"
# Option "UseInternalAGPGART" "no"
# Option "RenderAccel" "True"
# Option "OverlayOnCRTC2" "1"
BusID "PCI:3:0:0"
EndSection
Section "Device"
Identifier "aticonfig-Device[1]"
Driver "fglrx"
# Option "VideoOverlay" "on"
# Option "OpenGLOverlay" "off"
BusID "PCI:3:0:0"
Screen 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 "Screen"
Identifier "aticonfig-Screen[1]"
Device "aticonfig-Device[1]"
Monitor "aticonfig-Monitor[1]"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Section "DRI"
Mode 0666
EndSection
в FSTAB НЕТ СТРОЧКИ shm (стоит udev)