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 25/03/2007, à 19:06

jajaX

[résolu tout seul] problème de résolution en one screen

hello

j'ai lu que 2 pages de résultats sur les 121 que je renvoyé la recherche...

donc voici mon soucis.

j'ai actuellement mon écran 19" et ma TV d'activés dans le xorg.conf que voici :

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeister@builder3)  Fri Dec 15 10:12:14 PST 2006

# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings:  version 1.0  (buildmeister@builder3)  Fri Dec 15 10:13:06 PST 2006

Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0" 0 0
    Screen      1  "Screen1" RightOf "Screen0"
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
EndSection

Section "Files"
    RgbPath         "/usr/X11R6/lib/X11/rgb"
EndSection

Section "Module"
    Load           "dbe"
    Load           "extmod"
    Load           "type1"
    Load           "freetype"
    Load           "glx"
EndSection

Section "ServerFlags"
    Option         "Xinerama" "1"
EndSection

Section "InputDevice"

    # generated from default
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/psaux"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"

    # generated from default
    Identifier     "Keyboard0"
    Driver         "kbd"
EndSection

Section "Monitor"

    # HorizSync source: edid, VertRefresh source: edid
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "BenQ FP91V"
    HorizSync       31.0 - 83.0
    VertRefresh     56.0 - 76.0
    ModeLine       "1024x768@60" 65.0 1024 1048 1184 1344 768 771 777 806 -hsync -vsync
    ModeLine       "800x600@60" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
    ModeLine       "640x480@60" 25.2 640 656 752 800 480 490 492 525 -hsync -vsync
    Option         "DPMS"
EndSection

Section "Monitor"

    # HorizSync source: xconfig, VertRefresh source: xconfig
    Identifier     "Monitor1"
    VendorName     "Unknown"
    ModelName      "TV-0"
    HorizSync       28.0 - 33.0
    VertRefresh     43.0 - 72.0
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Videocard0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce 6600"
    BusID          "PCI:5:0:0"
    Screen          0
EndSection

Section "Device"
    Identifier     "Videocard1"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce 6600"
    BusID          "PCI:5:0:0"
    Screen          1
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Videocard0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "metamodes" "DFP: 1280x1024 +0+0; DFP: 1024x768 +0+0; DFP: 800x600 +0+0; DFP: 640x480 +0+0"
Option         "AddARGBGLXVisuals" "True"
Option         "TripleBuffer" "true"
    SubSection     "Display"
    Depth	24 
        Modes      "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
EndSection

Section "Screen"
    Identifier     "Screen1"
    Device         "Videocard1"
    Monitor        "Monitor1"
    DefaultDepth    24
    Option         "metamodes" "TV: 1024x768 +0+0"
    Option         "AddARGBGLXVisuals" "True"
Option         "TripleBuffer" "true"
  SubSection     "Display"
    Depth	24
        Modes      "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
EndSection

Section "Extensions"
    Option        "Composite" "enable"
EndSection

afin de désactiver la sortie TV et de me servir de beryl (qui n'est pas compatible avec Xinerama). je voudrais donc me refaire un autre xorg.conf avec uniquement mon écran.

voici ce que ça donne en commentant les lignes qui je pense traitre de la sortie TV. mon xorg.conf devient :

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeister@builder3)  Fri Dec 15 10:12:14 PST 2006

# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings:  version 1.0  (buildmeister@builder3)  Fri Dec 15 10:13:06 PST 2006

Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0" 0 0
#    Screen      1  "Screen1" RightOf "Screen0"
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
EndSection

Section "Files"
    RgbPath         "/usr/X11R6/lib/X11/rgb"
EndSection

Section "Module"
    Load           "dbe"
    Load           "extmod"
    Load           "type1"
    Load           "freetype"
    Load           "glx"
EndSection

#Section "ServerFlags"
 #  Option         "Xinerama" "1"
#EndSection

Section "InputDevice"

    # generated from default
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/psaux"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"

    # generated from default
    Identifier     "Keyboard0"
    Driver         "kbd"
EndSection

Section "Monitor"

    # HorizSync source: edid, VertRefresh source: edid
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "BenQ FP91V"
    HorizSync       31.0 - 83.0
    VertRefresh     56.0 - 76.0
    ModeLine       "1024x768@60" 65.0 1024 1048 1184 1344 768 771 777 806 -hsync -vsync
    ModeLine       "800x600@60" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
    ModeLine       "640x480@60" 25.2 640 656 752 800 480 490 492 525 -hsync -vsync
    Option         "DPMS"
EndSection

#Section "Monitor"
#
    # HorizSync source: xconfig, VertRefresh source: xconfig
#    Identifier     "Monitor1"
 #  VendorName     "Unknown"
#    ModelName      "TV-0"
#    HorizSync       28.0 - 33.0
#    VertRefresh     43.0 - 72.0
#    Option         "DPMS"
#EndSection

Section "Device"
    Identifier     "Videocard0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce 6600"
    BusID          "PCI:5:0:0"
    Screen          0
EndSection

#Section "Device"
#    Identifier     "Videocard1"
#    Driver         "nvidia"
#    VendorName     "NVIDIA Corporation"
#    BoardName      "GeForce 6600"
#    BusID          "PCI:5:0:0"
#    Screen          1
#EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Videocard0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "metamodes" "DFP: 1280x1024 +0+0; DFP: 1024x768 +0+0; DFP: 800x600 +0+0; DFP: 640x480 +0+0"
Option         "AddARGBGLXVisuals" "True"
Option         "TripleBuffer" "true"
    SubSection     "Display"
    Depth	24 
        Modes      "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
EndSection

#Section "Screen"
#    Identifier     "Screen1"
#    Device         "Videocard1"
#    Monitor        "Monitor1"
#    DefaultDepth    24
#    Option         "metamodes" "TV: 1024x768 +0+0"
#    Option         "AddARGBGLXVisuals" "True"
#Option         "TripleBuffer" "true"
#  SubSection     "Display"
#    Depth	24
#        Modes      "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
#    EndSubSection
#EndSection

Section "Extensions"
    Option        "Composite" "enable"
EndSection

jusque là tout va bien sauf que quand je redémarre mon serveur X je me retrouve en 800*600 hmm

une idée ?

merci d'avance wink

Dernière modification par jajaX (Le 26/03/2007, à 09:50)


@+
jajaX
Asus X93SM-YZ157V / Asus X93SM-YZ065V sous KDE Neon
ASUS K95VB sous Kubuntu 22.04 Jammy Jellyfish (64 bits) / ACER Aspire 5612 WLMI sous Kubuntu 18.04 Bionic Beaver (32 bits)

Hors ligne

#2 Le 26/03/2007, à 00:30

jajaX

Re : [résolu tout seul] problème de résolution en one screen

j'ai réussi tout seul. vous pouvez bénner ce post...


@+
jajaX
Asus X93SM-YZ157V / Asus X93SM-YZ065V sous KDE Neon
ASUS K95VB sous Kubuntu 22.04 Jammy Jellyfish (64 bits) / ACER Aspire 5612 WLMI sous Kubuntu 18.04 Bionic Beaver (32 bits)

Hors ligne

#3 Le 26/03/2007, à 09:26

michel2652

Re : [résolu tout seul] problème de résolution en one screen

Bonjour,

Donne quand même la solution que tu as trouvé. Ça pourra aider, non ?

PS :

jajaX a écrit :

j'ai réussi tout seul. vous pouvez bénner ce post...

Un clic sur Modifier au bas de ton post et tu ajoutes Résolu au titre.


A+

#4 Le 26/03/2007, à 09:53

jajaX

Re : [résolu tout seul] problème de résolution en one screen

hello

oui bien sur pas de soucis si ça peut aider. voici mon xorg.conf.notv =<

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeister@builder3)  Fri Dec 15 10:12:14 PST 2006

# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings:  version 1.0  (buildmeister@builder3)  Fri Dec 15 10:13:06 PST 2006

Section "ServerLayout"
  Identifier "Default Layout"
  screen 0 "Screen" 0 0
  InputDevice "Keyboard0" "CoreKeyboard"
  InputDevice "Mouse0" "CorePointer"
EndSection

Section "Files"
  RgbPath "/usr/X11R6/lib/X11/rgb"
EndSection

Section "Module"
  Load "extmod"
  Load "type1"
  Load "freetype"
  load "glx"
  load "GLcore"
  load "v4l"
EndSection

Section "InputDevice"
  
  # generated from default
  Identifier "Mouse0"
  Driver "mouse"
  option "Protocol" "auto"
  option "Device" "/dev/psaux"
  option "Emulate3Buttons" "no"
  option "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
  
  # generated from default
  Identifier "Keyboard0"
  Driver "kbd"
EndSection

Section "Monitor"
  identifier "Monitor0"
  vendorname "Plug 'n' Play"
  modelname "Plug 'n' Play"
EndSection

Section "Device"
  identifier "Videocard0"
  boardname "NVIDIA GeForce 6 Series"
  busid "PCI:5:0:0"
  driver "nvidia"
  screen 0
  vendorname "NVIDIA"
EndSection

Section "Screen"
  Identifier "Screen"
  Device "Videocard0"
  Monitor "Monitor0"
  DefaultDepth 24
  option "AddARGBGLXVisuals" "True"
  option "TripleBuffer" "true"
  SubSection "Display"
    depth 24
    virtual 2048 1024
    modes "2048x1024@75"
  EndSubSection
EndSection

Section "Extensions"
  option "Composite" "enable"
EndSection

@+
jajaX
Asus X93SM-YZ157V / Asus X93SM-YZ065V sous KDE Neon
ASUS K95VB sous Kubuntu 22.04 Jammy Jellyfish (64 bits) / ACER Aspire 5612 WLMI sous Kubuntu 18.04 Bionic Beaver (32 bits)

Hors ligne