Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index International Gentoo Users French
  • Search

[X] ne se lance plus ... [resolu]

Forum dédié aux utilisateurs francophones de Gentoo. Retrouvez aussi Gentoo Linux en français sur le wiki!

Moderators: El_Goretto, xaviermiller

Post Reply
  • Print view
Advanced search
9 posts • Page 1 of 1
Author
Message
Timz
n00b
n00b
User avatar
Posts: 42
Joined: Mon Oct 24, 2005 9:02 pm
Location: Lyon/Paris - FRANCE

[X] ne se lance plus ... [resolu]

  • Quote

Post by Timz » Mon May 28, 2007 12:13 pm

Bonjour,

J'ai change mon vieux iiyama 19" crt par un beau samsung 22" tft 226bw
et la c'est le drame X ne veux plus se lancer malgre que j'ai change la configuration.
j'ai essaye de faire une configuration avec xorgconfig mais rien a faire.

voici mon fichier de conf:

Code: Select all


Section "Module"
    Load        "dbe"   # Double buffer extension
    SubSection  "extmod"
      Option    "omit xfree86-dga"   # don't initialise the DGA extension
    EndSubSection
    Load        "freetype"
    Load       "glx"
EndSection
Section "Files"
    FontPath   "/usr/share/fonts/misc/"
    FontPath   "/usr/share/fonts/Type1/"
    FontPath   "/usr/share/fonts/100dpi/"
    FontPath   "/usr/share/fonts/75dpi/"
EndSection
Section "ServerFlags"
EndSection
Section "InputDevice"
    Identifier  "Keyboard1"
    Driver      "kbd"
    Option "AutoRepeat" "500 30"
    Option "XkbRules"   "xorg"
    Option "XkbModel"   "pc105"
    Option "XkbLayout"  "us"
EndSection
Section "InputDevice"
    Identifier  "Mouse1"
    Driver      "mouse"
    Option "Protocol"    "Auto" # Auto detect
    Option "Device"      "/dev/input/mice"
    Option "ZAxisMapping"   "4 5 6 7"
    Option "Emulate3Buttons"
EndSection
Section "Monitor"
    Identifier     "SyncMaster 226BW"
        VendorName     "Samsung"
            ModelName      "SyncMaster 226BW"
                HorizSync       30.0 - 81.0
                    VertRefresh     56.0 - 75.0
                        Option         "DPMS"
EndSection
Section "Device"
    Identifier  "Standard VGA"
    VendorName  "Unknown"
    BoardName   "Unknown"
    Driver     "vga"
EndSection
Section "Device"
    Identifier  "7600gs"
    Driver      "nvidia"
EndSection
Section "Screen"
    Identifier     "Screen 1"
    Device         "7600gs"
    Monitor        "SyncMaster 226BW"
    DefaultDepth    24
    Option         "RenderAccel" "true"
    Option         "TripleBuffer" "true"
    Option         "AllowGLXWithComposite"
    Option         "DPMS" "true"
    Option         "metamodes" "1680x1050 +0+0; 1280x1024 +0+0; 1024x768 +0+0"
    SubSection     "Display"
        Depth       24
        Modes      "1680x1050" "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
EndSection
Section "ServerLayout"
    Identifier  "Simple Layout"
    Screen "Screen 1" 0 0
    InputDevice "Mouse1" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"
EndSection

log de xorg :

Code: Select all

(**) Option "XkbLayout" "us"
(**) Keyboard1: XkbLayout: "us"
(**) Option "CustomKeycodes" "off"
(**) Keyboard1: CustomKeycodes disabled
(II) XINPUT: Adding extended input device "Keyboard1" (type: KEYBOARD)
(II) XINPUT: Adding extended input device "Mouse1" (type: MOUSE)
(II) XINPUT: Adding extended input device "NVIDIA Event Handler" (type: Other)
(--) Mouse1: PnP-detected protocol: "ExplorerPS/2"
(II) Mouse1: ps2EnableDataReporting: succeeded
FreeFontPath: FPE "/usr/share/fonts/misc/" refcount is 2, should be 1; fixing.
mon .xinitrc contient seulement exec startfluxbox

et mon ecran reste noir puis perds le signal comme si on avais debranche le cable dvi.

si quelque'un a une idee ou le meme probleme :cry:

merci d'avance.
Last edited by Timz on Mon May 28, 2007 12:52 pm, edited 1 time in total.
Gentoo rocks !!!
Top
kwenspc
Advocate
Advocate
User avatar
Posts: 4954
Joined: Sun Sep 21, 2003 4:25 pm

  • Quote

Post by kwenspc » Mon May 28, 2007 12:17 pm

vires le metamodes et tentes avec la résolution courante "1280x1024" par défaut pour voir.
membre officieux du SAV Ati GEntoo
Top
Timz
n00b
n00b
User avatar
Posts: 42
Joined: Mon Oct 24, 2005 9:02 pm
Location: Lyon/Paris - FRANCE

  • Quote

Post by Timz » Mon May 28, 2007 12:23 pm

kwenspc wrote:vires le metamodes et tentes avec la résolution courante "1280x1024" par défaut pour voir.
je viens d'essayer mais j'ai exactement la meme chose :(

Code: Select all

Section "Screen"
    Identifier     "Screen 1"
    Device         "7600gs"
    Monitor        "SyncMaster 226BW"
    DefaultDepth    24
    Option         "RenderAccel" "true"
    Option         "TripleBuffer" "true"
    Option         "AllowGLXWithComposite"
    Option         "DPMS" "true"
    SubSection     "Display"
        Depth       24
        Modes      "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
EndSection
Gentoo rocks !!!
Top
kwenspc
Advocate
Advocate
User avatar
Posts: 4954
Joined: Sun Sep 21, 2003 4:25 pm

  • Quote

Post by kwenspc » Mon May 28, 2007 12:26 pm

Tu es sûr de tes valeurs pour les fréquences horizontales et verticales?

Peux tu nous donner le résultat d'un more /var/log/Xorg.0.log | grep WW
et même chose mais avec un grep EE
membre officieux du SAV Ati GEntoo
Top
Timz
n00b
n00b
User avatar
Posts: 42
Joined: Mon Oct 24, 2005 9:02 pm
Location: Lyon/Paris - FRANCE

  • Quote

Post by Timz » Mon May 28, 2007 12:34 pm

kwenspc wrote:Tu es sûr de tes valeurs pour les fréquences horizontales et verticales?
j'ai pris celle du constructeur cf http://www.samsung.com/fr/products/moni ... ifications
kwenspc wrote:Peux tu nous donner le résultat d'un more /var/log/Xorg.0.log | grep WW
et même chose mais avec un grep EE

Code: Select all

naboo thomas # cat /var/log/Xorg.0.log | grep WW
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
(WW) NVIDIA(0): Unable to read EDID for display device CRT-0
(WW) NVIDIA(0): Unable to get display device CRT-0's EDID; cannot compute DPI
(WW) NVIDIA(0):     from EDID.

naboo thomas # cat /var/log/Xorg.0.log | grep EE
Current Operating System: Linux naboo 2.6.16-gentoo-r7 #8 SMP PREEMPT Wed May 24 14:38:18 CEST 2006 i686
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(II) Loading extension MIT-SCREEN-SAVER
Gentoo rocks !!!
Top
BaNaNe
Guru
Guru
User avatar
Posts: 327
Joined: Sun May 18, 2003 6:51 pm
Location: Vous êtes ici...

  • Quote

Post by BaNaNe » Mon May 28, 2007 12:49 pm

Quand je suis passé d'un écran CRT à un écran TFT sur connecteur DVI, j'ai dû rajouter ceci dans la section Device de la carte graphique :

Code: Select all

Option     "ConnectedMonitor"           "DFP"
Comme valeur, tu peux mettre CRT (je suppose qu'il envoit le signal sur le VGA) ou DFP (et ca va sur le DVI). J'ai aussi utilisé cette option pour le twinview.
Comme c'est à la mode de mettre la config de tous ses pc...
Desktop : Intel Q9550 + 4Go DDR2 + 640Go & 1To Sata2 + HD4870
Portable : Centrino 2ghz 1Go DDR 160GO
Server Fichier : PII 400Mhz 640SDR 200GO
Top
Timz
n00b
n00b
User avatar
Posts: 42
Joined: Mon Oct 24, 2005 9:02 pm
Location: Lyon/Paris - FRANCE

  • Quote

Post by Timz » Mon May 28, 2007 12:52 pm

Merci c'etait bien ca !

le signal etait envoye sur la sortie vga :oops:

j'aurais du brancher mon vieu crt sur le vga j'aurais pu m'en rendre compte plus tot !

Merci beaucoup a vous deux ;-)
Gentoo rocks !!!
Top
BaNaNe
Guru
Guru
User avatar
Posts: 327
Joined: Sun May 18, 2003 6:51 pm
Location: Vous êtes ici...

  • Quote

Post by BaNaNe » Mon May 28, 2007 12:54 pm

Mon écran possède les deux entrées, c'est comme ca que je m'en suis rendu compte (ca allait en vga et pas en dvi)... :wink:
Comme c'est à la mode de mettre la config de tous ses pc...
Desktop : Intel Q9550 + 4Go DDR2 + 640Go & 1To Sata2 + HD4870
Portable : Centrino 2ghz 1Go DDR 160GO
Server Fichier : PII 400Mhz 640SDR 200GO
Top
Timz
n00b
n00b
User avatar
Posts: 42
Joined: Mon Oct 24, 2005 9:02 pm
Location: Lyon/Paris - FRANCE

  • Quote

Post by Timz » Mon May 28, 2007 12:58 pm

ma carte graphique posede deux sorties aussi une vga une dvi
Gentoo rocks !!!
Top
Post Reply
  • Print view

9 posts • Page 1 of 1

Return to “French”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic