Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#1 Le 20/10/2007, à 18:16

Danychou

ecran decalé sous gutsy

bonjour,
tout est dans le titre, mon ecran est décalé sur la droite, j' ai réglé mon x11, et rien, ,dans nvidia-settings, je ne sais pas ce qui m' aiderai,
voici mon x11:
xorg.conf (xorg 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 "Files"
EndSection

Section "Module"
    Load        "glx"
    Load        "v4l"
EndSection

Section "InputDevice"
    Identifier    "Generic Keyboard"
    Driver        "kbd"
    Option        "CoreKeyboard"
    Option        "XkbRules"    "xorg"
    Option        "XkbModel"    "pc105"
    Option        "XkbLayout"    "fr"
    Option        "XkbVariant"    "oss"
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 "Device"
    Identifier    "Failsafe Device"
    Boardname    "NVIDIA GeForce 7 Series"
    Busid        "PCI:2:0:0"
    Driver        "nvidia"
    Screen    0
    Vendorname    "NVIDIA"
    Option        "AddARGBVisuals"    "True"
    Option        "AddARGBGLXVisuals"    "True"
    Option        "NoLogo"    "True"
EndSection

Section "Monitor"
    Identifier    "Failsafe Monitor"
    Vendorname    "Generic LCD Display"
    Modelname    "LCD Panel 1440x900"
    Horizsync    40.0-82.0
    Vertrefresh    56.0-76.0
EndSection

Section "Screen"
    Identifier    "Default Screen"
    Device        "Failsafe Device"
    Monitor        "Failsafe Monitor"
    Defaultdepth    24
    SubSection "Display"
        Depth    24
        Virtual    1440    900
        Modes        "1440x900@51"    "1280x800@51"    "1280x720@51"    "1280x768@51"    "800x600@51"    "800x600@51"
    EndSubSection
EndSection

Section "ServerLayout"
    Identifier    "Default Layout"
  screen 0 "Default Screen" 0 0
    Inputdevice    "Generic Keyboard"
    Inputdevice    "Configured Mouse"
EndSection
Section "monitor" #   
    Identifier    "monitor1"
    Gamma    1.0
EndSection
Section "ServerFlags"
EndSection

mon écran est un asus vw193s, ma carte une 7300gt, pilotes proprio
merci


Qui met une poubelle à  la mer, met sa mére à  la poubelle!
Sur Ubuntu depuis la 7.04                    10.10 64bit sur HP pavilion DV 6720ef

Hors ligne

#2 Le 20/10/2007, à 19:45

slasher_fun

Re : ecran decalé sous gutsy

Et si tu utilises la fonction de ton écran pour le régler automatiquement ?

Hors ligne

#3 Le 20/10/2007, à 20:19

Danychou

Re : ecran decalé sous gutsy

mon écran n' a pas cette fonction.

Dernière modification par danychou56 (Le 20/10/2007, à 20:22)


Qui met une poubelle à  la mer, met sa mére à  la poubelle!
Sur Ubuntu depuis la 7.04                    10.10 64bit sur HP pavilion DV 6720ef

Hors ligne

#4 Le 20/10/2007, à 21:35

slasher_fun

Re : ecran decalé sous gutsy

Bah réglage manuel de la position alors smile

Hors ligne

#5 Le 20/10/2007, à 21:48

Danychou

Re : ecran decalé sous gutsy

il ne va pas assez loin.
(il sont énormes tes conseils,merci........)
nvidia-settings reconnait mon ecran, mais pas xconf.
aprés réinstalation, c'est la même chose, re xorg:

# 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"    "fr"
    Option        "XkbVariant"    "oss"
EndSection

Section "InputDevice"
    Identifier    "Configured Mouse"
    Driver         "mouse"
        Option         "CorePointer"
        Option         "Device" "/dev/input/mice"
        Option         "Protocol" "ExplorerPS/2"
        Option         "Emulate3Buttons" "false"
        Option         "Buttons" "7"
        Option         "ZAxisMapping" "4 5"
        Option         "ButtonMapping" "1 2 3 6 7"
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    "nVidia Corporation G70 [GeForce 7300 GT]"
    Driver        "nvidia"
    Busid        "PCI:2:0:0"
    Option        "AddARGBVisuals"    "True"
    Option        "AddARGBGLXVisuals"    "True"
    Option        "NoLogo"    "True"
EndSection

Section "Monitor"
    Identifier    "Écran générique"
    Option        "DPMS"
    Horizsync    40-82
    Vertrefresh    56-76
EndSection

Section "Screen"
    Identifier    "Default Screen"
    Device        "nVidia Corporation G70 [GeForce 7300 GT]"
    Monitor        "Écran générique"
    Defaultdepth    24
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"
EndSection
Section "Module"
    Load        "glx"
EndSection

voili, voilou.

Dernière modification par danychou56 (Le 20/10/2007, à 22:02)


Qui met une poubelle à  la mer, met sa mére à  la poubelle!
Sur Ubuntu depuis la 7.04                    10.10 64bit sur HP pavilion DV 6720ef

Hors ligne

#6 Le 23/10/2007, à 22:25

chicheng

Re : ecran decalé sous gutsy

Même problème... j'espère qu'à la version 10.2 d'ubuntu un écran sera enfin reconnu sans problème...

Parce qu'avec windows 3.11 ca fonctionne. Mais ca fonctionnait aussi avec feisty.

Hors ligne

#7 Le 23/10/2007, à 22:32

inbox

Re : ecran decalé sous gutsy

@danychou56,

Dans ton 1er xorg.conf, la solution est de commenter la ligne

Virtual    1440    900

par contre le 2ème ne comportant pas cette ligne... je ne vois pas.


Un problème résolu ? Indiquez le en modifiant le titre du sujet.

Hors ligne