Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
ati Treiber killt X :-( (gelöst)
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
deranonyme
Guru
Guru


Joined: 09 Jul 2005
Posts: 509

PostPosted: Sun Nov 06, 2005 7:12 am    Post subject: ati Treiber killt X :-( (gelöst) Reply with quote

Hallo

Lösung: Der AGP-Port schient defekt zu sein. Es betrifft 3D Karten egal mit welchem Treiber (radeon/nvidia)

Ich habe hier einen Rechner mit ner Radeon 9000. Diesem wollte ich jetzt mit dem ATI Treiber 3D Fähigkeiten verpassen. Die Installation verlief auch Problemlos. Aber sobald ich eine 3D Applikation (Screensaver fgl_glxgears) starte stürzt X koplett ab. d.h. Tastatur ist nicht mehr bedienbar, der Screen friert ein. Die Maus lässt sich noch (funktionlos) bewegen.
Mein verwendeter Kernel ist 2.6.13-r5 aus den gentoo-sources. In den Logs ist keine Fehlermeldung dazu zu finden. Hier ein paar ergänzende Angaben. Ach ja ich habe es mit ati-drivers 8.14.13-r2 und 8.18.8 probiert.

# lsmod
Module Size Used by
ipv6 245504 6
fglrx 262304 7
snd_intel8x0 33984 0
snd_ac97_codec 84732 1 snd_intel8x0
snd_pcm 93128 2 snd_intel8x0,snd_ac97_codec
snd_timer 25860 1 snd_pcm
snd 57604 4 snd_intel8x0,snd_ac97_codec,snd_pcm,snd_timer
snd_page_alloc 10052 2 snd_intel8x0,snd_pcm
sis_agp 8708 1
agpgart 35912 2 fglrx,sis_agp


# less/etc/X11/xorg.conf

Section "dri"
# Access to OpenGL ICD is allowed for all users:
Mode 0666

Section "Module"

Load "dbe" # Double buffer extension

SubSection "extmod"
Option "omit xfree86-dga" # don't initialise the DGA extension
EndSubSection

Load "type1"
Load "freetype"

Load "glx" # libglx.a
Load "dri" # libdri.a

EndSection

Section "Files"

RgbPath "/usr/X11R6/lib/X11/rgb"

FontPath "/usr/X11R6/lib/X11/fonts/local/"
FontPath "/usr/X11R6/lib/X11/fonts/misc/" FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"

EndSection

Section "InputDevice"

Identifier "Keyboard1"
Driver "kbd"
Option "AutoRepeat" "500 30"

EndSection

Section "InputDevice"

Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "ImPS/2"
Option "ZAxisMapping" "4 5"
Option "Device" "/dev/input/mice"

EndSection

Section "Monitor"
Identifier "Monitor0"
HorizSync 30-70
VertRefresh 47-110
Option "DPMS"

EndSection

Section "Device"
Identifier "ATI Graphics Adapter"
Driver "fglrx"

#Option "NoDDC"
Option "no_accel" "no"
Option "no_dri" "no"
Option "mtrr" "off"
Option "DesktopSetup" "(null)"
Option "HSync2" "unspecified"
Option "VRefresh2" "unspecified"
Option "ScreenOverlap" "0"
Option "GammaCorrectionI" "0x00000000"
Option "GammaCorrectionII" "0x00000000"
Option "Capabilities" "0x00000000"
Option "CapabilitiesEx" "0x00000000"
Option "VideoOverlay" "on"
Option "OpenGLOverlay" "off"
Option "CenterMode" "off"
Option "PseudoColorVisuals" "off"
Option "Stereo" "off"
Option "StereoSyncEnable" "1"
Option "FSAAEnable" "no"
Option "FSAAScale" "1"
Option "FSAADisableGamma" "no"
Option "FSAACustomizeMSPos" "no"
Option "FSAAMSPosX0" "0.000000"
Option "FSAAMSPosY0" "0.000000"
Option "FSAAMSPosX1" "0.000000"
Option "FSAAMSPosY1" "0.000000"
Option "FSAAMSPosX2" "0.000000"
Option "FSAAMSPosY2" "0.000000"
Option "FSAAMSPosX3" "0.000000"
Option "FSAAMSPosY3" "0.000000"
Option "FSAAMSPosX4" "0.000000"
Option "FSAAMSPosY4" "0.000000"
Option "FSAAMSPosX5" "0.000000"
Option "FSAAMSPosY5" "0.000000"
Option "UseFastTLS" "0"
Option "BlockSignalsOnLock" "on"
Option "UseInternalAGPGART" "no"
Option "ForceGenericCPU" "no"
Screen 0
EndSection

Section "Screen"
Identifier "Screen0"
Device "ATI Graphics Adapter"
Monitor "Monitor0"
DefaultDepth 24
Subsection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
ViewPort 0 0 # initial origin if mode is smaller than desktop
EndSubsection
EndSection

Section "ServerLayout"

Identifier "Server Layout"
Screen "Screen0"
InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"

EndSection


DirectRenderinManager ist im Kernel deaktiviert agpgart als Modul kompiliert. Wenn ihr noch weitere Angaben braucht gerne.

Dank Frank


Last edited by deranonyme on Mon Nov 14, 2005 7:30 am; edited 1 time in total
Back to top
View user's profile Send private message
b3cks
Veteran
Veteran


Joined: 23 Mar 2004
Posts: 1481
Location: Bremen (GER)

PostPosted: Sun Nov 06, 2005 11:29 am    Post subject: Reply with quote

Poste mal deine /var/log/Xorg.0.log, bitte.
_________________
I am /root and if you see me laughing you better have a backup.
Back to top
View user's profile Send private message
deranonyme
Guru
Guru


Joined: 09 Jul 2005
Posts: 509

PostPosted: Mon Nov 14, 2005 7:28 am    Post subject: Port defekt Reply with quote

Das Problem ist zwar nicht gelöst, aber wohl geklärt. 8)
Der AGP-Port des Mainboards hat einen Treffer. Egal was für eine Karte ich reinstecke, sdobald es um 3D geht schmiert sie ab.

Frank
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum