issue with xorg 7.2 amd driver geode lx

Puneet Goel puneet.maillist at gmail.com
Fri Jun 22 00:17:58 PDT 2007


Hello

Recently i have installed Xorg 7.2 on my geode lx with amd driver. Display
is working fine. But there are few issues i am facing. please do let me know
your comments

1. The desktop performance now on RDP (rdesktop) is very slow. how Over ICA
display performance is good.

2. Many time i am seeing that display is slow when GTK themes are being
loaded. my GTK application's display itself becomes also with above said
configuration.

I am attaching my xorg.conf also for reference.

Looking forward to hear from you

Thanks
Puneet
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.x.org/archives/xorg/attachments/20070622/71e62e91/attachment.html>
-------------- next part --------------
# Section "Files"
#     RgbPath	"/usr/X11R6/lib/X11/rgb"
#     FontPath	"/usr/X11R6/lib/X11/fonts/misc/"
#     ModulePath	"/usr/X11R6/lib/X11/modules"
# EndSection

Section "ServerFlags"
    Option      "blank time"    "10"
    Option      "standby time"  "20"
    Option      "suspend time"  "30"
    Option      "off time"      "60"
   # Option	"Xinerama"	"On"
EndSection

Section "InputDevice"
    Identifier	"Mouse2"
    Driver	"mouse"
    Option	"Protocol"	"ImPS/2"
    Option	"Device"	"/dev/input/mice"
    Option	"ZAxisMapping"	"4 5"
    Option	"AlwaysCore"
EndSection
Section "Screen"
	Identifier "Screen0"
	Device     "Card0"
	Monitor    "Monitor0"
	DefaultDepth     24
	SubSection "Display"
		Viewport   0 0
		Modes "1024x768"
		Depth     1
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Modes "1024x768"
		Depth     4
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Modes "1024x768_60.00"
		Depth     8
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Modes "1024x768_60.00"
		Depth     15
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Modes "1280x1024" "1024x768" "800x600"
		Depth     16
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Modes "1280x1024" "1024x768" "800x600"
		Depth     24
	EndSubSection
EndSection
Section "Monitor"
	Identifier   "Monitor0"
	VendorName   "Monitor Vendor"
	ModelName    "LCD Panel 1280x1024"
	HorizSync 30-81
	VertRefresh 56-75
	#modeline "1024x768_60.00" 69.11 1024 1080 1184 1344 768 769 772 795 -Hsync +Vsync
	#modeline  "1280x1024 at 60"  108.0 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync
	Modeline "800x600 at 60" 38.21 800 832 976 1008 600 612 618 631
	Modeline "1024x768 at 60" 64.56 1024 1056 1296 1328 768 783 791 807
	Modeline "1280x1024 at 60" 114.98 1280 1312 1744 1776 1024 1045 1055 1076 -Hsync +Vsync

EndSection
Section "Device"
	Option "SWCursor" "On"
        ### 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      "amd"
	VendorName  "Advanced Micro Devices [AMD]"
	BoardName   "Geode LX Video"
	BusID       "PCI:0:1:1"
#	Option	    "No Accel" "0"
	Option	    "EXANoComposite" "0"
#	Option  "FBSize" "8388608"
#	Option  "NoCompression" "true"
	Option	"PanelGeometry" "1280x1024"
EndSection
Section "ServerLayout"
	Identifier     "X.org Configured"
	Screen      0  "Screen0" 0 0
	InputDevice    "Mouse0" "CorePointer"
	InputDevice    "Mouse2"
	InputDevice    "Keyboard0" "CoreKeyboard"
EndSection
Section "Module"
	Load  "GLcore"
	Load  "dbe"
        Load  "dri"
	Load  "int10"
	Load  "extmod"
	Load  "glx"
	Load  "record"
	Load  "xtrap"
	Load  "freetype"
	Load  "type1"
EndSection
Section "InputDevice"
    Identifier	"Keyboard0"
Option "XkbLayout" "us"
    Driver	"kbd"
    Option	"AutoRepeat"	"400 30"
EndSection
Section "InputDevice"
    Identifier	"Mouse0"
    Driver	"mouse"
    Option	"Protocol"	"ImPS/2"
    Option	"Device"	"/dev/psaux"
    Option	"ZAxisMapping"	"4 5"
    Option	"Resolution"	"100"
EndSection


More information about the xorg mailing list