Quote:
|
Originally Posted by technoteen
i know that the error is due to the wrong config of xf86 - which was not asked for during installation , but please get me out of it
|
Reconfigure your XF86config by any of one the two methods.
1)
# xf86config
this menu driven script will rewrite your x config file with a new one that you choose. This is the best option, and i have saved many people's lives with this...
2)
# dpkg-reconfigure xserver-xfree86
Reconfigure your debian packages that belong to xserver
Quote:
|
Originally Posted by technoteen
i am even not able to write to my linux partition from knoppix cd, i am able to write to a fat32 partition
|
Use this to mount your ext3 partitions.
$ su
# mount -t ext3 -o rw /dev/hda6 /mnt/hda6
Or better you can make changes in /etc/fstab and make the entries in 4th column from
ro to
rw