Nieuws:

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

Auteur Topic: Mijn Linux systeem start niet op in 1280x1024  (gelezen 1219 keer)

Gast

  • Gast
Mijn Linux systeem start niet op in 1280x1024
« Gepost op: 2006/12/27, 00:06:59 »
Als eerste, ik ben compleet nieuw hier op het forum (kan niet eens registreren), dus als ik mijn post in het verkeerde hoofdstukje geplaaste heb, vergeef het me het kon niet anders.
Ik zit met het volgende probleem.
Mijn Linux systeem start niet op in 1280x1024
Als ik mijn linux systeem (Ubuntu 6.06 LTS) opstart, komt deze met het login scherm in een resolutie van 640x480, nadat ik mijn login gegevens ingegeven heb en het systeem ready is (in een resolutie van 640x480) druk ik op Ctrl-Alt-Backspace om de Xserver opnieuw te starten, nu komt ie in een resolutie van 1280x1024 (zoals default aangegeven in /etc/X11/xorg.conf).
Ik heb al vanalles geprobeerd, maar hij wil niet in 1280x1024 opstarten.
Heeft iemand enig idee?????


alvast bedank
Pok

budster

  • Gast
Mijn Linux systeem start niet op in 1280x1024
« Reactie #1 Gepost op: 2006/12/27, 00:09:52 »
post jouw xorg.conf eens.

Mijn Linux systeem start niet op in 1280x1024
« Reactie #2 Gepost op: 2006/12/27, 09:28:47 »
Hallo Pokettuk, welkom op het forum :)

We hebben wat meer informatie nodig om je te kunnen helpen. Eens je grafisch bent aangemeld, druk even de toetsencombinatie alt+f2 in, in dat venster kan je een commando ingeven.
Het commando dat je ingeeft is:

gedit /etc/X11/xorg.conf

Dit opent een tekst editor met de inhoud van het xorg.conf bestand. Kan je even de inhoud van dit bestand kopi
www.sinax.be
Open Source Integrators, consulting and custom development

Gast

  • Gast
Mijn Linux systeem start niet op in 1280x1024
« Reactie #3 Gepost op: 2006/12/27, 11:23:52 »
@ budster en  Masuran,

Alvast bedankt voor jullie reactie.
Het makkelijkst vind ikzelf toch om gedit op te starten vanuit een terminal met het commando "sudo gedit /etc/X11/xorg.conf", dan hoef je niet zo rond te browsen.

Hieronder is dan mijn xorg.conf

# /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" "pc104"
Option "XkbLayout" "us"
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 NV18GL [Quadro4 NVS AGP 8x]"
Driver "nvidia"
BusID "PCI:1:0:0"
EndSection

Section "Monitor"
Identifier "F-417"
Option "DPMS"
EndSection

Section "Screen"
Identifier "Default Screen"
Device "NVIDIA Corporation NV18GL [Quadro4 NVS AGP 8x]"
Monitor "F-417"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
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

Offline Kiwinote

  • Lid
    • Launchpad
Mijn Linux systeem start niet op in 1280x1024
« Reactie #4 Gepost op: 2006/12/27, 11:50:19 »
Eerst zou ik je aanraden om een backup van dit bestand te maken, daarna kan je dit stukje:
Citaat
SubSection "Display"
        Depth        24
        Modes        "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
    EndSubSection
vervangen door:
Citaat
SubSection "Display"
        Depth        24
        Modes        "1280x1024"
EndSubSection
Daarna opnieuw opstarten en kijken of het werkt.

Offline Soul-Sing

  • Lid
Mijn Linux systeem start niet op in 1280x1024
« Reactie #5 Gepost op: 2006/12/27, 13:01:23 »
je kunt voordat je gaat werken in je xorg.conf even een backup maken van het bestand:
Citaat
sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf_backup

Phaldmmor

  • Gast
Mijn Linux systeem start niet op in 1280x1024
« Reactie #6 Gepost op: 2006/12/27, 16:21:33 »
Ik heb ook zo'n raar probleem. Als ik even vijf minuten wacht met inloggen springt Edgy automatisch naar een resolutie 800 * 600.. Zal deze tip ook eens proberen, kijken of die dan wel gewoon op de juiste resolutie blijft draaien.

Gast

  • Gast
Mijn Linux systeem start niet op in 1280x1024
« Reactie #7 Gepost op: 2006/12/28, 17:32:51 »
Uiteindelijk bleek de oplossing voor mijn probleem het toevoegen van de horizontale en verticale sync voor de monitor.
Alhoewel ik de relatie sync en resolutie niet echt kan volgen/begrijpen.

Maar toch iedereen bedankt voor het meedenken.