-
سلام دوستان.
من بعد از اینکه درایور کارت گرافیکی را نصب کردم جلوه های تصویری به صورت None در آمد. حالا هر کاری می کنم حالت Normal یا Extra انتخاب نمی شه و این پیغام را می دهد:
(http://i6.tinypic.com/6wrigzr.png)
کارت گرافیک: ATI X550
درایور کارت: xorg-driver-fglrx_7.1.0-8.37.6+2.6.22.4-14.9_i386.deb
سیستم عامل: Ubuntu 7.10
لطفا به من کمک کنید تا مشکلم حل بشه.
-
خروجی دستور زیر رو براین ببینیم
glxinfo |grep direct
-
compiz رو دوباره نصب کنید و ببینید که مشکلتون رو حل می کنه یا نه.
http://wiki.ubuntu.ir/CompizFusionOnFeisty
-
محتویات فایل زیر رو به طور کامل اینجا بذارید:
/etc/X11/xorg.conf
-
محتویات فایل xorg.conf
# xorg.conf (xorg 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 "Files"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "stylus"
Option "Device" "/dev/input/wacom"
Option "Type" "stylus"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "eraser"
Option "Device" "/dev/input/wacom"
Option "Type" "eraser"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "cursor"
Option "Device" "/dev/input/wacom"
Option "Type" "cursor"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "Device"
Identifier "ATI Technologies Inc RV370 [Sapphire X550 Silent]"
Driver "ati"
BusID "PCI:7:0:0"
EndSection
Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
HorizSync 30-70
VertRefresh 50-160
EndSection
Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies Inc RV370 [Sapphire X550 Silent]"
Monitor "Generic Monitor"
DefaultDepth 24
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
# Uncomment if you have a wacom tablet
# InputDevice "stylus" "SendCoreEvents"
# InputDevice "cursor" "SendCoreEvents"
# InputDevice "eraser" "SendCoreEvents"
EndSection
-
اول از همه با دستور زیر از فایل xorg.conf بکاپ بگیر :
sudo cp /etc/X11/xorg.conf /etc/X11/xorgold.conf
اگر مشکلی پیش اومد در حالت recovery mode با این دستور میتونی فایل رو به حالت قبل برگردونی :
sudo cp -p /etc/X11/xorgold.conf /etc/X11/xorg.conf
حالا در فایل xorg.conf این موارد رو اضافه کن :
در قسمت Section "Device" این خط رو اضافه کن :
Option "AllowGLXWithComposite" "True"
یعنی به این شکل میشه :
Section "Device"
Identifier "ATI Technologies Inc RV370 [Sapphire X550 Silent]"
Driver "ati"
BusID "PCI:7:0:0"
Option "AllowGLXWithComposite" "True"
EndSection
در انتهای فایل این خط رو اضافه کن. دقت کن بعد از اضافه کردن این سه خط باید حداقل یک خط خالی نیز در انتهای فایل وجود داشته باشه.
Section "Extensions"
Option "Composite" "Enable"
EndSection
یعنی به این شکل :
# Uncomment if you have a wacom tablet
# InputDevice "stylus" "SendCoreEvents"
# InputDevice "cursor" "SendCoreEvents"
# InputDevice "eraser" "SendCoreEvents"
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection
حالا یکبار ریست کن و نتیجه رو بگو
-
compiz رو دوباره نصب کنید و ببینید که مشکلتون رو حل می کنه یا نه.
http://wiki.ubuntu.ir/CompizFusionOnFeisty
دوست عزیز فرقی نکرد. بازم مشکل داره.
-
تا اونجا که اطلاع دارم برای ATI بسته‌ی xserver-xgl هم لازمه:
sudo apt-get install xserver-xgl
ببینین این بسته نصب هست؟
-
اول از همه با دستور زیر از فایل xorg.conf بکاپ بگیر :
sudo cp /etc/X11/xorg.conf /etc/X11/xorgold.conf
اگر مشکلی پیش اومد در حالت recovery mode با این دستور میتونی فایل رو به حالت قبل برگردونی :
sudo cp -p /etc/X11/xorgold.conf /etc/X11/xorg.conf
حالا در فایل xorg.conf این موارد رو اضافه کن :
در قسمت Section "Device" این خط رو اضافه کن :
Option "AllowGLXWithComposite" "True"
یعنی به این شکل میشه :
Section "Device"
Identifier "ATI Technologies Inc RV370 [Sapphire X550 Silent]"
Driver "ati"
BusID "PCI:7:0:0"
Option "AllowGLXWithComposite" "True"
EndSection
در انتهای فایل این خط رو اضافه کن. دقت کن بعد از اضافه کردن این سه خط باید حداقل یک خط خالی نیز در انتهای فایل وجود داشته باشه.
Section "Extensions"
Option "Composite" "Enable"
EndSection
یعنی به این شکل :
# Uncomment if you have a wacom tablet
# InputDevice "stylus" "SendCoreEvents"
# InputDevice "cursor" "SendCoreEvents"
# InputDevice "eraser" "SendCoreEvents"
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection
حالا یکبار ریست کن و نتیجه رو بگو
حسین آقا ببخش که نتونستم زود جوابتون رو بدم.
بعد از اینکه اون تغییرات رو دادم نتونستم سیوش کنم.
(http://i4.tinypic.com/80lkso9.png)
هر کاری هم می کنم نمی تونم با یوزر روت وارد بشم. با ترمینال هم بلد نیستم ادیتش کنم.
-
تا اونجا که اطلاع دارم برای ATI بستهی xserver-xgl هم لازمه:sudo apt-get install xserver-xgl
ببینین این بسته نصب هست؟
خراب تر شد!
حالا کلا محیط گرافیکی (تو حالت عادی) نمی یاد. :'(
منظور از حالت عادی ، این دو حال پایینیه: (نمی دونم پیش فرض کدومشه)
1. Run Xclient script
2. GNOME
ولی تو حالت زیر محیط گرافیکی کار می کنه.
Failsafe GNOME
چطوری می تونم به حالت قبل از نصب xserver-xgl برگشت بدم.
اگه با حذف xserver-xgl مشکل حل میشه لطفا طریقه حذفش را بگین.
-
سلام به همه! ;D
تمام مشکلاتم حل شد! از Copiz گرفته تا درایور کارت گرافیک ، هنگ کردن کامپیوتر (که فکر می کردم از مودم ADSL هستش) ، جلوه های تصویری و ... \\:D/
بعد از اینکه با Synaptic Package Manager برنامه ی xserver-xgl را حذف کردم ، هرچی که تو اسمش یا تو توضیحاتش Compiz بود نصب کردم ، همین و بس!
خلاصه اینکه الان تمام قسمت های Visual Effects بازه و هر کدومشو که بخام می تونم انتخاب کنم.
در ضمن به قسمت Visual Effects یک گزینه به اسمه Custom اضافه شده.
یک گزینه هم به نام GL Desktop به قسمت Preferences اضافه شده ، اینم عکسش:
(http://i3.tinypic.com/6x0f480.png)
از همه ی دوستانی که به من کمک کردن ممنونم ، و مطمئنا بدون راهنماییهای شما نمی تونستم مشکلمو حل کنم. ;)