Näytä kirjoitukset

Tässä osiossa voit tarkastella kaikkia tämän jäsenen viestejä. Huomaa, että näet viestit vain niiltä alueilta, joihin sinulla on pääsy.


Viestit - redmonkees

Sivuja: 1 [2]
21
eikun nyt tulkitsin ihan päin seiniä, ei se mitään legacy ajuria tarvitse. Ihan normi ajurit.

kerkesin tuossa jo ne ajurit asentamaan, mutta solmuun menee. Ihmekkös tuo, näillä käsillä... ;D

22
Virheitä en muista, mutta olihan niitä.  :)

Ohjeina käytin tätä:
http://fi.wikibooks.org/wiki/Ubuntu_tutuksi/Laitteisto  Keltanokka kun olen tämän Linuxin kanssa.

ja sitten tätä:

http://doc.gwos.org/index.php/Latest_Nvidia_Dapper

Ja ehkä muutamaa muuta foorumeilla ohjeistettua sillisalaattia.


Mikäs se olis paras tapa lähteä ihan puhtaalta pöydältä liikeelle? Eihän tuota viittis uudelleen asentaa, jos siihen on olemassa helpompikin tapa.

NVIDIA-hakusanalla haettuna ei pakettienhallinnan mukaan ole tällä hetkellä asennettuna muuta kuin smartdimmer ja xserver-xorg-driver-nv

OT: Oma ubuntuversio on 32-bittinen, mutta masiina on AMD Athlon 64 3200+  Onkos tolla jotain vaikutusta ja onkos se 64-versio vakaa? Jostain taisin lukea että paree pysyä vielä 32-versiossa. Tiedä sitte, viisaammat kertokoot.

Hyvää illanjatkoa.

23
Asentelin tuossa omaan koneeseen Ubuntun (6.06). Geforcen ajureita yritin asennella kaikenlaisilla ohjeilla mutta ilman toivottua tulosta. Tuolla wikin ohjeella yritin ja siellä ehdotetulla englannin kielisellä.
Tokkopa tuo 3D-kiihdytys toimii toivotulla tavalla, koska näytönsäästäjistäkään ei osa näy. Ilman nvidian ajureita ne taas näkyy, mutta tökkien.

Kaikenlaisia ohjeita on selattu koko pääsiäisloma, mutta mukavahan tätä on säätää.  ;D

Jos tuosta xorg.confista olis apua:

# /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"
   # 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"   "pc104"
   Option      "XkbLayout"   "us"
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   "NVIDIA Corporation NV43 [GeForce 6600]"
   Driver      "nv"
   BusID      "PCI:1:0:0"
EndSection

Section "Monitor"
   Identifier   "HP vs19"
   Option      "DPMS"
EndSection

Section "Screen"
   Identifier   "Default Screen"
   Device      "NVIDIA Corporation NV43 [GeForce 6600]"
   Monitor      "HP vs19"
   DefaultDepth   24
   SubSection "Display"
      Depth      1
      Modes      "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
   EndSubSection
   SubSection "Display"
      Depth      4
      Modes      "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
   EndSubSection
   SubSection "Display"
      Depth      8
      Modes      "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
   EndSubSection
   SubSection "Display"
      Depth      15
      Modes      "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
   EndSubSection
   SubSection "Display"
      Depth      16
      Modes      "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
   EndSubSection
   SubSection "Display"
      Depth      24
      Modes      "1280x1024" "1024x768" "832x624" "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




X on ollu jumissa jo useasti. Ajurit on poistettu ja asennettu uudestaan. Eipä tuo toimimattomuus haittaa tällästä tavallista käyttöä, mutta kivahan se olis saada toimimaan.


Kiitoksia jo näin etukäteen. Onhan tätä asiaa jo veivattukkin niin kotona kuin foorumillakin.

Sivuja: 1 [2]