Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[ATI] Freeze nach Logconsole
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
Romses
Apprentice
Apprentice


Joined: 20 Jan 2004
Posts: 257
Location: Frankfurt

PostPosted: Wed Jan 26, 2005 8:50 pm    Post subject: [ATI] Freeze nach Logconsole Reply with quote

Hallo

Da ich langsam den Überblick über all die Ati-Threads verloren habe, poste icheinfach mal mein Problem.

Ich habe die ati-drivers-8.8.25-r3 merged.
Soweit klappt auch alles.

Ich kann KDE benutzen, und auf die Konsolen wechseln, aber sobald ich auf die Logconsole wechsele, friert mein komplettes System ein.

Es hilft nur noch ein harter Reset.
Ich habe bereits vom Radeonfb auf den Vesafb-tng gewechselt.
Mein Kernel ist 2.6.10-gentoo-r5

Kann hier jemand diese probleme bestätigen?


Gruß Romses
Back to top
View user's profile Send private message
dakjo
Veteran
Veteran


Joined: 31 Jan 2004
Posts: 1544

PostPosted: Wed Jan 26, 2005 11:19 pm    Post subject: Reply with quote

Ja hier, kann ich das interessante ist noch, sobald ich den fglrx geladen habe (es muss kein X laufen), frezzed der Rechner sobald ich ein dd von cd mache :x

*ARG*
_________________
'Dieselben Naturkräfte, die uns ermöglichen, zu den Sternen zu fliegen, versetzen uns auch in die Lage, unseren Stern zu vernichten.' - Wernher von Braun
http://www.mpsna.de
Back to top
View user's profile Send private message
NightDragon
Veteran
Veteran


Joined: 21 Aug 2004
Posts: 1156
Location: Vienna (Austria)

PostPosted: Thu Jan 27, 2005 12:00 am    Post subject: Reply with quote

verwendet ihr AGPGART zusammen mit einem Chipsatztreiber für AGP?
_________________
You are the problem too all my solutions ;)
Back to top
View user's profile Send private message
Romses
Apprentice
Apprentice


Joined: 20 Jan 2004
Posts: 257
Location: Frankfurt

PostPosted: Thu Jan 27, 2005 6:02 am    Post subject: Reply with quote

Ich habe AGPGART auf Modul gestellt...
Code:

<M> /dev/agpgart (AGP Support)                                                                       
< >   ALI chipset support                                                                           
< >   ATI chipset support                                                                           
AMD Irongate, 761, and 762 chipset support                                                     
< >   AMD Opteron/Athlon64 on-CPU GART support                                                       
<M>   Intel 440LX/BX/GX, I8xx and E7x05 chipset support                                             
< >   Intel i865 chipset support                                                                     
< >   NVIDIA nForce/nForce2 chipset support                                                         
< >   SiS chipset support                                                                           
< >   Serverworks LE/HE chipset support                                                             
< >   VIA chipset support                                                                           
< >   Transmeta Efficeon support


Ich erinnere mich noch daran, dass da irgendwas in der xorg.conf mit AGP war...

hier mal die wichtigsten Abschnitte meiner xorg.conf:

Code:

Section "DRI"
    Mode 0666
EndSection

Section "Module"
    Load        "dbe"

    SubSection  "extmod"
      Option    "omit xfree86-dga"
    EndSubSection
    Load        "type1"
    Load        "freetype"
    Load        "glx"
    Load        "dri"
    Load        "xtt"
EndSection
...

...
# === ATI device section ===

Section "Device"
    Identifier                          "ATI Graphics Adapter"
    Driver                              "fglrx"
    ChipID                              0x4e48
#    Option      "backingstore" "true"
    Option "no_accel"                   "no"
    Option "no_dri"                     "no"
    Option "mtrr"                       "off" # disable DRI mtrr mapper, driver has its own code for mtrr
    Option "DesktopSetup"               "0x00000100"    # Don't change it for Clone mode.
    Option "MonitorLayout"              "AUTO, AUTO"
    Option "IgnoreEDID"                 "off"
    Option "HSync2"                     "31.5-70"       #Second monitor horizontal sync
    Option "VRefresh2"                  "50-120"        #Second monitor vertical sync
    Option "ScreenOverlap"              "100"   # Pixels for Overlapping. Set to 0 to disable
# === OpenGL specific profiles/settings ===
    Option "Capabilities"               "0x00008000"
# === Video Overlay for the Xv extension ===
    Option "VideoOverlay"               "on"
# === OpenGL Overlay ===
# Note: When OpenGL Overlay is enabled, Video Overlay
#       will be disabled automatically
    Option "OpenGLOverlay"              "off"
# === Center Mode (Laptops only) ===
    Option "CenterMode"                 "off"
# === Pseudo Color Visuals (8-bit visuals) ===
    Option "PseudoColorVisuals"         "off"
# === QBS Management ===
    Option "Stereo"                     "off"
    Option "StereoSyncEnable"           "1"
# === Misc Options ===
    #Option "UseFastTLS"                 "0"
    #Option "BlockSignalsOnLock"         "on"
    #Option "UseInternalAGPGART"         "no"
    #Option "ForceGenericCPU"            "no"
    #Option "KernelModuleParm"           "agplock=0"
    #BusID "PCI:1:0:0"    # vendor=1002, device=4e45
    Screen 0
EndSection
...

...
#Section "Extensions"
#     Option "Composite" "Enable"
#     Option "RENDER" "Enable"
#EndSection


Es wäre schön, wenn hier jemandem was auffallen würde

Gruß Romses

edit:

Mir ist gerade aufgefallen, dass mein DRI anscheinend nicht geht...

Code:

romses@DREVIL romses $ glxinfo
name of display: :0.0
display: :0  screen: 0
direct rendering: No

glxgears zeigt schlechte Frameraten...
Code:

912 frames in 5.0 seconds = 182.400 FPS
960 frames in 5.0 seconds = 192.000 FPS
960 frames in 5.0 seconds = 192.000 FPS
840 frames in 5.0 seconds = 168.000 FPS
960 frames in 5.0 seconds = 192.000 FPS

und fgl_glxgears schmiert ab
Code:

X Error of failed request:  BadLength (poly request too large or internal Xlib length error)
  Major opcode of failed request:  16 (X_InternAtom)
  Serial number of failed request:  36
  Current serial number in output stream:  38
Back to top
View user's profile Send private message
slyght
Apprentice
Apprentice


Joined: 12 May 2004
Posts: 207
Location: Stuttgart, Germany

PostPosted: Thu Jan 27, 2005 6:58 am    Post subject: Reply with quote

dri funktioniert bei mir auch nicht mit aktiviertem framebuffer. Hab's allerdings noch nciht geschafft die vesa-tng-treiber zu compilen.

Die xorg.conf scheint ok zu sein. Wichtig ist halt, dass du "use internal agpgart" auf NO stellst, falls du den vom Kernel benutzt.

Hab übrigens atm keine Probleme mit der Logconsole
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