Nieuws:

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

Auteur Topic: VIA VN896 DC TM Pro 3D/2D 1280x800 Driver  (gelezen 657 keer)

Grozo

  • Gast
VIA VN896 DC TM Pro 3D/2D 1280x800 Driver
« Gepost op: 2008/06/11, 10:04:08 »
Ik heb net een nieuwe Xxodd laptop met een VIA VN896 DC TM Pro 3D/2D.

De instalatie was al even puzzelen omdat de live cd niet werkte. Gelukkig is er ook zoiets als een alternate cd!! Er draait Ubuntu 8.04 "Hardy Heron" op de laptop.

Nu draait het systeem goed alleen de resolutie krijg ik niet goed. Hij staat nu op 1280x720. En het scherm is 1280x800. Wie weet wat ik fout doe? Moet ik de via driver gaan gebruiken?

Ik heb op internet een mooie howto gevonden.

http://ubuntuforums.org/showthread.php?t=83973

Ik heb mijn modline berekent met glf.

gtf 1280 800 60

  # 1280x800 @ 60.00 Hz (GTF) hsync: 49.68 kHz; pclk: 83.46 MHz
  Modeline "1280x800_60.00"  83.46  1280 1344 1480 1680  800 801 804 828  -HSync +Vsync
Mijn xorg.conf
# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by failsafeDexconf, using
# values from the debconf database and some overrides to use vesa mode.
#
# You should use dexconf or another such tool for creating a "real" xorg.conf
# For example:
#   sudo dpkg-reconfigure -phigh xserver-xorg
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
EndSection


Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizEdgeScroll" "0"
EndSection
Section "Device"
Identifier "Configured Video Device"
Driver "vesa"
Option "UseEDID" "False"
Option "ModeValidation" "NoEdidModes, NoMaxPClkCheck, NoVertRefreshCheck, NoHorizSyncCheck, NoEdidMaxPClkCheck"
EndSection

Section "Monitor"
Identifier "Configured Monitor"
Modeline "1280x800_60.00"  83.46  1280 1344 1480 1680  800 801 804 828  -HSync +Vsync
EndSection

Section "Screen"
Identifier "Default Screen"
Device "Configured Video Device"
Monitor "Configured Monitor"
Defaultdepth 24
SubSection "Display"
        Modes "1280x800"
        #Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection

EndSection

Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Synaptics Touchpad"
EndSection
Alvast bedankt!

Grozo

  • Gast
VIA VN896 DC TM Pro 3D/2D 1280x800 Driver
« Reactie #1 Gepost op: 2008/06/12, 15:25:41 »
Gefixd!

na wat googlen kwam ik er achter.

Section "Monitor"
        Identifier      "Configured Monitor"
        Modeline        "1280x800_60.00"  83.46  1280 1344 1480 1680  800 801 804 828  -HSync +Vsync
        HorizSync       30.0 - 82.0
        VertRefresh     50.0 - 75.0
EndSection