Powolne dzia
Powolne działanie Debiana 6.0
Witam.
Nie wiem dlaczego Debian działa tak ociężale. Wszystko pracuje w zwolnionym tempie.
Wolno ładują się strony, wolno otwierają się programy. W otwartym oknie przeciągnę myszą pasek przewijania, to kursor mam już na dole, a pasek przewijania dopiero co się przesuwa na dół.
I tak z każdym oknem mam, czy to w przeglądarce czy np przeglądając zawartość katalogów w komputerze.
I znowu proszę o pomoc
Pozdrawiam,
Bruus
Nie wiem dlaczego Debian działa tak ociężale. Wszystko pracuje w zwolnionym tempie.
Wolno ładują się strony, wolno otwierają się programy. W otwartym oknie przeciągnę myszą pasek przewijania, to kursor mam już na dole, a pasek przewijania dopiero co się przesuwa na dół.
I tak z każdym oknem mam, czy to w przeglądarce czy np przeglądając zawartość katalogów w komputerze.
I znowu proszę o pomoc
Pozdrawiam,
Bruus
Dokładnie, mam w laptopie kartę ATI.
Ale w xorg.conf widnieje sterownik.
Przynajmniej tak mi się wydaje. Aczkolwiek próbowałem instalować sterowniki ATI - bez powodzenia.
Ale w xorg.conf widnieje sterownik.
Przynajmniej tak mi się wydaje. Aczkolwiek próbowałem instalować sterowniki ATI - bez powodzenia.
Kod: Zaznacz cały
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/share/fonts/X11/cyrillic"
FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/share/fonts/X11/75dpi"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
FontPath "built-ins"
EndSection
Section "Module"
Load "dri"
Load "glx"
Load "extmod"
Load "dri2"
Load "record"
Load "dbe"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
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 "IgnoreEDID" # [<bool>]
#Option "CustomEDID" # [<str>]
#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 "ClockGating" # [<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>]
#Option "DefaultTVDACAdj" # [<bool>]
#Option "Int10" # [<bool>]
#Option "EXAVSync" # [<bool>]
#Option "ATOMTVOut" # [<bool>]
#Option "R4xxATOM" # [<bool>]
#Option "ForceLowPowerMode" # [<bool>]
#Option "DynamicPM" # [<bool>]
#Option "NewPLL" # [<bool>]
#Option "ZaphodHeads" # <str>
Identifier "Card0"
Driver "radeon"
VendorName "ATI Technologies Inc"
BoardName "Radeon Mobility M7 LW [Radeon Mobility 7500]"
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
- xmaster
- Junior Member
- Posty: 558
- Rejestracja: 13 stycznia 2009, 08:19
- Lokalizacja: /dev/piotrków tryb.
Więc zainstaluj poprawnie sterownik od karty i po problemie, zanim zapytasz - jak? Odpowiem, że na tym forum jest kilka dobrych poradników.bruus pisze:Dokładnie, mam w laptopie kartę ATI.
Ale w xorg.config widnieje sterownik
Przynajmniej tak mi sie wydaje. Aczkolwiek próbowałem instalowac sterowniki ATI - bez powodzenia.
Już je przejrzałem i mam jakiś problem z repozytoriami.
Dodałem te repozytoria, ale korzystając ze skryptu do instalacji sterowników, niestety zgłaszane mam błędy w repozytorium.
Repozytoria jakie dodałem to
Takie znalazłem na forum.
A to jest błąd:
Dodałem te repozytoria, ale korzystając ze skryptu do instalacji sterowników, niestety zgłaszane mam błędy w repozytorium.
Repozytoria jakie dodałem to
Kod: Zaznacz cały
#~~~~~~Squeeze~~~~~~#
deb http://ftp.pl.debian.org/debian/ stable main non-free contrib
deb-src http://ftp.pl.debian.org/debian/ stable main non-free contrib
deb http://security.debian.org/ stable/updates main contrib non-free
deb-src http://security.debian.org/ stable/updates main contrib non-free
deb http://ftp.pl.debian.org/debian/ stable-updates main non-free contrib
deb-src http://ftp.pl.debian.org/debian/ stable-updates main non-free contrib
#~~~~~~Backports_Squeeze~~~~~~#
deb http://backports.debian.org/debian-backports squeeze-backports main contrib non-free
#~~~~~~Debian-multimedia~~~~~~#
deb http://www.debian-multimedia.org squeeze main non-free
deb-src http://www.debian-multimedia.org squeeze main non-free
A to jest błąd:
Kod: Zaznacz cały
Czytanie list pakietów... Gotowe
W: Conflicting distribution: http://ftp.pl.debian.org stable-updates Release (expected stable-updates but got squeeze-updates)
Tutaj masz moje działające w 100%
A tak zapytam jeszcze jaki masz procesor i ile pamieci RAM?
Kod: Zaznacz cały
#~~~~~~Squeeze~~~~~~#
deb http://ftp.pl.debian.org/debian/ squeeze main non-free contrib
deb-src http://ftp.pl.debian.org/debian/ squeeze main non-free contrib
deb http://security.debian.org/ squeeze/updates main contrib non-free
deb-src http://security.debian.org/ squeeze/updates main contrib non-free
#~~~~~~Backports_Squeeze~~~~~~#
deb http://backports.debian.org/debian-backports squeeze-backports main contrib non-free
#~~~~~~Opera~~~~~~#
deb http://deb.opera.com/opera/ squeeze non-free
#~~~~~~Debian-multimedia~~~~~~#
deb http://www.debian-multimedia.org squeeze main non-free
deb-src http://www.debian-multimedia.org squeeze main non-free
#~~~~~~Flash_DUG~~~~~~#
deb http://repo.dug.net.pl/dfr/ stable main contrib
Procesor Intel M 1,6 L2 2MB Ram-1.5GB
Zobaczę Twój plik /etc/apt/sources.list. Może mam coś nie tak.
Edycja:
Jest tak, że robiąc w terminalu, jest wszystko w porządku.
Podpisałem 2 klucze i super.
Ale jak chcę z konsoli CTRL+ALT+F1 zainstalować sterowniki ATI skryptem, to otrzymuję błędy
i komunikat abym zrobił
Niestety wszystkie repozytoria z poziomu konsoli kończą się błędami, że nieprawidłowe adresy.
Zobaczę Twój plik /etc/apt/sources.list. Może mam coś nie tak.
Edycja:
Jest tak, że robiąc
Kod: Zaznacz cały
apt-get update
Podpisałem 2 klucze i super.
Ale jak chcę z konsoli CTRL+ALT+F1 zainstalować sterowniki ATI skryptem, to otrzymuję błędy
i komunikat abym zrobił
Kod: Zaznacz cały
apt-get update
fnmirk pisze:I tak na słowo honoru mają wszyscy uwierzyć, że występują jakieś błędy? Gdzie logi i informacje o sprzęcie itp.?
Masz rację. Powiedz tylko proszę jak mam zapisać log z konsoli CTRL+ALT+F1 ?
Znalazłem log z instalacji skryptu sgfxi
Kod: Zaznacz cały
=========================================================
START sgfxi LOGGING:
=========================================================
Script started: 2011-03-13-08:21:42
Video Card Information: ATI Technologies Inc Radeon Mobility M7 LW [Radeon Mobility 7500]
Video Card Type: 1002
Video Card Number:
Xorg Version: 1.7
Installing driver to kernel: 2.6.32-5-686
sgfxi script version: 4.17.08
sgfxi start options: -n
SYSTEM_BASE: debian
SYSTEM_CODENAME: stable
DISTRIB_CODENAME: stable
DISTRIB_ID: debian
DISTRIB_RELEASE:
FG_DISTRIB_CODENAME: squeeze
FG_DISTRIB_ID: Debian
APT_TYPE: apt-get
=========================================================
X is Running: true
Current Runlevel: 2
Connection is live (0=true): 0
=========================================================
INSTALL_TO_KERNEL:
KERNEL_VERSION: 2.6.32-5-686
KERNEL_BASE: 2.6
KERNEL_THREE: 2.6.32
KERNEL_THIRD: 32
B_IS_XEN: false
Function: create_x_conf - Primary: Start
xorg is present with xorg.conf file
Function: create_x_conf - Primary: End
Function: check_package_manager_updated - Utility: Start
sizeWorking: 14
Function: check_package_manager_updated - Utility: End
Function: install_native_driver - Primary: Start
Function: install_native_driver - Primary: Start
Function: check_package_status - Utility: Start
Args: xserver-xorg-video-ati c
Package Version: 1:6.13.1-2+squeeze1
Function: check_package_status - Utility: End
Function: print_information_continue - Utility: Start
Args: standard The graphics installer will be installing the Free xorg driver: ati
Function: print_information_continue - Utility: End
Function: x_start_stop_master - Primary: Start
Args: stop
Function: start_stop_x - Utility: Start
Args: stop
default runlevel: 2
current runlevel: 2
dmanCommand: service gdm3 stop
Function: x_is_running - Utility: Start
xIsRunning: false
Function: x_is_running - Utility: End
Function: start_stop_x - Utility: End
Function: x_start_stop_master - Primary: End
Function: pre_extract_clean_set_up - Utility: Start
Function: pre_extract_clean_set_up - Utility: End
Function: preinstall_cleanup - Primary: Start
nvidia.ko files:
Function: list_installed_packages - Utility: Start
Args: nvidia (modalias|libvdpau|nvidia-bl-dkms|nvidia-cg-toolkit)
packageList:
Function: list_installed_packages - Utility: End
Function: remove_module - Primary: Start
Args: nvidia
operation outcome: unset
Function: remove_module - Primary: End
Function: list_installed_packages - Utility: Start
Args: fglrx modalias
packageList:
Function: list_installed_packages - Utility: End
Function: remove_module - Primary: Start
Args: fglrx
operation outcome: unset
Function: remove_module - Primary: End
Function: clean_dkms - Primary: Start
Function: clean_dkms - Primary: End
Function: preinstall_cleanup - Primary: End
Function: native_driver_install_keep - Utility: Start
Function: native_driver_install_keep - Utility: End
Function: install_package - Utility: Start
Args: xserver-xorg-core
Function: update_package_manager - Utility: Start
Args: update
Update apt-get successful
Function: update_package_manager - Utility: End
Install command for apt-get: install - Extra args:
Function: install_package - Utility: End
Function: install_package - Utility: Start
Args: xserver-xorg-core reinstall
Function: update_package_manager - Utility: Start
Args: update
Function: update_package_manager - Utility: End
Function: check_package_status - Utility: Start
Args: xserver-xorg-core i
Package Version: 2:1.7.7-11
Function: check_package_status - Utility: End
Install command for apt-get: install - Extra args: --reinstall
ERROR: (200) The package: xserver-xorg-core failed to install, please check apt for any problems.