انجمنهای فارسی اوبونتو
کمک و پشتیبانی => سختافزار => نصب و پیکربندی انواع کارتهای گرافیک => نویسنده: haydar در 04 بهمن 1387، 02:20 بظ
-
سلام دوستان
من کارت گرافیک امبورد داشتم رزولوشنم مشکلی نداشت تا 1024 می رفت ولی الان کارت گرافیک گرفتم GFORSE 8500 الان رزولوشنم تا 800 بیشتر بالا نمیره ؟
](*,)
-
sudo dpkg-reconfigure -phigh xserver-xorg
-
سلام
با زدن دستوری که فرمودید پیغام زیر رو میده
xserver-xorg postinst warning: overwriting possibly-customised configuration
file; backup in /etc/X11/xorg.conf.20090123161602
-
البته دوستان یه چیزه جالبی هم هست که وقتی دستور
sudo dpkg-reconfigure xorg-xserver
در پاسخ این خطا رو میده
Package `xorg-xserver' is not installed and no info is available.
Use dpkg --info (= dpkg-deb --info) to examine archive files,
and dpkg --contents (= dpkg-deb --contents) to list their contents.
/usr/sbin/dpkg-reconfigure: xorg-xserver is not installed
-
با سلام
اینکه چه کارهایی کردی واضح نیست ولی ۲ کار رو انجام بده:
۱- کارت گرافیکت رو نصب کن
۲- در فایل xorg.conf که فایل تنظیمات X11 هست دستی رزولوشنت رو هرچی دوست داری قرار بده .(با دسترسی ریشه)
پ.ن۱: sudo nautilus برای دسترسی با کاربر ریشه در محیط گرافیکی.
پ.ن۲: /etc/X11/xorg.conf محل فایل مورد نظر.
پ.ن۳: نصب کارت گرافیک با راهنما در انجمن
یا علی
-
کارت گرافیکتون رو با یکی از روش های زیر نصب کنید !
http://wiki.ubuntu-ir.org/EnvyHowto
http://wiki.ubuntu-ir.org/BinaryDriverHowto/Nvidia
-
به نام خدا
سلام
در فایل xorg.conf که فایل تنظیمات X11 هست دستی رزولوشنت رو هرچی دوست داری قرار بده .
من کجای این فایل می تونم رزولیشن را وارد کنم من می خواهم 1024 را بدهم چطور باید بدهم.
این فایل من
# 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"
Option "UseFBDev" "true"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
EndSection
-
با سلام
Option "metamodes" "CRT-0: 1280x1024 +0+0, CRT-1: [color=red]1280x1024[/color] +0+0"
خط بالا رو باید پایین Device قرار بدی. رزولوشن هم اینه :1280x1024
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
EndSection
باید شبیه این بشه:
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
Option "TwinView" "1"
Option "TwinViewXineramaInfoOrder" "CRT-0"
Option "metamodes" "CRT-0: 1280x1024 +0+0, CRT-1: [color=red]1280x1024[/color] +0+0"
نکته : الان یادم افتاد که حتما باید از توی بایوس سیستمت کارت گرافیک آنبوردت رو غیر فعال کنی (توی ویندوز هم باید اینکار رو میکردی) [-X
بعد از اینکه کارت رو غیر فعال کردی ، درایور کارت جدیدت رو از توی اوبونتو نصب کن چون نصب نیست . بعدش بیا و همین فایلت رو نگاه کن کلا محتواش تغییر میکنه. =D>
یا علی