[#1] Ubuntu 7.04 feisty fawn
Witam.

Postanowiłem również "powalczyć" z tą dystrybucją. Sukces jest, ale połowiczny. Udało mi się pomyślnie zainstalować system i środowisko graficzne KDE, natomiast mam problem z grafiką. Otóż okienka odpalają mi się tylko na domyślnych sterownikach (karta "generic" fbdev ). Dlatego nie mam
praktycznie przyśpieszenia sprzętowego a odświeźanie ekranu jest domyślnie ustawione na 60HZ i nie da się zwiększyć (mimo tego, że w xorg.conf są ustawione znacznie wyższe limity). Po zmianie w xorg.conf sterownika na "ati"
system graficzny nie odpala się i muszę pega hardware'owo resetować.
Mam kartę Radeon 9000 i na wcześniejszej wersji kubuntu 5.10 grafa chodzi bez zastrzeżeń. Ktoś może miał podobny problem i go rozwiązał ?
[#2] Re: Ubuntu 7.04 feisty fawn

@yackar, post #1

Dodaj do /etc/sources.list linijkę:

deb http://www.pegasos.org/ubuntu/feisty binary/

W konsoli wykonaj polecenie:
wget -O- http://kozz.org/files/keys/kozz-pubkey.gpg | sudo apt-key add -

Następnie wykonaj polecenia:
sudo apt-get update
sudo apt-get dist-upgrade

Problem był opisywany między innymi na stronach powedeveloper (na forum) i bodajże pegasos.org. Jest też o tym wzmianka we francuskim artykule: http://obligement.free.fr/articles/ubuntu_feisty_pegasos.php

[#3] Re: Ubuntu 7.04 feisty fawn

@grxmrx, post #2

Jasne, od tego zacząłem, bo bez tego w ogóle nie było mowy od odpaleniu X-ów.
Z tym, że ja zrezygnowałem na starcie z gnome i przy instalacji z płyty nawet nie wybierałem środowiska graficznego. Dopiero poźniej dołożyłem do sources.list te repozytorium, dokonałem update i zainstalowałem KDE.
[#4] Re: Ubuntu 7.04 feisty fawn

@yackar, post #1

Dał byś rade zrobić jakieś małe info jak tegi linuksa zabotować bo jakoś rady nie daje
[#5] Re: Ubuntu 7.04 feisty fawn

@Goramo, post #4

już wiem nazwa dysku była nie ta co trzeba



Ostatnia modyfikacja: 15.08.07 18:45
[#6] Re: Ubuntu 7.04 feisty fawn

@yackar, post #1

Od baaaardzo dawna walcze z grafiką pod linuksem na peg II

jak widać z poniżsego cytatu Nieskutecznie

jabba@ubuntu:~$ glxinfo | grep direct
direct rendering: No
OpenGL renderer string: Mesa GLX Indirect
jabba@ubuntu:~$







Te pliki co to są na 100% potrzebne są zainstalowane w najnowszej wersji.
Tak twierdzi apt-get a on wie najlepiej.
libgl1-mesa-dri, libgl1-mesa-glx, libglu1-mesa, mesa-common-dev, mesa-utils, xlibmesa-dri, xlibmesa-glu.






mój xorg.conf wygląda tak

# /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    "dbe"
	Load	"ddc"
	Load	"dri"
	Load	"extmod"
	Load	"freetype"
	Load	"glx"
	Load	"int10"
	Load	"type1"
	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 RV280 [Radeon 9200 PRO]"
	Driver		"ati"
	BusID		"PCI:1:8:0"
	#
	Option 		"AddARGBGLXVisuals" "On"	
	#
	Option          "XAANoOffscreenPixmaps"	"true" # ati
	Option          "RenderAccel" 	"true"				#ati
	Option 		"backingstore"	"true"			#ati
EndSection

Section "Monitor"
	Identifier	"Generic Monitor"
	Option		"DPMS"
	HorizSync	31,5-81,5
	VertRefresh	56-75
EndSection

Section "Screen"
	#Option 		"AddARGBGLXVisuals"	"true"
	#Option          "DisableGLXRootClipping"	"true"
	Identifier	"Default Screen"
	Device		"ATI Technologies Inc RV280 [Radeon 9200 PRO]"
	Monitor		"Generic Monitor"
	DefaultDepth	24
	SubSection "Display"
		Depth		1
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		4
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		15
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
	Screen		"Default Screen"
	InputDevice	"Generic Keyboard"
	InputDevice	"Configured Mouse"
	Option 		"AIGLX"	"true" # sterownik wolny
EndSection

Section "DRI"
	Mode	0666
EndSection

#sterowniki wolne
Section "Extensions"
	Option 	"Composite"	"Enable"
	Option 	"RENDER"	"Enable" 
EndSection






A takie są skutki mioch wszystkich zabiegów i wysiłków
jabba@ubuntu:~$ glxgears
456 frames in 6.9 seconds = 66.231 FPS
420 frames in 7.0 seconds = 60.052 FPS
420 frames in 7.0 seconds = 60.130 FPS
420 frames in 7.0 seconds = 60.110 FPS
420 frames in 7.3 seconds = 57.724 FPS


I pytaniania mam 2
1 czy możliwe jest zainstalowonie i uruchomienie otwartych sterowników ati na Pegazie
2 jeżeli tak to jak to zrobić
2a co robie źle


dzięki za jaką kolwiek pomoc
[#7] Re: Ubuntu 7.04 feisty fawn

@Goramo, post #6

Feisty Fawn'a już wywaliłem dawno. Teraz mam zainstalowanego debiana 4.0 testing. Tam nie ma takich problemów. Mam działające 3D i u mnie glxgears
(na karcie Radeon 9000) pokazuje ok. 600-700 fps.
[#8] Re: Ubuntu 7.04 feisty fawn

@yackar, post #7

w sumie jedno i drugie to debian tylko jeden bardziej.

Zaczynam podejrzewać grafikę. Bo co prawda wszystko ją wykrywa jako R9200 pro, ale nalepka na karcie uparcie twierdzi że to jest r9250 v/d/vo. Tak samo jak i pudeło i manual. Może to jakaś chińska wariacja w temacie radeona.


a mógłbyś swojego xorg.conf wkleić, może masz coś lepiej???


I żeby było zabawniej to czuć że radek pracuje, bo radiator taki ciepły jak nigdy pod mosem,



Ostatnia modyfikacja: 17.08.07 15:27



Ostatnia modyfikacja: 17.08.07 15:28
[#9] Re: Ubuntu 7.04 feisty fawn

@Goramo, post #8

Ok. oto mój xorg.conf

# 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 "Files"
EndSection

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "pl"
Option "XkbOptions" "lv3:lwin_switch"
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 Radeon RV250 If [Radeon 9000]"
Driver "ati"
BusID "PCI:1:8:0"
Option "UseFBDev" "true"
Option "BusType" "PCI"
EndSection

Section "Monitor"
Identifier "IBM 6652 P27"
Option "DPMS"
HorizSync 30-130
VertRefresh 48-170
EndSection

Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies Inc Radeon RV250 If [Radeon 9000]"
Monitor "IBM 6652 P27"
DefaultDepth 24
SubSection "Display"
Modes "1600x1200" "1472x1177" "1280x1024" "1280x960" "1024x768" "960x960" "960x768" "960x720" "880x704" "880x550" "800x600" "720x400" "640x480"
EndSubSection
EndSection

Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection
Section "Module"
Load "dri"
Load "drm"
Load "glx"
EndSection
Section "dri"
Mode 0666
EndSection


Popatrz jeszcze w "centrum informacyjnym - opengl " czy masz włączone bezpośrednie renderowanie. Poza tym sterownik "ati" to jest chyba właśnie ten otwarty. Inaczej miałbyś fglx..
[#10] Re: Ubuntu 7.04 feisty fawn

@yackar, post #9

jabba@ubuntu:~$ glxgears
3191 frames in 5.0 seconds = 638.183 FPS
5127 frames in 5.1 seconds = 1013.047 FPS
5319 frames in 5.0 seconds = 1059.608 FPS
3220 frames in 5.0 seconds = 643.906 FPS
5222 frames in 5.0 seconds = 1044.253 FPS
5531 frames in 5.0 seconds = 1106.149 FPS
4796 frames in 5.0 seconds = 959.153 FPS
5307 frames in 5.0 seconds = 1061.377 FPS
4488 frames in 5.0 seconds = 897.462 FPS


Dziękuje Panu bardzo. :D :D :D :D

Już na pierwszy rzut oka na configi widać było co jest skopane.
Teraz jest OK


Właśnie odpaliłem BERYLA na PII z r9200. wydajność nie jest powalająca ale myśle że da się jeszczedużo poprawić



Ostatnia modyfikacja: 17.08.07 18:59
[#11] Re: Ubuntu 7.04 feisty fawn

@Goramo, post #10

Czyli jak teraz wygląda Twój xorg.conf po modyfikacji ?
[#12] Re: Ubuntu 7.04 feisty fawn

@yackar, post #11

# /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    "dbe"
	Load	"ddc"
	Load	"dri"
	Load	"extmod"
	Load	"freetype"
	Load	"glx"
	Load	"int10"
	Load	"type1"
	Load	"vbe"
	Load	"drm"
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 RV280 [Radeon 9200 PRO]"
	Driver		"ati"
	screen 		0
	BusID		"PCI:1:8:0"
	Option		"UseFBDev" 	"true"
	Option		"BusType" 	"PCI"
	#
	Option 		"AddARGBGLXVisuals" "On"
	#
	Option          "XAANoOffscreenPixmaps"	"true" # ati
	Option          "RenderAccel" 	"true"				#ati
	Option 		"backingstore"	"true"			#ati
	Option		"TripleBuffer"	"true"
EndSection

Section "Monitor"
	Identifier	"Generic Monitor"
	Option		"DPMS"
	HorizSync	31,5-75
	VertRefresh	56-75
EndSection

Section "Screen"
	#Option 		"AddARGBGLXVisuals"	"true"
	#Option          "DisableGLXRootClipping"	"true"
	Identifier	"Default Screen"
	Device		"ATI Technologies Inc RV280 [Radeon 9200 PRO]"
	Monitor		"Generic Monitor"
	DefaultDepth	16
	SubSection "Display"
		Depth		1
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		4
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		15
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
	Screen		"Default Screen"
	InputDevice	"Generic Keyboard"
	InputDevice	"Configured Mouse"
	Option 		"AIGLX"	"true" # sterownik wolny
EndSection

Section "DRI"
	Mode	0666
EndSection

#sterowniki wolne
Section "Extensions"
	Option 	"Composite"    "Enable"
	Option 	"RENDER"	"Enable" 
EndSection



Xorg.conf konfigurowany z myślą o berylu dlatego nawalone tam jest wszystkiego.
Beryla urochomić się udało, I całkiem oki działa gdyby nie ten bug z muleniem przeglądarek.
Na stronie www.PPA.pl, podobnie jak na wielu innych stronach internetowych, wykorzystywane są tzw. cookies (ciasteczka). Służą ona m.in. do tego, aby zalogować się na swoje konto, czy brać udział w ankietach. Ze względu na nowe regulacje prawne jesteśmy zobowiązani do poinformowania Cię o tym w wyraźniejszy niż dotychczas sposób. Dalsze korzystanie z naszej strony bez zmiany ustawień przeglądarki internetowej będzie oznaczać, że zgadzasz się na ich wykorzystywanie.
OK, rozumiem