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 31/05/2015, à 22:18

InTartifletteITrust

Pb de résolution Acer Aspire 5630/Nvidia GO 7300

Bonjour à tous,

je débute complètement et ai installé Ubuntu 14.04 LTS en dualboot (avec Windows XP) sur un vieil Acer Aspire 5630. La session Windows est en 1280x800 sans problème, mais Ubuntu ne me propose que du 1024x768 ou du 800x600 (en étant sur le default driver Nouveau).

J'ai donc essayé de passer sur Nvidia (304.125) : après reboot, l'écran de login s'affiche correctement et à la bonne résolution. Dès que j'ouvre ma session, le fond d'écran (par défaut) s'affiche très lentement, le launcher est pixellisé/rayé comme une image corrompue, idem pour la barre du haut, et le PC freeze complètement il devient quasi impossible d'ouvrir une fenêtre. Ça correspond à ce bug report, l'ajout de la ligne UNITY_FORCE_START=1 à /etc/environment n'y change rien pour moi.

De retour sur Nouveau, j'ai testé les modifs via xrandr:

$ gtf 1280 800 60
  # 1280x800 @ 60.00 Hz (GTF) hsync: 49.68 kHz; pclk: 83.46 MHz
  Modeline "1280x800_60.00"  83.46  1280 1344 1480 1680  800 801 804 828  -HSync +Vsync
$ xrandr --newmode "1280x800_60.00"  83.46  1280 1344 1480 1680  800 801 804 828  -HSync +Vsync
xrandr: Failed to get size of gamma for output default
X Error of failed request:  BadName (named color or font does not exist)
  Major opcode of failed request:  140 (RANDR)
  Minor opcode of failed request:  16 (RRCreateMode)
  Serial number of failed request:  19
  Current serial number in output stream:  19
$ xrandr --addmode VGA 1280x800_60.00
xrandr: Failed to get size of gamma for output default
xrandr: cannot find output "VGA"
$ xrandr --output VGA --mode 1280x800_60.00
xrandr: Failed to get size of gamma for output default
warning: output VGA not found; ignoring

Echec.

Après recherches, j'ai voulu suivre ce tuto, sur lequel je me suis cassé les dents, car ctrl+alt+F1 m'envoyait vers un écran noir sans rien, il a fallu que je passe par là pour pouvoir enfin accéder au tty et arrêter lightdm.

Voici ce que donne sudo X -configure:

X.Org X Server 1.16.0
Release Date: 2014-07-16
X Protocol Version 11, Revision 0
Build Operating System: Linux 3.2.0-70-generic i686 Ubuntu
Current Operating System: Linux caro-Aspire-5630 3.16.0-38-generic #52~14.04.1-Ubuntu SMP Fri May 8 09:44:48 UTC 2015 i686
Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.16.0-38-generic root=UUID=651cec86-d8c8-4cd8-bef6-0db271e4cbc7 ro quiet splash vt.handoff=7
Build Date: 12 February 2015  11:11:29PM
xorg-server 2:1.16.0-1ubuntu1.2~trusty2 (For technical support please see http://www.ubuntu.com/support) 
Current version of pixman: 0.30.2
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Sun May 31 21:29:02 2015
List of video drivers:
    openchrome
    intel
    cirrus
    sisusb
    mga
    savage
    vmware
    tdfx
    radeon
    mach64
    siliconmotion
    neomagic
    trident
    ati
    nouveau
    r128
    vesa
    fbdev
    modesetting
(++) Using config file: "/home/caro/xorg.conf.new"
(==) Using system config directory "/usr/share/X11/xorg.conf.d"
Number of created screens does not match number of detected devices.
  Configuration failed.
(EE) Server terminated with error (2). Closing log file.

Il se termine par une erreur, mais le fichier xorg.conf est quand même créé :

Section "ServerLayout"
    Identifier     "X.org Configured"
    Screen      0  "Screen0" 0 0
    InputDevice    "Mouse0" "CorePointer"
    InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
    ModulePath   "/usr/lib/xorg/modules"
    FontPath     "/usr/share/fonts/X11/misc"
    FontPath     "/usr/share/fonts/X11/cyrillic"
    FontPath     "/usr/share/fonts/X11/100dpi/:unscaled"
    FontPath     "/usr/share/fonts/X11/75dpi/:unscaled"
    FontPath     "/usr/share/fonts/X11/Type1"
    FontPath     "/usr/share/fonts/X11/100dpi"
    FontPath     "/usr/share/fonts/X11/75dpi"
    FontPath     "built-ins"
EndSection

Section "Module"
    Load  "glx"
EndSection

Section "InputDevice"
    Identifier  "Keyboard0"
    Driver      "kbd"
EndSection

Section "InputDevice"
    Identifier  "Mouse0"
    Driver      "mouse"
    Option        "Protocol" "auto"
    Option        "Device" "/dev/input/mice"
    Option        "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
    Identifier   "Monitor0"
    VendorName   "Monitor Vendor"
    ModelName    "Monitor Model"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
        ### <percent>: "<f>%"
        ### [arg]: arg optional
        #Option     "SWcursor"               # [<bool>]
        #Option     "HWcursor"               # [<bool>]
        #Option     "NoAccel"                # [<bool>]
        #Option     "ShadowFB"               # [<bool>]
        #Option     "VideoKey"               # <i>
        #Option     "WrappedFB"              # [<bool>]
        #Option     "GLXVBlank"              # [<bool>]
        #Option     "ZaphodHeads"            # <str>
        #Option     "PageFlip"               # [<bool>]
        #Option     "SwapLimit"              # <i>
        #Option     "AsyncUTSDFS"            # [<bool>]
        #Option     "AccelMethod"            # <str>
    Identifier  "Card0"
    Driver      "nouveau"
    BusID       "PCI:1:0:0"
EndSection

Section "Screen"
    Identifier "Screen0"
    Device     "Card0"
    Monitor    "Monitor0"
    SubSection "Display"
        Viewport   0 0
        Depth     1
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     4
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     8
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     15
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     16
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     24
    EndSubSection
EndSection

L'ajout à la section "Screen" ne modifie rien du tout, la résolution 1280x800 n'est toujours pas proposée :

    SubSection "Display"
        Depth        16
        Modes        "1280x800" "1024x768" "800x600"
    EndSubSection
    SubSection "Display"
        Depth        24
        Modes        "1280x800" "1024x768" "800x600"
    EndSubSection

J'ai utilisé PowerStrip sur ma session Windows pour récupérer la modeline à utiliser :

Section "Monitor"
    Identifier   "Monitor0"
    VendorName   "Monitor Vendor"
    ModelName    "Monitor Model"
    Modeline     "1280x800" 73,285 1280 1312 1352 1464 800 804 808 837 -hsync -vsync
EndSection

Au reboot, j'arrive sur une erreur "The system is running in low-graphics mode".

Quoi faire..?
D'avance merci pour votre aide !!

Dernière modification par InTartifletteITrust (Le 31/05/2015, à 22:20)

Hors ligne