Nieuws:

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

Auteur Topic: low graphics mode  (gelezen 832 keer)

Kale_Erik

  • Gast
low graphics mode
« Gepost op: 2008/01/21, 20:53:50 »
Hallo! eergisteren heb ik updates geinstalleerd en daarna afgesloten. toen ik vervolgens vanmorgen weer opstartte weigerde de PC dienst, en startte in low graphics mode op. ik heb deze uitleg al geprobeerd omdat er een nvidia kaart inzit maar hij blijft in low graphic mode na een reboot! heeft misschien iemand een oplossing aub?
 
ik draai op: Ubuntu 7.10 (gutsy gibbon) en gebruik een geforce 8500GT

bij voorbaat dank!

Kale_Erik

  • Gast
low graphics mode
« Reactie #1 Gepost op: 2008/01/21, 20:56:34 »
hier mijn xorg.conf

 
Citaat
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"   "us"
EndSection

Section "InputDevice"
   Identifier   "Configured Mouse"
   Driver      "mouse"
   Option      "CorePointer"
   Option      "Device"      "/dev/input/mice"
   Option      "Protocol"      "ImPS/2"
   Option      "ZAxisMapping"      "4 5"
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 G80 [GeForce 8500 GT]"
   Driver      "nvidia"
   BusID      "PCI:1:0:0"
EndSection

Section "Monitor"
   Identifier   "Generieke beeldscherm"
   Option      "DPMS"
   HorizSync   30-65
   VertRefresh   50-75
EndSection

Section "Screen"
   Identifier   "Default Screen"
   Device      "nVidia Corporation G80 [GeForce 8500 GT]"
   Monitor      "Generieke beeldscherm"
   DefaultDepth   24
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"
EndSection

Kale_Erik

  • Gast
low graphics mode
« Reactie #2 Gepost op: 2008/01/21, 21:07:02 »
een collega wist raad met het probleem en heeft het zojuist verholpen! in elk geval bedankt!!!

Offline joop905

  • Lid
low graphics mode
« Reactie #3 Gepost op: 2008/01/21, 21:08:18 »
wat je kan doen is naar de website gaan http://www.nvidia.com/object/linux_display_ia32_169.04.html


Met ctrl-alt-f1 kom je in een terminal, waar je in moet loggen, met username en passwd, waar nu verder gewerkt moet worden:


    sudo /etc/init.d/gdm stop

sudo sh NVIDIA-Linux-x86-169.04-pkg1.run  maar kan ook andere zijn (64bit)
maar staat op de website

  sudo /etc/init.d/gdm start


geluk er mee.