Strona 2 z 2

: 16 kwietnia 2007, 16:11
autor: Sniff
Nadal lipa:/ doinstalowałem potrzebne pakiety i dalej nic...pakiety mam takie jak Ty:

Kod: Zaznacz cały

dpkg -l | grep mesa
ii  libgl1-mesa-dev                   6.5.1-0.6                       A free implementation of the OpenGL API -- G
ii  libgl1-mesa-dri                   6.5.1-0.6                       A free implementation of the OpenGL API -- D
ii  libgl1-mesa-glx                   6.5.1-0.6                       A free implementation of the OpenGL API -- G
ii  libglu1-mesa                      6.5.1-0.6                       The OpenGL utility library (GLU)
ii  libglu1-mesa-dev                  6.5.1-0.6                       The OpenGL utility library -- development su
ii  mesa-common-dev                   6.5.1-0.6                       Developer documentation for Mesa
ii  mesa-utils                        6.3.2-2.1                       Miscellaneous Mesa GL utilities
ii  xlibmesa-dri                      7.1.0-18                        transitional package for Debian etch
ii  xlibmesa-glu                      7.1.0-18                        transitional package for Debian etch
Jednak wyniki...:

Kod: Zaznacz cały

1591 frames in 5.2 seconds = 308.061 FPS
1680 frames in 5.2 seconds = 322.728 FPS
1680 frames in 5.2 seconds = 322.957 FPS
1440 frames in 5.3 seconds = 270.828 FPS
1920 frames in 5.1 seconds = 373.071 FPS
1800 frames in 5.2 seconds = 344.972 FPS
2400 frames in 5.1 seconds = 470.839 FPS

: 16 kwietnia 2007, 17:08
autor: HF
Być może trzeba coś zmienić w modułach jądra...

: 16 kwietnia 2007, 17:17
autor: Sniff
Hmm zainstalowałem też stery od Ati...też nie działa:/ xorg 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	"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 "Device"
	Identifier	"ATI Technologies Inc RV350 AS [Radeon 9550]"
	Driver		"fglrx"
	BusID		"PCI:1:0:0"
	VideoRam	131072
EndSection

Section "Monitor"
	Identifier	"SAMTRON"
	Option		"DPMS"
	HorizSync	30-81
	VertRefresh	56-75
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"ATI Technologies Inc RV350 AS [Radeon 9550]"
	Monitor		"SAMTRON"
	DefaultDepth	24
	SubSection "Display"
		Depth		1
		Modes		"1280x1024" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		4
		Modes		"1280x1024" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"1280x1024" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		15
		Modes		"1280x1024" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1280x1024" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1280x1024" "1024x768" "800x600" "640x480"
	EndSubSection
EndSection

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

Section "DRI"
	Mode	0666
EndSection

: 16 kwietnia 2007, 18:57
autor: Kaka'
Jaki masz kernel?

: 16 kwietnia 2007, 22:26
autor: Sniff
Linux sos 2.6.18-4-486

: 18 kwietnia 2007, 10:02
autor: Adrianus
Witam
może w xorg.conf do Section "Device" dodaj wpis Option "BusType" "PCI" mi pomogło na Ati Radeon 9100

Pozdrawiam

: 18 kwietnia 2007, 12:13
autor: ModY_WzM
Wstaw co pokazuje polecenie dmesg. Jaką masz wartość "AGP Apereture size" w biosie ??

Pozdrawiam

: 18 kwietnia 2007, 14:39
autor: mesiu84
po pierwsze nigdy nie udało mi się odpalić direct rendering na otwartym sterowniku, no ale na zamkniętym działa od razu, jeśli zależy ci na berylu albo compizie, to jedynie otwarty sterownik, ale mi na nim nie bardzo działają gry w opengl'u (czytaj nie działają), natomiast na zamkniętym sterowniku gierki działają jak głupie i nie ma z nimi problemu tak samo z direct renderingiem, no ale beryl niestety nie działa :( , dlatego ja ciągle czekam na coraz nowsze wersje sterowników, może kiedyś to zrobią dorzucą te funkcje do beryla.

: 19 kwietnia 2007, 21:28
autor: _Toshi_
pewnie wywala ci tez jakis glupi problem z XFree86 ? pomimo zainstalowanego xorg'a :P

[ Dodano: 2007-04-20, 20:41 ]
hmmm widzialem w kodzie ze masz tam tez sekcje ze sterami fglx miales instalowane drivery zamkniete ? jezeli tak to calkowicie je usun z systemu :

dpkg -l | grep fglx

pewnie wywali ci poszczegulne pakiety nastepnie dpkg -r <nazwa pakietu> (wszystkie po kolei ktore wyswietli)

nastepnie rekonfiguracja xorga i restart x'ow

mi po tym zaczal dzialac direct rendering na otwartych sterach ati :D