Nieuws:

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

Auteur Topic: Schermresolutie Nvidia probleem  (gelezen 1246 keer)

Schermresolutie Nvidia probleem
« Gepost op: 2007/03/31, 10:23:14 »
Mijn Kubuntu 6.10 Edgy werkte altijd met een resolutie van 1280x1024.

Vandaag startte ik mijn pc op en opeens heb ik maar een resolutie van 640x480, en als ik kijk naar de gegevns over mijn grafische kaart via KDE, kan ik de reolutie opeens niet meer hoger instellen en heb ik maar 256k videogeheugen terwijl de kaart er 64MB heeft.

Ik had hier iets gevonden in de forum ivm glx, heb dit geïnstalleerd en als ik nu de pc opstart krijg ik even het nvidia-logo te zien, maar als KDE opstart, kan ik mijn resolutie nog altijd niet hoger instellen en blijft het videogeheugen op 256k staan (kan niet gewijzigd worden).

Dit zijn de gegevens vd kaart als ik lspci typ:

01:00.0 VGA compatible controller: nVidia Corporation NV11 [GeForce2 MX/MX 400] (rev b2)

Hoe kan zoiets gebeuren terwijl ik vooraf nooit problemen heb gehad?

Christophe

Offline Johan van Dijk

  • Administrator
    • johanvandijk
Schermresolutie Nvidia probleem
« Reactie #1 Gepost op: 2007/03/31, 12:27:33 »
Wat is het merk en type van je monitor?
Wat is de inhoud van het /etc/X11/xorg.conf bestand?

Schermresolutie Nvidia probleem
« Reactie #2 Gepost op: 2007/03/31, 14:57:21 »
Dit is een 19" monitor van het merk Relisys.

Mijn xorg.conf:

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeister@builder3)  Mon Oct 16 22:13:07 PDT 2006

# /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 "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 "Files"

  # path to defoma fonts
    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"
    FontPath        "/usr/share/fonts/X11/misc"
    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           "type1"
    Load           "vbe"
    Load           "glx"
    Load           "v4l"
EndSection

Section "InputDevice"
    Identifier     "Generic Keyboard"
    Driver         "kbd"
    Option         "CoreKeyboard"
    Option         "XkbRules" "xorg"
    Option         "XkbModel" "pc105"
    Option         "XkbLayout" "be"
    Option         "XkbOptions" "lv3:ralt_switch"
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"

  # /dev/input/event
  # for USB
    Identifier     "stylus"
    Driver         "wacom"
    Option         "Device" "/dev/wacom"# Change to
    Option         "Type" "stylus"
    Option         "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection

Section "InputDevice"

  # /dev/input/event
  # for USB
    Identifier     "eraser"
    Driver         "wacom"
    Option         "Device" "/dev/wacom"# Change to
    Option         "Type" "eraser"
    Option         "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection

Section "InputDevice"

  # /dev/input/event
  # for USB
    Identifier     "cursor"
    Driver         "wacom"
    Option         "Device" "/dev/wacom"# Change to
    Option         "Type" "cursor"
    Option         "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection

Section "Monitor"
    Identifier     "RELISYS TE98"
    VendorName     "Plug 'n' Play"
    ModelName      "Plug 'n' Play"
    Gamma           1
    ModeLine       "640x480@60" 25.2 640 656 752 800 480 490 492 525 -hsync -vsync
EndSection

Section "Monitor"
 #
    Identifier     "monitor1"
    Gamma           1
EndSection

Section "Device"
    Identifier     "NVIDIA Corporation NV11 [GeForce2 MX/MX 400]"
    Driver         "nvidia"
    BoardName      "nv"
    BusID          "PCI:1:0:0"
    Screen          0
EndSection

Section "Device"
 #
    Identifier     "device1"
    Driver         "nv"
    BoardName      "nv"
    BusID          "PCI:1:0:0"
    Screen          1
EndSection

Section "Screen"
    Identifier     "Default Screen"
    Device         "NVIDIA Corporation NV11 [GeForce2 MX/MX 400]"
    Monitor        "RELISYS TE98"
    DefaultDepth    24
    SubSection     "Display"
        Virtual     640 480
        Depth       24
        Modes      "640x480@60"
    EndSubSection
EndSection

Section "Screen"
 #
    Identifier     "screen1"
    Device         "device1"
    Monitor        "monitor1"
    DefaultDepth    24
EndSection

Offline Pjotr

  • Lid
    • Makkelijke Linuxtips
Schermresolutie Nvidia probleem
« Reactie #3 Gepost op: 2007/03/31, 14:58:40 »
Als het maar geen hardwareprobleem is....
Heb je dit verschijnsel ook in Windows?

Offline Johan van Dijk

  • Administrator
    • johanvandijk
Schermresolutie Nvidia probleem
« Reactie #4 Gepost op: 2007/03/31, 15:02:31 »
Type dit in een terminal:

sudo apt-get update
sudo apt-get install nvidia-glx
##dit is om de nvidia drivers te installeren

sudo dpkg-reconfigure xserver-xorg
Kies bij de driver nvidia
Bij de rest kan je op enter drukken om de standaardwaarden te kiezen. Die zouden goed moeten zijn.

Schermresolutie Nvidia probleem
« Reactie #5 Gepost op: 2007/04/02, 14:31:35 »
Alle stappen uitgevoerd, en alles werkt terug perfekt!!!!!

Bedankt voor de zéééér goede hulp!!!!

Groetjes,

Christophe