با تشکر از آقای سید مهدی من به صورت دستی فایل etc/X11/xorg.conf/ را تونستم درست ویرایش کنم .
فایل اصلا شده(که البته منطبق با سخت افزارسیستمم هست )را برای اون دسته ازعزیزانی که مشکل بزرگ شدن صفحه لوگین یا محیط دسک تاپ را دارند رو میزارم اینجا ؛ با این توضیح که برای اصلاح فقط باید همون رزولیشنی که مد نظر دارند رو بزارن باشه و بقیه رزولیشنها با هر مقداری که هستن چه کم یا چه زیاد رو پاک کنند.قسمتهای تغییر داده شده به رنگ قرمز میباشد. با کمی مقایسه و تغییر مقدارهای مورد نظر در سیستم خودتون میتوانید رزولیشن دلخواه خود را داشته باشید.
# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
EndSection
Section "Device"
Identifier "Configured Video Device"
Boardname "fglrx"
Busid "PCI:1:5:0"
Driver "fglrx"
Screen 0
EndSection
Section "Monitor"
Identifier "Configured Monitor"
Vendorname "LG Electronics Inc."
Modelname "LG F700P"
Horizsync 30.0-98.0
Vertrefresh 50.0-160.0
modeline "1024x768@85" 94.5 1024 1072 1168 1376 768 769 772 808 +hsync +vsync
Gamma 1.0
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
Defaultdepth 24
SubSection "Display"
Depth 24
Virtual 1024 768
Modes "1024x768@85"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
screen 0 "Default Screen" 0 0
EndSection
Section "Module"
Load "GLcore"
Load "glx"
Load "dbe"
Load "v4l"
EndSection
Section "ServerFlags"
EndSection