Nieuws:

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

Auteur Topic: Intel gm965 (x3100)  (gelezen 3361 keer)

Eleanor

  • Gast
Intel gm965 (x3100)
« Gepost op: 2007/11/07, 21:04:58 »
Weet iemand hoe ik de resolutie op 1280 x 800 kan krijgen

ik kan alleen maar kiezen voor 1024X768

ik zal er een screenshot bij doen



ik heb aan de rechter kan en onder een balk hoe kan ik dit vergroten?

Offline Pjotr

  • Lid
    • Makkelijke Linuxtips
Intel gm965 (x3100)
« Reactie #1 Gepost op: 2007/11/07, 21:13:28 »
Dit is heel raar. Probeer eens dit:
Toepassingen - Hulpmiddelen - Terminalvenster
tik in (of kopieer en plak): sudo dpkg-reconfigure xserver-xorg
Tik je wachtwoord in (blijft onzichtbaar, zelfs geen sterretjes, dat hoort zo)

in de vragenriedel die dan volgt: ga ongezien met alles akkoord. Bediening met Tabtoets, *binnenste* Entertoets, pijltjestoetsen en spatiebalk.

Daarna volledige herstart van je computer.

Daarna: Systeem - Voorkeuren - Schermresolutie

Helpt dit?

Eleanor

  • Gast
Intel gm965 (x3100)
« Reactie #2 Gepost op: 2007/11/07, 21:37:41 »
nee ik kan nogsteeds alleen 1024x768 kiezen en niet grote

nog meer ideeen?

Offline Pjotr

  • Lid
    • Makkelijke Linuxtips
Intel gm965 (x3100)
« Reactie #3 Gepost op: 2007/11/07, 21:39:30 »
Doe eens dit:
In terminal:
sudo ddcprobe

en post de uitkomst eens hier, liefst als code: zo dus!

Eleanor

  • Gast
Intel gm965 (x3100)
« Reactie #4 Gepost op: 2007/11/07, 22:02:09 »
vbe: VESA 3.0 detected.
oem: Intel(r)GM965/PM965/GL960 Graphics Chip Accelerated VGA BIOS
vendor: Intel Corporation
product: Intel(r)GM965/PM965/GL960 Graphics Controller Hardware Version 0.0
memory: 7616kb
mode: 1280x1024x256
mode: 1280x1024x64k
mode: 1280x1024x16m
mode: 1024x768x256
mode: 1024x768x64k
mode: 1024x768x16m
mode: 640x480x16m
mode: 800x600x64k
mode: 800x600x16m
mode: 640x480x256
mode: 800x600x256
mode: 640x480x64k
edid:
edid: 1 3
id: 3114
eisa: AUO3114
serial: 00000000
manufacture: 1 2006
input: analog signal.
screensize: 26 16
gamma: 2.200000
dpms: RGB, no active off, no suspend, no standby
dtiming: 1280x800@59
monitorid: AUO
monitorid: B121EW03 V1

Offline Pjotr

  • Lid
    • Makkelijke Linuxtips
Intel gm965 (x3100)
« Reactie #5 Gepost op: 2007/11/07, 22:05:39 »
OK. En post nu eens het volgende tekstbestand, eveneens als code:
Terminal:
gedit /etc/X11/xorg.conf  (let op hoofdletter X in X11).

Eleanor

  • Gast
Intel gm965 (x3100)
« Reactie #6 Gepost op: 2007/11/07, 22:14:50 »
# 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"
Option "XkbVariant" "intl"
Option "XkbOptions" "lv3:ralt_switch"
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 "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizEdgeScroll" "0"
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 "Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller"
Driver "intel"
BusID "PCI:0:2:0"
EndSection

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

Section "Screen"
Identifier "Default Screen"
Device "Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Modes "1280x800"
EndSubSection
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"
InputDevice "Synaptics Touchpad"
EndSection
ikheb net de 64 bit geinstalleerd en geeft de zelfde problemen

Offline Pjotr

  • Lid
    • Makkelijke Linuxtips
Intel gm965 (x3100)
« Reactie #7 Gepost op: 2007/11/07, 23:00:51 »
Dan gaan we eens een verandering van driver proberen. Namelijk de "i810" i.p.v. de "intel".

Controleer eerst of de i810 is geïnstalleerd:
Systeem - Beheer - Synaptic pakketbeheer
zoekterm: i810

Is de xserver-xorg-video-i810 geïnstalleerd?

Zo nee, aanvinken en druk op knop Toepassen.

Vervolgens:
in terminal:
sudo dpkg-reconfigure xserver-xorg
en kies nu als driver niet de voorgeselecteerde "intel", maar de i810. Verder geen eigen keuzes maken.

Opslaan, sluiten, computer herstarten.

Helpt dit?

Eleanor

  • Gast
Intel gm965 (x3100)
« Reactie #8 Gepost op: 2007/11/07, 23:27:03 »
dan start deze helemaal niet meer op geeft iets van een fout met device not found

maar toch heel erg bedankt voor je hulp

ik ga het nog even op een andere manier proberen.

Offline Pjotr

  • Lid
    • Makkelijke Linuxtips
Intel gm965 (x3100)
« Reactie #9 Gepost op: 2007/11/07, 23:28:41 »
Mijn trukendoos is leeg.... Succes!

Eleanor

  • Gast
Intel gm965 (x3100)
« Reactie #10 Gepost op: 2007/11/10, 22:14:18 »
Section "Device"
    Identifier    "Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller"
    Driver        "intel"
    BusID        "PCI:0:2:0"
        Option          "monitor-TV"    "TVOutput"  <<EndSection

sectie hier onder ook toegevoegd

Section "Monitor"
        Identifier      "TVOutput"
        Option          "Ignore"        "true"
EndSection


voor mijn werkt het nu goed

Offline Pjotr

  • Lid
    • Makkelijke Linuxtips
Intel gm965 (x3100)
« Reactie #11 Gepost op: 2007/11/10, 22:14:56 »
Bedankt voor het melden van de oplossing!   :-)