Настройка xorg.conf для Intel видеокарты

Added by programmer none about 16 years ago

Столкнулся с такой ситуацией: При включении эффектов ("Composite" "on") эффекты начинают работать но вылезают косяки например:
-Системный лоток не отображает свернутых в него приложений, нет ну фактически он их отображает просто все заливается черным цветом и не различишь что и где
-Границы открытых оконо отображаются искаженно
-ну и откровенно говоря притормаживает
Видеоконтроллер встроеный :Intel Corporation 82G35 Express Integrated Graphics Controller
Содиржимое xorg.conf прилагаю:

#------------------------------------------------------------------------------
  1. Changed by Calculate 1.1.0
  2. Do not edit this file. Changes to profile "install/1default"
    #------------------------------------------------------------------------------

Section "ServerLayout"
Identifier "Xorg Configured"
Screen "Default Screen"
EndSection

Section "Files"
FontPath "/usr/share/fonts/corefonts"
FontPath "/usr/share/fonts/misc"
FontPath "/usr/share/fonts/droid"
EndSection

Section "Module"
Load "dri"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "int10"
Load "vbe"
Load "glx" # OpenGL X protocol interface
Load "extmod" # Misc. required extension
EndSection

Section "Device"
Identifier "Videocard0"
Driver "intel"
BusID "PCI:0:2:0"
Option "monitor-TMDS-1" "monTMDS"
Option "monitor-VGA" "monVGA"
EndSection

Section "Monitor"
identifier "monTMDS"
Option "PreferredMode" "1280x1024"
Option "Position" "-1280 -256"
HorizSync 30-83
VertRefresh 56-76
EndSection

Section "Monitor"
identifier "monVGA"
Option "PreferredMode" "1024x768"
Option "Position" "0 0"
HorizSync 30-83
VertRefresh 56-76
EndSection

Section "Screen"
Identifier "Default Screen"
Device "Videocard0"
Monitor "monTMDS"
DefaultDepth 24
Subsection "Display"
Depth 24
Modes "1600x1200" "1280x1024" "1024x768" "800x600" "640x480""1280x1024"
Virtual 2304 1024
EndSubsection
EndSection

Section "DRI"
Group "video"
Mode 0666
EndSection

Section "Extensions"
Option "Composite" "off
EndSection


Replies (5)

Re: Настройка xorg.conf для Intel видеокарты - Added by programmer none about 16 years ago

Может кто нибудь поделиться опытом..

Re: Настройка xorg.conf для Intel видеокарты - Added by Alexander Tratsevskiy about 16 years ago

Может кто нибудь поделиться опытом..

А какая версия драйвера x11-drivers/xf86-video-intel?

Re: Настройка xorg.conf для Intel видеокарты - Added by Alexander Tratsevskiy about 16 years ago

Можно попробовать 2.7.1, либо 2.9.1.

Re: Настройка xorg.conf для Intel видеокарты - Added by programmer none about 16 years ago

Пробовал...Ни чего не изменялось

(1-5/5)

Thank you!