Kirjoittaja Aihe: Mielenkiintoinen juttu!  (Luettu 1904 kertaa)

SunIsoMutsis

  • Käyttäjä
  • Viestejä: 2
  • Olisko about siinä?
    • Profiili
Mielenkiintoinen juttu!
« : 13.03.08 - klo:23.03 »
Eilen asentelin työläppärille (Vistan tilalle) Ubuntumin ja kaikki meni oikein loistavasti. Kone toimi moitteetta koko päivän kunnes iltapäivällä olin palaverissa ja laitoin tietsikan videotykkiin kiinni. Silloinkin vielä kaikki pelasi, mutta kotiin tultuani kun avasin koneen, niin se aukesi vain "shell" tilassa. Arvelin että ongelma ehkä johtui jotenkin näytönohjaimesta ja aikani säädettyäni  dpkg-reconfiguren kanssa sain kuitenkin näytön taas pelaamaan.

Onko hajua mistä voisi johtua? Joutuukohan tuon episodin käymään läpi vielä uudestaan. Vähän pelonsekaisin tuntein odotellessa seuraava presentaatiota...... ;)



Ville Pöntinen

  • Käyttäjä
  • Viestejä: 2078
    • Profiili
Vs: Mielenkiintoinen juttu!
« Vastaus #1 : 13.03.08 - klo:23.15 »
Linux? Ubuntu? Läppäri? Näytönohjain? /etc/X11/xorg.conf? Entinen /etc/X11/xorg.conf?

Timo Virtanen

  • Käyttäjä
  • Viestejä: 2083
    • Profiili
Vs: Mielenkiintoinen juttu!
« Vastaus #2 : 14.03.08 - klo:00.12 »
Tervetuloa Ubuntu-maailmaan. Eikö edes Ubuntu teksti ja ja se "boottaamisen" edistymistä havainnollista punainen palkki näkynyt? Jos ei näkynyt, niin ongelma voisi olla latauskuvan koossa. Itse olen asian korjannut "Startupmanagerilla", jonka voi asentaa paketinhallinnan kautta. Asiasta on ollut juttua foorumilla aiemminkin. Vanhat jutut löytyvät foorumin hakutoimintoa käyttäen.
Pontvilin kommentit ovat ihan asiaa. Ongelmaa on helpompi ratkoa ja antaa apua kun tietää hieman mistä tietokoneesta, mistä lisälaitteesta yms on kyse. Jos tarvitset lisää apuja kysele, terveisin Timo
"Linux, made in Finland"

SunIsoMutsis

  • Käyttäjä
  • Viestejä: 2
  • Olisko about siinä?
    • Profiili
Vs: Mielenkiintoinen juttu!
« Vastaus #3 : 14.03.08 - klo:13.03 »
Moi!

Sorry hätäpäissäni kirjoitin, ja ajatus oli tietenkin laittaa ko. matskut mukaan edelliseen viestiin. "seli seli" ;)

Kokoonpano on näin:

HP Compaq NC6000
Ubuntu on uusin versio. (ööö, mistäs muuten tuon pystyy nopeimmin tarkistamaan?)
Näytönohjain on vissiin tuo ATI radeon 9600

Bootin jälkeen vilahti tuo "graafinen" Ubuntu ikkuna, mutta häipyi sen jälkeen aika nopeasti. Mielenkiintoinen juttu kun katsoin näin conf juttuja. Niin jostain syystä on ihmeellisiä muutoksia havaittavissa. Outoa tuossa on se. Että miten se voi itsekseen muuttua noin paljon? Saatteko jotain noista muuta selville.

Ensin uusin:

# 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 xorg.conf manual page.
# (Type "man 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"
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"   "ImPS/2"
   Option      "ZAxisMapping"   "4 5"
   Option      "Emulate3Buttons"   "true"
EndSection

Section "InputDevice"
   Identifier   "Synaptics Touchpad"
   Driver      "synaptics"
   Option      "SendCoreEvents"   "true"
   Option      "Device"   "/dev/psaux"
   Option      "Protocol"   "auto-dev"
   Option      "HorizEdgeScroll"   "0"
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   "ATI Technologies Inc RV350 [Mobility Radeon 9600 M10]"
   Driver      "fglrx"
   Busid      "PCI:1:0:0"
EndSection

Section "Monitor"
   Identifier   "Tyypillinen näyttö"
   Option      "DPMS"
   Horizsync   28-50
   Vertrefresh   43-75
EndSection

Section "Screen"
   Identifier   "Default Screen"
   Device      "ATI Technologies Inc RV350 [Mobility Radeon 9600 M10]"
   Monitor      "Tyypillinen näyttö"
   Defaultdepth   24
   SubSection "Display"
      Modes      "1024x768"
   EndSubSection
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"
   Inputdevice   "Synaptics Touchpad"
EndSection
Section "Module"
   Load      "glx"
EndSection
Section "Extensions"
   Option      "Composite"   "0"
EndSection

Sitten vanha:

# xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by failsafeDexconf, using
# values from the debconf database and some overrides to use vesa mode.
#
# You should use dexconf or another such tool for creating a "real" xorg.conf
# For example:
#   sudo dpkg-reconfigure -phigh xserver-xorg
Section "Files"
EndSection

Section "Module"
        Disable         "dbe"
        Disable         "dri"
        Disable         "glx"
        Disable         "vbe"
EndSection

Section "InputDevice"
   Identifier   "Generic Keyboard"
   Driver      "kbd"
   Option      "CoreKeyboard"
   Option      "XkbRules"   "xorg"
   Option      "XkbModel"   "pc105"
   Option      "XkbLayout"   "se"
   Option      "XkbOptions"   "lv3:ralt_switch"
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"
   Identifier   "Synaptics Touchpad"
   Driver      "synaptics"
   Option      "SendCoreEvents"   "true"
   Option      "Device"      "/dev/psaux"
   Option      "Protocol"      "auto-dev"
   Option      "HorizScrollDelta"   "0"
EndSection

Section "Device"
   Identifier   "Failsafe Device"
   Driver      "vesa"
   BusID      "PCI:1:0:0"
EndSection

Section "Monitor"
   Identifier   "Failsafe Monitor"
   Option      "DPMS"
EndSection

Section "Screen"
   Identifier   "Default Screen"
   Device      "Failsafe Device"
   Monitor      "Failsafe Monitor"
   DefaultDepth   16
   SubSection "Display"
      Depth   16
      Modes   "800x600"
   EndSubSection
EndSection

Section "ServerLayout"
   Identifier   "Default Layout"
   Screen      "Default Screen"
   InputDevice   "Generic Keyboard"
   InputDevice   "Configured Mouse"
   InputDevice   "Synaptics Touchpad"
EndSection


Ps. Kiitos teille molemmille jo näin alkuun. Käyttökokemukset on todella mukavat ja tykkään kokoajan enemmän uudesta käyttiksestä. ;)


Risto H. Kurppa

  • Käyttäjä
  • Viestejä: 3024
  • Useita Kubuntuja ajossa.
    • Profiili
    • http://risto.kurppa.fi
Vs: Mielenkiintoinen juttu!
« Vastaus #4 : 16.03.08 - klo:22.39 »
Ubuntu on uusin versio. (ööö, mistäs muuten tuon pystyy nopeimmin tarkistamaan?)

koment lsb_release -a kertonee tarvittavan

r
UUSI UBUNTUN KÄYTTÄJÄ: SÄÄSTÄ AIKAASI LUKEMALLA  -> TÄMÄ <-