Nieuws:

Welkom, Gast. Alsjeblieft inloggen of registreren.
Heb je de activerings-mail niet ontvangen?

Auteur Topic: GeForce 7100 / NVIDIA nForce 630i drivers!?  (gelezen 7439 keer)

Offline Johan van Dijk

  • Administrator
    • johanvandijk
GeForce 7100 / NVIDIA nForce 630i drivers!?
« Reactie #25 Gepost op: 2007/12/06, 17:19:11 »
Er staan wat spelfouten in. Dat gaat sowieso problemen opleveren.
Werkte de laatste xorg.conf die ik gaf niet?
Daar staat volgens mij al het nodige in.

Hoe heb je trouwens die beta drivers geïnstalleerd?
Daar komt meer bij kijken dan je denkt, omdat anders de driver van Ubuntu en die van de Nvidia site elkaar in de weg gaan zitten.

chefbram77

  • Gast
GeForce 7100 / NVIDIA nForce 630i drivers!?
« Reactie #26 Gepost op: 2007/12/06, 17:33:38 »
ok: heb de beta drivers zo geinstalleerd:
http://ubuntu-bits.blogspot.com/2007/11/nvidia-16904-beta-installeren-op-gutsy.html
Ging op zich goed, had toen t geinstalleerd hardware versnelling, alleen nog geen hoge resoluties.

maar na een reboot precies weer dezelfde problemen.
Dus nu alles weer omgedraaid: jouw zorg.conf geinstalleerd, en weer gewoon nvidia-glx-new drivers erop gegooid. Back to basic, en terug bij precies hetzelfde...

Offline Johan van Dijk

  • Administrator
    • johanvandijk
GeForce 7100 / NVIDIA nForce 630i drivers!?
« Reactie #27 Gepost op: 2007/12/06, 18:55:33 »
Welke foutmeldingen staan er in /var/log/Xorg.0.log ?

chefbram77

  • Gast
GeForce 7100 / NVIDIA nForce 630i drivers!?
« Reactie #28 Gepost op: 2007/12/06, 20:33:06 »
mijn huidige zorg.conf: # 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"
Load "glx"
Load "v4l"
EndSection

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
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 "Device"
Identifier "Failsafe Device"
Boardname "vesa"
Busid "PCI:0:16:0"
Driver "nvidia"
Screen 0
Option "AddARGBVisuals" "True"
Option "AddARGBGLXVisuals" "True"
Option "NoLogo" "True"
EndSection

Section "Monitor"
Identifier "Failsafe Monitor"
Vendorname "Plug 'n' Play"
Modelname "Plug 'n' Play"
  modeline  "640x480@60" 25.2 640 656 752 800 480 490 492 525 -vsync -hsync
Gamma 1.0
EndSection

Section "Screen"
Identifier "Default Screen"
Device "Failsafe Device"
Monitor "Failsafe Monitor"
Defaultdepth 24
SubSection "Display"
Depth 24
Virtual 640 480
Modes "640x480@60"
EndSubSection
EndSection

Section "ServerLayout"
Identifier "Default Layout"
  screen 0 "Default Screen" 0 0
Inputdevice "Generic Keyboard"
Inputdevice "Configured Mouse"
EndSection
Section "ServerFlags"
EndSection
foutmeldngen in /var/log/Xorg.0.log
(WW) "dbe" will not be loaded unless you've specified it to be loaded elsewhere.
(WW) "dri" will not be loaded unless you've specified it to be loaded elsewhere.
(WW) "glx" will not be loaded unless you've specified it to be loaded elsewhere.
(WW) "vbe" will not be loaded unless you've specified it to be loaded elsewhere.
(II) LoadModule: "extmod"
eigenlijk het enige...., komt ook waarschijnlijk omdat alles failsafe en vesa is...???

chefbram77

  • Gast
GeForce 7100 / NVIDIA nForce 630i drivers!?
« Reactie #29 Gepost op: 2007/12/06, 21:32:13 »
ik denk dat t nu eindelijk eens gelukt is via die website die ik eerder aangaf!
mijn nieuwe beta drivers laden bij het opstarten!, ik zie nu gewoon het nvidia splash scrteen  :D
Mijn huidige xorg( t is een zootje volgens mij:
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeister@builder3)  Wed Nov 14 17:10:54 PST 2007

# 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 "ServerLayout"

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

Section "Files"
EndSection

Section "Module"
    Load           "glx"
EndSection

Section "InputDevice"
    Identifier     "Generic Keyboard"
    Driver         "kbd"
    Option         "CoreKeyboard"
    Option         "XkbRules" "xorg"
    Option         "XkbModel" "pc105"
    Option         "XkbLayout" "us"
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     "stylus"
    Driver         "wacom"
    Option         "Device" "/dev/input/wacom"
    Option         "Type" "stylus"
    Option         "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection

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

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

Section "Monitor"
    Identifier     "Fujitsu Siemens Scaleo C772"
    HorizSync       30.0 - 70.0
    VertRefresh     50.0 - 160.0
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "nVidia Corporation NVIDIA Default Card"
    Driver         "nvidia"
EndSection

Section "Screen"
    Identifier     "Default Screen"
    Device         "nVidia Corporation NVIDIA Default Card"
    Monitor        "Fujitsu Siemens Scaleo C772"
    DefaultDepth    24
    SubSection     "Display"
        Depth       24
        Modes      "nvidia-auto-select"
    EndSubSection
EndSection
Zeer vriendelijke dank voor het geduld uwerzijds!! Ik hoop dat ie het zo blijft doen....