Sie sind nicht angemeldet.

1

08.09.2010, 23:16

Probleme mit X und HP ZR24w

Hallo liebe Gentoo-Gemeinde

Irgendwie scheint der ZR24w von HP nicht in der Lage zu sein mit den Standarteinstellungen von X zu arbeiten.
Immer wenn X gestartet wird geht er in den sleep-modus. Durch irgend ein problem mit dem radeon-driver kann ich dann leider auch keine framebuffer-konsolen mehr nutzen.
Meine vielleicht etwas laienhaften Modifikationen an der Xorg.conf (Auflösung, Bildwiederholrate..) haben auch nicht gefruchtet.
Ich habs schon mit den ati-drivers probiert, aber da endet ein Xorg -configure im segfault:

Zitat


(II) Loading PCS database from /etc/ati/amdpcsdb
[...]
(**) ChipID override: 0x68B8
(**) Chipset Supported AMD Graphics Processor (0x68B8) found

Backtrace:
0: Xorg (xorg_backtrace+0x28) [0x46dc68]
1: Xorg (0x400000+0x69aa9) [0x469aa9]
2: /lib/libpthread.so.0 (0x7f121e6e6000+0xea40) [0x7f121e6f4a40]
3: /usr/lib64/xorg/modules/drivers/fglrx_drv.so (atiddxProbe+0xb3d) [0x7f121bc52bcd]
4: Xorg (xf86CallDriverProbe+0x2dc) [0x47485c]
5: Xorg (DoConfigure+0x1a3) [0x485a43]
6: Xorg (InitOutput+0x197) [0x475a17]
7: Xorg (0x400000+0x24f7f) [0x424f7f]
8: /lib/libc.so.6 (__libc_start_main+0xfd) [0x7f121d78ba3d]
9: Xorg (0x400000+0x24ca9) [0x424ca9]
Segmentation fault at address (nil)

Fatal server error:
Caught signal 11 (Segmentation fault). Server aborting


Hat jemand eine Idee wie ich vorgehen sollte? Weitere logs liefer ich auf Anfrage gerne nach.

Meine Systemhardware ist wie folgt:

CPU: AMD Phenom2 x6 1055T
Graphik: ATI Radeon HD 5770
Monitor: HP ZR24w

schon mal Danke im Vorraus
vr1l

Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »vr1l« (09.09.2010, 17:48)


2

08.09.2010, 23:38

Hallo und willkommen im Forum!

Ich habs schon mit den ati-drivers probiert, aber da endet ein Xorg -configure im segfault:
Das wird mit dem proprietären Treiber mit Xorg -configure nicht funktionieren, nutze da besser das vom Treiber Paket mit installierte Tool (ich glaub es heißt aticonfig oder so ähnlich) für die erstellung einer passenden xorg.config
Schaue am besten mal in die Dokumentationen des Treiber Pakets. Was dir da wohin installiert wurde sollte in der

Quellcode

1
# qlist ati-drivers
Ausgabe ersichtlich sein. (qlist ist im portage-utils Paket mit enthalten)

PS:
Nutze für Konsolen Ausgaben doch bitte die code statt der quote Tags (ist die Raute # oben im Editor)
ist dann doch besser lesbar... ;)

3

08.09.2010, 23:43

Jap, schmeis deine

Quellcode

1
2
3
4
5
Xorg.conf, 
/var/log/Xorg.0.log, 
dmesg, 
emerge --info, 
eselect opengl list

rein


Edit:
lol, war wohl der josef mal wieder schneller ;)

4

08.09.2010, 23:59

oh, vielen Dank schonmal.
Bevor ich jetzt in Gentoo boote um die logs zu besorgen und das tool auszuprobieren wollte ich noch sagen, das der Xserver mit dem CRT eines Kumpels schonmal prima lief.
Das Problem existiert erst seit ich den TFT angeschlossen habe.

5

09.09.2010, 00:03

CRT ... Kathoden Strahl Kanone ...
naja sovern wies per dvi oder vga angeschlossen ist, machts eig kein unterschied.
Muss also ein anderes problem sein (freu mich schon auf die Xorg.conf)

6

09.09.2010, 00:45

Wow, es funktioniert.
Ich hab ati-drivers deinstalliert, ne xorg.conf (die nicht funktionierte) erstellt, dann ati-drivers neu installiert und mit aticonfig die xorg modifiziert.
Ausserdem eselect opengl set ati oder so ähnlich und nu gehts.

ich poste trotzdem mal die xorg.conf. hat sich ja schon jemand drauf gefreut und ich muss unbedingt mal die code-tags ausprobieren.

Quellcode

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
Section "ServerLayout"
	Identifier 	"X.org Configured"
	Screen  	0  "aticonfig-Screen[0]-0" 0 0
	InputDevice	"Mouse0" "CorePointer"
	InputDevice	"Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
	ModulePath   "/usr/lib64/xorg/modules"
	FontPath 	"/usr/share/fonts/misc/"
	FontPath 	"/usr/share/fonts/TTF/"
	FontPath 	"/usr/share/fonts/OTF"
	FontPath 	"/usr/share/fonts/Type1/"
	FontPath 	"/usr/share/fonts/100dpi/"
	FontPath 	"/usr/share/fonts/75dpi/"
EndSection

Section "Module"
	Load  "dbe"
	Load  "extmod"
	Load  "dri"
	Load  "record"
	Load  "glx"
	Load  "dri2"
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"

	#DisplaySize	  540   350	# mm
	Identifier   "Monitor0"
	VendorName   "HWP"
	ModelName	"HP ZR24w"
	HorizSync	24.0 - 80.0
	VertRefresh  59.0 - 61.0
	Option		"DPMS"
EndSection

Section "Monitor"
	Identifier   "aticonfig-Monitor[0]-0"
	Option		"VendorName" "ATI Proprietary Driver"
	Option		"ModelName" "Generic Autodetecting Monitor"
	Option		"DPMS" "true"
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
    	#Option 	"NoAccel"        		# [<bool>]
    	#Option 	"SWcursor"       		# [<bool>]
    	#Option 	"Dac6Bit"        		# [<bool>]
    	#Option 	"Dac8Bit"        		# [<bool>]
    	#Option 	"BusType"        		# [<str>]
    	#Option 	"CPPIOMode"      		# [<bool>]
    	#Option 	"CPusecTimeout"  		# <i>
    	#Option 	"AGPMode"        		# <i>
    	#Option 	"AGPFastWrite"   		# [<bool>]
    	#Option 	"AGPSize"        		# <i>
    	#Option 	"GARTSize"       		# <i>
    	#Option 	"RingSize"       		# <i>
    	#Option 	"BufferSize"     		# <i>
    	#Option 	"EnableDepthMoves"   	# [<bool>]
    	#Option 	"EnablePageFlip" 		# [<bool>]
    	#Option 	"NoBackBuffer"   		# [<bool>]
    	#Option 	"DMAForXv"       		# [<bool>]
    	#Option 	"FBTexPercent"   		# <i>
    	#Option 	"DepthBits"      		# <i>
    	#Option 	"PCIAPERSize"    		# <i>
    	#Option 	"AccelDFS"       		# [<bool>]
    	#Option 	"IgnoreEDID"     		# [<bool>]
    	#Option 	"CustomEDID"     		# [<str>]
    	#Option 	"DisplayPriority"		# [<str>]
    	#Option 	"PanelSize"      		# [<str>]
    	#Option 	"ForceMinDotClock"   	# <freq>
    	#Option 	"ColorTiling"    		# [<bool>]
    	#Option 	"VideoKey"       		# <i>
    	#Option 	"RageTheatreCrystal" 	# <i>
    	#Option 	"RageTheatreTunerPort" 	# <i>
    	#Option 	"RageTheatreCompositePort" 	# <i>
    	#Option 	"RageTheatreSVideoPort" 	# <i>
    	#Option 	"TunerType"      		# <i>
    	#Option 	"RageTheatreMicrocPath" 	# <str>
    	#Option 	"RageTheatreMicrocType" 	# <str>
    	#Option 	"ScalerWidth"    		# <i>
    	#Option 	"RenderAccel"    		# [<bool>]
    	#Option 	"SubPixelOrder"  		# [<str>]
    	#Option 	"ShowCache"      		# [<bool>]
    	#Option 	"ClockGating"    		# [<bool>]
    	#Option 	"VGAAccess"      		# [<bool>]
    	#Option 	"ReverseDDC"     		# [<bool>]
    	#Option 	"LVDSProbePLL"   		# [<bool>]
    	#Option 	"AccelMethod"    		# <str>
    	#Option 	"DRI"            		# [<bool>]
    	#Option 	"ConnectorTable" 		# <str>
    	#Option 	"DefaultConnectorTable" 	# [<bool>]
    	#Option 	"DefaultTMDSPLL" 		# [<bool>]
    	#Option 	"TVDACLoadDetect"		# [<bool>]
    	#Option 	"ForceTVOut"     		# [<bool>]
    	#Option 	"TVStandard"     		# <str>
    	#Option 	"IgnoreLidStatus"		# [<bool>]
    	#Option 	"DefaultTVDACAdj"		# [<bool>]
    	#Option 	"Int10"          		# [<bool>]
    	#Option 	"EXAVSync"       		# [<bool>]
    	#Option 	"ATOMTVOut"      		# [<bool>]
    	#Option 	"R4xxATOM"       		# [<bool>]
    	#Option 	"ForceLowPowerMode"  	# [<bool>]
    	#Option 	"DynamicPM"      		# [<bool>]
    	#Option 	"NewPLL"         		# [<bool>]
    	#Option 	"ZaphodHeads"    		# <str>
	Identifier  "Card0"
	Driver  	"radeon"
	VendorName  "ATI Technologies Inc"
	BoardName   "Unknown Board"
	BusID   	"PCI:1:0:0"
EndSection

Section "Device"
	Identifier  "aticonfig-Device[0]-0"
	Driver  	"fglrx"
	BusID   	"PCI:1:0:0"
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 "Screen"
	Identifier "aticonfig-Screen[0]-0"
	Device 	"aticonfig-Device[0]-0"
	Monitor	"aticonfig-Monitor[0]-0"
	DefaultDepth 	24
	SubSection "Display"
		Viewport   0 0
		Depth 	24
	EndSubSection
EndSection


Haha, ist jetzt schon das dritte mal das ich wieder mit gentoo anfange (vorher reichte die Hardware einfach nicht) und jedesmal musste ich die Lektion das die Community unentbehrlich ist neu lernen.
Also nochmal vielen Dank und
Have a lot of fun! :-)
vr1l

7

09.09.2010, 01:46

Zitat


hat sich ja schon jemand drauf gefreut

Ahh, noch son scherzkeks, you're welcome :D

Zitat


vorher reichte die Hardware einfach nicht

Darf ich fragen welche HW du hast, speziel CPU | RAM | HDD

HAA, da hab ich doch noch schnell was gefunden:
58-130 ist überflüssig

ist überbleibsel von den open source treiber, den du warscheinlich noch eine lange zeit nicht nutzen wirst.

8

09.09.2010, 03:11

Haha, hab mir extra für Gentoo ein exemplar der neuen Phenom2 x6 organisiert. Ist nur der 1055T aber er läuft prima bei 3,5GHtz.
6 Kerne à 3,5GHtz machen sich beim kompilieren schon bemerkbar. Hab mir auch noch ne SSD besorgt damit sich nicht dort ein neuer Flaschenhals auftut.
In Sachen Ram hab ich zwei 2048MB G.Skill Ripjaws DDR3-1333 CL7. Das werde ich aber eventuell verdoppeln. Dann könnte ich die portage arbeits-directory in eine ramdisk verlegen und noch ein bischen performance rausholen.

Vorher hatte ich so nen laptop an dem es über 2 tage gedauert hat KDE zu kompilieren.


Die Überflüssigen Zeilen werde ich mal ganz flott löschen :D

achja, und um diesem post noch ein bischen ein nicht ganz so spammendes outfit zu verpassen: Wie kann ich eigendlich den thread auf gelöst setzten?

have a lot of fun :-)
vr1l

9

09.09.2010, 11:52

über dein textarea wo dein posting rein tust steht prefix > da kannste gelöst|erledigt auswählen

@box:
wow viel zu oversized, sovern du nicht bleeding edge bist compilierst du vlt mal 2-3 packages pro monat.
aber ansonsten von daten her klingts geil, stellt sich nur die frage was die restliche zeit damit tust ^^

Zitat

ann könnte ich die portage arbeits-directory in eine ramdisk verlegen und noch ein bischen performance rausholen.

Generell etwas was ich jeden empfehlen kann. Teils wegen Performance (die deutlich höher ist), teils wegen den lebenzeiten erhöhung der platten.
FEATURES="-ccache" hoffe ich ;)

10

09.09.2010, 13:43

Wie kann ich eigendlich den thread auf gelöst setzten?
Siehe hierzu bitte auch in die Forumskonventionen