Nieuws:

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

Auteur Topic: Resolutie en error bij upgraden  (gelezen 986 keer)

Lynn

  • Gast
Resolutie en error bij upgraden
« Gepost op: 2007/07/28, 22:41:53 »
Al sinds een tijdje kamp ik met 2 problemen. Ik heb gnome 6.06 en ben een leek als linuxgebruiker

Vooreerst wil mijn computer niet meer in de juiste resolutie opstarten. Hij start altijd op in 640x480. Als ik dit wil veranderen, zijn er geen andere mogelijkheden. Vroeger moest ik gewoon mijn computer opnieuw opstarten en startte hij weer in de juiste resolutie op, maar sinds een paar dagen lukt dat ook niet meer en start hij gewoon altijd in 640x480 op, zonder dat ik het kan veranderen. Heel irritant dus.

Ondertussen heb ik ook een ander probleem dat ik al een tijdje heb. Als ik bv. de Synaptic pakketbeheer refresh, krijg ik telkens volgende error:

http://kubuntu.org/packages/amarok-latest/dists/dapper/main/binary-i386/Packages.gz: 404 Not Found
http://kubuntu.org/packages/amarok-latest/dists/dapper/main/source/Sources.gz: 404 Not Found

Ik gebruik dan wel gnome, maar dat zou toch geen probleem moeten zijn om amarok te gebruiken? Ik heb amarok verwijderd, maar ik kreeg nog steeds deze error, dus heb ik het nu maar gewoon opnieuw geïnstalleerd. Normaal zou deze error mij niet veel kunnen schelen, maar ik probeerde onlangs om up te graden naar 6.10 en dat lukte niet door deze error.

Enige hulp wordt gewaardeerd!

Lynn

Resolutie en error bij upgraden
« Reactie #1 Gepost op: 2007/07/29, 00:06:48 »
je kan misschien de resolutie aanpassen in de xorg.conf file

Deze kan je bewerken met volgend commando:
sudo gedit /etc/X11/xorg.conf

In dit bestand zou je volgende regels (of iets in die aard) moeten terug vinden

Section "Screen"
   Identifier   "Default Screen"
   Device      "Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller"
   Monitor      "Generic Monitor"
   DefaultDepth   24
   SubSection "Display"
      Depth      1
      Modes      "1280x800"
   EndSubSection
   SubSection "Display"
      Depth      4
      Modes      "1280x800"
   EndSubSection
   SubSection "Display"
      Depth      8
      Modes      "1280x800"
   EndSubSection
   SubSection "Display"
      Depth      15
      Modes      "1280x800"
   EndSubSection
   SubSection "Display"
      Depth      16
      Modes      "1280x800"
   EndSubSection
   SubSection "Display"
      Depth      24
      Modes      "1280x800"
   EndSubSection
EndSection

Zet nu bij modes (voor de gemakkelijkheid bij ze allemaal) de juiste resolutie

Lynn

  • Gast
Resolutie en error bij upgraden
« Reactie #2 Gepost op: 2007/07/29, 02:17:47 »
Jammer genoeg geen resultaat.

Dat stukje code zag er zo uit voor ik het heb geëdit:

Section "Screen"
Identifier "Default Screen"
Device "NVIDIA Corporation NV11 [GeForce2 MX/MX 400]"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x1024" "1280x960" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024" "1280x960" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "1280x960" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024" "1280x960" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1280x960" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1280x960" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Eerst heb ik gewoon de "640x480" verwijderd en heb ik de computer opnieuw opgestart, maar nog steeds startte ze op in 640x480, nog steeds kreeg ik geen andere optie. Dan heb ik ze zo veranderd dat er enkel nog "1280x960" overbleef, opnieuw heropgestart, maar nog steeds hetzelfde probleem. Wat nu?

Hier de volledige code van die file hoe ze nu is, als dat van enig nut kan zijn:

# /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 "i2c"
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" "pc105"
Option "XkbLayout" "be"
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 NV11 [GeForce2 MX/MX 400]"
Driver "nv"
BusID "PCI:1:0:0"
EndSection

Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
EndSection

Section "Screen"
Identifier "Default Screen"
Device "NVIDIA Corporation NV11 [GeForce2 MX/MX 400]"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x960"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x960"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x960"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x960"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x960"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x960"
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

kapper

  • Gast
Resolutie en error bij upgraden
« Reactie #3 Gepost op: 2007/07/29, 05:15:26 »
heb je het nadat je het geedit had op opslaan gedrukt?

Lynn

  • Gast
Resolutie en error bij upgraden
« Reactie #4 Gepost op: 2007/07/29, 13:51:55 »
Ja. Ik heb die code hier gepost nadat ik mijn computer opnieuw had opgestart, dusja...

Offline Johan van Dijk

  • Administrator
    • johanvandijk
Resolutie en error bij upgraden
« Reactie #5 Gepost op: 2007/07/29, 13:59:24 »
Ik denk dat het aan de "nv" drivers ligt die je gebruikt.
Had je al geprobeerd om via de restricted drivers manager de nvidia driver te installeren?

Offline bartek

  • Lid
    • http://bartek.blogsome.com
Resolutie en error bij upgraden
« Reactie #6 Gepost op: 2007/07/29, 13:59:45 »
Ik zou ubuntu 7.04 downloaden en installeren. Deze heeft een betere hardware herkenning en modernere progjes.

wil je dat niet probeer dan eens:
In je terminal:
sudo dpkg-reconfigure -phigh xserver-xorg

Met alles akkoord gaan maar bij de resolutie kiezen voor diegene die je wil (met de pijltjes op je toetsenbord de resolutie opzoeken en selecteren met de spatiebalk)
Terug opstarten en dan de juiste resolutie selecteren in systeem voorkeuren schermresolutie
| Deliberando saepe perit occasio |

"Car la vie est un bien perdu quand on n'a pas vécu comme on l'aurait voulu"

Offline Pjotr

  • Lid
    • Makkelijke Linuxtips
Resolutie en error bij upgraden
« Reactie #7 Gepost op: 2007/07/29, 14:02:09 »
Je wil opwaarderen (upgraden). Dan raad ik drie dingen aan:
- pak de nieuwste Ubuntu 7.04: veel gebruikersvriendelijker en makkelijker;
- doe een schone installatie van 7.04 (dus met formatteren en al);
- installeer 7.04 met de Alternate CD:
ftp://ftp.tudelft.nl/pub/Linux/releases.ubuntu.com/7.04/ubuntu-7.04-alternate-i386.iso

Als je het zo doet, dan is hoogstwaarschijnlijk meteen ook je probleem opgelost!

Groet, Pjotr.

Lynn

  • Gast
Resolutie en error bij upgraden
« Reactie #8 Gepost op: 2007/08/03, 00:09:03 »
Citaat van: bartek
Ik zou ubuntu 7.04 downloaden en installeren. Deze heeft een betere hardware herkenning en modernere progjes.

wil je dat niet probeer dan eens:
In je terminal:
sudo dpkg-reconfigure -phigh xserver-xorg

Met alles akkoord gaan maar bij de resolutie kiezen voor diegene die je wil (met de pijltjes op je toetsenbord de resolutie opzoeken en selecteren met de spatiebalk)
Terug opstarten en dan de juiste resolutie selecteren in systeem voorkeuren schermresolutie
Ik heb dat dus geprobeerd en ik kreeg dit als resultaat:

lien@PClien:~$ sudo dpkg-reconfigure -phigh xserver-xorg
Password:
X Error: BadDevice, invalid or uninitialized input device 154
  Major opcode:  143
  Minor opcode:  3
  Resource id:  0x0
Failed to open device
X Error: BadDevice, invalid or uninitialized input device 154
  Major opcode:  143
  Minor opcode:  3
  Resource id:  0x0
Failed to open device
X Error: BadDevice, invalid or uninitialized input device 154
  Major opcode:  143
  Minor opcode:  3
  Resource id:  0x0
Failed to open device
X Error: BadDevice, invalid or uninitialized input device 154
  Major opcode:  143
  Minor opcode:  3
  Resource id:  0x0
Failed to open device
Use of uninitialized value in join or string at /usr/share/perl5/Debconf/DbDriver/Stack.pm line 104, line 8.
Use of uninitialized value in join or string at /usr/share/perl5/Debconf/DbDriver/Stack.pm line 104, line 20.
xserver-xorg postinst warning: not updating /etc/X11/X; no default X server
   configured; run "dpkg-reconfigure xserver-xorg" to correct this
Use of uninitialized value in join or string at /usr/share/perl5/Debconf/DbDriver/Stack.pm line 104, line 3.
Use of uninitialized value in join or string at /usr/share/perl5/Debconf/DbDriver/Stack.pm line 104, line 19.
Use of uninitialized value in join or string at /usr/share/perl5/Debconf/DbDriver/Stack.pm line 104, line 27.
En dan zei een venster mij:

Debconf op PCLien
Gelieve een waarde in te geven.
Een lege waarde is hier niet toegelaten.