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

  FORUM HardWare.fr
  Linux et OS Alternatifs
  réseaux et sécurité

  tightvnc et resolution ecran

 


 Mot :   Pseudo :  
 
Bas de page
Auteur Sujet :

tightvnc et resolution ecran

n°859342
patrick2
V6 power
Posté le 05-11-2006 à 08:50:28  profilanswer
 

bonjour,
 
j'essaie de comprendre pourquoi tight vnc sur l'ecran de controle a distance ne me montre qu'une partie du bureau . j'explique : comme cet ecran etait trop grand pour que je puisse voir l'ecran du pc distant qui est en 1024x768 , j'ai mis la config de tightvnc en 800x600.c'est donc plus facile, et j'ai pas les barres de defilement.
la barre des taches est nikel , on la voit en entier, par contre le bureau bureau et ses raccourcis est zoome, plus
precisement coupee en bas sur toute la longueur et a droite verticalement idem . on a l'impression que le calcul
de redimensionnement est bien fait pour la barre des taches mais pas pour le reste ... une idee ?

mood
Publicité
Posté le 05-11-2006 à 08:50:28  profilanswer
 

n°860017
patrick2
V6 power
Posté le 06-11-2006 à 17:16:29  profilanswer
 

pas d'idees ?
 
apparement l'utilisation de ce logiciel sur ma mdv2007 fait que mon /mnt/xxx/  soit inutilisable ensuite .
===>> reboot . ca me l'a fait trois fois .

n°860020
Dark_Schne​ider
Close the World, Open the Net
Posté le 06-11-2006 à 17:31:13  profilanswer
 

bug tightvnc ?
 
contenu du xorg.conf


---------------
Mandriva : parce que nous le valons bien ! http://linux-wizard.net/index.php
n°860023
patrick2
V6 power
Posté le 06-11-2006 à 17:50:32  profilanswer
 

Dark_Schneider a écrit :

bug tightvnc ?
 
contenu du xorg.conf


 
surement un bug, je peux reesayer, mais ou j'aurais un log pour faire un eventuel rapport ?
 
xorg.conf de la machine "serveur ".
 
# File generated by XFdrake.
 
# **********************************************************************
# Refer to the XF86Config man page for details about the format of
# this file.
# **********************************************************************
 
Section "Files"
    # Multiple FontPath entries are allowed (they are concatenated together)
    # By default, Mandrake 6.0 and later now use a font server independent of
    # the X server to render fonts.
    FontPath "unix/:-1"
EndSection
 
Section "ServerFlags"
    #DontZap # disable <Crtl><Alt><BS> (server abort)
    #DontZoom # disable <Crtl><Alt><KP_+>/<KP_-> (resolution switching)
    AllowMouseOpenFail # allows the server to start up even if the mouse does not work
EndSection
 
Section "Module"
    Load "dbe" # Double-Buffering Extension
    Load "v4l" # Video for Linux
    Load "extmod"
    Load "type1"
    Load "freetype"
    Load "glx" # 3D layer
    Load "dri" # direct rendering
EndSection
 
Section "InputDevice"
    Identifier "Keyboard1"
    Driver "keyboard"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "fr"
    Option "XkbOptions" "compose:rwin"
EndSection
 
Section "InputDevice"
    Identifier "Mouse1"
    Driver "mouse"
    Option "Protocol" "ExplorerPS/2"
    Option "Device" "/dev/mouse"
    Option "ZAxisMapping" "6 7"
EndSection
 
Section "Monitor"
    Identifier "monitor1"
    VendorName "Plug'n Play"
    ModelName ""
    HorizSync 30-70
    VertRefresh 50-160
     
    # Monitor preferred modeline (60.0 Hz vsync, 64.0 kHz hsync, ratio 5/4)
    ModeLine "1280x1024" 108 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync
     
    # TV fullscreen mode or DVD fullscreen output.
    # 768x576 @ 79 Hz, 50 kHz hsync
    ModeLine "768x576"     50.00  768  832  846 1000   576  590  595  630
     
    # 768x576 @ 100 Hz, 61.6 kHz hsync
    ModeLine "768x576"     63.07  768  800  960 1024   576  578  590  616
EndSection
 
Section "Device"
    Identifier "device1"
    VendorName "Matrox Graphics, Inc."
    BoardName "Matrox Millennium G200"
    Driver "mga"
    Option "DPMS"
EndSection
 
Section "Screen"
    Identifier "screen1"
    Device "device1"
    Monitor "monitor1"
    DefaultColorDepth 16
     
    Subsection "Display"
        Depth 8
        Virtual 1024 768
    EndSubsection
     
    Subsection "Display"
        Depth 15
        Virtual 1024 768
    EndSubsection
     
    Subsection "Display"
        Depth 16
        Virtual 1024 768
    EndSubsection
     
    Subsection "Display"
        Depth 24
        Virtual 1024 768
    EndSubsection
EndSection
 
Section "ServerLayout"
    Identifier "layout1"
    InputDevice "Keyboard1" "CoreKeyboard"
    InputDevice "Mouse1" "CorePointer"
    Screen "screen1"
EndSection
 

n°860024
Dark_Schne​ider
Close the World, Open the Net
Posté le 06-11-2006 à 17:54:36  profilanswer
 

et si tu remplaçais "Virtual 1024 768 " par :


Modes "1024x768" "800x600" "640x480"  "480x360" "320x240"


---------------
Mandriva : parce que nous le valons bien ! http://linux-wizard.net/index.php
n°860026
patrick2
V6 power
Posté le 06-11-2006 à 18:01:29  profilanswer
 

juste sur celui ci :
 
Subsection "Display"
        Depth 16
        Virtual 1024 768
    EndSubsection  
?

n°860029
patrick2
V6 power
Posté le 06-11-2006 à 18:06:50  profilanswer
 

Subsection "Display"
        Depth 16
        Modes "1024x768" "800x600"
    EndSubsection  
 
ca suffirait ? merci dark

n°860595
patrick2
V6 power
Posté le 07-11-2006 à 22:24:59  profilanswer
 

excuse moi j'essaie de comprendre .
j'ai remplace toutes les lignes "Virtual 1024 768" par Modes "1024x768" "800x600" "640x480"  "480x360" "320x240"
mais ca ne donne rien .
 
j'ai fait des capture pour te montrer :
 
http://img469.imageshack.us/img469/191/capture5bf5.th.png
 
http://img393.imageshack.us/img393/1949/capture11lt4.th.png

n°860611
Dark_Schne​ider
Close the World, Open the Net
Posté le 07-11-2006 à 22:53:22  profilanswer
 

je ne sais pas alors. cependant je pense que le bug vient de kde. si tu mets un fond d'écran de taille 1024x768, cela donne koi ?
 
on peut aussi définir de ne pas afficher le fond d'écran avec tightvnc ?


---------------
Mandriva : parce que nous le valons bien ! http://linux-wizard.net/index.php
n°860674
patrick2
V6 power
Posté le 08-11-2006 à 08:06:32  profilanswer
 

bizzare il etait en 800x532 j'ai mis 1024x768 pareil .
un bug qq part .tu me diras pas grave tant que toutes les icones y  sont...  
 
pour ca je ne sais pas .

mood
Publicité
Posté le 08-11-2006 à 08:06:32  profilanswer
 

n°860897
Dark_Schne​ider
Close the World, Open the Net
Posté le 08-11-2006 à 17:13:26  profilanswer
 

regarde dans la doc et la manpage de tightvnc.


---------------
Mandriva : parce que nous le valons bien ! http://linux-wizard.net/index.php

Aller à :
Ajouter une réponse
  FORUM HardWare.fr
  Linux et OS Alternatifs
  réseaux et sécurité

  tightvnc et resolution ecran

 

Sujets relatifs
[Debian] Plus d'affichage dès l'écran de login.DSL, écran vert ?
probleme ecran vert !!calibration ecran ( 3d xgl compiz )
[Nvidia] resolution ecran (RESOLU)Ecran qui se fige...
Totem plein écran et bande noire.Décalage écran avec SuSE 10.1
Plein écran avec Mandriva move 
Plus de sujets relatifs à : tightvnc et resolution ecran


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