고수님들...그래픽 문제 해결 좀 도와주세요~~~

안녕하세요 회원님들…
또 글을 올리게 되었습니다. 아직 진전이 없네요~
직접 전화까지 주신 강분도님…이글을 빌어 감사 말씀 올립니다.
참고로 일반 테스크탑용의 그래픽 카드가 아닌 메인보드에 온보드 된 embedded된 그래픽을 사용하고 있습니다.
그래픽 메모리는 현재 16Mb로 잡혀 있으나 32MB로 올려도 별반 차이가 없는 것으로 나타났습니다.

참고가 될까하여 xorg.conf파일내용을 첨부 해 봅니다.
처음 우분투 9.10을 설치 하였을 때 xorg.conf라는 파일이 없었습니다. 그래서 이곳 자료를 뒤져서 만들었더니내용이 아래와 같습니다.

Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "elo"
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 "dri2"
Load "dri"
Load "record"
Load "extmod"
Load "dbe"
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"
### [arg]: arg optional
Identifier "Card0"
Driver "geode"
VendorName "Advanced Micro Devices [AMD]"
BoardName "Geode LX Video"
BusID "PCI:0:1:1"
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 "InputDevice"
Identifier "elo"
Driver "elo"
Option "Device" "/dev/input/elo_ser"
Option "SendCoreEvents" "true"
EndSection

첨부파일로 Xorg.0.log도 첨부해 봅니다.

혹시나해서 올려봅니다.

Section "Extensions"
option "composite" "Disable"
EndSection

추가해보시고
디바이스 섹션에
Section "Device"
.
.
.
Option "AccelMethod" "XAA"
EndSection

기본 EXA에서 XAA로 바꿔주는거라고 하더군요.

어찌 해결 잘되시길 빕니다.