Czy otwarte sterowniki są odrazu zainstalowane z systemem czy muszę je jakoś doinstalować?? Bo jak wpisuje
Kod: Zaznacz cały
glxinfo | grep direct
Kod: Zaznacz cały
bash: glxinfo: command not found
Kod: Zaznacz cały
glxinfo | grep direct
Kod: Zaznacz cały
bash: glxinfo: command not found
Kod: Zaznacz cały
aptitude update
aptitude install mesa-utils
Kod: Zaznacz cały
xserver-xorg-video-ati - X.Org X server -- ATI display driver
Kod: Zaznacz cały
tower:~/kasacja$ glxgears -printfps
Xlib: extension "XFree86-DRI" missing on display ":0.0".
Xlib: extension "XFree86-DRI" missing on display ":0.0".
1335 frames in 5.0 seconds = 266.894 FPS
1523 frames in 5.4 seconds = 280.719 FPS
1527 frames in 5.4 seconds = 282.481 FPS
Kod: Zaznacz cały
tower:~# dpkg -l | grep video-ati
ii xserver-xorg-video-ati 6.6.3-2 X.Org X server -- ATI display driver
Kod: Zaznacz cały
tower:~# dpkg -l | grep mesa
ii libgl1-mesa-dev 6.5.1-0.6 A free implementation of the OpenGL API -- G
ii libgl1-mesa-dri 6.5.1-0.6 A free implementation of the OpenGL API -- D
ii libgl1-mesa-glx 6.5.1-0.6 A free implementation of the OpenGL API -- G
ii libglu1-mesa 6.5.1-0.6 The OpenGL utility library (GLU)
ii libglu1-mesa-dev 6.5.1-0.6 The OpenGL utility library -- development su
ii mesa-common-dev 6.5.1-0.6 Developer documentation for Mesa
ii mesa-utils 6.3.2-2.1 Miscellaneous Mesa GL utilities
ii xlibmesa-dri 7.1.0-16 transitional package for Debian etch
rc xlibmesa-gl 4.3.0.dfsg.1-14sarge3 Mesa 3D graphics library [XFree86]
ii xlibmesa-glu 7.1.0-16 transitional package for Debian etch
Kod: Zaznacz cały
tower:~# uname -a
Linux tower 2.6.18-3-k7 #1 SMP Mon Dec 4 17:23:11 UTC 2006 i686 GNU/Linux
Kod: Zaznacz cały
tower:~# lspci | grep ATI
01:00.0 VGA compatible controller: ATI Technologies Inc Radeon R350 [Radeon 9800]
01:00.1 Display controller: ATI Technologies Inc Radeon R350 [Radeon 9800] (Secondary)
Kod: Zaznacz cały
tower:~# cat /etc/X11/xorg.conf
# /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 "Files"
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/X11R6/lib/X11/fonts/misc"
FontPath "/usr/share/fonts/X11/cyrillic"
FontPath "/usr/X11R6/lib/X11/fonts/cyrillic"
FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/X11R6/lib/X11/fonts/Type1"
FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi"
FontPath "/usr/share/fonts/X11/75dpi"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi"
# path to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection
Section "Module"
Load "bitmap"
Load "dbe"
Load "ddc"
Load "extmod"
Load "freetype"
Load "glx"
Load "dri"
Load "int10"
Load "record"
Load "vbe"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "pl"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/psaux"
Option "Protocol" "ImPS/2"
EndSection
Section "Device"
Identifier "ATI Technologies Inc Radeon R350 [Radeon 9800]"
Driver "ati"
# Driver "fglrx"
BusID "PCI:1:0:0"
Option "UseFBDev" "true"
Screen 0
EndSection
Section "Device"
Identifier "ATI Technologies Inc Radeon R350 [Radeon 9800]2"
Driver "ati"
# Driver "fglrx"
BusID "PCI:1:0:0"
Option "UseFBDev" "true"
Screen 1
EndSection
Section "Monitor"
Identifier "Philips 190B"
Option "DPMS"
EndSection
Section "Monitor"
Identifier "Samsung"
HorizSync 37-60
VertRefresh 60-75
Option "DPMS"
EndSection
Section "Screen"
Identifier "Screen tv"
Device "ATI Technologies Inc Radeon R350 [Radeon 9800]2"
Monitor "Samsung"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1024x768"
EndSubSection
EndSection
Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies Inc Radeon R350 [Radeon 9800]"
Monitor "Philips 190B"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
Screen "Screen tv" LeftOf "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
#Option "xinerama" "off"
Option "clone" "on"
EndSection
Section "DRI"
Mode 0666
EndSection
Kod: Zaznacz cały
tower:~/kasacja$ glxinfo | grep direct
Xlib: extension "XFree86-DRI" missing on display ":0.0".
Xlib: extension "XFree86-DRI" missing on display ":0.0".
direct rendering: No
OpenGL renderer string: Mesa GLX Indirect
direct rendering: No
OpenGL renderer string: Mesa GLX Indirect