Kirjoittaja Aihe: Ubuntu on hidas  (Luettu 12124 kertaa)

Xanadu

  • Käyttäjä
  • Viestejä: 36
    • Profiili
Vs: Ubuntu on hidas
« Vastaus #20 : 02.02.07 - klo:22.00 »
Mistä vois johtua että Ubuntu on hidas? FireFox käynnistyy jossakin 15 sekunnissa vasta. Välillä kun pienentää ikkunan tonne alas näkyy selvästi ne mustat viivat matalla (siis ei yks neliö vaa monta kerralla).

Speksit:
Intel Celeron 1,7GHz
768Mt RAM

Ubuntu on hidas, siitä ei pääse mihinkään. Paljon parempi vaihtoehto on PCLinuxOS tai Freespire. Toivon, että kokeilet muita distroja ennen kuin jämähdät paikoillesi.

hAsa

  • Vieras
Vs: Ubuntu on hidas
« Vastaus #21 : 02.02.07 - klo:22.03 »
Ei jaksa kokeilla muita distroja. Live-CD:eiltä ei saa oikee jaata eikä juuta kun cd:n lukunopeus hidastaa niitä.
Mut neuvokaa viel reson kanssa :/

eliasj

  • Käyttäjä
  • Viestejä: 4075
    • Profiili
Vs: Ubuntu on hidas
« Vastaus #22 : 02.02.07 - klo:22.13 »
Lainaus
Mut neuvokaa viel reson kanssa :/
Kyllä neuvotaan!

Miltä näyttää nyt xorg.conffisi?
alias vililikku

hAsa

  • Vieras
Vs: Ubuntu on hidas
« Vastaus #23 : 02.02.07 - klo:22.18 »
Koodia: [Valitse]
# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "Files"
FontPath "/usr/share/X11/fonts/misc"
FontPath "/usr/share/X11/fonts/cyrillic"
FontPath "/usr/share/X11/fonts/100dpi/:unscaled"
FontPath "/usr/share/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/X11/fonts/Type1"
FontPath "/usr/share/X11/fonts/100dpi"
FontPath "/usr/share/X11/fonts/75dpi"
FontPath "/usr/share/fonts/X11/misc"
# path to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "type1"
Load "vbe"
EndSection

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
Option "XkbOptions" "lv3:ralt_switch"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ExplorerPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "stylus"
  Option        "Device"        "/dev/wacom"          # Change to
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "stylus"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "eraser"
  Option        "Device"        "/dev/wacom"          # Change to
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "eraser"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "cursor"
  Option        "Device"        "/dev/wacom"          # Change to
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "cursor"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "Device"
Identifier "Generic Video Card"
Driver "ati"
BusID "PCI:1:0:0"
EndSection

Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
HorizSync 28-51
VertRefresh 43-60
EndSection

Section "Screen"
Identifier "Default Screen"
Device "Generic Video Card"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSection

Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice     "stylus" "SendCoreEvents"
InputDevice     "cursor" "SendCoreEvents"
InputDevice     "eraser" "SendCoreEvents"
EndSection

Section "DRI"
Mode 0666
EndSection
Pistäskö toi viimenen 24 muuttaa 16:ksi?

eliasj

  • Käyttäjä
  • Viestejä: 4075
    • Profiili
Vs: Ubuntu on hidas
« Vastaus #24 : 02.02.07 - klo:22.21 »
Vaiha driveriksi ati:n tilalle radeon. Jos ei auta niin kokeile laittaa defaultdephiksi 16.
alias vililikku

hAsa

  • Vieras
Vs: Ubuntu on hidas
« Vastaus #25 : 02.02.07 - klo:22.29 »
Vaiha driveriksi ati:n tilalle radeon. Jos ei auta niin kokeile laittaa defaultdephiksi 16.
Alko kusee ku vaihto radeonin. Sain selvitettyy. Nyt on 16 siin viimeses.

eliasj

  • Käyttäjä
  • Viestejä: 4075
    • Profiili
Vs: Ubuntu on hidas
« Vastaus #26 : 02.02.07 - klo:22.32 »
Nyt on 16 siin viimeses.
Missä viimeses? :)
alias vililikku

hAsa

  • Vieras
Vs: Ubuntu on hidas
« Vastaus #27 : 02.02.07 - klo:22.35 »
Siinä ku on 1, 6, 8 jne. (tai jotai sinne päi) nii viimeses oli 24 ja nyt siinä on 16...

xorg.conf:
Koodia: [Valitse]
# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "Files"
FontPath "/usr/share/X11/fonts/misc"
FontPath "/usr/share/X11/fonts/cyrillic"
FontPath "/usr/share/X11/fonts/100dpi/:unscaled"
FontPath "/usr/share/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/X11/fonts/Type1"
FontPath "/usr/share/X11/fonts/100dpi"
FontPath "/usr/share/X11/fonts/75dpi"
FontPath "/usr/share/fonts/X11/misc"
# path to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "type1"
Load "vbe"
EndSection

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
Option "XkbOptions" "lv3:ralt_switch"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ExplorerPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "stylus"
  Option        "Device"        "/dev/wacom"          # Change to
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "stylus"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "eraser"
  Option        "Device"        "/dev/wacom"          # Change to
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "eraser"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "cursor"
  Option        "Device"        "/dev/wacom"          # Change to
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "cursor"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "Device"
Identifier "Generic Video Card"
Driver "ati"
BusID "PCI:1:0:0"
EndSection

Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
HorizSync 28-51
VertRefresh 43-60
EndSection

Section "Screen"
Identifier "Default Screen"
Device "Generic Video Card"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection

Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice     "stylus" "SendCoreEvents"
InputDevice     "cursor" "SendCoreEvents"
InputDevice     "eraser" "SendCoreEvents"
EndSection

Section "DRI"
Mode 0666
EndSection

eliasj

  • Käyttäjä
  • Viestejä: 4075
    • Profiili
Vs: Ubuntu on hidas
« Vastaus #28 : 02.02.07 - klo:22.39 »
Ei noin! Kun laitat sen 24 takasin paikalleen. Muuta kohtaa DefaultDepth. Eli muuta kohta DefaultDepth   24 tälläiseksi: DefaultDepth   16.
alias vililikku

hAsa

  • Vieras
Vs: Ubuntu on hidas
« Vastaus #29 : 02.02.07 - klo:22.45 »
Ei noin! Kun laitat sen 24 takasin paikalleen. Muuta kohtaa DefaultDepth. Eli muuta kohta DefaultDepth   24 tälläiseksi: DefaultDepth   16.
Ei oikee tykänny siitä :/

essal

  • Käyttäjä
  • Viestejä: 93
    • Profiili
    • essal
Vs: Ubuntu on hidas
« Vastaus #30 : 03.02.07 - klo:12.26 »
Koodia: [Valitse]
Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
HorizSync 28-51
VertRefresh 43-60
EndSection

Tarkista ovatko HorizSync ja VertRefresh arvot oikein, oikeat arvot löydät monitorin manuaalista tai valmistajan nettisivulta.
  ThinkPad R61i + Ubuntu 9.10 / ThinkPad R52 + Debian 5.0 (LXDE)

hAsa

  • Vieras
Vs: Ubuntu on hidas
« Vastaus #31 : 03.02.07 - klo:12.56 »
Löyty aika nopeesti Googlella tämmöset:
Koodia: [Valitse]
Misc. Features ~ Horizontal Scan Range 50 - 120 kHz, Vertical Scan Range 30 - 69 H
EDIT: Se sivu http://www.superwarehouse.com/IBM_E74_Black_17_CRT_Monitor/63324HN/ps/38577
« Viimeksi muokattu: 03.02.07 - klo:12.58 kirjoittanut hAsa »

hAsa

  • Vieras
Vs: Ubuntu on hidas
« Vastaus #32 : 03.02.07 - klo:13.17 »
Nyt asensin ATIn ajurit ja nyt saa 1280x1024 resoluution 60Hz virkistystaajuudella. Kuinka voisin nostaa virkistystaajuutta vielä?

eliasj

  • Käyttäjä
  • Viestejä: 4075
    • Profiili
Vs: Ubuntu on hidas
« Vastaus #33 : 03.02.07 - klo:13.24 »
Nyt asensin ATIn ajurit ja nyt saa 1280x1024 resoluution 60Hz virkistystaajuudella. Kuinka voisin nostaa virkistystaajuutta vielä?
Miltä näyttää xorg.conffisi nyt? :)
alias vililikku

hAsa

  • Vieras
Vs: Ubuntu on hidas
« Vastaus #34 : 03.02.07 - klo:15.41 »
Koodia: [Valitse]
# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "ServerLayout"
Identifier     "Default Layout"
Screen      0  "aticonfig-Screen[0]" 0 0
InputDevice    "Generic Keyboard"
InputDevice    "Configured Mouse"
InputDevice    "stylus" "SendCoreEvents"
InputDevice    "cursor" "SendCoreEvents"
InputDevice    "eraser" "SendCoreEvents"
EndSection

Section "Files"

# path to defoma fonts
FontPath     "/usr/share/X11/fonts/misc"
FontPath     "/usr/share/X11/fonts/cyrillic"
FontPath     "/usr/share/X11/fonts/100dpi/:unscaled"
FontPath     "/usr/share/X11/fonts/75dpi/:unscaled"
FontPath     "/usr/share/X11/fonts/Type1"
FontPath     "/usr/share/X11/fonts/100dpi"
FontPath     "/usr/share/X11/fonts/75dpi"
FontPath     "/usr/share/fonts/X11/misc"
FontPath     "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
Load  "i2c"
Load  "bitmap"
Load  "ddc"
Load  "dri"
Load  "extmod"
Load  "freetype"
Load  "glx"
Load  "int10"
Load  "type1"
Load  "vbe"
EndSection

Section "InputDevice"
Identifier  "Generic Keyboard"
Driver      "kbd"
Option     "CoreKeyboard"
Option     "XkbRules" "xorg"
Option     "XkbModel" "pc105"
Option     "XkbLayout" "us"
Option     "XkbOptions" "lv3:ralt_switch"
EndSection

Section "InputDevice"
Identifier  "Configured Mouse"
Driver      "mouse"
Option     "CorePointer"
Option     "Device" "/dev/input/mice"
Option     "Protocol" "ExplorerPS/2"
Option     "ZAxisMapping" "4 5"
Option     "Emulate3Buttons" "true"
EndSection

Section "InputDevice"

                                                      # /dev/input/event
                                                      # for USB
Identifier  "stylus"
Driver      "wacom"
Option     "Device" "/dev/wacom"          # Change to
Option     "Type" "stylus"
Option     "ForceDevice" "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"

                                                      # /dev/input/event
                                                      # for USB
Identifier  "eraser"
Driver      "wacom"
Option     "Device" "/dev/wacom"          # Change to
Option     "Type" "eraser"
Option     "ForceDevice" "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"

                                                      # /dev/input/event
                                                      # for USB
Identifier  "cursor"
Driver      "wacom"
Option     "Device" "/dev/wacom"          # Change to
Option     "Type" "cursor"
Option     "ForceDevice" "ISDV4"               # Tablet PC ONLY
EndSection

Section "Monitor"
Identifier   "Generic Monitor"
HorizSync    28.0 - 51.0
VertRefresh  43.0 - 60.0
Option     "DPMS"
EndSection

Section "Monitor"
Identifier   "aticonfig-Monitor[0]"
Option     "VendorName" "ATI Proprietary Driver"
Option     "ModelName" "Generic Autodetecting Monitor"
Option     "DPMS" "true"
EndSection

Section "Device"
Identifier  "Generic Video Card"
Driver      "ati"
BusID       "PCI:1:0:0"
EndSection

Section "Device"
Identifier  "aticonfig-Device[0]"
Driver      "fglrx"
EndSection

Section "Screen"
Identifier "Default Screen"
Device     "Generic Video Card"
Monitor    "Generic Monitor"
DefaultDepth     24
SubSection "Display"
Depth     1
Modes    "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth     4
Modes    "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth     8
Modes    "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth     15
Modes    "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth     16
Modes    "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth     24
Modes    "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSection

Section "Screen"
Identifier "aticonfig-Screen[0]"
Device     "aticonfig-Device[0]"
Monitor    "aticonfig-Monitor[0]"
DefaultDepth     24
SubSection "Display"
Viewport   0 0
Depth     24
EndSubSection
EndSection

Section "DRI"
Mode         0666
EndSection


Regel

  • Käyttäjä
  • Viestejä: 1090
  • Lucid
    • Profiili
Vs: Ubuntu on hidas
« Vastaus #35 : 03.02.07 - klo:15.59 »
Et sitten laittanut niitä
~ Horizontal Scan Range 50 - 120 kHz, Vertical Scan Range 30 - 69 Hz
paikoilleen.

hAsa

  • Vieras
Vs: Ubuntu on hidas
« Vastaus #36 : 03.02.07 - klo:17.06 »
Et sitten laittanut niitä
~ Horizontal Scan Range 50 - 120 kHz, Vertical Scan Range 30 - 69 Hz
paikoilleen.
Laitoin, mutta ei siltikään saa 60 Hz:aa korkeempaa.

essal

  • Käyttäjä
  • Viestejä: 93
    • Profiili
    • essal
Vs: Ubuntu on hidas
« Vastaus #37 : 03.02.07 - klo:17.12 »
Et sitten laittanut niitä
~ Horizontal Scan Range 50 - 120 kHz, Vertical Scan Range 30 - 69 Hz
paikoilleen.
Laitoin, mutta ei siltikään saa 60 Hz:aa korkeempaa.

Sulla on nyt Section "Device" ja Section "Monitor" kahteen kertaan, ei hyvä...
  ThinkPad R61i + Ubuntu 9.10 / ThinkPad R52 + Debian 5.0 (LXDE)

Regel

  • Käyttäjä
  • Viestejä: 1090
  • Lucid
    • Profiili
Vs: Ubuntu on hidas
« Vastaus #38 : 03.02.07 - klo:17.18 »
Laitoin, mutta ei siltikään saa 60 Hz:aa korkeempaa.

Lainaus
Section "Monitor"
   Identifier   "Generic Monitor"
   HorizSync    28.0 - 51.0
   VertRefresh  43.0 - 60.0
   Option       "DPMS"
EndSection
Jotain muuta nuo näyttäisi olevan. =)

Ja mikä ajuri sulla nyt oikeastaan on käytössä, kun tuolla vilahtelee fglrx:ää ja atia. konsoliin fglrxinfo, ja mitä ilmoittaa.

hAsa

  • Vieras
Vs: Ubuntu on hidas
« Vastaus #39 : 03.02.07 - klo:19.13 »
Laitoin, mutta ei siltikään saa 60 Hz:aa korkeempaa.

Lainaus
Section "Monitor"
   Identifier   "Generic Monitor"
   HorizSync    28.0 - 51.0
   VertRefresh  43.0 - 60.0
   Option       "DPMS"
EndSection
Jotain muuta nuo näyttäisi olevan. =)

Ja mikä ajuri sulla nyt oikeastaan on käytössä, kun tuolla vilahtelee fglrx:ää ja atia. konsoliin fglrxinfo, ja mitä ilmoittaa.
Ehkä mä en muokannu sitä tohon listaan. Laittakaas ny mimmoseks kopioin sen xorg.conffin.