hassua, eikö noi oo samoilla ajureilla kun radeon 9600? se meinaan itellä pyörii kivasti pelatessakin. en sitten tiedä miten ihmeessä, kun en oo mitään monimutkasia ohjeita noudattanu, muistaakseni pelkät seuraavat pistin
sudo apt-get install xorg-driver-fglrx
sudo apt-get install linux-restricted-modules-$(uname -r)
echo fglrx | sudo tee -a /etc/modules
sudo sed -i -e 's/"ati"/"fglrx"/' /etc/X11/xorg.conf
buuttasin ja sit tarkistin vielä varuiks et fglrx on vaan kertaalleen tuolla /etc/modules ja ylimpänä ja tarvittaessa ylimääräset pois.
sudo gedit /etc/modules
lisäks on näköjään ku synapticilla pistin fglrx hakuun, myöskin xserver-xorg-driver-ati niminen paketti asennettuna, en tiedä onko turhaan vai riittäskö noi jo hyvin.
sillon ku käytin breezyä veti automatix mulla jumiin ajurit ja päädyin lopulta asentaa ubuntun uudestaan ja sen jälkeen automatixia vältettyäni on toiminu kivasti, en tiedä sen takia vai jonkun muun takia, mutta en oo silti uskaltanu enää sen tarjoomaa vaihtoehtoa kokeilla. toivottavasti ees jotain apua tästä, kun en tiedä mikä sen tekee että itellä toimii.
katja@KATJANKONE:~$ glxinfo | grep rendering
direct rendering: Yes
katja@KATJANKONE:~$ fglrxinfo
display: :0.0 screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: RADEON 9600 Generic
OpenGL version string: 2.0.5814 (8.25.18)
katja@KATJANKONE:~$ glxgears -printfps
18315 frames in 5.0 seconds = 3662.808 FPS
18302 frames in 5.0 seconds = 3660.276 FPS
18254 frames in 5.0 seconds = 3650.707 FPS
18244 frames in 5.0 seconds = 3648.630 FPS
katja@KATJANKONE:~$ fgl_glxgears
Using GLX_SGIX_pbuffer
2517 frames in 5.0 seconds = 503.400 FPS
2868 frames in 5.0 seconds = 573.600 FPS
3010 frames in 5.0 seconds = 602.000 FPS
2923 frames in 5.0 seconds = 584.600 FPS
katja@KATJANKONE:~$
ja jos xorg.conf auttaa jotain niin pistän senki tähän:
# /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 "Default Screen" 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 "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection
Section "Module"
Load "bitmap"
Load "dbe"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "record"
Load "type1"
Load "v4l"
Load "vbe"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "fi"
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 "Scaleo C772"
HorizSync 30.0 - 72.0
VertRefresh 50.0 - 160.0
Option "DPMS"
EndSection
Section "Device"
Identifier "ATI Technologies, Inc. RV350 AP [Radeon 9600]"
Driver "fglrx"
Option "VideoOverlay" "on"
Option "OpenGLOverlay" "off"
BusID "PCI:1:0:0"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies, Inc. RV350 AP [Radeon 9600]"
Monitor "Scaleo C772"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1024x768" "800x600"
EndSubSection
EndSection
Section "DRI"
Mode 0666
EndSection