Ubuntu Suomen keskustelualueet

Ubuntun käyttö => Asentaminen ja käyttöönotto => Aiheen aloitti: hAsa - 01.02.07 - klo:18.20

Otsikko: Ubuntu on hidas
Kirjoitti: hAsa - 01.02.07 - klo:18.20
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
Otsikko: Vs: Ubuntu on hidas
Kirjoitti: Regel - 01.02.07 - klo:18.59
Veikkanpa että kyse on näytönohjaimesta tai ajurien puutteesta.
Otsikko: Vs: Ubuntu on hidas
Kirjoitti: eliasj - 01.02.07 - klo:19.44
Veikkanpa että kyse on näytönohjaimesta tai ajurien puutteesta.

Eli vastaa hAsa kysymykseen mikä näytönohjain sinulla on? :)
Otsikko: Vs: Ubuntu on hidas
Kirjoitti: hAsa - 01.02.07 - klo:21.00
Ööh..Integroitu näyttis viisinki 32Mt jaetulla muistilla. Emolevyn speksit täällä (http://www.gigabyte.com.tw/Products/Motherboard/Products_Spec.aspx?ProductID=1741).

EDIT: Kaivelin tämmösen (http://www.winischhofer.eu/linuxsispart1.shtml) Googlella esille - oisko hyötyy?
Otsikko: Vs: Ubuntu on hidas
Kirjoitti: eliasj - 01.02.07 - klo:21.12
Mene Sovellukset --> Apuohjelmat --> Pääte ja komenna
Koodia: [Valitse]
lspci kerro mitä se sanoo.
Otsikko: Vs: Ubuntu on hidas
Kirjoitti: hAsa - 01.02.07 - klo:21.18
Koodia: [Valitse]
simo@xxx:~$ lspci
00:00.0 Host bridge: Silicon Integrated Systems [SiS] 650/M650 Host (rev 01)
00:01.0 PCI bridge: Silicon Integrated Systems [SiS] Virtual PCI-to-PCI bridge (AGP)
00:02.0 ISA bridge: Silicon Integrated Systems [SiS] SiS962 [MuTIOL Media IO] (rev 04)
00:02.1 SMBus: Silicon Integrated Systems [SiS] SiS961/2 SMBus Controller
00:02.5 IDE interface: Silicon Integrated Systems [SiS] 5513 [IDE]
00:02.7 Multimedia audio controller: Silicon Integrated Systems [SiS] AC'97 Sound Controller (rev a0)
00:03.0 USB Controller: Silicon Integrated Systems [SiS] USB 1.0 Controller (rev 0f)
00:03.1 USB Controller: Silicon Integrated Systems [SiS] USB 1.0 Controller (rev 0f)
00:03.2 USB Controller: Silicon Integrated Systems [SiS] USB 1.0 Controller (rev 0f)
00:03.3 USB Controller: Silicon Integrated Systems [SiS] USB 2.0 Controller
00:10.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10)
01:00.0 VGA compatible controller: Silicon Integrated Systems [SiS] 65x/M650/740 PCI/AGP VGA Display Adapter

Tollasta.
Otsikko: Vs: Ubuntu on hidas
Kirjoitti: eliasj - 01.02.07 - klo:21.28
komenna
Koodia: [Valitse]
sudo gedit /etc/X11/xorg.conf ja muuta kohta
Driver "jotain"
tälläiseksi:
Driver "sis"
Otsikko: Vs: Ubuntu on hidas
Kirjoitti: hAsa - 01.02.07 - klo:21.30
Koodia: [Valitse]
Section "Device"
Identifier "Silicon Integrated Systems (SiS) 65x/M650/740 PCI/AGP VGA Display Adapter"
Driver "sis"
BusID "PCI:1:0:0"
EndSection
Löytyy tommonen jo...
Otsikko: Vs: Ubuntu on hidas
Kirjoitti: eliasj - 01.02.07 - klo:21.40
Miltä näyttää koko tiedsotosi /etc/X11/xorg.conf?
Otsikko: Vs: Ubuntu on hidas
Kirjoitti: hAsa - 01.02.07 - klo:21.43
Miltä näyttää koko tiedsotosi /etc/X11/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" "fi"
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 "Silicon Integrated Systems (SiS) 65x/M650/740 PCI/AGP VGA Display Adapter"
Driver "sis"
BusID "PCI:1:0:0"
EndSection

Section "Monitor"
Identifier "IBM E74"
Option "DPMS"
HorizSync 30-69
VertRefresh 50-120
EndSection

Section "Screen"
Identifier "Default Screen"
Device "Silicon Integrated Systems (SiS) 65x/M650/740 PCI/AGP VGA Display Adapter"
Monitor "IBM E74"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x1024" "1024x768" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024" "1024x768" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "1024x768" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024" "1024x768" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1024x768" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "720x400" "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
Otsikko: Vs: Ubuntu on hidas
Kirjoitti: hAsa - 02.02.07 - klo:15.52
Noh? Irtooko tosta mitään? :)
Otsikko: Vs: Ubuntu on hidas
Kirjoitti: Regel - 02.02.07 - klo:17.20
Noh? Irtooko tosta mitään? :)
Sanotaanko, että integroitu näytönohjain jaetulla muistilla ei välttämättä jaksa pyörittää ubuntun hienoimpia graafisia kikkareita. xorg.conffissasi en nähnyt mitään vikaa nopealla silmäyksellä.
Otsikko: Vs: Ubuntu on hidas
Kirjoitti: hAsa - 02.02.07 - klo:17.29
No ajattelin integroidun riittävän- joten en jättäny koneeseen Radeon 9600 Prota. mitens on, voinko nyt asennella jälkikäteen uuden näyttiksen (uuden käyttiksen näkökulmasta).
Otsikko: Vs: Ubuntu on hidas
Kirjoitti: Ryppy - 02.02.07 - klo:18.08
No ajattelin integroidun riittävän- joten en jättäny koneeseen Radeon 9600 Prota. mitens on, voinko nyt asennella jälkikäteen uuden näyttiksen (uuden käyttiksen näkökulmasta).

Häh  ???
Otsikko: Vs: Ubuntu on hidas
Kirjoitti: eliasj - 02.02.07 - klo:18.30
Voit asentaa uuden näyttiksen nytkin.

Mutta kokeile muutta xorg.conffistasi arvo DefaultDepth   24 tälläiseksi:
DefaultDepth   16
Otsikko: Vs: Ubuntu on hidas
Kirjoitti: hAsa - 02.02.07 - klo:18.55
Ja sitten CTRL+ALT+BACKSPACE eikös?
EDIT: Joo(?) Tuntuu jo toimivan paremmin...Onko vielä kikkoja?

Mitä pitäs tehdä sen jälkeen kun lykkään Radeonin kiinni ja käynnistän koneen?
Otsikko: Vs: Ubuntu on hidas
Kirjoitti: Regel - 02.02.07 - klo:20.56
Toimisikohan
Koodia: [Valitse]
sudo dpkg-reconfigure xserver-xorg Ei hajuakaan.
Otsikko: Vs: Ubuntu on hidas
Kirjoitti: eliasj - 02.02.07 - klo:21.11
Lainaus
Mitä pitäs tehdä sen jälkeen kun lykkään Radeonin kiinni ja käynnistän koneen?
Kun käynnistät koneen, X ei toimi. Komenna
Koodia: [Valitse]
sudo dpkg-reconfigure --phigh xserver-xorg niin X taas pelittää.
Otsikko: Vs: Ubuntu on hidas
Kirjoitti: juyli - 02.02.07 - klo:21.29
No ajattelin integroidun riittävän- joten en jättäny koneeseen Radeon 9600 Prota. mitens on, voinko nyt asennella jälkikäteen uuden näyttiksen (uuden käyttiksen näkökulmasta).

Tarkoittanet näyttiksellä näyttökorttia (kuten tuo Radeon?)
Vesa on yleisajuri, joka toimii yleensä useimmilla näytönohjaimilla. Vaihtamalla jo etukäteen
ajuriksi vesan, saatat saada X:n toimimaan heti vaihdon jälkeen.
Toki kannattaa ajuriksi valita paras mahdollinen ajuri. Ja tuo tapahtuu yllämainituilla
komennoilla kunhan ko. ajuripaketti on asennettu.
Esim. http://packages.ubuntu.com/edgy/x11/xserver-xorg-video-ati
Tai jo usein mainittujen ATI:n suljetun koodin ajurien asennuksella, johon
löytyy ohjeistus mm. Ubuntu tutuksi -sivuilta.
Otsikko: Vs: Ubuntu on hidas
Kirjoitti: hAsa - 02.02.07 - klo:21.52
Iskin Ubuntun uusiks ja nyt ollaa samassa pisteessää - Ubuntu on edellee hitaan puoleinen. Käyttö tuntuu todelta "tahmealta" sekä kun rullaan nettisivuja niin lagii ja pahasti.

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 "vesa"
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 16
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

EDIT: Tein ton reconfiguroinnin. Ekasta otin "ati" ja sitten 1280x1024. Sanokaas nyt miten saan 1280x1024 resoluution käyttöön? (Näyön tarkkuus on vain 1024x768) ja virkistystaajuussa väh 75Hz (muute ottaa silmää). xorg.confissa viimeks ei toiminu ku laitto "1280x1024" sinne :/

EDIT2: Nii käyttö tuli paljo mukavemmaks nyt. Vielä reso + virkistystaajuus kondiksee nii avot.
Otsikko: Vs: Ubuntu on hidas
Kirjoitti: Xanadu - 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.
Otsikko: Vs: Ubuntu on hidas
Kirjoitti: hAsa - 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 :/
Otsikko: Vs: Ubuntu on hidas
Kirjoitti: eliasj - 02.02.07 - klo:22.13
Lainaus
Mut neuvokaa viel reson kanssa :/
Kyllä neuvotaan!

Miltä näyttää nyt xorg.conffisi?
Otsikko: Vs: Ubuntu on hidas
Kirjoitti: hAsa - 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?
Otsikko: Vs: Ubuntu on hidas
Kirjoitti: eliasj - 02.02.07 - klo:22.21
Vaiha driveriksi ati:n tilalle radeon. Jos ei auta niin kokeile laittaa defaultdephiksi 16.
Otsikko: Vs: Ubuntu on hidas
Kirjoitti: hAsa - 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.
Otsikko: Vs: Ubuntu on hidas
Kirjoitti: eliasj - 02.02.07 - klo:22.32
Nyt on 16 siin viimeses.
Missä viimeses? :)
Otsikko: Vs: Ubuntu on hidas
Kirjoitti: hAsa - 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
Otsikko: Vs: Ubuntu on hidas
Kirjoitti: eliasj - 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.
Otsikko: Vs: Ubuntu on hidas
Kirjoitti: hAsa - 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ä :/
Otsikko: Vs: Ubuntu on hidas
Kirjoitti: essal - 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.
Otsikko: Vs: Ubuntu on hidas
Kirjoitti: hAsa - 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 (http://www.superwarehouse.com/IBM_E74_Black_17_CRT_Monitor/63324HN/ps/38577)
Otsikko: Vs: Ubuntu on hidas
Kirjoitti: hAsa - 03.02.07 - klo:13.17
Nyt asensin ATIn ajurit ja nyt saa 1280x1024 resoluution 60Hz virkistystaajuudella. Kuinka voisin nostaa virkistystaajuutta vielä?
Otsikko: Vs: Ubuntu on hidas
Kirjoitti: eliasj - 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? :)
Otsikko: Vs: Ubuntu on hidas
Kirjoitti: hAsa - 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

Otsikko: Vs: Ubuntu on hidas
Kirjoitti: Regel - 03.02.07 - klo:15.59
Et sitten laittanut niitä
~ Horizontal Scan Range 50 - 120 kHz, Vertical Scan Range 30 - 69 Hz
paikoilleen.
Otsikko: Vs: Ubuntu on hidas
Kirjoitti: hAsa - 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.
Otsikko: Vs: Ubuntu on hidas
Kirjoitti: essal - 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ä...
Otsikko: Vs: Ubuntu on hidas
Kirjoitti: Regel - 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.
Otsikko: Vs: Ubuntu on hidas
Kirjoitti: hAsa - 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.
Otsikko: Vs: Ubuntu on hidas
Kirjoitti: petri0 - 03.02.07 - klo:19.33
... Ehkä mä en muokannu sitä tohon listaan. Laittakaas ny mimmoseks kopioin sen xorg.conffin.

Luultavasti näin jos nämä luvut täsmää http://forum.ubuntu-fi.org/index.php?topic=8258.msg59156#msg59156


Section "Monitor"
   Identifier   "Generic Monitor"
   Option      "DPMS"
   HorizSync   50-120
   VertRefresh   30-69
EndSection


EDIT: Se tosin pitäisi tulla automaattisesti kun ajat terminaalissa
Koodia: [Valitse]
sudo dpkg-reconfigure xserver-xorg edellyttäen että näyttö* tunnistetaan.


EDIT: *siis monitori(?)
Otsikko: Vs: Ubuntu on hidas
Kirjoitti: Regel - 03.02.07 - klo:19.55
Ja sano, mitä kertoo
Koodia: [Valitse]
fglrxinfo
Ja mikähän näyttis oli nyt käytössä? Integroitu vai joku muu?
Otsikko: Vs: Ubuntu on hidas
Kirjoitti: hAsa - 03.02.07 - klo:21.57
Kaipa ton reconfiguren vois taas ajaa :) Näyttis on nyt ATI Radeon 9600 Pro. Annan kohta koosteen siitä mitä se sanoo se yks..

EDIT: Sanoo:
Koodia: [Valitse]
simo@simo-desktop:~$ fglrxinfo
Xlib:  extension "XFree86-DRI" missing on display ":0.0".
display: :0.0  screen: 0
OpenGL vendor string: Mesa project: www.mesa3d.org
OpenGL renderer string: Mesa GLX Indirect
OpenGL version string: 1.2 (1.5 Mesa 6.5.1)

xorg.conf näyttää nyt tällästä:
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 "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" "fi"
Option "XkbVariant" "ääääääääasasas"
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"
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"
VideoRam 28000
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 24
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

Reso on 1024x768 at 60Hz. Pitäs saada 1280x1024 at 75Hz nii ei ottais simmuu. Jos joku vois pistää tähä et mimmonen ton xorg.conffin pitäs olla nii bravo!
Otsikko: Vs: Ubuntu on hidas
Kirjoitti: petri0 - 03.02.07 - klo:23.55
Kaipa ton reconfiguren vois taas ajaa :) Näyttis on nyt ATI Radeon 9600 Pro. Annan kohta koosteen siitä mitä se sanoo se yks..

EDIT: Sanoo:
Koodia: [Valitse]
simo@simo-desktop:~$ fglrxinfo
Xlib:  extension "XFree86-DRI" missing on display ":0.0".
display: :0.0  screen: 0
OpenGL vendor string: Mesa project: www.mesa3d.org
OpenGL renderer string: Mesa GLX Indirect
OpenGL version string: 1.2 (1.5 Mesa 6.5.1)

...
Siis olet vaihtanut grafiikkakorttia? fglrxinfo kertoo ettei ATI toimi, se vastaa ATi ja kertoo mikä malli on kyseessä eikä puhu Mesasta mitään.

Kun vaihdetaan grafiikkakorttia (eli näyttis?) niin tarvitaan uusi vaihde komentoon joka menee näin
Koodia: [Valitse]
sudo dpkg-reconfigure -phigh xserver-xorg -phigh tekee uuden xorg.conf tiedoston /etc/X11 kansioon. Teepä se käsky terminaalissa ja Ctrl+Alt+backspace niin ehkä toimii. :)
Otsikko: Vs: Ubuntu on hidas
Kirjoitti: Vapaan koodin kananmuna - 04.02.07 - klo:00.05
Kun vaihdetaan grafiikkakorttia (eli näyttis?) niin tarvitaan uusi vaihde komentoon joka menee näin
Koodia: [Valitse]
sudo dpkg-reconfigure -phigh xserver-xorg -phigh tekee uuden xorg.conf tiedoston /etc/X11 kansioon. Teepä se käsky terminaalissa ja Ctrl+Alt+backspace niin ehkä toimii. :)
Jos ihan tarkkoja ollaan niin -phigh vipunen muuttaa käyttäjältä kysyttyjen kysymysten prioriteettia, eli tässä tapauksessa kysytään vain tärkeäksi luokitellut kysymykset, luultavasti myös optio -plow toimii, mutta käänteisesti. Annettaessa ilman -p<jotain> optioita dpkg kyselee muistaakseni medium-prioriteetinkin kysymykset jos on ubuntun oletussäädöt käytössä.
Tiedosto siis syntyy ilman tuota optiotakin.
Edit: Varmuuskopiointi unohtui, eli dpkg muistaakseni tekee tiedostosta samalla myös varmuuskopion. Jos kuitenkin haluaa ottaa varman päälle niin tekee sen itse
Koodia: [Valitse]
sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf_backup
Otsikko: Vs: Ubuntu on hidas
Kirjoitti: hAsa - 04.02.07 - klo:10.20
Siis, lukemisen ymmärtämis vaikeuksia? Asentelin Ubuntun kokonaan uusiks (ratkes myös Roskakori-ongelma samalla) kun oli uus kortti isketty kiinni (eli ATI Radeon 9600 Pro). Olen myös asennellut ATIn sivuilta löytämäni ajurit eli käytännössä tota reconfigurointia ei tarvittas - mutta olen senkin tehnyt monta kertaa. Ajureiden asentamisen jälkeen sain kyllä päälle 1280x1024 resoluution - mutta kun laitoin reconfiguroinnin nii putos taas 1024x768 resoluutioon.

EDIT: Tein sen taas -- ilman p<jotain> juttua. Nyt älysin että resoluutio valinnassa piti painaa VÄLILYÖNTIÄ jotta se valitsi reson...Elikkä nyt oon tehny "oikein" mitä ylempänä sanoin. Default delphissä on 24, koska tulee Out Of Range jos valitsen 16. Muistiin laitoin 1280000(kb). Sitten ööh..oli niitä hiiri kysymyksii jne.

Nyt xorg.conf näyttää tältä:
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 "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" "fi"
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"
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"
VideoRam 280000
Option "UseFBDev" "true"
EndSection

Section "Monitor"
Identifier "IBM E74"
Option "DPMS"
HorizSync 30-65
VertRefresh 50-75
EndSection

Section "Screen"
Identifier "Default Screen"
Device "Generic Video Card"
Monitor "IBM E74"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1152x864" "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

EDIT: se fglrxinfo näyttää nyt:
Koodia: [Valitse]
simo@simo-desktop:~$ fglrxinfo
display: :0.0  screen: 0
OpenGL vendor string: Tungsten Graphics, Inc.
OpenGL renderer string: Mesa DRI R300 20060815 AGP 1x TCL
OpenGL version string: 1.2 (1.3 Mesa 6.5.1)
Otsikko: Vs: Ubuntu on hidas
Kirjoitti: Regel - 04.02.07 - klo:10.41
Ja vaihdat driveriksi fglrx  sitten
Koodia: [Valitse]
Section "Device"
Identifier "Generic Video Card"
Driver "fglrx"
BusID "PCI:1:0:0"
VideoRam 280000
Option "UseFBDev" "true"
EndSection
Otsikko: Vs: Ubuntu on hidas
Kirjoitti: hAsa - 04.02.07 - klo:11.46
Ja vaihdat driveriksi fglrx  sitten
Koodia: [Valitse]
Section "Device"
Identifier "Generic Video Card"
Driver "fglrx"
BusID "PCI:1:0:0"
VideoRam 280000
Option "UseFBDev" "true"
EndSection
Tehty...Eli nyt näyttää toi kohta tolta xorg.conffissa (jaksa aina pastee sitä :F)
Otsikko: Vs: Ubuntu on hidas
Kirjoitti: Regel - 04.02.07 - klo:14.04
Ja uudelleenkäynnistyksen jälkeen mitä sanoo
Koodia: [Valitse]
fglrxinfo
Otsikko: Vs: Ubuntu on hidas
Kirjoitti: hAsa - 04.02.07 - klo:18.06
Sanoo, että
Koodia: [Valitse]
simo@simo-desktop:~$ fglrxinfo
Xlib:  extension "XFree86-DRI" missing on display ":0.0".
display: :0.0  screen: 0
OpenGL vendor string: Mesa project: www.mesa3d.org
OpenGL renderer string: Mesa GLX Indirect
OpenGL version string: 1.2 (1.5 Mesa 6.5.1)
Otsikko: Vs: Ubuntu on hidas
Kirjoitti: Regel - 04.02.07 - klo:18.08
Onkos sulla edgy vai dapper?
Otsikko: Vs: Ubuntu on hidas
Kirjoitti: pttk - 05.02.07 - klo:17.04
Höh minulla SiS;n piirisarjalla oleva emo  Asus P4S800-MX vastaava jollei identtinen 120;pinen kiintari ja siinä win2000 & Drapperista päivitetty Edgy ( ja nopeudessa ubuntu pesee kyllä winkun ).  Minulla tuo tarkkuus löytyy suoraan järjestelmä ---> Asetukset ---> Näytön tarkkuus .  Samasta kohtaa voi valita myös virkistystaajuuden. ?  ???
Otsikko: Vs: Ubuntu on hidas
Kirjoitti: Regel - 05.02.07 - klo:20.37
ATI:n kortit tarttee omat ajurit, jotta niillä periaatteessa mitään tekee. Omilla tarkoitan siis ati/radeon/fglrx ajureita.
Otsikko: Vs: Ubuntu on hidas
Kirjoitti: hAsa - 06.02.07 - klo:17.33
En oo mitää tehny (muuttanu ainakaa tietääkseni) ku asentanu Ubuntu 6.10:n.
Otsikko: Vs: Ubuntu on hidas
Kirjoitti: Regel - 06.02.07 - klo:17.42
http://fi.wikibooks.org/wiki/Ubuntu_tutuksi/Ohjelmien_asentaminen_ja_pakettivarastot
TUosta pistät pakettivarastot kuntoon, ja sitten:
http://wiki.cchtml.com/index.php/Ubuntu_Edgy_Installation_Guide
Otsikko: Vs: Ubuntu on hidas
Kirjoitti: hAsa - 09.02.07 - klo:10.38
Eikös se ole vakiona Edgy?  ??? ???