Conceptronic CM3PVR Instrukcja Użytkownika Strona 42

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 75
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 41
Per forçar l’ús del mode 1280x720 (resolució dels arxius de vídeo a 720p) amb el ràtio
de 16:9 necessari perquè no s’hagi de reescalar la imatge, vaig haver de realitzar els passos
següents:
Primer de tot hem d’instal·lar el servidor gràfic i, a més a més, descarregar i compilar un
programa que ens generarà unes línies necessàries per forçar el x.Org a utilitzar la resolució
de 1280x720.
# aptitude install xorg xserver-xorg-video-intel
$ wget http://osdn.dl.sourceforge.net/sourceforge/gtf/gtf.c
$ gcc gtf.c -o gtf -lm -Wall
$ chmod +x gtf
Després l’executem per a totes les resolucions que volem que es puguin fer servir. En el
meu cas, van ser la de 1280x720, 1280x768 i 800x600. Per fer això executem el programa
seguit de la resolució vertical, l’horitzontal i la freqüència de refresc (60Hz en el meu cas i
també 56Hz en els 800x600).
$ ./gtf 1280 720 60
modeline "1280x720@60" 74.48 1280 1336 1472 1664 720 721 724 746 -hsync +vsync
$ ./gtf 1280 768 60
modeline "1280x768@60" 80.14 1280 1344 1480 1680 768 769 772 795 -hsync +vsync
$ ./gtf 800 600 60
modeline "800x600@60" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
$ ./gtf 800 600 56
modeline "800x600@56" 36.0 800 824 896 1024 600 601 603 625 +hsync +vsync
Un cop hem generat aquestes línies, les hem de copiar dins de l’apartat del monitor
corresponent. A més a més, en aquesta mateixa secció també haurem d’escriure aquesta
línia per configurar la resolució de 1280x720 com a predeterminada:
Option! "PreferredMode" "1280x720@60"
Un cop fet això només ens queda assegurar-nos d’haver canviat l’antic driver i810 per
intel i canviar la llista de modes de la secció screen pels establerts a modeline. Podeu veure
els canvis (subratllats amb blau) en aquesta còpia del xorg.conf (situat a /etc/X11 i editable
com a root):
# xorg.conf (X.Org 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 "InputDevice"
! Identifier! "Generic Keyboard"
! Driver! ! "kbd"
! Option! ! "XkbRules"! "xorg"
! Option! ! "XkbModel"! "pc105"
! Option! ! "XkbLayout"! "es"
! Option! ! "XkbOptions"! "lv3:ralt_switch"
EndSection
Section "InputDevice"
CREACIÓ'DUN'MEDIA'CENTER'AMB'SOFTWARE'LLIURE'|''42
Przeglądanie stron 41
1 2 ... 37 38 39 40 41 42 43 44 45 46 47 ... 74 75

Komentarze do niniejszej Instrukcji

Brak uwag