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

  FORUM HardWare.fr
  Linux et OS Alternatifs
  Hardware

  Résolution d'écran au démarrage

 


 Mot :   Pseudo :  
 
Bas de page
Auteur Sujet :

Résolution d'écran au démarrage

n°924323
ArnaudR
Street spirit
Posté le 18-06-2007 à 12:04:25  profilanswer
 

Bonjour,
 
J'ai un petit soucis avec ma configuration X sous Ubuntu (Feisty).
J'ai une carte graphique nVidia GeForce Go 7600 qui a bien été détectée par le système et j'utilise les drivers propriétaires nVidia.
Mon PC (portable) a un écran LCD, résolution 1440 × 960 à 60 Hz. Windows démarre sans problème à cette résolution, Ubuntu reste à 1024 × 768 au démarrage.
 
En lançant l'utilitaire nvidia-settings je peux passer la résolution à 1440 × 960 mais je dois le faire à chaque redémarrage (du système ou du serveur X). J'ai également ajouté cette résolution à toutes les lignes (enfin on se comprend :o) de mon xorg.conf, mais rien n'y fait.
Les Horizontal/Vertical Range ont visiblement bien été détectés et apparaissent aussi dans le xorg.conf.
 
Y a-t-il une solution pour automatiser le passage à cette résolution, ne serait-ce qu'au lancement de ma session utilisateur ?

mood
Publicité
Posté le 18-06-2007 à 12:04:25  profilanswer
 

n°924332
supfrs31
Grettings Pr falken.
Posté le 18-06-2007 à 12:17:47  profilanswer
 

C'est pas standard même pour du wide donc forecément c'est pas facile à utiliser....peut etre en passant à 1440*900 ou 1400*900 ou proche en tout cas... tantes aussi on sait jamais le 1440*1050 ou tantes avec une frequence batarde comme 63 ça marche souvent...le 63....
 
(pense à sauver tes fichiers de conf avant de jouer avec...une bourde est si vite arrivée)...


---------------
Merci @+
n°924349
Fork Bomb
Obsédé textuel
Posté le 18-06-2007 à 12:57:21  profilanswer
 

Marque et modèle de ton écran.
C/C de ton xorg.conf, STP.


---------------
Décentralisons Internet-Bépo-Troll Bingo - "Pour adoucir le mélange, pressez trois quartiers d’orange !"
n°924351
ArnaudR
Street spirit
Posté le 18-06-2007 à 13:04:31  profilanswer
 

Pour l'écran, c'est l'écran du PC (Asus Z83T), je ne connais pas de référence plus précise ("non PnP générique" sur Windows)
 
Mon xorg.conf :
 

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeister@builder3)  Thu Nov  9 17:55:20 PST 2006
 
# /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 xorg.conf(5) 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 "ServerLayout"
    Identifier     "Default Layout"
    Screen         "Default Screen" 0 0
    InputDevice    "Generic Keyboard"
    InputDevice    "Configured Mouse"
    InputDevice    "stylus" "SendCoreEvents"
    InputDevice    "cursor" "SendCoreEvents"
    InputDevice    "eraser" "SendCoreEvents"
EndSection
 
Section "Files"
 
 # path to defoma fonts
    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        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection
 
Section "Module"
    Load           "i2c"
    Load           "bitmap"
    Load           "ddc"
    Load           "extmod"
    Load           "freetype"
    Load           "glx"
    Load           "int10"
    Load           "vbe"
EndSection
 
Section "InputDevice"
    Identifier     "Generic Keyboard"
    Driver         "kbd"
    Option         "CoreKeyboard"
    Option         "XkbRules" "xorg"
    Option         "XkbModel" "pc105"
    Option         "XkbLayout" "fr"
    Option         "XkbVariant" "oss_latin9"
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 "InputDevice"
    Identifier     "stylus"
    Driver         "wacom"
    Option         "Device" "/dev/input/wacom"
    Option         "Type" "stylus"
    Option         "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection
 
Section "InputDevice"
    Identifier     "eraser"
    Driver         "wacom"
    Option         "Device" "/dev/input/wacom"
    Option         "Type" "eraser"
    Option         "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection
 
Section "InputDevice"
    Identifier     "cursor"
    Driver         "wacom"
    Option         "Device" "/dev/input/wacom"
    Option         "Type" "cursor"
    Option         "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection
 
Section "Monitor"
    Identifier     "Ecran générique"
    HorizSync       28.0 - 51.0
    VertRefresh     43.0 - 60.0
    Option         "DPMS"
EndSection
 
Section "Device"
    Identifier     "nVidia Corporation G70 [GeForce Go 7600]"
    Driver         "nvidia"
EndSection
 
Section "Screen"
    Identifier     "Default Screen"
    Device         "nVidia Corporation G70 [GeForce Go 7600]"
    Monitor        "Ecran générique"
    DefaultDepth    24
    Option         "AddARGBVisuals" "True"
    Option         "AddARGBGLXVisuals" "True"
    Option         "NoLogo" "True"
    SubSection     "Display"
        Depth       1
        Modes      "1440x960" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       4
        Modes      "1440x960" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       8
        Modes      "1440x960" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       15
        Modes      "1440x960" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       16
        Modes      "1440x960" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       24
        Modes      "1440x960" "1024x768" "800x600" "640x480"
    EndSubSection
EndSection

n°925039
LeKeiser
Appelez moi Marcel.
Posté le 20-06-2007 à 10:05:26  profilanswer
 

Voir sur le topic Ubuntu Feisty, c'est un bug. Pas de soluce


---------------
"I intend to live the first half of my life.I don't care about the rest."Errol Flynn."The difference between genius and stupidity is that genius has its limits."Albert Einstein

Aller à :
Ajouter une réponse
  FORUM HardWare.fr
  Linux et OS Alternatifs
  Hardware

  Résolution d'écran au démarrage

 

Sujets relatifs
Linux 2007 Spring, souci avec Bureau 3DSamba : problème de résolution de noms
erreur lors du démarrage du démon des préférences GnomeBootsplash et écran de connexion sous Gnome 2.18
bi ecran avec dell latitude x1 sous fedoramessage d'erreur au démarrage
Rediriger par un écran de connexionDebian au démarrage: message visuel arrété 6 fois en 90 secondes
changement d'écran et serveur X HSProbleme de multi ecran nvidia sous etch
Plus de sujets relatifs à : Résolution d'écran au démarrage


Copyright © 1997-2022 Hardware.fr SARL (Signaler un contenu illicite / Données personnelles) / Groupe LDLC / Shop HFR