Sie sind nicht angemeldet.

Lieber Besucher, herzlich willkommen bei: GentooForum.de. Falls dies Ihr erster Besuch auf dieser Seite ist, lesen Sie sich bitte die Hilfe durch. Dort wird Ihnen die Bedienung dieser Seite näher erläutert. Darüber hinaus sollten Sie sich registrieren, um alle Funktionen dieser Seite nutzen zu können. Benutzen Sie das Registrierungsformular, um sich zu registrieren oder informieren Sie sich ausführlich über den Registrierungsvorgang. Falls Sie sich bereits zu einem früheren Zeitpunkt registriert haben, können Sie sich hier anmelden.

1

15.10.2007, 12:52

fehler mit fglrx?

seit ich den aktuellen ati treiber installiert hab
habe ich bei einigen anwendungen (wie openoffice ) seldsame grafikfehler

hier ein beispiel aus dem profil-editieren vom gentooforum

screenshot




weiss jemand wie ich diese sehr stöhrenden grauen balken loswerde ?

2

15.10.2007, 14:03

RE: fehler mit fglrx?

Gib mal lspci, deine fglrx-Version sowie deine xorg.conf durch. Hast du irgendein Eye Candy?
http://www.dyle.org
IM-Account (Jabber!) sind auf meiner HP ...
There is no place like /home

http://www.gentooforum.de
http://www.gentoofreunde.org

<div>how to annoy a web developer?</span>

3

15.10.2007, 14:50

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
$ lspci
00:00.0 Host bridge: ATI Technologies Inc RS690 Host Bridge
00:01.0 PCI bridge: ATI Technologies Inc RS690 PCI to PCI Bridge (Internal gfx)
00:07.0 PCI bridge: ATI Technologies Inc RS690 PCI to PCI Bridge (PCI Express Port 3)
00:12.0 SATA controller: ATI Technologies Inc SB600 Non-Raid-5 SATA
00:13.0 USB Controller: ATI Technologies Inc SB600 USB (OHCI0)
00:13.1 USB Controller: ATI Technologies Inc SB600 USB (OHCI1)
00:13.2 USB Controller: ATI Technologies Inc SB600 USB (OHCI2)
00:13.3 USB Controller: ATI Technologies Inc SB600 USB (OHCI3)
00:13.4 USB Controller: ATI Technologies Inc SB600 USB (OHCI4)
00:13.5 USB Controller: ATI Technologies Inc SB600 USB Controller (EHCI)
00:14.0 SMBus: ATI Technologies Inc SBx00 SMBus Controller (rev 14)
00:14.1 IDE interface: ATI Technologies Inc SB600 IDE
00:14.2 Audio device: ATI Technologies Inc SBx00 Azalia
00:14.3 ISA bridge: ATI Technologies Inc SB600 PCI to LPC Bridge
00:14.4 PCI bridge: ATI Technologies Inc SBx00 PCI to PCI Bridge
00:18.0 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] HyperTransport Technology Configuration
00:18.1 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Address Map
00:18.2 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] DRAM Controller
00:18.3 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Miscellaneous Control
01:05.0 VGA compatible controller: ATI Technologies Inc RS690 [Radeon X1200 Series]
02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 01)
03:05.0 Multimedia video controller: Brooktree Corporation Bt878 Video Capture (rev 11)
03:05.1 Multimedia controller: Brooktree Corporation Bt878 Audio Capture (rev 11)


fglrx-Version hab ich die aktuelle 8.40.4

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
Section "ServerLayout"
	Identifier     "Default Layout"
	Screen      0  "aticonfig-Screen[0]" 0 0
	InputDevice    "Generic Keyboard"
	InputDevice    "Configured Mouse"
EndSection

Section "ServerFlags"
	Option	    "AIGLX" "off"
EndSection

Section "Extensions"
      Option "Composite" "Disable"
EndSection

Section "Files"
    RgbPath	"/usr/share/X11/rgb"

    FontPath	"/usr/share/fonts/default/ghostscript"
    FontPath	"/usr/share/fonts/ttf-bitstream-vera"
    FontPath	"/usr/share/fonts/xdtv"
    FontPath	"/usr/share/fonts/misc"
    FontPath	"/usr/share/fonts/Type1"
    FontPath	"/usr/share/fonts/75dpi"
    FontPath	"/usr/share/fonts/100dpi"

    ModulePath	"/usr/lib64/xorg/modules"
EndSection

Section "Module"
    Load	"dbe"
#    Load        "dri"
    Load        "glx"
#    Load        "exemod"
    Load        "vbe"
    Load	"type1"
    Load	"freetype"
EndSection

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

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

Section "Monitor"
	Identifier   "aticonfig-Monitor[0]"
	HorizSync    30.0 - 86.0
	VertRefresh  50.0 - 150.0
	Option	    "DPMS" "true"
EndSection

Section "Device"
	Identifier  "aticonfig-Device[0]"
	Driver		"fglrx"
#        Driver		"vesa"
	VendorName  "ATI Technologies Inc"
	Option      "UseFastTLS" "2"
	Option "UseInternalAGPGART"         "no"
	BusID       "PCI:1:5:0"
EndSection

Section "Screen"
	Identifier "aticonfig-Screen[0]"
	Device     "aticonfig-Device[0]"
	Monitor    "aticonfig-Monitor[0]"
	DefaultDepth     24
	SubSection "Display"
		Viewport   0 0
		Depth     24
#                Modes    "1024x768" "800x600"
		Modes    "1024x768_85" "800x600_85"
	EndSubSection
EndSection

Section "dri"
	Group "video"
	Mode 0666
EndSection


Quellcode

1
2
3
4
5
6
7
8
$ glxinfo|grep direct
direct rendering: Yes

$ glxinfo|grep OpenGL
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: ATI Radeon X1200 Series
OpenGL version string: 2.0.6747 (8.40.4)
OpenGL extensions:


also 3d und so funsen auch soweit
iss nur dieser stöhrende grafikfehler


Eye Candy ?
ich weiss nicht so genau was damit gemeint ist
deshalb geh ich mal davon aus das ichs net hab^^

---
dieser balken tritt auch nur nach dem scrollen auf
und wenn ich den desktop wechsele und zurüch ist der balken kurtz weg (bis ich halt weiter scrollen muss)

Dieser Beitrag wurde bereits 2 mal editiert, zuletzt von »Chakotay« (15.10.2007, 14:54)


4

15.10.2007, 15:49

Mit Eye Candy meine Ich Beryl oder Compiz und dergl.

Nun, deine Settings sehen ja eigentlich gut aus (das "UseFastTLS" und das "UseInternalAGPGART" kommt ein wenig plötzlich, aber daran kann es IMHO nicht liegen).

Seht eher so aus, als wäre der 8.40.4 ati-Treiber auf deinem Athlong 64 noch zu instabil ...

Mit einem älzteren geht es besser?
http://www.dyle.org
IM-Account (Jabber!) sind auf meiner HP ...
There is no place like /home

http://www.gentooforum.de
http://www.gentoofreunde.org

<div>how to annoy a web developer?</span>

5

15.10.2007, 16:03

leider nein

keiner der treiber läuft besser (sind erlich gesagt exakt gleich)

und Eye Candy hab ich keine installt :-)

Zitat

Original von dyle
das "UseFastTLS" und das "UseInternalAGPGART" kommt ein wenig plötzlich


?
was genau meinst du damit

Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »Chakotay« (15.10.2007, 16:41)


6

27.10.2007, 16:45

treiberupdate auf 8.42.3

und der fehler bleibt der selbe :-(