Hello all!
I have finally solved raver all my problems with Linux's Still have some questions. I have installed all needed packages for Fedora so I'm able to listen to music see flash movies on sites etc.
1) My screen's refresh rate is 60 Hz .. but it can do 85 and more. How I can configure this and where?
2) Am I able to play CSS on my Fedora? I have configured Wine, so I can see Steam and have CSS on my computer but It asks for newer DirectX. Looks like mine is 6.14.0.9.. Is there any chance to get it to work?
Can you please describe how I can do that all? I have downloaded latest drivers to my Ati Radeon Sapphire X700 Pro 256 Mb .. video card.
So I have putted them to my /home/cannabis/Downloads/ati-driver-installer-8-3-x86.x86_64.run so file is located here. I have tried to install it and...
First I have installed Livna
Code:
rpm -ivhU http://rpm.livna.org/livna-release-8.1.rpm
then
Code:
yum -y install kernel-devel rpm-build gcc
then
Code:
sh /home/cannabis/Downloads/ati-driver-installer-8-3-x86.x86_64.run --buildpkg Fedora/F7
then manual says to type this code but I get error of no such file or directory:
Code:
rpm -ivh ATI-fglrx-8.39.4-1.f7.i386.rpm ATI-fglrx-control-center-8.39.4-1.f7.i386.rpm kernel-module-ATI-fglrx-2.6.21-1.3228.fc7-8.39.4-1.f7.i386.rpm
I skipped it and continued with:
Code:
yum -y install kmod-fglrx glx-utils
then
Code:
glxinfo | grep direct
If the output of the above command is: direct rendering: Yes the ATI driver installation was successfully completed ... so it should work?
then manual says to find this ones but there is no such a lines in my xorg.conf...
search for the ServerFlags section. It looks like this:
and replace the "on" with "off"
Then search for the Extensions section. It looks like this:
and replace the "Enable" option with "Disable"
And finally, add the following lines to the end of the file:
My
xorg.conf:
Code:
# Xorg configuration created by system-config-display
Section "ServerLayout"
Identifier "single head configuration"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "fi"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "radeon"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1280x800" "1280x800" "1280x768" "1280x768" "1280x720" "1280x720" "1152x864" "1152x864" "1024x768" "1024x768" "800x600" "800x600" "640x480" "640x480"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
Modes "1280x800" "1280x800" "1280x768" "1280x768" "1280x720" "1280x720" "1152x864" "1152x864" "1024x768" "1024x768" "800x600" "800x600" "640x480" "640x480"
EndSubSection
EndSection
And where I can get to this menu if Im using GNOME instead KDE?
Code:
KMenu -> System -> Livna Display Configuration.
Where I should put my .run file? to use sh command and as manual says type
sh ati-driver-8-2.run
not something like im doing
sh /home/user/ati/ati-driver-8-2.run
?? So it will unpack thouse 3 files in the same folder... ?
Thanx!