You are not logged in.
Pages: 1
i have this problem with my graphics. They are choppy, especially when minimizing or maximizng.
I can see some instant artifacts when browsing picture folders or when openning the application launcher on my KDE.
What settings should i apply to correct this?
I have an onboard 8200 and my xorg is this:
Section "Files"
FontPath "/usr/share/fonts/misc"
FontPath "/usr/share/fonts/cyrillic"
FontPath "/usr/share/fonts/100dpi/:unscaled"
FontPath "/usr/share/fonts/75dpi/:unscaled"
FontPath "/usr/share/fonts/Type1"
FontPath "/usr/share/fonts/100dpi"
FontPath "/usr/share/fonts/75dpi"
FontPath "/usr/share/fonts/TTF"
EndSectionSection "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSectionSection "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "us,gr"
Option "XkbOptions" "grp:ctrl_shift_toggle,lv3:ralt_switch,eurosign:e"
EndSectionSection "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ExplorerPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSectionSection "Module"
Load "dbe"
Load "freetype"
Load "glx"
SubSection "extmod"
Option "omit xfree86-dga"
EndSubSection
EndSectionSection "Device"
Identifier "My Graphics Card"
Driver "nvidia"
# Option "DynamicTwinView" "false"
Option "RenderAccel" "true"
Option "CursorShadow" "true"
Option "HWCursor" "true"
Option "TripleBuffer" "true"
# Option "ConnectedMonitor" "DFP"
# Option "ConnectedMonitor" "CRT"
Option "InitialPixmapPlacement" "2"
Option "GlyphCache" "1"
EndSectionSection "Extensions"
Option "Composite" "enable"
EndSectionSection "Monitor"
Identifier "My Monitor"
Option "DPMS" "True"
Option "DPI" "96 x 96"
EndSectionSection "Screen"
Identifier "Default Screen"
Device "My Graphics Card"
Monitor "My Monitor"
Option "UseEvents" "true"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1280x1024"
Viewport 0 0
EndSubSection
Option "AddARGBGLXVisuals" "true"
# Option "PixmapCacheSize" "1000000"
# Option "AllowSHMPixmaps" "0"
EndSection
Arch Linux in da house
Offline
Offline
Try the 180.xx drivers (still in beta state).
Offline
Pages: 1