{"id":19,"date":"2023-07-15T10:17:31","date_gmt":"2023-07-15T10:17:31","guid":{"rendered":"https:\/\/orchid-panther-716643.hostingersite.com\/2023-7-15-welcome-rocky-linux\/"},"modified":"2026-01-15T10:23:15","modified_gmt":"2026-01-15T10:23:15","slug":"welcome-rocky-linux","status":"publish","type":"post","link":"https:\/\/jordalefou.com\/es\/2023\/07\/15\/welcome-rocky-linux\/","title":{"rendered":"\/\/ Bienvenido Rocky Linux"},"content":{"rendered":"<hr \/>\n<div class=\"sqs-html-content\" data-sqsp-text-block-content>\n<h2 style=\"white-space:pre-wrap;\">After several years using Centos, it is time to upgrade to Rocky Linux. I will share my experience here, regarding VFX use<\/h2>\n<\/div>\n<hr \/>\n<div class=\"sqs-html-content\" data-sqsp-text-block-content>\n<h2 style=\"white-space:pre-wrap;\">\/ Installing Rocky Linux (v9) easy and fast <\/h2>\n<p class=\"\" style=\"white-space:pre-wrap;\"><\/p>\n<p class=\"\" style=\"white-space:pre-wrap;\">Just <strong>download ISO, boot and install<\/strong>. Same instructions as Centos, but a more likeable interface.<\/p>\n<p class=\"\" style=\"white-space:pre-wrap;\">Regarding partitions we have same trouble as Centos. <strong>Automatic partition just will keep 70 GB as root<\/strong>, so I recommend to increase it at least to 100 GB to avoid the annoying issue regarding lack of space when you need to install strong software as DaVinci, etc.<br \/>In case, 70GB looks enough if you manage your apps and temporal files. <\/p>\n<p class=\"\" style=\"white-space:pre-wrap;\">I recommend to have an external disk for apps, this way you don\u00b4t need to reinstall any time you have a crash or an update. Some apps can be executed using alias, so I manage them outside root disk and I can run same on different linux as they share code. Each three months aprox you will need to upgrade, so this way I can just use the uncompressed folder and upgrade my alias without needing to delete older versions or fight against elements. On my post regarding .nuke desktop I explain how to do that.<\/p>\n<p class=\"\" style=\"white-space:pre-wrap;\">As first look Rocky looks like a Mac Os, very beatiful and fast.  Lots of ready to use apps preinstalled.<\/p>\n<p>You can have a little headhache installing your Nvidia drivers. By default nouveau driver works fine, but definetely <strong>you will need to upgrade your drivers to manage CUDA or other needs<\/strong> as DaVinci asks, etc.<\/p>\n<p>Here is a fast guide and some websites for reference.<\/p>\n<\/div>\n<hr \/>\n<div class=\"sqs-html-content\" data-sqsp-text-block-content>\n<ol data-rte-list=\"default\">\n<li>\n<p class=\"\" style=\"white-space:pre-wrap;\"> It is need to have <strong>nvidia working<\/strong> (I\u2019m using GTX SUPER 1660).<\/p>\n<p>Best way should go to <a href=\"https:\/\/www.nvidia.com\/download\/index.aspx\">Nvidia web<\/a>, but you can manage to get it faster from alternative sites as sometimes you would need additional packs. This web down worked to me:<\/p>\n<p class=\"\" style=\"white-space:pre-wrap;\"><a href=\"https:\/\/tutorialforlinux.com\/2019\/12\/13\/nvidia-gtx-1660-super-centos-8-driver-how-to-download-install\/2\/\">https:\/\/tutorialforlinux.com\/2019\/12\/13\/nvidia-gtx-1660-super-centos-8-driver-how-to-download-install\/2\/ <\/a><\/p>\n<\/li>\n<li>\n<p class=\"\" style=\"white-space:pre-wrap;\"><strong>Enable Rpm Fusion Repository<\/strong><\/p>\n<p class=\"\" style=\"white-space:pre-wrap;\">Here you can find another guide to get this repo:<\/p>\n<p class=\"\" style=\"white-space:pre-wrap;\"><a href=\"https:\/\/www.linuxcapable.com\/how-to-install-rpm-fusion-on-rocky-linux\/\">https:\/\/www.linuxcapable.com\/how-to-install-rpm-fusion-on-rocky-linux\/ <\/a><\/p>\n<pre><code>sudo dnf install --nogpgcheck   \n<\/code><\/pre>\n<pre><code>https:\/\/mirrors.rpmfusion.org\/free\/el\/rpmfusion-free-release-$(rpm -E %rhel).noarch.rpm -y\n<\/code><\/pre>\n<pre><code>sudo dnf install akmod-nvidia\n<\/code><\/pre>\n<pre><code>nvidia-xconfig\n<\/code><\/pre>\n<\/li>\n<li>\n<p class=\"\" style=\"white-space:pre-wrap;\">For running DaVinci you also will need <strong>libGLU<\/strong><\/p>\n<p class=\"\" style=\"white-space:pre-wrap;\"><a href=\"https:\/\/rockylinux.pkgs.org\/9\/rockylinux-appstream-x86_64\/mesa-libGLU-9.0.1-6.el9.x86_64.rpm.html\">https:\/\/rockylinux.pkgs.org\/9\/rockylinux-appstream-x86_64\/mesa-libGLU-9.0.1-6.el9.x86_64.rpm.html <\/a><\/p>\n<pre><code>dnf install mesa-libGLU<\/code><\/pre>\n<\/li>\n<\/ol>\n<\/div>\n<hr \/>\n<div class=\"sqs-html-content\" data-sqsp-text-block-content>\n<blockquote>\n<p class=\"\" style=\"white-space:pre-wrap;\">It can happens that <strong>upgrading Rocky you would need to reinstall nvidia drivers<\/strong>. This happens because cuda would need a kernel update also.<\/p>\n<p>After upgrading Rocky you can get down your x screen configuration. My nvidia-xconfig didn\u00b4t worked and it didn\u00b4t detect my card despite everything was working previously.<\/p>\n<p>To avoid headhaches, best way is to have downloaded the latest nvidia driver to an accesible folder and reinstall or upgrade from terminal. I create a dir named NVIDIA at home and there I keep my latest drivers, then I can run by terminal faster, just straight:<\/p>\n<pre><code> .\/NVIDIA-Linux-x86_64-535.86.05.run<\/code><\/pre>\n<p class=\"\" style=\"white-space:pre-wrap;\">Depending on your boot configuration it cannot be done automatically.<\/p>\n<\/blockquote>\n<\/div>\n<hr \/>\n<div class=\"sqs-html-content\" data-sqsp-text-block-content>\n<p class=\"\" style=\"white-space:pre-wrap;\">After <strong>upgrading your Nvidia you can run the DaVinci installer<\/strong> and everything will go ok.<\/p>\n<p class=\"\" style=\"white-space:pre-wrap;\"><strong>Blender 3.5, Nuke, Natron, etc. keeps working same as Centos 7 without issues<\/strong>. In case of Blender 3.5 as it has some lib requests looks running better on Rocky.<\/p>\n<p class=\"\" style=\"white-space:pre-wrap;\">So this is my fast guide. As usual I will update my experience along the next months flagging any issue.<\/p>\n<p class=\"\" data-rte-preserve-empty=\"true\" style=\"white-space:pre-wrap;\">\n<p class=\"\" style=\"white-space:pre-wrap;\">Thanks Rocky people!<\/p>\n<p class=\"\" data-rte-preserve-empty=\"true\" style=\"white-space:pre-wrap;\">\n<p class=\"\" data-rte-preserve-empty=\"true\" style=\"white-space:pre-wrap;\">\n<p class=\"\" style=\"white-space:pre-wrap;\"><em>(Updated September 2024)<\/em><\/p>\n<p class=\"\" style=\"white-space:pre-wrap;\"><strong>MY ISSUES REPORT: I cannot reccord audio on fairlight using daVinci, as ALSA doesn\u00b4t detect my devices. Looks like Resolve has some troubles in Linux. I need some time to work on that. Instead, audicity, kdenlive, OBS, etc. can detect my micro without issues.<\/strong><\/p>\n<\/div>\n<hr \/>","protected":false},"excerpt":{"rendered":"<p class=\"\" style=\"white-space:pre-wrap;\" data-rte-preserve-empty=\"true\">Rocky linux looks like best Vfx Os <strong>replacement<\/strong> for Centos<\/p>","protected":false},"author":1,"featured_media":2773,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_seopress_robots_primary_cat":"","_seopress_titles_title":"","_seopress_titles_desc":"","_seopress_robots_index":"","_uag_custom_page_level_css":"","site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"set","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"categories":[23],"tags":[25,49,52,53,16,51,50],"class_list":["post-19","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-linux","tag-blender","tag-davinci","tag-drivers","tag-gtx-super-1660","tag-nuke","tag-nvidia","tag-rocky-linux"],"uagb_featured_image_src":{"full":["https:\/\/jordalefou.com\/wp-content\/uploads\/2023\/07\/rocky.webp",1920,1080,false],"thumbnail":["https:\/\/jordalefou.com\/wp-content\/uploads\/2023\/07\/rocky-150x150.webp",150,150,true],"medium":["https:\/\/jordalefou.com\/wp-content\/uploads\/2023\/07\/rocky-300x169.webp",300,169,true],"medium_large":["https:\/\/jordalefou.com\/wp-content\/uploads\/2023\/07\/rocky-768x432.webp",768,432,true],"large":["https:\/\/jordalefou.com\/wp-content\/uploads\/2023\/07\/rocky-1024x576.webp",1024,576,true],"1536x1536":["https:\/\/jordalefou.com\/wp-content\/uploads\/2023\/07\/rocky-1536x864.webp",1536,864,true],"2048x2048":["https:\/\/jordalefou.com\/wp-content\/uploads\/2023\/07\/rocky.webp",1920,1080,false],"trp-custom-language-flag":["https:\/\/jordalefou.com\/wp-content\/uploads\/2023\/07\/rocky.webp",18,10,false]},"uagb_author_info":{"display_name":"jordal","author_link":"https:\/\/jordalefou.com\/es\/author\/jordalefougmail-com\/"},"uagb_comment_info":1,"uagb_excerpt":"Rocky linux looks like best Vfx Os replacement for Centos","_links":{"self":[{"href":"https:\/\/jordalefou.com\/es\/wp-json\/wp\/v2\/posts\/19","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/jordalefou.com\/es\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/jordalefou.com\/es\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/jordalefou.com\/es\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/jordalefou.com\/es\/wp-json\/wp\/v2\/comments?post=19"}],"version-history":[{"count":1,"href":"https:\/\/jordalefou.com\/es\/wp-json\/wp\/v2\/posts\/19\/revisions"}],"predecessor-version":[{"id":3329,"href":"https:\/\/jordalefou.com\/es\/wp-json\/wp\/v2\/posts\/19\/revisions\/3329"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/jordalefou.com\/es\/wp-json\/wp\/v2\/media\/2773"}],"wp:attachment":[{"href":"https:\/\/jordalefou.com\/es\/wp-json\/wp\/v2\/media?parent=19"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/jordalefou.com\/es\/wp-json\/wp\/v2\/categories?post=19"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/jordalefou.com\/es\/wp-json\/wp\/v2\/tags?post=19"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}