Results 11 to 13 of 13
Well, that depends on what editors you installed. Of course, you could always run this:
Code:
cp /etc/X11/XF86Config /tmp/xcfg
sed 's/"radeon"/"vesa"/' </tmp/xcfg >/etc/X11/XF86Config
rm /tmp/xcfg
That should take care of ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 06-09-2003 #11Linux Guru
- Join Date
- Oct 2001
- Location
- Täby, Sweden
- Posts
- 7,578
Well, that depends on what editors you installed. Of course, you could always run this:
That should take care of it for you.Code:cp /etc/X11/XF86Config /tmp/xcfg sed 's/"radeon"/"vesa"/' </tmp/xcfg >/etc/X11/XF86Config rm /tmp/xcfg
Btw., RedHat has a command called redhat-config-xfree86. You might have luck with it.
- 06-09-2003 #12Just Joined!
- Join Date
- Jun 2003
- Location
- tampa
- Posts
- 21
YOU ARE THE MAN!!!
ok this works, that was great, the more and more i use linux, the more i like it.
ok im off to do some real user damage HA!
thanks again
- 06-09-2003 #13Linux Guru
- Join Date
- Oct 2001
- Location
- Täby, Sweden
- Posts
- 7,578
Note, however, that now you are using the vesa drivers, which aren't really too fast. If you want to get it fast, you should try checking out the latest radeon drivers from ATi's home page and see if they work better.


Reply With Quote
