Re: i want to install Beryl on Kubuntu 7.04 graphic card is ATI x1400
Errors or warnings (Xorg.0.log ) ?
xorg.conf ?
Errors or warnings (Xorg.0.log ) ?
xorg.conf ?
cat /var/log/Xorg.0.log
cat /var/log/Xorg.0.log | grep "(WW)"
enigma@kubuntu:~# cat /var/log/Xorg.0.log | grep "(WW)" (WW) warning, (EE) error, (NI) not implemented, (??) unknown. (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist. (WW) fglrx(0): Failed to open DRM connection (WW) fglrx(0): board is an unknown third party board, chipset is supported (WW) fglrx(0): No DRM connection for driver fglrx. (WW) LoadModule: given non-canonical module name "glesx.so" (WW) fglrx(0): *********************************************** (WW) fglrx(0): * DRI initialization failed! * (WW) fglrx(0): * (maybe driver kernel module missing or bad) * (WW) fglrx(0): * 2D acceleraton available (MMIO) * (WW) fglrx(0): * no 3D acceleration available * (WW) fglrx(0): ********************************************* * (WW) fglrx(0): Textured Video not supported without DRI enabled. (WW) fglrx(0): Video Overlay not supported on AVIVO based graphics cards. For XVideo support use Option "TexturedVideo". (WW) fglrx(0): Option "UseFBDev" is not used
cat /var/log/Xorg.0.log | grep "(EE)"
enigma@kubuntu:~# cat /var/log/Xorg.0.log | grep "(EE)" (WW) warning, (EE) error, (NI) not implemented, (??) unknown. (EE) fglrx(0): GART is not initialized, disabling DRI (EE) AIGLX: Screen 0 is not DRI capable (EE) xf86OpenSerial: Cannot open device /dev/input/wacom (EE) xf86OpenSerial: Cannot open device /dev/input/wacom (EE) xf86OpenSerial: Cannot open device /dev/input/wacom
:~$ sudo depmod -ae
:~$ lsmod | grep fglrx
apt-get update
apt-get upgrade
shutdown -r now
sude nano /etc/X11/xorg.conf
apt-get update
apt-get install xorg-driver-fglrx
aticonfig --initial --force
fglrxinfo
enigma@kubuntu:~$ fglrxinfo Xlib: extension "XFree86-DRI" missing on display ":0.0". display: :0.0 screen: 0 OpenGL vendor string: Mesa project: [url]www.mesa3d.org[/url] OpenGL renderer string: Mesa GLX Indirect OpenGL version string: 1.4 (1.5 Mesa 6.5.2)
Section "Extensions" Option "Composite" "0" EndSection
Option "TexturedVideo" "on"
sudo aticonfig --overlay-type=Xv
Option "VideoOverlay" "On" Option "OpenGLOverlay" "off"
fglrxinfo
root@kubuntu:~# fglrxinfo display: :0.0 screen: 0 OpenGL vendor string: ATI Technologies Inc. OpenGL renderer string: ATI Mobility Radeon X1400 OpenGL version string: 2.0.6334 (8.34.8)
cat /var/log/Xorg.0.log | grep "(WW)"
root@kubuntu:~# cat /var/log/Xorg.0.log | grep "(WW)" (WW) warning, (EE) error, (NI) not implemented, (??) unknown. (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist. (WW) fglrx(0): board is an unknown third party board, chipset is supported (WW) fglrx(0): Option "VendorName" is not used (WW) fglrx(0): Option "ModelName" is not used
cat /var/log/Xorg.0.log | grep "(EE)"
root@kubuntu:~# cat /var/log/Xorg.0.log | grep "(EE)" (WW) warning, (EE) error, (NI) not implemented, (??) unknown. (EE) AIGLX error: dlsym for __driCreateNewScreen_20050727 failed (/usr/lib/dri/fglrx_dri.so: undefined symbol: __driCreateNewScreen_20050727) (EE) AIGLX: reverting to software rendering (EE) xf86OpenSerial: Cannot open device /dev/input/wacom (EE) xf86OpenSerial: Cannot open device /dev/input/wacom (EE) xf86OpenSerial: Cannot open device /dev/input/wacom
glxinfo | grep direct
root@kubuntu:~# glxinfo | grep direct direct rendering: Yes
(WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
(WW) fglrx(0): board is an unknown third party board, chipset is supported (WW) fglrx(0): Option "VendorName" is not used (WW) fglrx(0): Option "ModelName" is not used
(EE) AIGLX error: dlsym for __driCreateNewScreen_20050727 failed (/usr/lib/dri/fglrx_dri.so: undefined symbol: __driCreateNewScreen_20050727) (EE) AIGLX: reverting to software rendering (EE) xf86OpenSerial: Cannot open device /dev/input/wacom (EE) xf86OpenSerial: Cannot open device /dev/input/wacom (EE) xf86OpenSerial: Cannot open device /dev/input/wacom
Section "ServerFlags" Option "AIGLX" "off" EndSection
Section "ServerFlags" Option "AIGLX" "off" EndSection
root@kubuntu:~# fglrxinfo display: :0.0 screen: 0 OpenGL vendor string: ATI Technologies Inc. OpenGL renderer string: ATI Mobility Radeon X1400 OpenGL version string: 2.0.6334 (8.34.8)
root@kubuntu:~# cat /var/log/Xorg.0.log | grep "(WW)" (WW) warning, (EE) error, (NI) not implemented, (??) unknown. (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist. (WW) fglrx(0): board is an unknown third party board, chipset is supported (WW) fglrx(0): Option "VendorName" is not used (WW) fglrx(0): Option "ModelName" is not used
root@kubuntu:~# cat /var/log/Xorg.0.log | grep "(EE)" (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
root@kubuntu:~# glxinfo | grep direct direct rendering: Yes
(WW) LoadModule: given non-canonical module name "glesx.so"
apt-get install subversion
svn ls [url]https://svn.generation.no/emerald-themes[/url]
Comment