[RESOLU] editer Xorg pour resolution d'ecran - OS
TomsGuide.com : 700 000 inscrits répondent à toutes vos questions high-tech et informatique.
Pour obtenir de l'aide, inscrivez-vous gratuitement !
 




Mot :   Pseudo :  
 
Bas de page
Auteur
 Sujet : [RESOLU] editer Xorg pour resolution d'ecran
 
hyménoplastié
Profil : Modérateur auvergnat
Plus d'informations

bonjour et joyeux noel.

Noel c'est classe, on se retrouve avec un tres joli 22" en lieu et place de son ancien 17". Sauf que j'ai un soucis de resolution d'ecran sous ubuntu car la resolution maxi que je peux avoir s'arrete à 1280x1024, autrement dit celle de mon ancien ecran.

Du coup j'aimerai pouvoir appliquer une belle resolution adaptée à mon ecran, c'est à dire du 1680 x 1050.

J'ai cru comprendre qu'il me fallait editer Xorg, sauf que j'en ai sacrement peur de ce fichier d'autant que je n'y comprends pas grand chose et je ne sais pas où je dois changer quelque chose.

Je remarque juste qu'on retrouve mon ancien ecran (cibox) et ses resolutions.

Je vous colle xorg histoire que quelqu'un m'aide à l'editer. Si y'a une technique plus simple je suis aussi preneur!

merci.

Code :
  1. # xorg.conf (xorg X Window System server configuration file)
  2. #
  3. # This file was generated by dexconf, the Debian X Configuration tool, using
  4. # values from the debconf database.
  5. #
  6. # Edit this file with caution, and see the xorg.conf manual page.
  7. # (Type "man xorg.conf" at the shell prompt.)
  8. #
  9. # This file is automatically updated on xserver-xorg package upgrades *only*
  10. # if it has not been modified since the last upgrade of the xserver-xorg
  11. # package.
  12. #
  13. # If you have edited this file but would like it to be automatically updated
  14. # again, run the following command:
  15. #  sudo dpkg-reconfigure -phigh xserver-xorg
  16. Section "Files"
  17. EndSection
  18. Section "InputDevice"
  19.     Identifier    "Generic Keyboard"
  20.     Driver        "kbd"
  21.     Option        "CoreKeyboard"
  22.     Option        "XkbRules"    "xorg"
  23.     Option        "XkbModel"    "pc105"
  24.     Option        "XkbLayout"    "fr"
  25.     Option        "XkbVariant"    "oss"
  26. EndSection
  27. Section "InputDevice"
  28.     Identifier    "Configured Mouse"
  29.     Driver        "mouse"
  30.     Option        "CorePointer"
  31.     Option        "Device"    "/dev/input/mice"
  32.     Option        "Protocol"    "ImPS/2"
  33.     Option        "ZAxisMapping"    "4 5"
  34.     Option        "Emulate3Buttons"    "true"
  35. EndSection
  36. Section "InputDevice"
  37.     Driver        "wacom"
  38.     Identifier    "stylus"
  39.     Option        "Device"    "/dev/input/wacom"
  40.     Option        "Type"    "stylus"
  41.     Option        "ForceDevice"    "ISDV4"# Tablet PC ONLY
  42. EndSection
  43. Section "InputDevice"
  44.     Driver        "wacom"
  45.     Identifier    "eraser"
  46.     Option        "Device"    "/dev/input/wacom"
  47.     Option        "Type"    "eraser"
  48.     Option        "ForceDevice"    "ISDV4"# Tablet PC ONLY
  49. EndSection
  50. Section "InputDevice"
  51.     Driver        "wacom"
  52.     Identifier    "cursor"
  53.     Option        "Device"    "/dev/input/wacom"
  54.     Option        "Type"    "cursor"
  55.     Option        "ForceDevice"    "ISDV4"# Tablet PC ONLY
  56. EndSection
  57. Section "Device"
  58.     Identifier    "nVidia Corporation G71 [GeForce 7900 GT/GTO]"
  59.     Driver        "nvidia"
  60.     Busid        "PCI:3:0:0"
  61.     Option        "AddARGBVisuals"    "True"
  62.     Option        "AddARGBGLXVisuals"    "True"
  63.     Option        "NoLogo"    "True"
  64. EndSection
  65. Section "Monitor"
  66.     Identifier    "CIBOX LM1701"
  67.     Option        "DPMS"
  68. EndSection
  69. Section "Screen"
  70.     Identifier    "Default Screen"
  71.     Device        "nVidia Corporation G71 [GeForce 7900 GT/GTO]"
  72.     Monitor        "CIBOX LM1701"
  73.     Defaultdepth    24
  74.     SubSection "Display"
  75.         Modes    "1280x1024"    "1024x768"    "832x624"    "800x600"    "720x400"    "640x480"
  76.     EndSubSection
  77. EndSection
  78. Section "ServerLayout"
  79.     Identifier    "Default Layout"
  80.   screen "Default Screen"
  81.     Inputdevice    "Generic Keyboard"
  82.     Inputdevice    "Configured Mouse"
  83.     # Uncomment if you have a wacom tablet
  84.     #    InputDevice    "stylus"    "SendCoreEvents"
  85.     #    InputDevice    "cursor"    "SendCoreEvents"
  86.     #    InputDevice    "eraser"    "SendCoreEvents"
  87. EndSection
  88. Section "Module"
  89.     Load        "glx"
  90. EndSection


Message édité par pastigo le 25-12-2007 à 16:28:15

---------------
besoin de laisser un mot doux? http://www.dailymotion.com/rene111 [...] -pas_music
Liens sponsorisés


Inscrivez-vous ou connectez-vous pour masquer ceci.

Anti-Micro$oft
Profil : IDNaute
Plus d'informations

Il te suffit de rajouter la ou les résolutions voulues dans l'ordre décroissant.
Soit ;
# SubSection "Display"
# Modes "1680x1050" "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
# EndSubSection

Tu enregistres, tu fermes, tu redemarres X, et voila :)


---------------
mon portfolio
!!!NON A L'INDEPENDENCE DU KOSOVO!!!
hyménoplastié
Profil : Modérateur auvergnat
Plus d'informations

impeccable, que c'est beauuuuuu.

merci!


---------------
besoin de laisser un mot doux? http://www.dailymotion.com/rene111 [...] -pas_music

Aller à :
 
  FORUM Infos-du-Net » OS » [RESOLU] editer Xorg pour resolution d'ecran

Liens