Kirjoittaja Aihe: Vanhakone P3-1000MHz/192Mb Bios ja käynnistys ongelma  (Luettu 1311 kertaa)

koomikko

  • Käyttäjä
  • Viestejä: 103
    • Profiili
Tarttis vähän apuja vanhan koneen säätöön

Kone on 1000MHz pentium, 192Mb ram, 1Gb swap, 20G kiintolevy, integroitu intel815 1Mb jaetulla muistilla, emona vanha IBM, todella tykkikone.

Asennettuna:
Xubuntu 7.10, joka ei toimi kunnolla, näyttö sekoilee välillä, niin ettei saa mitään selvää.
gOS 7.10 toimii nätisti (Firefox, OpenOffice)

Otin alkuperäisen prosessorijäähyn pois, vaihdoin passiivin ja tuulitunnelin tilalle. Käynnistäessä piippaa ja herjaa tuuletin viasta. Biossin asetuksissa näkyy, että tuuletin2 ei toiminnassa(valintoja ei tässä kohdassa voi tehdä). Mistäköhän herjan sais pois ja asetuksen, niin ettei biossia kiinnostais tuuletin?

-Grub valinnan jälkeen näyttööntulee teksti:

Starting up...
You passed an undefined mode number.
Press RETURN to see video modes available, SPACE to continue or wait 30 secs

-Jos odotan, niin lataus jatkuu nähdäkseni normaalisti
-Jos painan entterin, niin:

Video adapter: VESA VGA
Mode:  COLSxROWS:
0 0F00 80x25
1 0F01 80x50
2 0F02 80x43
3 0F03 80x28
4 0F05 80x30
5 0F06 80x34
6 0F07 80x60
Enter mode number or ´scan´:

-Valitsen 6 ja entter lataus jatkuu normaalisti

-Olisikohan xorg asetuksista johtuva, milläköhän tämän sais pois?

Section "Files"
EndSection

Section "InputDevice"
   Identifier   "Generic Keyboard"
   Driver      "kbd"
   Option      "CoreKeyboard"
   Option      "XkbRules"   "xorg"
   Option      "XkbModel"   "pc105"
   Option      "XkbLayout"   "fi"
   Option      "XkbVariant"   "kotoistus"
EndSection

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

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

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

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

Section "Device"
   Identifier   "Intel Corporation 82815 CGC [Chipset Graphics Controller]"
   Driver      "intel"
   BusID      "PCI:0:2:0"
EndSection

Section "Monitor"
   Identifier   "Tyypillinen näyttö"
   Option      "DPMS"
   HorizSync   30-81
   VertRefresh   56-75
EndSection

Section "Screen"
   Identifier   "Default Screen"
   Device      "Intel Corporation 82815 CGC [Chipset Graphics Controller]"
   Monitor      "Tyypillinen näyttö"
   DefaultDepth   24
EndSection

Section "ServerLayout"
   Identifier   "Default Layout"
   Screen      "Default Screen"
   InputDevice   "Generic Keyboard"
   InputDevice   "Configured Mouse"
 
# Uncomment if you have a wacom tablet
#   InputDevice     "stylus"   "SendCoreEvents"
#   InputDevice     "cursor"   "SendCoreEvents"
#   InputDevice     "eraser"   "SendCoreEvents"
EndSection