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

 


Dernière réponse
Sujet : (Ubuntu) Probleme résolution de l'ecran
hybridtheory2 bonjour
sa m'interesse j'ai aussi le mm pb. mais avec une i845G

Votre réponse
Nom d'utilisateur    Pour poster, vous devez être inscrit sur ce forum .... si ce n'est pas le cas, cliquez ici !
Le ton de votre message                        
                       
Votre réponse


[b][i][u][strike][spoiler][fixed][cpp][url][email][img][*]   
 
   [quote]
 

Options

 
Vous avez perdu votre mot de passe ?


Vue Rapide de la discussion
hybridtheory2 bonjour
sa m'interesse j'ai aussi le mm pb. mais avec une i845G
Nelyot Tchagui et quand tu repasses en résolution 800*600 tu n'as pas ce problème?
lolo1234 Merci je vient de le faire toujours pareil
Nelyot Tchagui un lien qui devrait t'aider http://www.linux-on-laptops.com/ibm.html
Nelyot Tchagui essaye ça
 

lolo1234 a écrit :


lolo1234@portable:~$ cat /etc/X11/xorg.conf
# /etc/X11/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 /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/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 commands:
#
#   cp /etc/X11/xorg.conf /etc/X11/xorg.conf.custom
#   sudo sh -c 'md5sum /etc/X11/xorg.conf >/var/lib/xfree86/xorg.conf.md5sum'#   sudo dpkg-reconfigure xserver-xorg
 
Section "Files"
        FontPath        "unix/:7100"                    # local font server
        # if the local font server has problems, we can fall back on these
        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/100dpi"
        FontPath        "/usr/lib/X11/fonts/75dpi"
        # paths to defoma fonts
        FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
        FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
EndSection
 
Section "Module"
        Load    "bitmap"
        Load    "dbe"
        Load    "ddc"
        Load    "dri"
        Load    "extmod"
        Load    "freetype"
        Load    "glx"
        Load    "int10"
        Load    "record"
        Load    "type1"
        Load    "vbe"
EndSection
 
Section "InputDevice"
        Identifier      "Generic Keyboard"
        Driver          "keyboard"
        Option          "CoreKeyboard"
        Option          "XkbRules"      "xorg"
        Option          "XkbModel"      "pc105"
        Option          "XkbLayout"     "fr-latin9"
EndSection
 
Section "InputDevice"
        Identifier      "Configured Mouse"
        Driver          "mouse"
        Option          "CorePointer"
        Option          "Device"                "/dev/input/mice"
        Option          "Protocol"              "ImPS/2"
        Option          "ZAxisMapping"          "4 5"
EndSection
Section "InputDevice"
        Identifier      "Synaptics Touchpad"
        Driver          "synaptics"
        Option          "SendCoreEvents"        "true"
        Option          "Device"                "/dev/psaux"
        Option          "Protocol"              "auto-dev"
        Option          "HorizScrollDelta"      "0"
EndSection
 
Section "Device"
        Identifier      "Silicon Motion, Inc. SM712 LynxEM+"
        Driver          "siliconmotion"
        Option "UseBIOS" "off"
        Option "NoDDC"
        ChipSet     "LynxEM+"
EndSection

 
Section "Monitor"
        Identifier      "cran gnriqueIIiirdqsrfdsI"
        Option          "DPMS"
EndSection
 
Section "Screen"
        Identifier      "Default Screen"
        Device          "Silicon Motion, Inc. SM712 LynxEM+"
        Monitor         "cran gnriqueIIiirdqsrfdsI"
        DefaultDepth    24
        SubSection "Display"
                Depth           1
                Modes           "800x600"
        EndSubSection
        SubSection "Display"
                Depth           4
                Modes           "800x600"
        EndSubSection
        SubSection "Display"
                Depth           8
                Modes           "800x600"
        EndSubSection
        SubSection "Display"
                Depth           15
                Modes           "800x600"
        EndSubSection
        SubSection "Display"
                Depth           16
                Modes           "800x600"
        EndSubSection
        SubSection "Display"
                Depth           24
                Modes           "800x600, "1280x768""
        EndSubSection
EndSection
 
Section "ServerLayout"
        Identifier      "Default Layout"
        Screen          "Default Screen"
        InputDevice     "Generic Keyboard"
        InputDevice     "Configured Mouse"
        InputDevice     "Synaptics Touchpad"
EndSection
 
Section "DRI"
        Mode    0666
EndSection


lolo1234 Salut, ma carte graphique est une Silicon Motion LynxEM+
 
Voila
Nelyot Tchagui si tu me répondais sur ta carte graphique?
 
si elle est mal configurée, ça peut expliquer la difficulté à monter dans les résolutions élevées
lolo1234 Salut, je vien de le faire, j'ai pareil que la :
http://img274.echo.cx/my.php?image=10095137sa.jpg  
Nelyot Tchagui tu te mets dans une console, et tu lances (par exemple)
sudo gedit /etc/X11/xorg.conf
 
tu modifies la ligne, tu enregistres, et tu redémarres X, par  
<crtl><alt><backspace>
lolo1234 Salut, mais comment fait on pour insérer? on m'a dit la touche inser mais quand j'appuie j'obtient sa : [[2~
 
Merci d'avance
Nelyot Tchagui c'est quoi ta carte graphique?
Nelyot Tchagui rajoute ce qui est en gras

lolo1234 a écrit :

Salut, j'obtient sa :  
lolo1234@portable:~$ cat /etc/X11/xorg.conf
# /etc/X11/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 /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/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 commands:
#
#   cp /etc/X11/xorg.conf /etc/X11/xorg.conf.custom
#   sudo sh -c 'md5sum /etc/X11/xorg.conf >/var/lib/xfree86/xorg.conf.md5sum'#   sudo dpkg-reconfigure xserver-xorg
 
Section "Files"
        FontPath        "unix/:7100"                    # local font server
        # if the local font server has problems, we can fall back on these
        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/100dpi"
        FontPath        "/usr/lib/X11/fonts/75dpi"
        # paths to defoma fonts
        FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
        FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
EndSection
 
Section "Module"
        Load    "bitmap"
        Load    "dbe"
        Load    "ddc"
        Load    "dri"
        Load    "extmod"
        Load    "freetype"
        Load    "glx"
        Load    "int10"
        Load    "record"
        Load    "type1"
        Load    "vbe"
EndSection
 
Section "InputDevice"
        Identifier      "Generic Keyboard"
        Driver          "keyboard"
        Option          "CoreKeyboard"
        Option          "XkbRules"      "xorg"
        Option          "XkbModel"      "pc105"
        Option          "XkbLayout"     "fr-latin9"
EndSection
 
Section "InputDevice"
        Identifier      "Configured Mouse"
        Driver          "mouse"
        Option          "CorePointer"
        Option          "Device"                "/dev/input/mice"
        Option          "Protocol"              "ImPS/2"
        Option          "ZAxisMapping"          "4 5"
EndSection
Section "InputDevice"
        Identifier      "Synaptics Touchpad"
        Driver          "synaptics"
        Option          "SendCoreEvents"        "true"
        Option          "Device"                "/dev/psaux"
        Option          "Protocol"              "auto-dev"
        Option          "HorizScrollDelta"      "0"
EndSection
 
Section "Device"
        Identifier      "Silicon Motion, Inc. SM712 LynxEM+"
        Driver          "siliconmotion"
        BusID           "PCI:0:2:0"
        Option          "UseFBDev"              "true"
EndSection
 
Section "Monitor"
        Identifier      "cran gnriqueIIiirdqsrfdsI"
        Option          "DPMS"
EndSection
 
Section "Screen"
        Identifier      "Default Screen"
        Device          "Silicon Motion, Inc. SM712 LynxEM+"
        Monitor         "cran gnriqueIIiirdqsrfdsI"
        DefaultDepth    24
        SubSection "Display"
                Depth           1
                Modes           "800x600"
        EndSubSection
        SubSection "Display"
                Depth           4
                Modes           "800x600"
        EndSubSection
        SubSection "Display"
                Depth           8
                Modes           "800x600"
        EndSubSection
        SubSection "Display"
                Depth           15
                Modes           "800x600"
        EndSubSection
        SubSection "Display"
                Depth           16
                Modes           "800x600"
        EndSubSection
        SubSection "Display"
                Depth           24
                Modes           "1280x768" "800x600"
        EndSubSection
EndSection
 
Section "ServerLayout"
        Identifier      "Default Layout"
        Screen          "Default Screen"
        InputDevice     "Generic Keyboard"
        InputDevice     "Configured Mouse"
        InputDevice     "Synaptics Touchpad"
EndSection
 
Section "DRI"
        Mode    0666
EndSection

lolo1234 Salut, j'obtient sa :  

Code :
  1. lolo1234@portable:~$ cat /etc/X11/xorg.conf
  2. # /etc/X11/xorg.conf (xorg X Window System server configuration file)
  3. #
  4. # This file was generated by dexconf, the Debian X Configuration tool, using
  5. # values from the debconf database.
  6. #
  7. # Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
  8. # (Type "man /etc/X11/xorg.conf" at the shell prompt.)
  9. #
  10. # This file is automatically updated on xserver-xorg package upgrades *only*
  11. # if it has not been modified since the last upgrade of the xserver-xorg
  12. # package.
  13. #
  14. # If you have edited this file but would like it to be automatically updated
  15. # again, run the following commands:
  16. #
  17. #   cp /etc/X11/xorg.conf /etc/X11/xorg.conf.custom
  18. #   sudo sh -c 'md5sum /etc/X11/xorg.conf >/var/lib/xfree86/xorg.conf.md5sum'#   sudo dpkg-reconfigure xserver-xorg
  19. Section "Files"
  20.         FontPath        "unix/:7100"                    # local font server
  21.         # if the local font server has problems, we can fall back on these
  22.         FontPath        "/usr/lib/X11/fonts/misc"
  23.         FontPath        "/usr/lib/X11/fonts/cyrillic"
  24.         FontPath        "/usr/lib/X11/fonts/100dpi/:unscaled"
  25.         FontPath        "/usr/lib/X11/fonts/75dpi/:unscaled"
  26.         FontPath        "/usr/lib/X11/fonts/Type1"
  27.         FontPath        "/usr/lib/X11/fonts/CID"
  28.         FontPath        "/usr/lib/X11/fonts/100dpi"
  29.         FontPath        "/usr/lib/X11/fonts/75dpi"
  30.         # paths to defoma fonts
  31.         FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
  32.         FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
  33. EndSection
  34. Section "Module"
  35.         Load    "bitmap"
  36.         Load    "dbe"
  37.         Load    "ddc"
  38.         Load    "dri"
  39.         Load    "extmod"
  40.         Load    "freetype"
  41.         Load    "glx"
  42.         Load    "int10"
  43.         Load    "record"
  44.         Load    "type1"
  45.         Load    "vbe"
  46. EndSection
  47. Section "InputDevice"
  48.         Identifier      "Generic Keyboard"
  49.         Driver          "keyboard"
  50.         Option          "CoreKeyboard"
  51.         Option          "XkbRules"      "xorg"
  52.         Option          "XkbModel"      "pc105"
  53.         Option          "XkbLayout"     "fr-latin9"
  54. EndSection
  55. Section "InputDevice"
  56.         Identifier      "Configured Mouse"
  57.         Driver          "mouse"
  58.         Option          "CorePointer"
  59.         Option          "Device"                "/dev/input/mice"
  60.         Option          "Protocol"              "ImPS/2"
  61.         Option          "ZAxisMapping"          "4 5"
  62. EndSection
  63. Section "InputDevice"
  64.         Identifier      "Synaptics Touchpad"
  65.         Driver          "synaptics"
  66.         Option          "SendCoreEvents"        "true"
  67.         Option          "Device"                "/dev/psaux"
  68.         Option          "Protocol"              "auto-dev"
  69.         Option          "HorizScrollDelta"      "0"
  70. EndSection
  71. Section "Device"
  72.         Identifier      "Silicon Motion, Inc. SM712 LynxEM+"
  73.         Driver          "siliconmotion"
  74.         BusID           "PCI:0:2:0"
  75.         Option          "UseFBDev"              "true"
  76. EndSection
  77. Section "Monitor"
  78.         Identifier      "cran gnriqueIIiirdqsrfdsI"
  79.         Option          "DPMS"
  80. EndSection
  81. Section "Screen"
  82.         Identifier      "Default Screen"
  83.         Device          "Silicon Motion, Inc. SM712 LynxEM+"
  84.         Monitor         "cran gnriqueIIiirdqsrfdsI"
  85.         DefaultDepth    24
  86.         SubSection "Display"
  87.                 Depth           1
  88.                 Modes           "800x600"
  89.         EndSubSection
  90.         SubSection "Display"
  91.                 Depth           4
  92.                 Modes           "800x600"
  93.         EndSubSection
  94.         SubSection "Display"
  95.                 Depth           8
  96.                 Modes           "800x600"
  97.         EndSubSection
  98.         SubSection "Display"
  99.                 Depth           15
  100.                 Modes           "800x600"
  101.         EndSubSection
  102.         SubSection "Display"
  103.                 Depth           16
  104.                 Modes           "800x600"
  105.         EndSubSection
  106.         SubSection "Display"
  107.                 Depth           24
  108.                 Modes           "800x600"
  109.         EndSubSection
  110. EndSection
  111. Section "ServerLayout"
  112.         Identifier      "Default Layout"
  113.         Screen          "Default Screen"
  114.         InputDevice     "Generic Keyboard"
  115.         InputDevice     "Configured Mouse"
  116.         InputDevice     "Synaptics Touchpad"
  117. EndSection
  118. Section "DRI"
  119.         Mode    0666
  120. EndSection


Nelyot Tchagui donne le résultat de la commande :
 
cat /etc/X11/xorg.conf
lolo1234 Voila, j'ai recongigurer merci SuperZell, tout et bien mais il me manque encore la moitié de l'ecran,
Pour Nelyot Tch agui, désolé j'ai encore l'habitude des formatage tout les mois :D j'espere que sa va me passé sous linux :D
Nelyot Tchagui mais non, ça ne sert à rien de reinstaller c'est pas windows,
quelle est ta carte graphique? quel driver tu utilises,
 
donne le résultat de la commande :
 
cat /etc/X11/xorg.conf
SuperZell il me semble que sous debian et donc ubuntu il faut utiliser:

sudo dpkg-reconfigure xserver-xorg

lolo1234 Merci pour vos reponse mais apparament j'ai fait la boulette, apres avoir tout changé mit en 1024 x 768 dans le terminal grace a l'outil xorgconfig et apres avoire redémaré j'obtien sa :  
http://img274.echo.cx/img274/2566/10095137sa.th.jpg
 
Je suis bon pour reinstaller ubuntu?
deather2 Oops désolé c'est vrai ;)
nadjyla Salut.
 
Pour ubuntu, c est xorg qui est utilisé. Donc, la commande est :xorgconfig ;)
lolo1234 Bonjour,  
Merci de ton aide mais j'obtien sa :  

Code :
  1. lolo1234@portable:~$ sudo xf86config
  2. Password:
  3. sudo: xf86config: command not found


 
Merci d'avance

deather2 Salut,
Il faut refaire la configuration du serveur graphique.
C'est pas super compliqué, pour ce faire, tappes les commandes suivantes dans une console:

$ sudo xf86config
Password: (Ici tu tappes ton mot de passe)


Tu n'as plus qu'à répondre aux questions posées.

lolo1234 Bonjour a tous,  
Je debute sous linux, j'ai décidé d'installer ubuntu linux, je possede un IBM Think pad Serie  I, J'ai un pronbleme avec l'ecran c'est vraiment tres reduit et je n'arrive pas a le configurer quand je vais dans l'outis spécifique, je ne peut rien faire ( je n'ai aucun fois a part ceux par default).
Voici un screenshot fait avec appareil photo numérique pour montré qu'il manque la moitié de l'ecran :  
 
http://img261.echo.cx/img261/1089/ [...] 3ej.th.jpg
 
Je vous remercie d'avance  :bounce:  
 
Lolo1234

Copyright © 1997-2025 Groupe LDLC (Signaler un contenu illicite / Données personnelles)