Winter Knight
Group: Members
Posts: 146
Joined: April 2006 |
|
Posted: Sep. 17 2006,00:42 |
|
I'm not sure if resolution is an install option, so reformatting and starting again won't help you.
To solve your resolution option, modify the file "/home/dsl/.xserverrc". It is a very small file, and you should see 1024x768x24, or something like that. Change it to what you want. Then reboot, or restart X. That should fix that.
As for not being able to cfdisk your hard disk, carefully check your command. Does it start with sudo? Are you using /dev/hdX, where X is either a, b, c, or d. Probably a. Double check, very carefully:
Code Sample | sudo cfdisk /dev/hda |
That is assuming you are using a standard PATA (old style) IDE hard disk. If you are using SATA, USB, SCSI, tape, or cardboard, you really should mention that.
|