Kirjoittaja Aihe: Nvidian näytönohjaimen kanssa ongelmia feistyssä...  (Luettu 1902 kertaa)

samu84

  • Käyttäjä
  • Viestejä: 136
    • Profiili
Terve

Asentelin äskettäin feistyn "puhtaalle pöydälle", mutta näytönohjaimen kanssa tulikin vähän ongelmia...
Dapperissa sain 3d-kiihdytyksen pelaamaan muuten wikikirjan ohjeen mukaan , paitsi xorg.conffista piti vaihtaa "nv" "nvidia":ksi...
En löytänyt sitä "rajoitettujen ajureiden hallintaa" mistään (käytössä siis kde)
Koitin sitten asentaa  nvidia-glx ja nvidia-kernel-common paketit, niin resoluutio tippui 640x480 ja 3d kiihdytys ei lähtenyt pelaamaan.


glxinfo | grep -i direct tulostaa seuraavaa:
Koodia: [Valitse]
samu@samu:~$ glxinfo | grep -i direct
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Error: couldn't find RGB GLX visual
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
samu@samu:~$

ja 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 xorg.conf(5) 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"
  FontPath "/usr/share/fonts/X11/misc"
  FontPath "/usr/share/fonts/X11/cyrillic"
  FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
  FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
  FontPath "/usr/share/fonts/X11/Type1"
  FontPath "/usr/share/fonts/X11/100dpi"
  FontPath "/usr/share/fonts/X11/75dpi"
  # path to defoma fonts
  FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
  Load "i2c"
  Load "bitmap"
  Load "ddc"
  Load "extmod"
  Load "freetype"
  Load "int10"
  Load "vbe"
  load "glx"
  load "GLcore"
  load "v4l"
EndSection

Section "InputDevice"
  Identifier "Generic Keyboard"
  Driver "kbd"
  option "CoreKeyboard"
  option "XkbRules" "xorg"
  option "XkbModel" "pc105"
  option "XkbLayout" "fi"
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 "nVidia Corporation G70 [GeForce 7600 GS]"
  boardname "nvidia"
  busid "PCI:2:0:0"
  driver "nv"
  screen 0
EndSection

Section "Monitor"
  identifier "L1950B"
  vendorname "Plug 'n' Play"
  modelname "Plug 'n' Play"
  modeline  "1280x1024@60" 25.2 640 656 752 800 480 490 492 525 -vsync -hsync
  gamma 1.0
EndSection

Section "Screen"
  Identifier "Default Screen"
  Device "nVidia Corporation G70 [GeForce 7600 GS]"
  Monitor "L1950B"
  DefaultDepth 24
  SubSection "Display"
    depth 24
    virtual 1280 1024
    modes "1280x1024@60"
  EndSubSection
EndSection

Section "ServerLayout"
  Identifier "Default Layout"
  screen 0 "Default Screen" 0 0
  InputDevice "Generic Keyboard"
  InputDevice "Configured Mouse"
  InputDevice "stylus" "SendCoreEvents"
  InputDevice "cursor" "SendCoreEvents"
  InputDevice "eraser" "SendCoreEvents"
EndSection

Section "DRI"
  Mode 0666
EndSection
Section "device" #
  identifier "device1"
  boardname "nvidia"
  busid "PCI:2:0:0"
  driver "nv"
  screen 1
EndSection
Section "screen" #
  identifier "screen1"
  device "device1"
  defaultdepth 24
  monitor "monitor1"
EndSection
Section "monitor" #
  identifier "monitor1"
  gamma 1.0
EndSection
Section "ServerFlags"
EndSection

Tuo "driver" kohdan vaihdoin takaisin "nv":ksi siinä toivossa että se pelais :) .

Vaihtelin itse nuo resoluutiot takasin kokoon 1280x1024, mutta kirjautumisikkuna on silti 640x480 resoluutiolla.




eliasj

  • Käyttäjä
  • Viestejä: 4075
    • Profiili
Vs: Nvidian näytönohjaimen kanssa ongelmia feistyssä...
« Vastaus #1 : 27.05.07 - klo:12.52 »
Mikä Nvidian näytönohjain sinulla on?

muoks. Siis sehän on 7600gs. Lukee xorg.conffissa.

Eli komenna
Koodia: [Valitse]
sudo apt-get install nvidia-kernel-common nvidia-glx-new
sudo dpkg-reconfigure -phigh xserver-xorg
Muokkaa sitten käsin xorg.conffista ajuriksi nv:n tilalle nvidia ja kommentoi "dri" kohdasta "module" pois.
« Viimeksi muokattu: 27.05.07 - klo:12.54 kirjoittanut Elias Julkunen »
alias vililikku

samu84

  • Käyttäjä
  • Viestejä: 136
    • Profiili
Vs: Nvidian näytönohjaimen kanssa ongelmia feistyssä...
« Vastaus #2 : 27.05.07 - klo:13.05 »
Suurkiitos.
Nyt se toimii ku junan vessa :) ...