Ubuntu Suomen keskustelualueet
Ubuntun käyttö => Asentaminen ja käyttöönotto => Aiheen aloitti: 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
-
Veikkanpa että kyse on näytönohjaimesta tai ajurien puutteesta.
-
Veikkanpa että kyse on näytönohjaimesta tai ajurien puutteesta.
Eli vastaa hAsa kysymykseen mikä näytönohjain sinulla on? :)
-
Öö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?
-
Mene Sovellukset --> Apuohjelmat --> Pääte ja komenna
lspci
kerro mitä se sanoo.
-
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.
-
komenna
sudo gedit /etc/X11/xorg.conf
ja muuta kohta
Driver "jotain"
tälläiseksi:
Driver "sis"
-
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...
-
Miltä näyttää koko tiedsotosi /etc/X11/xorg.conf?
-
Miltä näyttää koko tiedsotosi /etc/X11/xorg.conf?
# /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
-
Noh? Irtooko tosta mitään? :)
-
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ä.
-
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).
-
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 ???
-
Voit asentaa uuden näyttiksen nytkin.
Mutta kokeile muutta xorg.conffistasi arvo DefaultDepth 24 tälläiseksi:
DefaultDepth 16
-
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?
-
Toimisikohan
sudo dpkg-reconfigure xserver-xorg
Ei hajuakaan.
-
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 sudo dpkg-reconfigure --phigh xserver-xorg
niin X taas pelittää.
-
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.
-
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:
# /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.
-
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.
-
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 :/
-
Mut neuvokaa viel reson kanssa :/
Kyllä neuvotaan!
Miltä näyttää nyt xorg.conffisi?
-
# /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?
-
Vaiha driveriksi ati:n tilalle radeon. Jos ei auta niin kokeile laittaa defaultdephiksi 16.
-
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.
-
Nyt on 16 siin viimeses.
Missä viimeses? :)
-
Siinä ku on 1, 6, 8 jne. (tai jotai sinne päi) nii viimeses oli 24 ja nyt siinä on 16...
xorg.conf:
# /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
-
Ei noin! Kun laitat sen 24 takasin paikalleen. Muuta kohtaa DefaultDepth. Eli muuta kohta DefaultDepth 24 tälläiseksi: DefaultDepth 16.
-
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ä :/
-
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.
-
Löyty aika nopeesti Googlella tämmöset:
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)
-
Nyt asensin ATIn ajurit ja nyt saa 1280x1024 resoluution 60Hz virkistystaajuudella. Kuinka voisin nostaa virkistystaajuutta vielä?
-
Nyt asensin ATIn ajurit ja nyt saa 1280x1024 resoluution 60Hz virkistystaajuudella. Kuinka voisin nostaa virkistystaajuutta vielä?
Miltä näyttää xorg.conffisi nyt? :)
-
# /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
-
Et sitten laittanut niitä
~ Horizontal Scan Range 50 - 120 kHz, Vertical Scan Range 30 - 69 Hz
paikoilleen.
-
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.
-
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ä...
-
Laitoin, mutta ei siltikään saa 60 Hz:aa korkeempaa.
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.
-
Laitoin, mutta ei siltikään saa 60 Hz:aa korkeempaa.
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.
-
... 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 sudo dpkg-reconfigure xserver-xorg
edellyttäen että näyttö* tunnistetaan.
EDIT: *siis monitori(?)
-
Ja sano, mitä kertoo
fglrxinfo
Ja mikähän näyttis oli nyt käytössä? Integroitu vai joku muu?
-
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:
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ä:
# /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!
-
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:
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 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. :)
-
Kun vaihdetaan grafiikkakorttia (eli näyttis?) niin tarvitaan uusi vaihde komentoon joka menee näin 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 sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf_backup
-
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ä:
# /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:
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)
-
Ja vaihdat driveriksi fglrx sitten
Section "Device"
Identifier "Generic Video Card"
Driver "fglrx"
BusID "PCI:1:0:0"
VideoRam 280000
Option "UseFBDev" "true"
EndSection
-
Ja vaihdat driveriksi fglrx sitten
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)
-
Ja uudelleenkäynnistyksen jälkeen mitä sanoo
fglrxinfo
-
Sanoo, että
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)
-
Onkos sulla edgy vai dapper?
-
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. ? ???
-
ATI:n kortit tarttee omat ajurit, jotta niillä periaatteessa mitään tekee. Omilla tarkoitan siis ati/radeon/fglrx ajureita.
-
En oo mitää tehny (muuttanu ainakaa tietääkseni) ku asentanu Ubuntu 6.10:n.
-
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
-
Eikös se ole vakiona Edgy? ??? ???