lib/csd/application/graphics/base.rb in csd-0.3.4 vs lib/csd/application/graphics/base.rb in csd-0.3.5
- old
+ new
@@ -206,10 +206,10 @@
#This method is to define relative path in graphics module. This will make the program clean and easy to read.
#
def define_relative_paths
UI.debug "#{self.class}#define_relative_paths defines relative graphics paths now"
Path.radeon = Pathname.new(File.join(Path.work, 'radeon'))
- Path.radeon_run = Pathname.new(File.join(Path.radeon, 'ati-driver-installer-10-7-x86.x86_64.run'))
+ Path.radeon_run = Pathname.new(File.join(Path.radeon, 'ati-driver-installer-10-9-x86.x86_64.run'))
Path.geforce = Pathname.new(File.join(Path.work, 'geforce'))
Path.geforce_run = Pathname.new(File.join(Path.geforce, 'NVIDIA-Linux-x86-256.44.run.sh'))
end
end