View previous topic :: View next topic |
Author |
Message |
hambuergaer Apprentice
Joined: 08 Mar 2004 Posts: 294 Location: Hamburg
|
Posted: Wed Mar 09, 2005 2:35 pm Post subject: X friert beim Scrollen des Mausrads ein |
|
|
Hallo Leute,
ich habe seit ein paar Tagen die 3d-Hardwarebeschleunigung laufen. Als X-System verwende ich KDE 3.3. Seit dem die Beschleunigung läuft, friert mein X beim Scrollen mit der Mausrad ein. Ich kann dann nicht einmal mehr auf eine Konsole wechseln. Bloß der Mauszeiger läßt sich noch über den Schirm bewegen....
Als Kernel verwende ich dev-sources 2.6.7. Hier meine xorg.conf
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"
Load "dri"
EndSection
Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
FontPath "/usr/share/fonts/misc/"
FontPath "/usr/share/fonts/TTF/"
FontPath "/usr/share/fonts/Type1/"
FontPath "/usr/share/fonts/75dpi/"
FontPath "/usr/share/fonts/100dpi/"
FontPath "/usr/share/fonts/local/"
FontPath "/usr/share/fonts/corefonts"
EndSection
Section "ServerFlags"
EndSection
Section "InputDevice"
Identifier "Keyboard1"
Driver "kbd"
Option "AutoRepeat" "500 30"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "de"
EndSection
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "CorePointer"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/mouse"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons"
EndSection
Section "Monitor"
Identifier "My Monitor"
HorizSync 31.5 - 64.3
VertRefresh 50-70
EndSection
Section "Device"
Identifier "Standard VGA"
VendorName "Unknown"
BoardName "Unknown"
Driver "vga"
EndSection
Section "Device"
Identifier "ATI Graphics Adapter"
Driver "fglrx"
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"
Option "MonitorLayout" "AUTO, AUTO"
Option "IgnoreEDID" "off"
Option "HSync2" "31.5 - 37.9"
Option "VRefresh2" "50 - 70"
Option "ScreenOverlap" "0"
Option "NoTV" "no"
Option "TVStandard" "PAL-B"
Option "TVHSizeAdj" "0"
Option "TVVSizeAdj" "0"
Option "TVHPosAdj" "0"
Option "TVVPosAdj" "0"
Option "TVHStartAdj" "0"
Option "TVColorAdj" "0"
Option "GammaCorrectionI" "0x00000000"
Option "GammaCorrectionII" "0x00000000"
Option "Capabilities" "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"
BusID "PCI:1:0:0" # vendor=1002, device=4150
Screen 0
EndSection
Section "Screen"
Identifier "Screen 1"
Device "ATI Graphics Adapter"
Monitor "My Monitor"
DefaultDepth 24
Subsection "Display"
Depth 8
Modes "1280x1024" "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 16
Modes "1280x1024" "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 24
Modes "1400x1050" "1280x1024" "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
EndSection
Section "ServerLayout"
Screen "Screen 1"
InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
EndSection
Section "DRI"
Mode 0666
EndSection
Vielleicht kann mir ja jemand einen Tip geben. Danke schon mal für eure Mühe! _________________ ---------------------------------------------------------
wat is hier los? |
|
Back to top |
|
|
XMath Guru
Joined: 14 Aug 2004 Posts: 435 Location: Germany, Gaimersheim
|
Posted: Thu Mar 10, 2005 9:23 am Post subject: |
|
|
Moin,
also ich habe DRI komplett auskommentiert. Steht glaub ich auch so in der Installationsanleitung.
Vielleicht probierst du es mal |
|
Back to top |
|
|
dakjo Veteran
Joined: 31 Jan 2004 Posts: 1544
|
Posted: Thu Mar 10, 2005 9:50 am Post subject: |
|
|
Das Problem kenn ich von meinem Notebook, da ist auch ne ATI drin.
Ich habs bis heute nicht gefixt bekommen. _________________ '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 |
|
|
hambuergaer Apprentice
Joined: 08 Mar 2004 Posts: 294 Location: Hamburg
|
Posted: Thu Mar 10, 2005 10:05 am Post subject: |
|
|
XMath wrote: | Moin,
also ich habe DRI komplett auskommentiert. Steht glaub ich auch so in der Installationsanleitung.
Vielleicht probierst du es mal |
Also, dass mit dem DRI auskommentieren hab ich so nicht in der Anleitung gelesen. Im Gegenteil, damit die Hardwarebeschleunigung läuft, muss das unbedingt aktiv sein!
Ich habe für mich jetzt die Konsequenz gezogen und den Mist wieder rausgeschmissen. Mein X läuft jetzt wieder ohne Beschleunigung. Wenn man seine Hausarbeit für die Uni schreibt und das Ding abschmiert, dann ist das nicht so witzig
Trotzdem Danke für die Hinweise! _________________ ---------------------------------------------------------
wat is hier los? |
|
Back to top |
|
|
andi456 Apprentice
Joined: 06 Mar 2005 Posts: 226 Location: Germany
|
Posted: Thu Mar 10, 2005 11:50 am Post subject: |
|
|
Hi,
hab' dasselbe Problem auf meinem Notebook mit ati-Grafikkarte. Hab' jetzt einfach nur Load "dri" in xorg.conf auskommentiert, mit dem Ergebnis, dass beim Scrollen mit dem Mausrad alles flüssig durchläuft und ich wohl keine Abstürze mehr zu befürchten habe. Allerdings ist die Hardwarebeschleunigung jetzt aus.
Schade, dass der ati-Treiber derartig buggy ist....
Gruß Andreas |
|
Back to top |
|
|
hambuergaer Apprentice
Joined: 08 Mar 2004 Posts: 294 Location: Hamburg
|
Posted: Thu Mar 10, 2005 12:06 pm Post subject: |
|
|
andi456 wrote: |
Schade, dass der ati-Treiber derartig buggy ist.... |
So ist es... Wirklich schade. Ich werde es erst mit einer der nächsten Versionen der Treiber versuchen. Mir ist das echt zu nervig, ewig die DRI Option auszuklammern, wenn ich bloß arbeiten will und beim spielen wieder enzuschalten... Muss halt doch die XBOX heisslaufen _________________ ---------------------------------------------------------
wat is hier los? |
|
Back to top |
|
|
andi456 Apprentice
Joined: 06 Mar 2005 Posts: 226 Location: Germany
|
Posted: Thu Mar 10, 2005 12:37 pm Post subject: |
|
|
Übrigens hab' ich beim googeln nach dem Thema gerade einen interessanten Thread gefunden: http://www.rage3d.com/board/showthread.php?t=33800697
Demnach tritt das Problem anscheinend nur bei etwas älteren Karten auf, d. h. bei Karten mit 'nem Chip älter als R300, die aber meines Erachtens noch sehr weit verbreitet sein dürften. Immerhin gibt's einen bug-report beim bugzilla dazu.
Gruß Andreas |
|
Back to top |
|
|
hambuergaer Apprentice
Joined: 08 Mar 2004 Posts: 294 Location: Hamburg
|
Posted: Thu Mar 10, 2005 1:14 pm Post subject: |
|
|
andi456 wrote: | Immerhin gibt's einen bug-report beim bugzilla dazu. |
Super Das hilft uns allen richtig weiter Ich bin ein bisschen enttäuscht von ATI _________________ ---------------------------------------------------------
wat is hier los? |
|
Back to top |
|
|
andi456 Apprentice
Joined: 06 Mar 2005 Posts: 226 Location: Germany
|
Posted: Thu Mar 10, 2005 10:48 pm Post subject: |
|
|
Man könnte auf die Idee kommen, als testeten die ati-Entwickler die Treiber nur für ihre neuesten Chipsätze ausgiebig genug... jetzt kann man als User nur abwarten und Tee trinken. |
|
Back to top |
|
|
|