800x600 میں بھی صحیح چلنا چاہیے۔ دوست، آپ کی X کی configurationصحیح نہیں ہوئی۔ GUI کو X کہتے ہیں۔ اگر آپ GUIموڈ میں ہو تو console میں جانے کی کوشش کرو، یعنی کمانڈ لائن، (DOS)کی طرح۔
ctrl-alt-F6 سے عام طور پر سسٹم کونسولconsole موڈ میں چلا جانا چاہیے۔
اس کے بعد ممکن ہے آپ کو X کو kill کرنا پڑے۔ یوں X process کا نمبر پتہ کرو
<p dir="ltr">
$ ps -ax | grep X
325 tty1 0:0 xinit /usr/X11R6/lib/...
</p>
یہاں X process کا نمبر 325 نکلا ہے، اسے kill کر دو۔
<p dir="ltr">
$ sudo kill 325
</p>
اس کے بعد آپ کو یہ ٹول چلا کر دیکھنا چاہیے:
<p dir="ltr">
sudo xdebconfigurator -x
</p>
<p dir="ltr">
Xdebconfigurator:
One of the most troublesome tasks for beginners seems to be the X configuration. For Debian 3.1 (also called "Sarge") there is the command "dpkg-reconfigure xserver-xfree86" (while testing/Etch and unstable/Sid use X.Org and "dpkg-reconfigure xserver-xorg"). This command (executed as root) asks a lot of questions about your hardware and many new users don't have the kind of detailed knowledge of their hardware that is needed to answer these questions.
So Debian has developed a program called "xdebconfigurator" that is supposed to probe your hardware and tell you all the info you need in "dpkg-reconfigure xserver-xfree86" (or "dpkg-reconfigure xserver-xorg"). It's far from perfect, but it's still worth a try if you don't know your hardware specs.
Here's how to use xdebconfigurator: First you need to install it (aptitude --with-recommends install xdebconfigurator). Then you can run it (as root): "xdebconfigurator -x". This should output all the information you need for successfully configuring X. Just write the info down and run (as root) "dpkg-reconfigure xserver-xfree86". The most important details are the video driver, the mouse device and protocol, and the monitor horizontal sync and vertical refresh values.
Note: It's actually possible to just type "xdebconfigurator && dexconf" and be done with it, but I find it better to enter the info manually via "dpkg-reconfigure xserver-xfree86" because xdebconfigurator is really far from perfect.
[Above copied from a debian forum]
</p>
اوپر غور سے پڑھو۔ اگر آپ کو ایک کے چار نظر آتے ہیں، تو غالباً horizontal synch/vertical synch کے نمبر یوبنتو X کے پاس صحیح نہیں ہیں۔
UBUNTU میں ہر کمانڈ کے پہلے sudo لکھنا پڑتا ہے کیونکہ گدھوں نے rootکو بند کیا ہؤا ہے۔
already I hate Ubuntu