PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : X-Server zu langsam



MATI
20.11.08, 10:08
Hallo,

(wie ich vermute) ist mein X-Server viel zu langsam. Ich habe hier ein Gentoo system am laufen.
Dies äußert sich durch folgende Dinge:

* Beim booten braucht es ewig (ca. 5-10 Sek.) bis der login-Schirm (slim) hochkommt.
* Mache ich eine shell auf und starte vim, vergrößere ich die shell auf doppelte größe bzw. gesamte Bildschirmbreite
reagiert vim immer nur mit verspätung (> 1 Sekunde). So kann man nicht arbeiten. Dieses Phänomen hatte ich mit anderen
Systemen auf meinem Laptop nicht (512 RAM, 1.6 Ghz Centrino). Sollte doch für sowas ausreichend sein....
* nach dem booten bruachen anwendungen zum start besonders lang - wie mir bereits erklärt wurde kann es natürlich daran liegen dass noch nix im cache ist aber trotzdem. Auch das ist mir in dieser form noch nicht derart vorgekommen. Mit meinem vorigen debian-system bzw. suse-system auf dem laptop nicht in dieser weise.

Nun weiß ich nicht wo ich ansetzen könnte. Ich habe bereits eine komplette rekompilierung mit O2 des gesamten systems durchgeführt. Das dauerte 2 Tage.

Ich bin für jede Hilfe/Idee dankbar. Baucht ihr noch mehr Informationen?

Danke

marce
20.11.08, 10:37
(1) kenne ich den vorigen Thread nicht und habe keine Lust ihn zu suchen.
(2) wissen wir aus den Schilderungen hier nichts über Load, Hardware, Versionen, Treiber, Konfigurationen, ...

MATI
20.11.08, 11:20
sorry - hab in einem anderen forum in einem anderen zusammenhang gepostet. Ich habe dort auch gefragt. Das ist ja kein cross-posting.

Welche Hardware?
Welche Versionen bzw. Versionen von was?
Welche Treiber?
Welche Konfigurationen?

Ich weiß ja net was gemeint ist - das komplette system erklären?

marce
20.11.08, 11:26
sorry - hab in einem anderen forum in einem anderen zusammenhang gepostet. Ich habe dort auch gefragt. Das ist ja kein cross-posting.
Aha, ein Multiposting. Die sind böse. Und nicht gern gesehen. Aber danke, daß Du den Link hier gleich eingefügt hast. Macht vieles einfacher.


Welche Hardware?
Die vom PC Deiner Großmutter.


Welche Versionen bzw. Versionen von was?
Die von der Firmware Deines Fernsehers.


Welche Treiber?
Die der Kamelkarawane nach Abu-Simbel.


Welche Konfigurationen?
*hmpf*


Ich weiß ja net was gemeint ist
Wir auch nicht.


- das komplette system erklären?
Nein, die Weltformel bitte.


Mal ernsthaft: Rate mal welche Infos wir brauchen, um bei einem Problem, welches mit X, Grafikkarten, OS, X-Server-Konfig und ähnlichem zu tun hat?

Genau.

MATI
20.11.08, 11:34
Aha, ein Multiposting. Die sind böse. Und nicht gern gesehen. Aber danke, daß Du den Link hier gleich eingefügt hast. Macht vieles einfacher.

Wer sagt das? Du? Schon herrlich wie manche User sich die Zeit nehmen auf eine Art zu antworten die in einem öffentlichen Forum überhaupt nichts verloren hat. Da lasse ich mir lieber von jemandem helfen der anders an die Sache rangeht.
Ich habe bewusst den Link nicht eingefügt weil der Thread wenig bis gar nichts mit diesem Problem zu tun hat und zudem noch weit über 50 Posts hat. Ich bezweifle das jemand sich die Zeit nehmen will 50 Pots zu lesen und nachzuvollziehen.


X, Grafikkarten, OS, X-Server-Konfig

Wenn du genau gelesen hättest hättest du z.B. gesehen das ich OS schon gepostet habe. Ich weiß zwar noch nicht wie/wo ich die X-Server-Konfig auslesen kann aber ich arbeite dran...

Ich erinnere Dich nochmal: Du musst nicht posten/helfen.

Painkiller
20.11.08, 11:48
Ich weiß zwar noch nicht wie/wo ich die X-Server-Konfig auslesen kann aber ich arbeite dran...

cat /etc/X11/xorg.conf

Ohne Infos kann dir aber keiner Helfen.

MATI
20.11.08, 11:59
graka ist: 9700 Radeon mit 64 MB,
die xorg:



Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
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 "extmod"
Load "record"
Load "dbe"
Load "GLcore"
Load "xtrap"
Load "dri"
Load "glx"
Load "freetype"
Load "type1"
EndSection

Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbLayout" "de"
Option "XkbVariant" "nodeadkeys"
EndSection

Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
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 "DDCMode" # [<bool>]
#Option "IgnoreEDID" # [<bool>]
#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 "DynamicClocks" # [<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>]
Identifier "Card0"
Driver "radeon"
VendorName "ATI Technologies Inc"
BoardName "RV350 [Mobility Radeon 9600 M10]"
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