Results 1 to 10 of 10
I decided to try ATI again with the built-in drivers. When I tried the radeonhd driver, the computer goes into a black screen after loading and printing something about "rt_ioctl_giwscan" ...
- 08-24-2009 #1Linux Newbie
- Join Date
- Aug 2009
- Posts
- 132
Driver Problem
I decided to try ATI again with the built-in drivers. When I tried the radeonhd driver, the computer goes into a black screen after loading and printing something about "rt_ioctl_giwscan" every minuter or so in an infinite loop. How can I get my computer back?
- 08-24-2009 #2Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 8,974
You can try to boot into runlevel 3 (no gui) or boot a recovery/live CD and mount the root file system. Then, edit xorg.conf and change the driver. If booted into RL3 it's /etc/X11/xorg.conf. If booted by CD and the root file system is mounted on (for example) /mnt/sysdir then it would be /mnt/sysdir/etc/X11/xorg.conf. FWIW, you can use "vesa" for the driver - that's the generic "works on all hardware" video driver. It won't support 3d or hardware acceleration, and it won't run full-motion video very well, but it will give you a GUI with which you can fix your system.
Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!
- 08-24-2009 #3Linux Newbie
- Join Date
- Aug 2009
- Posts
- 132
But I need a text edtior to make it boot in runlevel 3. I can't even get a terminal!
What happens is:
1. BIOS Screen
2. GRUB Screen
3. Fedora Loading Bar
4. In an infinite loop displaying strange messages
How do I get a terminal?
- 08-24-2009 #4Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 8,974
At the Grub screen, press (I think) the Esc key to get the grub menu where you can input options for booting the kernel. I think the option for runlevel 3 would be "runlevel=3", but I'm not 100% sure of that.
Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!
- 08-24-2009 #5Linux Newbie
- Join Date
- Aug 2009
- Posts
- 132
I got the GRUB screen and here is what it looks like. It does not say anything about ESC.
- 08-24-2009 #6Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 8,974
I think you want the option to modify the kernel arguments before booting.
Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!
- 08-24-2009 #7Linux Newbie
- Join Date
- Aug 2009
- Posts
- 132
In that case, I pressed "a" and I get this screen:
- 08-24-2009 #8Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 8,974
As I said, try adding runlevel=3 to the line (with a space between it and the existing last argument).
Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!
- 08-24-2009 #9Linux Newbie
- Join Date
- Aug 2009
- Posts
- 132
I got a terminal, deleted xorg.conf (Fedora didn't have it originally, nVidia put it there), and now everything works fine.
- 08-24-2009 #10Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 8,974
Yes. When xorg doesn't find an xorg.conf file, it will interrogate the hardware and determine what it should use and how to configure the X server. At least the latest versions will do that.
Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!


Reply With Quote