Fórum Ubuntu CZ/SK
Ostatní => Archiv => Téma založeno: primar 03 Dubna 2007, 23:06:42
-
mam ubuntu edgy a v xgl mi nejde direct rendering aj ked beryl ide v pohode s driverom fglrx na ati radeon X1600,ked dam driver ati/radeon nenabehnu X-ka,neviem v com moze byt problem , chcel by som ten rendering rozbehat,prikladam xorg :
# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg
Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "aticonfig-Screen[0]" 0 0
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "stylus" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
EndSection
Section "Files"
# path to defoma fonts
FontPath "/usr/share/X11/fonts/misc"
FontPath "/usr/share/X11/fonts/cyrillic"
FontPath "/usr/share/X11/fonts/100dpi/:unscaled"
FontPath "/usr/share/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/X11/fonts/Type1"
FontPath "/usr/share/X11/fonts/100dpi"
FontPath "/usr/share/X11/fonts/75dpi"
FontPath "/usr/share/fonts/X11/misc"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection
Section "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "type1"
Load "vbe"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
Option "XkbOptions" "lv3:ralt_switch"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ExplorerPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection
Section "InputDevice"
# /dev/input/event
# for USB
Identifier "stylus"
Driver "wacom"
Option "Device" "/dev/wacom" # Change to
Option "Type" "stylus"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
# /dev/input/event
# for USB
Identifier "eraser"
Driver "wacom"
Option "Device" "/dev/wacom" # Change to
Option "Type" "eraser"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
# /dev/input/event
# for USB
Identifier "cursor"
Driver "wacom"
Option "Device" "/dev/wacom" # Change to
Option "Type" "cursor"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "Monitor"
Identifier "Generic Monitor"
HorizSync 28.0 - 51.0
VertRefresh 43.0 - 60.0
Option "DPMS"
EndSection
Section "Monitor"
Identifier "aticonfig-Monitor[0]"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
EndSection
Section "Device"
Identifier "ATI Technologies, Inc. ATI Default Card"
Driver "fglrx"
BusID "PCI:5:0:0"
EndSection
Section "Device"
Identifier "aticonfig-Device[0]"
Driver "fglrx"
Option "VideoOverlay" "on"
Option "OpenGLOverlay" "off"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies, Inc. ATI Default Card"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
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"
Mode 0666
EndSection
Section "Extensions"
Option "Composite" "Disable"
EndSection
-
glxinfo | grep direct vyhadzuje tuto hlasku:
Xlib: extension "XFree86-DRI" missing on display ":1.0".
direct rendering: No
-
Jestli máš KDE,tak ve výběru grafický karty zkus prohodit proprietální (nebo jak že se to vlastně píše) a standartní... Párkrát mi to pomohlo...
-
Muzu se zeptat, k cemu potrebujete Direct Rendering pod XGL? Ono totiz neplati (DRI) <=> (HW akcelerace) !!!
Direct rendering does not work when running Xgl, but it does on Xorg. Why are OpenGL applications not accelerated?
Do not intermix hardware acceleration and direct rendering. OpenGL applications will be hardware accelerated on Xgl if the driver supports pBuffers or FBOs, like the nvidia and fglrx drivers do. Direct rendering on the other hand is impossible to implement at the moment, the necessary extensions for implementing that feature are not even specified yet, let alone being implemented.
Direct rendering implies hardware acceleration, but not the other way round. Direct rendering is a bit faster than indirect rendering, but indirect rendering is not as bad as it sounds.
-
Jestli máš KDE,tak ve výběru grafický karty zkus prohodit proprietální (nebo jak že se to vlastně píše) a standartní... Párkrát mi to pomohlo...
nie mam ubuntu s gnome
-
Muzu se zeptat, k cemu potrebujete Direct Rendering pod XGL? Ono totiz neplati (DRI) <=> (HW akcelerace) !!!
Direct rendering does not work when running Xgl, but it does on Xorg. Why are OpenGL applications not accelerated?
Do not intermix hardware acceleration and direct rendering. OpenGL applications will be hardware accelerated on Xgl if the driver supports pBuffers or FBOs, like the nvidia and fglrx drivers do. Direct rendering on the other hand is impossible to implement at the moment, the necessary extensions for implementing that feature are not even specified yet, let alone being implemented.
Direct rendering implies hardware acceleration, but not the other way round. Direct rendering is a bit faster than indirect rendering, but indirect rendering is not as bad as it sounds.
ide mi hlavne o to ,ze mam procak zatazeny na 100% ked sa nieco pohne , staci dragnut okno , procak na 100% , vyzera to akoby robil pracu miesto grafiky... vies mi prosim objasnit ten ang. text trosku polopatistickejsie ? kludne aj cely :) , da sa vyriesit tento moj problem alebo sa mam nato vykaslat a neriesit ?
OpenGL applications will be hardware accelerated on Xgl if the driver supports pBuffers or FBOs, like the nvidia and fglrx drivers do
[/i]
co je napr. pBuffer alebo FBO , mam ovladac fglrx a rendering nefunguje ako sa pise v tom tvojom texte
Direct rendering on the other hand is impossible to implement at the moment, the necessary extensions for implementing that feature are not even specified yet, let alone being implemented.
[/i]
toto mam chapat ako ?
-
...mam procak zatazeny na 100% ked sa nieco pohne...
Pravdepodobne nemate spravne zkonfigurovany 3D desktop.
...vies mi prosim objasnit ten ang. text trosku polopatistickejsie?
Jiste. DRI v XGL (zatim) nefunguje.
-
:) ja viem ze mam nieco zle skonfigurovane , ale obratil som sa s tym na vas aby ste mi pomohli lokalizovat tie zle nastavenia nech to napravim ;) , mate nejake tipy co moze byt zle ? mam vypnuty aj watereffect tak tam nema co tak strasne zatazovat procak , vo windowse nech robim cokolvek malokedy sa stane ze je na 1oo% procak, preto mi je to divne.. a ten beryl settings manager je viacmenej na default nastaveni...
-
Mám stejný problém, s tím rozdílem, že mám Sapphire Radeon 9600Pro... Nedávno jsem ho zde popisoval. Je to pár dní zpět.
-
na 6,10 som nainstalloval ati driver cez programcek envy a potom uz slapal beryl a lietalo to sialene rychlo...cpu sa ani nezahrialo. teraz vsak upgrade na 7,04 a zase som bez berylu a pise mi rovnaky problem...
skus toto
http://albertomilone.com/nvidia_scripts1.html
-
Díky za tip. :) Každopádně u mě je to téměř pořád stejné... Změnu jsem nezpozoroval. :(