انجمن‌های فارسی اوبونتو

لطفاً به انجمن‌ها وارد شده و یا جهت ورود ثبت‌نام نمائید

لطفاً جهت ورود نام کاربری و رمز عبورتان را وارد نمائید


توزیع گنو/لینوکس اوبونتو ۲۰ ساله شد 🎉

نویسنده موضوع: خاموش کردن گرافیک اینتل و استفاده از گرافیک amd در سیستمی با گرافیک هیبرید  (دفعات بازدید: 17266 بار)

0 کاربر و 1 مهمان درحال مشاهده موضوع.

آفلاین ava

  • High Hero Member
  • *
  • ارسال: 1330
من یه لپ تاپ دارم با گرافیک هیبرید که یه amd hd 4000 روی سی پی یو corei5 نسل سوم اینتل هست
و کنارش یه گرافیک AMD Radeon™ HD 6700 هست
خوب گرافیک اینتل که درایور آزادش توسط اینتل شناخته میشه و به خوبی کار میکنه خیلی عالی
ولی گرافیک amd درایور نا آزادش کلا کار نمیکنه روی سیستم من ولی فکر کنم با استفاده از درایور آزادش خوب کار کنه
جداقل یه ۳-۴ برابری از گرافیک اینتل قوی تر باید باشه من فکر میکنم با همین درایور آزاد نتیجه بهتری از اینتل بهم میده
درایور آزادش الان نصب هست و شناخته شده و تا اینجا مشکلی نیست
ولی x به صورت پیشفرض از گرافیک اینتل استفاده میکنه من میخوام کاری کنم که به جای گرافیک اینتل فقط از amd استفاده کنه
البته اگه بشه کاری کرد که هر دوش باهم کار کنن خیلی بهتره ولی نشد هم همون amd کافیه
صدای پلیس : هاپ هاپ

آفلاین fond

  • Full Member
  • *
  • ارسال: 144
برای استفاده از گرافیک amd/ati، لطفا محتویات فایل /etx/X11/xorg.conf رو پست کنید.

آفلاین ava

  • High Hero Member
  • *
  • ارسال: 1330
برای استفاده از گرافیک amd/ati، لطفا محتویات فایل /etx/X11/xorg.conf رو پست کنید.
من تو مسیر
etc/X11همچین فایلی ندارم
یه فایل هست به اسم Xwrapper.config
نمیدونم بفرمایید لیست همه فایل ها رو ببینید
avaom@avaom-PC:/etc/X11$ ls
app-defaults             rgb.txt  Xreset      Xsession.d
cursors                  X        Xreset.d    Xsession.options
default-display-manager  xinit    Xresources  XvMCConfig
fonts                    xkb      Xsession    Xwrapper.config
صدای پلیس : هاپ هاپ

آفلاین fond

  • Full Member
  • *
  • ارسال: 144
وقتی که اون فایل وجود نداشته باشه، سیستم به طور خودکار مقادیر رو تشخیص میده و استفاده می‌کنه. اما برای تغییر دادن این مقادیر شما به این فایل احتیاج دارید. اولین کار اینه که سرور X رو خاموش کنید. بعدش با امتیازات کاربر root این دستور رو اجرا کنید:

Xorg -configure
نتیجه که همون فایل مورد نظر ماست توی مسیر /root/xorg.conf.new ذخیره میشه. حالا این فایل رو باز کنید و توی قسمت Screen به جای کارت اینتل، مشخصات کارت amd/ati رو وارد کنید و بعدش هم مشخصات اون Screen رو توی قسمت ServerLayout بنویسید.

این یه فایل ساده برای اینکه منظورم رو بهتر برسونم. از این فایل استفاده نکنید فقط هدفم اینه که منظورم رو بهتر برسونم:
Section "Device"
Identifier  "Card0"
Driver      "intel"     
EndSection

Section "Device"
Identifier  "Card1"
Driver      "radeon"
EndSection

Section "Screen"
Identifier "Screen0"
Device     "Card1" # ****
EndSection

Section "ServerLayout"
Identifier     "X.org Configured"
Screen      0  "Screen0" 0 0
EndSection

به اون خطی که چند تا ستاره داره نگاه کنید، اگه card0 باشه کارت اینتل فعال هست و اگه card1 باشه کارت ati.که این اسامی توی قسمت Device هر کارت گرافیک تعریف شدند. (به قسمت Device نگاه کنید)

بعدش اون رو توی /etc/X11/xorg.conf قرار بدید. واقعا بدون دیدن این فایل چیز بیشتری نمیشه گفت. اگه اون فایل رو ارسال کنید میشه خیلی راحت‌تر حرف زد.

نکته آخر هم اینکه این روش استاندارد انجام این کار توی سیستم X هست. شاید اوبونتو روش خاص خودش رو داشته باشه که من بی خبرم.
« آخرین ویرایش: 19 اردیبهشت 1392، 01:54 ق‌ظ توسط fond »

آفلاین ava

  • High Hero Member
  • *
  • ارسال: 1330
کاری که گفتین کردم
چیزی توی etc/X11 ایجاد نشده ولی یه فایل به اسم xorg.conf.new توی home ایجاد شده با محتوای زیر
Section "ServerLayout"
Identifier     "X.org Configured"
Screen      0  "Screen0" 0 0
Screen      1  "Screen1" RightOf "Screen0"
Screen      2  "Screen2" RightOf "Screen1"
Screen      3  "Screen3" RightOf "Screen2"
Screen      4  "Screen4" RightOf "Screen3"
Screen      5  "Screen5" RightOf "Screen4"
Screen      6  "Screen6" RightOf "Screen5"
Screen      7  "Screen7" RightOf "Screen6"
InputDevice    "Mouse0" "CorePointer"
InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
ModulePath   "/usr/lib/xorg/modules"
FontPath     "/usr/share/fonts/X11/misc"
FontPath     "/usr/share/fonts/X11/cyrillic"
FontPath     "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath     "/usr/share/fonts/X11/75dpi/:unscaled"
FontPath     "/usr/share/fonts/X11/Type1"
FontPath     "/usr/share/fonts/X11/100dpi"
FontPath     "/usr/share/fonts/X11/75dpi"
FontPath     "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
FontPath     "built-ins"
EndSection

Section "Module"
Load  "glx"
EndSection

Section "InputDevice"
Identifier  "Keyboard0"
Driver      "kbd"
EndSection

Section "InputDevice"
Identifier  "Mouse0"
Driver      "mouse"
Option     "Protocol" "auto"
Option     "Device" "/dev/input/mice"
Option     "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
Identifier   "Monitor0"
VendorName   "Monitor Vendor"
ModelName    "Monitor Model"
EndSection

Section "Monitor"
Identifier   "Monitor1"
VendorName   "Monitor Vendor"
ModelName    "Monitor Model"
EndSection

Section "Monitor"
Identifier   "Monitor2"
VendorName   "Monitor Vendor"
ModelName    "Monitor Model"
EndSection

Section "Monitor"
Identifier   "Monitor3"
VendorName   "Monitor Vendor"
ModelName    "Monitor Model"
EndSection

Section "Monitor"
Identifier   "Monitor4"
VendorName   "Monitor Vendor"
ModelName    "Monitor Model"
EndSection

Section "Monitor"
Identifier   "Monitor5"
VendorName   "Monitor Vendor"
ModelName    "Monitor Model"
EndSection

Section "Monitor"
Identifier   "Monitor6"
VendorName   "Monitor Vendor"
ModelName    "Monitor Model"
EndSection

Section "Monitor"
Identifier   "Monitor7"
VendorName   "Monitor Vendor"
ModelName    "Monitor Model"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
        ### <percent>: "<f>%"
        ### [arg]: arg optional
        #Option     "SWcursor"            # [<bool>]
        #Option     "kmsdev"              # <str>
        #Option     "ShadowFB"            # [<bool>]
Identifier  "Card0"
Driver      "modesetting"
BusID       "PCI:0:2:0"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
        ### <percent>: "<f>%"
        ### [arg]: arg optional
        #Option     "SWcursor"            # [<bool>]
        #Option     "kmsdev"              # <str>
        #Option     "ShadowFB"            # [<bool>]
Identifier  "Card1"
Driver      "modesetting"
BusID       "PCI:1:0:0"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
        ### <percent>: "<f>%"
        ### [arg]: arg optional
        #Option     "ShadowFB"            # [<bool>]
        #Option     "DefaultRefresh"      # [<bool>]
        #Option     "ModeSetClearScreen" # [<bool>]
Identifier  "Card2"
Driver      "vesa"
BusID       "PCI:0:2:0"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
        ### <percent>: "<f>%"
        ### [arg]: arg optional
        #Option     "ShadowFB"            # [<bool>]
        #Option     "DefaultRefresh"      # [<bool>]
        #Option     "ModeSetClearScreen" # [<bool>]
Identifier  "Card3"
Driver      "vesa"
BusID       "PCI:1:0:0"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
        ### <percent>: "<f>%"
        ### [arg]: arg optional
        #Option     "NoAccel"            # [<bool>]
        #Option     "AccelMethod"        # <str>
        #Option     "Backlight"          # <str>
        #Option     "DRI"                # <str>
        #Option     "ColorKey"            # <i>
        #Option     "VideoKey"            # <i>
        #Option     "Tiling"              # [<bool>]
        #Option     "LinearFramebuffer"  # [<bool>]
        #Option     "SwapbuffersWait"    # [<bool>]
        #Option     "TripleBuffer"        # [<bool>]
        #Option     "XvPreferOverlay"    # [<bool>]
        #Option     "HotPlug"            # [<bool>]
        #Option     "RelaxedFencing"      # [<bool>]
        #Option     "XvMC"                # [<bool>]
        #Option     "ZaphodHeads"        # <str>
        #Option     "TearFree"            # [<bool>]
        #Option     "PerCrtcPixmaps"      # [<bool>]
        #Option     "FallbackDebug"      # [<bool>]
        #Option     "DebugFlushBatches"  # [<bool>]
        #Option     "DebugFlushCaches"    # [<bool>]
        #Option     "DebugWait"          # [<bool>]
        #Option     "BufferCache"        # [<bool>]
Identifier  "Card4"
Driver      "intel"
BusID       "PCI:0:2:0"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
        ### <percent>: "<f>%"
        ### [arg]: arg optional
        #Option     "NoAccel"            # [<bool>]
        #Option     "SWcursor"            # [<bool>]
        #Option     "EnablePageFlip"      # [<bool>]
        #Option     "ColorTiling"        # [<bool>]
        #Option     "ColorTiling2D"      # [<bool>]
        #Option     "RenderAccel"        # [<bool>]
        #Option     "SubPixelOrder"      # [<str>]
        #Option     "AccelMethod"        # <str>
        #Option     "EXAVSync"            # [<bool>]
        #Option     "EXAPixmaps"          # [<bool>]
        #Option     "ZaphodHeads"        # <str>
        #Option     "EnablePageFlip"      # [<bool>]
        #Option     "SwapbuffersWait"    # [<bool>]
Identifier  "Card5"
Driver      "radeon"
BusID       "PCI:1:0:0"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
        ### <percent>: "<f>%"
        ### [arg]: arg optional
        #Option     "ShadowFB"            # [<bool>]
        #Option     "Rotate"              # <str>
        #Option     "fbdev"              # <str>
        #Option     "debug"              # [<bool>]
Identifier  "Card6"
Driver      "fbdev"
BusID       "PCI:0:2:0"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
        ### <percent>: "<f>%"
        ### [arg]: arg optional
        #Option     "ShadowFB"            # [<bool>]
        #Option     "Rotate"              # <str>
        #Option     "fbdev"              # <str>
        #Option     "debug"              # [<bool>]
Identifier  "Card7"
Driver      "fbdev"
BusID       "PCI:1:0:0"
EndSection

Section "Screen"
Identifier "Screen0"
Device     "Card0"
Monitor    "Monitor0"
SubSection "Display"
Viewport   0 0
Depth     1
EndSubSection
SubSection "Display"
Viewport   0 0
Depth     4
EndSubSection
SubSection "Display"
Viewport   0 0
Depth     8
EndSubSection
SubSection "Display"
Viewport   0 0
Depth     15
EndSubSection
SubSection "Display"
Viewport   0 0
Depth     16
EndSubSection
SubSection "Display"
Viewport   0 0
Depth     24
EndSubSection
EndSection

Section "Screen"
Identifier "Screen1"
Device     "Card1"
Monitor    "Monitor1"
SubSection "Display"
Viewport   0 0
Depth     1
EndSubSection
SubSection "Display"
Viewport   0 0
Depth     4
EndSubSection
SubSection "Display"
Viewport   0 0
Depth     8
EndSubSection
SubSection "Display"
Viewport   0 0
Depth     15
EndSubSection
SubSection "Display"
Viewport   0 0
Depth     16
EndSubSection
SubSection "Display"
Viewport   0 0
Depth     24
EndSubSection
EndSection

Section "Screen"
Identifier "Screen2"
Device     "Card2"
Monitor    "Monitor2"
SubSection "Display"
Viewport   0 0
Depth     1
EndSubSection
SubSection "Display"
Viewport   0 0
Depth     4
EndSubSection
SubSection "Display"
Viewport   0 0
Depth     8
EndSubSection
SubSection "Display"
Viewport   0 0
Depth     15
EndSubSection
SubSection "Display"
Viewport   0 0
Depth     16
EndSubSection
SubSection "Display"
Viewport   0 0
Depth     24
EndSubSection
EndSection

Section "Screen"
Identifier "Screen3"
Device     "Card3"
Monitor    "Monitor3"
SubSection "Display"
Viewport   0 0
Depth     1
EndSubSection
SubSection "Display"
Viewport   0 0
Depth     4
EndSubSection
SubSection "Display"
Viewport   0 0
Depth     8
EndSubSection
SubSection "Display"
Viewport   0 0
Depth     15
EndSubSection
SubSection "Display"
Viewport   0 0
Depth     16
EndSubSection
SubSection "Display"
Viewport   0 0
Depth     24
EndSubSection
EndSection

Section "Screen"
Identifier "Screen4"
Device     "Card4"
Monitor    "Monitor4"
SubSection "Display"
Viewport   0 0
Depth     1
EndSubSection
SubSection "Display"
Viewport   0 0
Depth     4
EndSubSection
SubSection "Display"
Viewport   0 0
Depth     8
EndSubSection
SubSection "Display"
Viewport   0 0
Depth     15
EndSubSection
SubSection "Display"
Viewport   0 0
Depth     16
EndSubSection
SubSection "Display"
Viewport   0 0
Depth     24
EndSubSection
EndSection

Section "Screen"
Identifier "Screen5"
Device     "Card5"
Monitor    "Monitor5"
SubSection "Display"
Viewport   0 0
Depth     1
EndSubSection
SubSection "Display"
Viewport   0 0
Depth     4
EndSubSection
SubSection "Display"
Viewport   0 0
Depth     8
EndSubSection
SubSection "Display"
Viewport   0 0
Depth     15
EndSubSection
SubSection "Display"
Viewport   0 0
Depth     16
EndSubSection
SubSection "Display"
Viewport   0 0
Depth     24
EndSubSection
EndSection

Section "Screen"
Identifier "Screen6"
Device     "Card6"
Monitor    "Monitor6"
SubSection "Display"
Viewport   0 0
Depth     1
EndSubSection
SubSection "Display"
Viewport   0 0
Depth     4
EndSubSection
SubSection "Display"
Viewport   0 0
Depth     8
EndSubSection
SubSection "Display"
Viewport   0 0
Depth     15
EndSubSection
SubSection "Display"
Viewport   0 0
Depth     16
EndSubSection
SubSection "Display"
Viewport   0 0
Depth     24
EndSubSection
EndSection

Section "Screen"
Identifier "Screen7"
Device     "Card7"
Monitor    "Monitor7"
SubSection "Display"
Viewport   0 0
Depth     1
EndSubSection
SubSection "Display"
Viewport   0 0
Depth     4
EndSubSection
SubSection "Display"
Viewport   0 0
Depth     8
EndSubSection
SubSection "Display"
Viewport   0 0
Depth     15
EndSubSection
SubSection "Display"
Viewport   0 0
Depth     16
EndSubSection
SubSection "Display"
Viewport   0 0
Depth     24
EndSubSection
EndSection
صدای پلیس : هاپ هاپ

آفلاین fond

  • Full Member
  • *
  • ارسال: 144
خب Card4 همون کارت گرافیک intel شما هست. و Card5 هم کارت گرافیک amd/ati شما هست.


توی این قسمت از فایل: (چند تا قسمت Screen وجود داره که شما باید با Screen0 کار کنید)
Section "Screen"
Identifier "Screen0"
Device     "Card0"
Monitor    "Monitor0"
SubSection "Display"
Viewport   0 0
Depth     1
EndSubSection
SubSection "Display"
Viewport   0 0
Depth     4
EndSubSection
SubSection "Display"
Viewport   0 0
Depth     8
EndSubSection
SubSection "Display"
Viewport   0 0
Depth     15
EndSubSection
SubSection "Display"
Viewport   0 0
Depth     16
EndSubSection
SubSection "Display"
Viewport   0 0
Depth     24
EndSubSection
EndSection

این خط رو پیدا کنید:

Device     "Card0"
و به این خط تغییر بدید:

Device     "Card5"
بعدش اون رو توی مسیر /etc/X11/xorg.conf کپی کنید و سرور X رو restart کنید. و بعدش محتویات فایل /var/log/Xorg.0.log رو بفرستید تا ببینیم کار می‌کنه یا نه. احتمال داره که این فایل توی اوبونتو جای دیگری قرار داشته باشه.
« آخرین ویرایش: 19 اردیبهشت 1392، 02:21 ق‌ظ توسط fond »

آفلاین ava

  • High Hero Member
  • *
  • ارسال: 1330
intel
amd
readon
fbdev
تا جایی که من فهمیدم چهار تا درایور هستن اینتل که نوچ fbdev هم که برای نشان دادن چیز های گرافیکی تو کنسول هست که اینم نوچ http://en.wikipedia.org/wiki/Linux_framebuffer
میمونه amd و readon
کدوم ؟ فرقشون چیه ؟ چرا اینقدر این فایل درازه :|
تازه یه چیزی هست vesa این دیگه چیه  ;D
خب Card4 همون کارت گرافیک intel شما هست. و Card5 هم کارت گرافیک amd/ati شما هست.


توی این قسمت از فایل: (چند تا قسمت Screen وجود داره که شما باید با Screen0 کار کنید)
Section "Screen"
Identifier "Screen0"
Device     "Card0"
Monitor    "Monitor0"
SubSection "Display"
Viewport   0 0
Depth     1
EndSubSection
SubSection "Display"
Viewport   0 0
Depth     4
EndSubSection
SubSection "Display"
Viewport   0 0
Depth     8
EndSubSection
SubSection "Display"
Viewport   0 0
Depth     15
EndSubSection
SubSection "Display"
Viewport   0 0
Depth     16
EndSubSection
SubSection "Display"
Viewport   0 0
Depth     24
EndSubSection
EndSection

این خط رو پیدا کنید:

Device     "Card0"
و به این خط تغییر بدید:

Device     "Card5"
بعدش اون رو توی مسیر /etc/X11/xorg.conf کپی کنید و سرور X رو restart کنید. و بعدش محتویات فایل /var/log/Xorg.0.log رو بفرستید تا ببینیم کار می‌کنه یا نه. احتمال داره که این فایل توی اوبونتو جای دیگری قرار داشته باشه.
اوکی صبر ببینم چی میشه  ](*,)
صدای پلیس : هاپ هاپ

آفلاین fond

  • Full Member
  • *
  • ارسال: 144
vesa یه درایور عمومی هست که معمولا با همه کارت گرافیکها کار میکنه و امکاناتش حداقل هست و معمولا برای اشکالزدایی استفاده میشه. ظاهر دراز اون فایل رو جدی نگیرید. چون اکثر قسمت‌های اون استفاده نمیشه. از هر قسمت Deviceو Screen و Serverlayout فقط یدونه لازمه. اگه کار کرد قسمت‌ّای اضافیش رو پاک می‌کنیم.

آفلاین ava

  • High Hero Member
  • *
  • ارسال: 1330
خوب Xorg.conf رو بر اساس چیزی که گفته بودین ساختم و انداختم توی etc/X11
محتویات xorg.conf
Section "Screen"
Identifier "Screen0"
Device     "Card5"
Monitor    "Monitor0"
SubSection "Display"
Viewport   0 0
Depth     1
EndSubSection
SubSection "Display"
Viewport   0 0
Depth     4
EndSubSection
SubSection "Display"
Viewport   0 0
Depth     8
EndSubSection
SubSection "Display"
Viewport   0 0
Depth     15
EndSubSection
SubSection "Display"
Viewport   0 0
Depth     16
EndSubSection
SubSection "Display"
Viewport   0 0
Depth     24
EndSubSection
EndSection
بعد ایکس رو ریستارت کردم
« آخرین ویرایش: 19 اردیبهشت 1392، 02:51 ق‌ظ توسط ava »
صدای پلیس : هاپ هاپ

آفلاین fond

  • Full Member
  • *
  • ارسال: 144
نه نه!! شما باید اون فایل xorg.conf.new رو ویرایش کنید، بعد همون رو به طور کامل توی /etc/X11/xorg.conf قرار بدید. شما فقط قسمت Screen0 رو قرار دادید که این کار نمی‌کنه! به عبارت دیگه، xorg.conf.new رو با یک ویرایشگر متن باز کنید، خطی که آدرس دادم رو تغییر بدید، و بعد اون فایل رو توی /etc/X11/xorg.conf کپی کنید.

برای راحتی کار من این کار رو براتون کردم و همه قسمت‌های اضافی رو هم پاک کردم و حتی شماره کارت گرافیک‌ها رو هم درست کردم. شما الان کافیه همین فایلی که اینجا گذاشتم رو توی مسیری که گفتم کپی کنید وسرور X رو restart کنید:

Section "ServerLayout"
Identifier     "X.org Configured"
Screen      0  "Screen0" 0 0
InputDevice    "Mouse0" "CorePointer"
InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
ModulePath   "/usr/lib/xorg/modules"
FontPath     "/usr/share/fonts/X11/misc"
FontPath     "/usr/share/fonts/X11/cyrillic"
FontPath     "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath     "/usr/share/fonts/X11/75dpi/:unscaled"
FontPath     "/usr/share/fonts/X11/Type1"
FontPath     "/usr/share/fonts/X11/100dpi"
FontPath     "/usr/share/fonts/X11/75dpi"
FontPath     "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
FontPath     "built-ins"
EndSection

Section "Module"
Load  "glx"
EndSection

Section "InputDevice"
Identifier  "Keyboard0"
Driver      "kbd"
EndSection

Section "InputDevice"
Identifier  "Mouse0"
Driver      "mouse"
Option     "Protocol" "auto"
Option     "Device" "/dev/input/mice"
Option     "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
Identifier   "Monitor0"
VendorName   "Monitor Vendor"
ModelName    "Monitor Model"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
        ### <percent>: "<f>%"
        ### [arg]: arg optional
        #Option     "NoAccel"            # [<bool>]
        #Option     "AccelMethod"        # <str>
        #Option     "Backlight"          # <str>
        #Option     "DRI"                # <str>
        #Option     "ColorKey"            # <i>
        #Option     "VideoKey"            # <i>
        #Option     "Tiling"              # [<bool>]
        #Option     "LinearFramebuffer"  # [<bool>]
        #Option     "SwapbuffersWait"    # [<bool>]
        #Option     "TripleBuffer"        # [<bool>]
        #Option     "XvPreferOverlay"    # [<bool>]
        #Option     "HotPlug"            # [<bool>]
        #Option     "RelaxedFencing"      # [<bool>]
        #Option     "XvMC"                # [<bool>]
        #Option     "ZaphodHeads"        # <str>
        #Option     "TearFree"            # [<bool>]
        #Option     "PerCrtcPixmaps"      # [<bool>]
        #Option     "FallbackDebug"      # [<bool>]
        #Option     "DebugFlushBatches"  # [<bool>]
        #Option     "DebugFlushCaches"    # [<bool>]
        #Option     "DebugWait"          # [<bool>]
        #Option     "BufferCache"        # [<bool>]
Identifier  "Card0"
Driver      "intel"
BusID       "PCI:0:2:0"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
        ### <percent>: "<f>%"
        ### [arg]: arg optional
        #Option     "NoAccel"            # [<bool>]
        #Option     "SWcursor"            # [<bool>]
        #Option     "EnablePageFlip"      # [<bool>]
        #Option     "ColorTiling"        # [<bool>]
        #Option     "ColorTiling2D"      # [<bool>]
        #Option     "RenderAccel"        # [<bool>]
        #Option     "SubPixelOrder"      # [<str>]
        #Option     "AccelMethod"        # <str>
        #Option     "EXAVSync"            # [<bool>]
        #Option     "EXAPixmaps"          # [<bool>]
        #Option     "ZaphodHeads"        # <str>
        #Option     "EnablePageFlip"      # [<bool>]
        #Option     "SwapbuffersWait"    # [<bool>]
Identifier  "Card1"
Driver      "radeon"
BusID       "PCI:1:0:0"
EndSection

Section "Screen"
Identifier "Screen0"
Device     "Card1"
Monitor    "Monitor0"
SubSection "Display"
Viewport   0 0
Depth     1
EndSubSection
SubSection "Display"
Viewport   0 0
Depth     4
EndSubSection
SubSection "Display"
Viewport   0 0
Depth     8
EndSubSection
SubSection "Display"
Viewport   0 0
Depth     15
EndSubSection
SubSection "Display"
Viewport   0 0
Depth     16
EndSubSection
SubSection "Display"
Viewport   0 0
Depth     24
EndSubSection
EndSection
« آخرین ویرایش: 19 اردیبهشت 1392، 02:48 ق‌ظ توسط fond »

آفلاین ava

  • High Hero Member
  • *
  • ارسال: 1330
کد لاگ درازه نمیشه تو فروم گذاشت اینجا آپ کردم
http://avaom.com/Xorg.0.log
« آخرین ویرایش: 19 اردیبهشت 1392، 02:56 ق‌ظ توسط ava »
صدای پلیس : هاپ هاپ

آفلاین fond

  • Full Member
  • *
  • ارسال: 144
من نمیتونم اون رو بخونم لطفا تگ code قرار بدید یا توی سایت codepad اون رو paste کنید.

آفلاین ava

  • High Hero Member
  • *
  • ارسال: 1330
صدای پلیس : هاپ هاپ

آفلاین fond

  • Full Member
  • *
  • ارسال: 144
خبر بد اینکه از درایور radeon نمیتونید استفاده کنید. توی پست اول هم گفتید که درایور غیر آزاد کار نمیکنه. تنها راهی که باقی مونده اینه که بایوس رو چک کنید و ببینید یه سوئیچی برای خاموش کردن کارت اینتل وجود داره یا نه. اگه داشت کارت اینتل رو خاموش کنید و به احتمال خیلی زیاد این نتیجه میده. اما اگه سوئیچی برای خاموش کردن نبود، متاسفانه باید بگم بد شانسید. اگه nvidia بود بهتر بود چون میشه با bumblebee از کارت دوم هم استفاده کرد. در مورد amd/ati نمیدونم چیز مشابهی هست یا نه. شاید بهتر باشه دوستان دیگه هم نظرشون رو در این مورد بگن و ببینیم اونها توی این مورد چی‌کار کردند.

متاسفم که نتونستم کمکی بکنم.

آفلاین ava

  • High Hero Member
  • *
  • ارسال: 1330
خبر بد اینکه از درایور radeon نمیتونید استفاده کنید. توی پست اول هم گفتید که درایور غیر آزاد کار نمیکنه. تنها راهی که باقی مونده اینه که بایوس رو چک کنید و ببینید یه سوئیچی برای خاموش کردن کارت اینتل وجود داره یا نه. اگه داشت کارت اینتل رو خاموش کنید و به احتمال خیلی زیاد این نتیجه میده. اما اگه سوئیچی برای خاموش کردن نبود، متاسفانه باید بگم بد شانسید. اگه nvidia بود بهتر بود چون میشه با bumblebee از کارت دوم هم استفاده کرد. در مورد amd/ati نمیدونم چیز مشابهی هست یا نه. شاید بهتر باشه دوستان دیگه هم نظرشون رو در این مورد بگن و ببینیم اونها توی این مورد چی‌کار کردند.

متاسفم که نتونستم کمکی بکنم.
خواهش میکنم از وقتی که در اختیارم گذاشتین بسیار سپاسگذارم
من از این زیاد سر نیاوردم شما ببینینش https://help.ubuntu.com/community/HybridGraphics
من هر بار درایور غیر آزاد رو نصب میکردم فایل xorg.conf رو نمیساخت و خودم بعدا دستی میساختم ولی توی بوت
low graphic
میشد و مجبور میشدم پاکش کنم و ریست کنم که سیستم بالا میومد ولی داغون نه پنل نه لانچر هیچی فقط میشد با alt-ctrl-t ترمینال باز کرد و از طریق ترمینال برنامه ها رو باز کرد که اونم مشکل داشت گرافیک و مدام هنگ میکرد
صدای پلیس : هاپ هاپ