LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora
User Name
Password
Fedora This forum is for the discussion of the Fedora Project.

Notices


Reply
  Search this Thread
Old 11-12-2010, 10:48 PM   #1
Pedroski
Senior Member
 
Registered: Jan 2002
Location: Nanjing, China
Distribution: Ubuntu 20.04
Posts: 2,116

Rep: Reputation: 73
how do I get the rpmfusion repos in F14?


Problem: I have a laptop with an nvidia graphics card: GeForce 9200
Nouveau causes problems, I can't boot the Live F14 CD except in safe graphics mode. I want to install F14. I have F12 and use kmod-nvidia

How do I tell the installed F14 to boot in safe graphics mode? Some command line parameter? Or alternatively: how do I get the rpmfusion repos written into yum.repos.d? After that I can install kmod-nvidia.

The problem is: if I can't boot into GUI, I don't know how to write to /etc/yum.repos.d
 
Old 11-13-2010, 03:21 AM   #2
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
To install rpmfusion repos, follow the guide here: http://rpmfusion.org/Configuration/ so you don't need to edit the files, just install the release rpm. If you log in as root in a text mode you would instal the release rpm with 'rpm -Uvh http://the_release_rpm_url_here'.

you could reconfigure Xorg to use vesa drivers but here on my phone I can't remember how to do that, system-configure-display maybe.
 
Old 11-13-2010, 06:24 AM   #3
RockDoctor
Senior Member
 
Registered: Nov 2003
Location: Minnesota, US
Distribution: Fedora, Ubuntu, Manjaro
Posts: 1,791

Rep: Reputation: 427Reputation: 427Reputation: 427Reputation: 427Reputation: 427
Quote:
Originally Posted by acid_kewpie View Post
you could reconfigure Xorg to use vesa drivers but here on my phone I can't remember how to do that, system-configure-display maybe.
I do this by manually editing /etc/X11/xorg.conf. Just change the driver from "nvidia" to "vesa" and restart X
 
Old 11-13-2010, 07:25 AM   #4
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
Quote:
Originally Posted by RockDoctor View Post
I do this by manually editing /etc/X11/xorg.conf. Just change the driver from "nvidia" to "vesa" and restart X
But F14 won't have a xorg.conf by default, unless something has changed.
 
Old 11-13-2010, 02:14 PM   #5
Vegan
Member
 
Registered: Aug 2010
Location: Idaho
Distribution: Arch, Ubuntu, Fedora
Posts: 114
Blog Entries: 2

Rep: Reputation: 10
Quote:
Originally Posted by acid_kewpie View Post
But F14 won't have a xorg.conf by default, unless something has changed.
Using the command
Code:
xorg-configure
will make the xorg.conf file. then you can go in and change driver to "vesa"
then it should boot in basic graphics mode
 
Old 11-13-2010, 05:19 PM   #6
Pedroski
Senior Member
 
Registered: Jan 2002
Location: Nanjing, China
Distribution: Ubuntu 20.04
Posts: 2,116

Original Poster
Rep: Reputation: 73
Thanks. My problem is, I don't know how to edit anything in a console. I should use VIM or something? Can I put 'vesa' in the command line from grub? When I start the computer, grub will appear, and I can edit the command. Can I put 'vesa' there? In a gui I can get nvidia drivers installed.
 
Old 11-13-2010, 05:41 PM   #7
Vegan
Member
 
Registered: Aug 2010
Location: Idaho
Distribution: Arch, Ubuntu, Fedora
Posts: 114
Blog Entries: 2

Rep: Reputation: 10
Quote:
Originally Posted by Pedroski View Post
Thanks. My problem is, I don't know how to edit anything in a console. I should use VIM or something? Can I put 'vesa' in the command line from grub? When I start the computer, grub will appear, and I can edit the command. Can I put 'vesa' there? In a gui I can get nvidia drivers installed.
To edit the xorg.conf file type this as root

Code:
system-config-display
nano /etc/X11/xorg.conf
find the driver section and change it to "vesa"
CTRL+x
y to save
ENTER to accept

as far as booting from grub menu, you could try adding 'single' to the kernel arguements. unsure if this will work though...

Last edited by Vegan; 11-13-2010 at 05:46 PM.
 
Old 11-13-2010, 06:40 PM   #8
Pedroski
Senior Member
 
Registered: Jan 2002
Location: Nanjing, China
Distribution: Ubuntu 20.04
Posts: 2,116

Original Poster
Rep: Reputation: 73
Thanks. I haven't installed yet, as I need my computer for work. I don't want it to go haywire. I'll make a partition and try it.
I don't know why, probably just my old laptop, an Asus X50GL, but nothing will boot from my external HD. I've tried Mepsis, Ubuntu, Fedora. I have in the past done this. Maybe my usb ports suck, but I have already installed Fed14 to the extHD. My computer sees the external HD, but makes no attempt to boot from it. The BIOS is set to boot from an external drive first, grub is installed on the boot sector of /dev/sda1, the extHD. But nothing.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Anyone tried preupgrade from f13 to f14? terry-duell Fedora 14 11-20-2010 10:49 PM
Help! **Locked out** of newly installed F14 system! Kenny_Strawn Fedora 6 11-07-2010 01:44 PM
F14 beta timl Fedora 2 09-27-2010 12:33 AM
LXer: GNOME 3 at Xen 4.0.1 (2.6.32.21 pvops) on top of F14 (rawhide) LXer Syndicated Linux News 0 09-05-2010 12:11 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora

All times are GMT -5. The time now is 11:03 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration