Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[XORG] Laptop i855GM problème de résolution (résolu)
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index French
View previous topic :: View next topic  
Author Message
daiji
Tux's lil' helper
Tux's lil' helper


Joined: 15 Jul 2005
Posts: 101
Location: Lausanne, Suisse

PostPosted: Fri Jul 15, 2005 8:51 am    Post subject: [XORG] Laptop i855GM problème de résolution (résolu) Reply with quote

Salut !

J'ai un portable Dell D505 (centrino), J'ai installé gentoo et xorg. Le problème est que je n'arrive pas à choisir une résolution supérieure a 800x600 alors que le chipset graphique supporte bien plus. De plus mon lcd est fait pour du 1024x768. Avant j'avais debian, avec xorg et je pouvais sans problèmes monter jusqu'a 1024.

Mon xorg.conf pour l'affichage :

Code:


Section "Module"
   Load  "freetype"
   # Load "xtt"
   Load  "extmod"
   Load  "glx"
   Load  "dri"
   Load  "dbe"
   Load  "record"
   Load  "xtrap"
   Load  "type1"
   # Load  "speedo"
EndSection

Section "Monitor"
   Identifier   "Monitor"
   HorizSync    31.5 - 31.5
   HorizSync    35.2 - 35.2
   HorizSync    35.5 - 35.5
   VertRefresh  50.0 - 70.0
EndSection

Section "Device"
   Identifier  "Card"
   Driver      "i810"
   ChipSet     "915G"
   Card        "i810 915G"
EndSection

Section "Screen"
   Identifier "Screen"
   Device     "Card"
   Monitor    "Monitor"
   DefaultDepth     24
   SubSection "Display"
      Viewport   0 0
      Depth     24
      Modes    "1024x768"
   EndSubSection
EndSection


Last edited by daiji on Sat Jul 16, 2005 4:09 pm; edited 4 times in total
Back to top
View user's profile Send private message
daiji
Tux's lil' helper
Tux's lil' helper


Joined: 15 Jul 2005
Posts: 101
Location: Lausanne, Suisse

PostPosted: Fri Jul 15, 2005 8:54 am    Post subject: Reply with quote

Voici ce qui à mon avis pose problème...

Code:

(WW) I810(0): config file hsync range 31.5-31.5kHz not within DDC hsync ranges.
(WW) I810(0): config file hsync range 35.2-35.2kHz not within DDC hsync ranges.
(WW) I810(0): config file hsync range 35.5-35.5kHz not within DDC hsync ranges.
(WW) I810(0): config file vrefresh range 50-70Hz not within DDC vrefresh ranges.
(II) I810(0): Monitor: Using hsync value of 31.50 kHz
(II) I810(0): Monitor: Using hsync value of 35.20 kHz
(II) I810(0): Monitor: Using hsync value of 35.50 kHz
(II) I810(0): Monitor: Using vrefresh range of 50.00-70.00 Hz
(II) I810(0): Not using mode "1024x768" (no mode of this name)
(II) I810(0): Increasing the scanline pitch to allow tiling mode (800 -> 1024).
(--) I810(0): Virtual size is 800x600 (pitch 1024)
(**) I810(0):  Built-in mode "800x600"
(**) I810(0):  Built-in mode "640x480"


Last edited by daiji on Sat Jul 16, 2005 4:00 pm; edited 1 time in total
Back to top
View user's profile Send private message
daiji
Tux's lil' helper
Tux's lil' helper


Joined: 15 Jul 2005
Posts: 101
Location: Lausanne, Suisse

PostPosted: Fri Jul 15, 2005 8:55 am    Post subject: Reply with quote

Le problème vient bien de la !

J'ai repris un petit script au démarrage qui lance 855resolution et l'ai modifié comme ceci :

Code:

#!/sbin/runscript
# filename: /etc/init.d/855-resolution
# GPL Copyright (C) 2005 Stanislav Kuchar

depend() {
   before xdm
}

start() {
   ebegin "Setting notebook's native LCD resolution"
   /usr/local/sbin/855resolution 54 1024 768 &>/dev/null
   eend $?
}


54 est le mode qui contenait la résolution 800x600.. mais comme je ne l'utilise pas..

Ce qui est bizzare, c'est qu'il existe bel et ben un mode 1024x768, mais il n'est pas reconnu par xorg..

J'espère que cela pourra être utile pour qqun !


Last edited by daiji on Sat Jul 16, 2005 4:06 pm; edited 2 times in total
Back to top
View user's profile Send private message
kernelsensei
Bodhisattva
Bodhisattva


Joined: 22 Feb 2004
Posts: 5619
Location: Woustviller/Moselle/FRANCE (49.07°N;7.02°E)

PostPosted: Fri Jul 15, 2005 12:11 pm    Post subject: Reply with quote

Salut, bienvenue sur le forum gentoo !

Pourrais-tu lire ca stp : [IMPORTANT] Comment se servir du forum !!


Merci :D

Franchement tu pourrais eviter de poster des tonnes de log comme ça, le pauvre serveur il aime pas. Coller uniquement les erreurs aurait été plus judicieux ... sinon il y a toujours la solution http://pastebin.com/ ...
_________________
$ ruby -e'puts " .:@BFegiklnorst".unpack("x4ax7aaX6ax5aX15ax4aax6aaX7ax2aX5aX8 \
axaX3ax8aX4ax6aX3aX6ax3ax3aX9ax4ax2aX9axaX6ax3aX2ax4ax3aX4aXaX12ax10aaX7a").join'
Back to top
View user's profile Send private message
daiji
Tux's lil' helper
Tux's lil' helper


Joined: 15 Jul 2005
Posts: 101
Location: Lausanne, Suisse

PostPosted: Sat Jul 16, 2005 3:54 pm    Post subject: Reply with quote

Désolé :?

Je ne trouvais justement pas ce qui n'allait pas dans les logs...
Merci quand même.

P.S. Merci pour ta bienvenue ! J'ai modifié mes posts. Je crois que tout est correct à présent.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index French All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum