Forum |  HardWare.fr | News | Articles | PC | S'identifier | S'inscrire | Shop Recherche
1196 connectés 

  FORUM HardWare.fr
  Linux et OS Alternatifs
  Multimédia

  [debian] sur un ecran de TV

 


 Mot :   Pseudo :  
 
Bas de page
Auteur Sujet :

[debian] sur un ecran de TV

n°868114
anisometro​pie
Posté le 03-12-2006 à 16:25:06  profilanswer
 

salut, mon ordi sous debian n'a qu'un seul ecran : un ecran de tv
le problème (que je ne comprend pas) est que  j'ai mis 16million de couleur dans mon /etc/X11/XF86config-4
 
pourtant à l'ecran on dirait qu'il n'y a meme pas 256 couleurs
ca peut venir d'ou ?
http://img112.imageshack.us/my.php [...] hdhmc5.png
la tv est recente, la carte graph est une NVIDIA Corporation NV11 [GeForce2 MX/MX 400]  

Citation :

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeister@builder3)  Wed Nov  1 19:47:17 PST 2006
 
# XF86Config-4 (XFree86 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 XF86Config-4 manual page.
# (Type "man XF86Config-4" at the shell prompt.)
#
# This file is automatically updated on xserver-xfree86 package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xfree86
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following commands as root:
#
#   cp /etc/X11/XF86Config-4 /etc/X11/XF86Config-4.custom
#   md5sum /etc/X11/XF86Config-4 >/var/lib/xfree86/XF86Config-4.md5sum
#   dpkg-reconfigure xserver-xfree86
 
Section "ServerLayout"
    Identifier     "Default Layout"
    Screen         "TV" 0 0
    InputDevice    "Generic Keyboard"
    InputDevice    "Configured Mouse"
EndSection
 
Section "Files"
            # local font server
    # if the local font server has problems, we can fall back on these
    FontPath        "unix/:7100"
    FontPath        "/usr/lib/X11/fonts/misc"
    FontPath        "/usr/lib/X11/fonts/cyrillic"
    FontPath        "/usr/lib/X11/fonts/100dpi/:unscaled"
    FontPath        "/usr/lib/X11/fonts/75dpi/:unscaled"
    FontPath        "/usr/lib/X11/fonts/Type1"
    FontPath        "/usr/lib/X11/fonts/CID"
    FontPath        "/usr/lib/X11/fonts/Speedo"
    FontPath        "/usr/lib/X11/fonts/100dpi"
    FontPath        "/usr/lib/X11/fonts/75dpi"
EndSection
 
Section "Module"
    Load           "bitmap"
    Load           "dbe"
    Load           "ddc"
    Load           "extmod"
    Load           "freetype"
    Load           "glx"
    Load           "int10"
    Load           "record"
    Load           "speedo"
    Load           "type1"
    Load           "vbe"
EndSection
 
Section "InputDevice"
    Identifier     "Generic Keyboard"
    Driver         "keyboard"
    Option         "CoreKeyboard"
    Option         "XkbRules" "xfree86"
    Option         "XkbModel" "pc105"
    Option         "XkbLayout" "fr"
EndSection
 
Section "InputDevice"
    Identifier     "Configured Mouse"
    Driver         "mouse"
    Option         "CorePointer"
    Option         "Device" "/dev/input/mice"
    Option         "Protocol" "ImPS/2"
    Option         "Emulate3Buttons" "true"
    Option         "ZAxisMapping" "4 5"
EndSection
 
Section "Monitor"
    Identifier     "moniteur"
    HorizSync       30.0 - 60.0
    VertRefresh     80.0 - 85.0
    Option         "DPMS"
EndSection
 
Section "Device"
    Identifier     "GeForce2"
    Driver         "nvidia"
EndSection
Section "Screen"
    Identifier     "TV"
    Device         "GeForce2"
    Monitor        "moniteur"
    DefaultDepth    16
    Option         "metamodes" "TV: 800x600 +0+0"
    SubSection     "Display"
        Depth       16
        Modes      "800x600" "640x480"
    EndSubSection
EndSection

Message cité 1 fois
Message édité par anisometropie le 03-12-2006 à 16:25:43
mood
Publicité
Posté le 03-12-2006 à 16:25:06  profilanswer
 

n°870572
domos
Posté le 12-12-2006 à 14:34:46  profilanswer
 

anisometropie a écrit :

salut, mon ordi sous debian n'a qu'un seul ecran : un ecran de tv
le problème (que je ne comprend pas) est que  j'ai mis 16million de couleur dans mon /etc/X11/XF86config-4
 
pourtant à l'ecran on dirait qu'il n'y a meme pas 256 couleurs
ca peut venir d'ou ?
http://img112.imageshack.us/my.php [...] hdhmc5.png
la tv est recente, la carte graph est une NVIDIA Corporation NV11 [GeForce2 MX/MX 400]  

Citation :

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeister@builder3)  Wed Nov  1 19:47:17 PST 2006
 
# XF86Config-4 (XFree86 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 XF86Config-4 manual page.
# (Type "man XF86Config-4" at the shell prompt.)
#
# This file is automatically updated on xserver-xfree86 package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xfree86
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following commands as root:
#
#   cp /etc/X11/XF86Config-4 /etc/X11/XF86Config-4.custom
#   md5sum /etc/X11/XF86Config-4 >/var/lib/xfree86/XF86Config-4.md5sum
#   dpkg-reconfigure xserver-xfree86
 
Section "ServerLayout"
    Identifier     "Default Layout"
    Screen         "TV" 0 0
    InputDevice    "Generic Keyboard"
    InputDevice    "Configured Mouse"
EndSection
 
Section "Files"
            # local font server
    # if the local font server has problems, we can fall back on these
    FontPath        "unix/:7100"
    FontPath        "/usr/lib/X11/fonts/misc"
    FontPath        "/usr/lib/X11/fonts/cyrillic"
    FontPath        "/usr/lib/X11/fonts/100dpi/:unscaled"
    FontPath        "/usr/lib/X11/fonts/75dpi/:unscaled"
    FontPath        "/usr/lib/X11/fonts/Type1"
    FontPath        "/usr/lib/X11/fonts/CID"
    FontPath        "/usr/lib/X11/fonts/Speedo"
    FontPath        "/usr/lib/X11/fonts/100dpi"
    FontPath        "/usr/lib/X11/fonts/75dpi"
EndSection
 
Section "Module"
    Load           "bitmap"
    Load           "dbe"
    Load           "ddc"
    Load           "extmod"
    Load           "freetype"
    Load           "glx"
    Load           "int10"
    Load           "record"
    Load           "speedo"
    Load           "type1"
    Load           "vbe"
EndSection
 
Section "InputDevice"
    Identifier     "Generic Keyboard"
    Driver         "keyboard"
    Option         "CoreKeyboard"
    Option         "XkbRules" "xfree86"
    Option         "XkbModel" "pc105"
    Option         "XkbLayout" "fr"
EndSection
 
Section "InputDevice"
    Identifier     "Configured Mouse"
    Driver         "mouse"
    Option         "CorePointer"
    Option         "Device" "/dev/input/mice"
    Option         "Protocol" "ImPS/2"
    Option         "Emulate3Buttons" "true"
    Option         "ZAxisMapping" "4 5"
EndSection
 
Section "Monitor"
    Identifier     "moniteur"
    HorizSync       30.0 - 60.0
    VertRefresh     80.0 - 85.0
    Option         "DPMS"
EndSection
 
Section "Device"
    Identifier     "GeForce2"
    Driver         "nvidia"
EndSection
Section "Screen"
    Identifier     "TV"
    Device         "GeForce2"
    Monitor        "moniteur"
    DefaultDepth    16
    Option         "metamodes" "TV: 800x600 +0+0"
    SubSection     "Display"
        Depth       16
        Modes      "800x600" "640x480"
    EndSubSection
EndSection



 
Bonjour,
 

Depth       16


correspond à 16 bit soit 65536 couleurs, il faut mettre 24 ou 32.


Aller à :
Ajouter une réponse
  FORUM HardWare.fr
  Linux et OS Alternatifs
  Multimédia

  [debian] sur un ecran de TV

 

Sujets relatifs
Créer une image Vmware d'un serveur debian physiquehelp mandriva move : chargement puis écran presque noir
Debian sarge: drivers ati proprio: flglx ne s'intalle pas[debian]Sécurisation, Création d'un utilisateur avec pouvoir ...
[Debian] Installation à "l'identique" sur une nouvelle machine ?Probleme de débit avec connection vdsl sous debian
[DEBIAN]Problème installation debian + carte réseauComment differentier une Debian "stable" ou "testing" ?
Accès aux sous repertoire impossible (sous apache, OS : Debian)[Debian ]Apache2, ftp et gestion des droits
Plus de sujets relatifs à : [debian] sur un ecran de TV


Copyright © 1997-2022 Hardware.fr SARL (Signaler un contenu illicite / Données personnelles) / Groupe LDLC / Shop HFR