Strona 1 z 1

Radeon Xpress 1100

: 17 maja 2008, 16:12
autor: InterNeo
Posiadam Radeona Xpress 1100.
Wgrywałem najnowsze sterowniki, a mój xorg.conf wyglada tak:

Kod: Zaznacz cały

# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "Files"
	FontPath	"/usr/share/fonts/X11/misc"
	FontPath	"/usr/X11R6/lib/X11/fonts/misc"
	FontPath	"/usr/share/fonts/X11/cyrillic"
	FontPath	"/usr/X11R6/lib/X11/fonts/cyrillic"
	FontPath	"/usr/share/fonts/X11/100dpi/:unscaled"
	FontPath	"/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
	FontPath	"/usr/share/fonts/X11/75dpi/:unscaled"
	FontPath	"/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
	FontPath	"/usr/share/fonts/X11/Type1"
	FontPath	"/usr/X11R6/lib/X11/fonts/Type1"
	FontPath	"/usr/share/fonts/X11/100dpi"
	FontPath	"/usr/X11R6/lib/X11/fonts/100dpi"
	FontPath	"/usr/share/fonts/X11/75dpi"
	FontPath	"/usr/X11R6/lib/X11/fonts/75dpi"
	# path to defoma fonts
	FontPath	"/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
	Load	"i2c"
	Load	"bitmap"
	Load	"ddc"
	Load	"dri"
	Load	"extmod"
	Load	"freetype"
	Load	"glx"
	Load	"int10"
	Load	"vbe"
EndSection

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"kbd"
	Option		"CoreKeyboard"
	Option		"XkbRules"	"xorg"
	Option		"XkbModel"	"pc105"
	Option		"XkbLayout"	"pl"
EndSection

Section "InputDevice"
	Identifier	"Configured Mouse"
	Driver		"mouse"
	Option		"CorePointer"
	Option		"Device"		"/dev/input/mice"
	Option		"Protocol"		"ImPS/2"
	Option		"Emulate3Buttons"	"true"
EndSection

Section "InputDevice"
	Identifier	"Synaptics Touchpad"
	Driver		"synaptics"
	Option		"SendCoreEvents"	"true"
	Option		"Device"		"/dev/psaux"
	Option		"Protocol"		"auto-dev"
	Option		"HorizScrollDelta"	"0"
EndSection

Section "Device"
	Identifier	"ATI Technologies Inc RS485 [Radeon Xpress 1100 IGP]"
	Driver		"radeon"
	BusID		"PCI:1:5:0"
	Option		"AGPSize" "16"
	Option		"AGPMode" "8"
	Option       "AGPFastWrite" "true"
        Option       "RenderAccel" "on"
        Option       "EnablePageFlip" "true"
        Option       "ColorTiling" "true"
        Option       "DynamicsClocks" "true"
        Option       "XAANoOffScreenPixmaps" "true"
        Option       "DRI" "true"

EndSection
Section "DRI"
        Group    "video"
        Mode     0666
EndSection
Section "Monitor"
	Identifier	"Generic Monitor"
	Option		"DPMS"
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"ATI Technologies Inc RS485 [Radeon Xpress 1100 IGP]"
	Monitor		"Generic Monitor"
	DefaultDepth	24
	SubSection "Display"
		Depth		1
		Modes		"1280x800"
	EndSubSection
	SubSection "Display"
		Depth		4
		Modes		"1280x800"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"1280x800"
	EndSubSection
	SubSection "Display"
		Depth		15
		Modes		"1280x800"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1280x800"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1280x800"
	EndSubSection
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
	Screen		"Default Screen"
	InputDevice	"Generic Keyboard"
	InputDevice	"Configured Mouse"
	InputDevice	"Synaptics Touchpad"
EndSection

Section "DRI"
	Mode	0666
EndSection
A problem leży w tym, że nie mam Direct Rendering.
(Jak widać sekcja Device była ostro zmieniana... początkowo mialem tam 3 linijki i Driver "ati") Jednak nic nie pomaga... W BIOSie na laptopie nie można nic zmienić tymsamym ustawień AGP. (w xorgu specjalnie ustawiłem AGP size większe.. Gdzieś czytałem, że to może pomóc.. nie pomogło.)
Nie wiem co mogę jeszcze zrobić.... Ilość fps'ów nie przekracza nawet 500.

: 17 maja 2008, 18:49
autor: tydell
u mnie działa, na tej karcie działąją sterowniki zamknięte, więc albo zainstalujesz je ściągając paczkę ze strony ati albo poprzez synaptica zainstalujesz fglrx-driver
na nich zadziała direct rendering i np. compiza uruchomisz

a oto mój xorg:

Kod: Zaznacz cały

# xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "ServerLayout"
	Identifier     "Default Layout"
	Screen         "Default Screen" 0 0
	InputDevice    "Generic Keyboard"
	InputDevice    "Configured Mouse"
	InputDevice    "Synaptics Touchpad"
	Option "AIGLX" "True"
EndSection

Section "Files"
EndSection

Section "Module"
EndSection

Section "InputDevice"
	Identifier  "Generic Keyboard"
	Driver      "kbd"
	Option	    "CoreKeyboard"
	Option	    "XkbRules" "xorg"
	Option	    "XkbModel" "pc105"
	Option	    "XkbLayout" "pl"
EndSection

Section "InputDevice"
	Identifier  "Configured Mouse"
	Driver      "mouse"
	Option	    "CorePointer"
	Option	    "Device" "/dev/input/mice"
	Option	    "Protocol" "ImPS/2"
	Option	    "Emulate3Buttons" "true"
EndSection

Section "InputDevice"
	Identifier  "Synaptics Touchpad"
	Driver      "synaptics"
	Option	    "SendCoreEvents" "true"
	Option	    "Device" "/dev/psaux"
	Option	    "Protocol" "auto-dev"
	Option	    "HorizScrollDelta" "0"
EndSection

Section "Monitor"
	Identifier   "Generic Monitor"
	HorizSync    28.0 - 50.0
	VertRefresh  43.0 - 75.0
	Option	    "DPMS"
EndSection

Section "Device"
	Identifier  "ATI Technologies Inc RS485 [Radeon Xpress 1100 IGP]"
	Driver      "fglrx"
	Option	    "UseFBDev" "true"
	Option	    "VideoOverlay" "on"
	Option	    "OpenGLOverlay" "on"
	BusID       "PCI:1:5:0"
	Option "MonitorLayout" "CRT, LFP"
	Option "Clone" "True"
EndSection

Section "Screen"
	Identifier "Default Screen"
	Device     "ATI Technologies Inc RS485 [Radeon Xpress 1100 IGP]"
	Monitor    "Generic Monitor"
	DefaultDepth     24
	Option         "TripleBuffer" "true" 
	Option         "no GLXFBConfig for depth 32" 
	Option         "AddARGBVisuals" "True" 
	Option         "AddARGBGLXVisuals" "True" 
	Option         "DisableGLXRootClipping" "true"
	SubSection "Display"
		Modes    "1280x800" "1200x800"
	EndSubSection
EndSection

Section "DRI" 
    Mode    0666 
EndSection

Section "Extensions" 
    Option         "Composite" "Enable" 
EndSection


(co lepsze , na fglrx system po uruchomieniu miał zużywane ok. 120-130 MB Ram-u, na otwartych zaś nie przekraczało 50 MB :) )

: 17 maja 2008, 22:47
autor: InterNeo
Po zainstalowaniu proponowanych przez Ciebie sterowników i zmianie w xorg na dokładnie to samo co Ty masz w Device i Screen.... Zrobiłem 2 kroki w tył. Tj. Już nie mam 500 fps, a:

Kod: Zaznacz cały

interneo@interneo-laptop:~$ glxinfo | grep direct
Xlib:  extension "XFree86-DRI" missing on display ":0.0".
direct rendering: No
OpenGL renderer string: Mesa GLX Indirect
interneo@interneo-laptop:~$ glxgears -printfps
Xlib:  extension "XFree86-DRI" missing on display ":0.0".
513 frames in 6.5 seconds = 78.855 FPS
475 frames in 6.4 seconds = 74.153 FPS
480 frames in 6.5 seconds = 74.265 FPS
480 frames in 6.5 seconds = 74.234 FPS
2040 frames in 5.1 seconds = 399.869 FPS
3120 frames in 5.1 seconds = 610.814 FPS
3000 frames in 5.1 seconds = 588.124 FPS
3000 frames in 5.1 seconds = 586.919 FPS
3000 frames in 5.2 seconds = 579.432 FPS
2400 frames in 5.2 seconds = 461.556 FPS
2520 frames in 5.1 seconds = 494.804 FPS
2520 frames in 5.1 seconds = 490.302 FPS
360 frames in 5.6 seconds = 63.982 FPS

: 18 maja 2008, 10:53
autor: tydell
Tak, tylko zauważ że Ty nadal nie masz akceleracji 3d

Kod: Zaznacz cały

direct rendering: No
oraz nie masz załadowanego sterownika fglrx tylko dalej ciągnie na otwartym:

Kod: Zaznacz cały

OpenGL renderer string: Mesa GLX Indirect
zainstaluj je wg tego:
http://debian.linux.pl/viewtopic.php?t=32]http://debian.linux.pl/viewtopic.php?t=32