Results 1 to 10 of 16
Hi Folks. I have installed MD 8.2 on an old SY-5BT M/B with a SIS 6326 AGP card and when the OS loads the screen is unviewable. How can I ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 03-04-2005 #1Just Joined!
- Join Date
- Mar 2005
- Posts
- 2
Mandrake 8.2 help to change graphics in command line??
Hi Folks. I have installed MD 8.2 on an old SY-5BT M/B with a SIS 6326 AGP card and when the OS loads the screen is unviewable. How can I fix this without reinstalling the whole OS again. Have installed twice and the last time I chose the Royal .....monitor CX 1450 (mine 1469) and a 800x600 res @16 bit.
any help would be great !!
Thanks
Tim. NZ.
- 03-04-2005 #2
Look in your /etc/X11/XF86Conf and check that the resolution is ok ,and that the refresh rates on the settip confirm with your monitor.
To read the file in command line typeand to edit it use a utility like vi (to learn how to use vi checkCode:cat /etc/X11/XF86Conf
)Code:man vi
and edit with.Code:vi /etc/X11/XF86Conf
dylunio
- 03-04-2005 #3Just Joined!
- Join Date
- Mar 2005
- Location
- In the cupboard under the stairs probably. nr Aylesbury
- Posts
- 71
I have the same problem but with MDK 10.1.
I have tried the solution outlined above but I am getting a no file or directory response. Is the config file and path the same on 10.1? I have also tried Xorg.conf, but i am still not finding any file.
Is it maybe a case sensitive issue or.........?
- 03-04-2005 #4
I think Mdk 10.1 is using xorg. Go to X11:
Then:Code:cd /etc/X11
And see if there is an xorg.conf or XF86Config. With Mdk, it could be xorg.conf-4 or some such thing. Whichever it is:Code:ls
I hope this helps...Code:vi /etc/X11/whateveritis
- 03-04-2005 #5Just Joined!
- Join Date
- Mar 2005
- Location
- In the cupboard under the stairs probably. nr Aylesbury
- Posts
- 71
It was useful, thanks.
I have looked at the online vim documentation, but there is so much of it, how do I:
save the changes I have made.
get back out of it.
- 03-04-2005 #6
To save your changes and quit the program, type
Intuitive, huh?Code::wq
I usually recommend nano to noobs (or anyone who didn't "grow up" with vi - some of those guys are rabid fans) because the common commands are listed at the bottom of the screen - helps limit the guesswork.
There are two major products that come out of Berkeley: LSD and UNIX. We don't believe this to be a coincidence.
- Jeremy S. Anderson
- 03-04-2005 #7Just Joined!
- Join Date
- Mar 2005
- Location
- In the cupboard under the stairs probably. nr Aylesbury
- Posts
- 71
nano?
mork and mindy springs to mind
- 03-04-2005 #8
It's another command-line based text editor. I think it was included with 8.2, but it's been a while...try "urpmi nano" if you want to install it.
There are two major products that come out of Berkeley: LSD and UNIX. We don't believe this to be a coincidence.
- Jeremy S. Anderson
- 03-04-2005 #9
To save and exit...
Press escape, then:
...and enter.Code::x
- 03-04-2005 #10
Just a note regarding vim:
I don't reconmend using the save abd exit function, since it you never see any errors that can appear during the saving of the file, I reconmendto save, and if that doesn't workCode::w
for a forced save, and then to quitCode::w!
dylunioCode::q


Reply With Quote
