Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[X] ne se lance plus ... [resolu]
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
Timz
n00b
n00b


Joined: 24 Oct 2005
Posts: 42
Location: Lyon/Paris - FRANCE

PostPosted: Mon May 28, 2007 12:13 pm    Post subject: [X] ne se lance plus ... [resolu] Reply with quote

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:


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:

(**) 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.
_________________
Gentoo rocks !!!


Last edited by Timz on Mon May 28, 2007 12:52 pm; edited 1 time in total
Back to top
View user's profile Send private message
kwenspc
Advocate
Advocate


Joined: 21 Sep 2003
Posts: 4954

PostPosted: Mon May 28, 2007 12:17 pm    Post subject: Reply with quote

vires le metamodes et tentes avec la résolution courante "1280x1024" par défaut pour voir.
_________________
membre officieux du SAV Ati GEntoo
Back to top
View user's profile Send private message
Timz
n00b
n00b


Joined: 24 Oct 2005
Posts: 42
Location: Lyon/Paris - FRANCE

PostPosted: Mon May 28, 2007 12:23 pm    Post subject: Reply with quote

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:

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 !!!
Back to top
View user's profile Send private message
kwenspc
Advocate
Advocate


Joined: 21 Sep 2003
Posts: 4954

PostPosted: Mon May 28, 2007 12:26 pm    Post subject: Reply with quote

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
Back to top
View user's profile Send private message
Timz
n00b
n00b


Joined: 24 Oct 2005
Posts: 42
Location: Lyon/Paris - FRANCE

PostPosted: Mon May 28, 2007 12:34 pm    Post subject: Reply with quote

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/monitor/tftlcd/tftlcddigital/ls22mewsfvedc.asp?page=Specifications

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:

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 !!!
Back to top
View user's profile Send private message
BaNaNe
Guru
Guru


Joined: 18 May 2003
Posts: 327
Location: Vous êtes ici...

PostPosted: Mon May 28, 2007 12:49 pm    Post subject: Reply with quote

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:

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
Back to top
View user's profile Send private message
Timz
n00b
n00b


Joined: 24 Oct 2005
Posts: 42
Location: Lyon/Paris - FRANCE

PostPosted: Mon May 28, 2007 12:52 pm    Post subject: Reply with quote

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 !!!
Back to top
View user's profile Send private message
BaNaNe
Guru
Guru


Joined: 18 May 2003
Posts: 327
Location: Vous êtes ici...

PostPosted: Mon May 28, 2007 12:54 pm    Post subject: Reply with quote

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
Back to top
View user's profile Send private message
Timz
n00b
n00b


Joined: 24 Oct 2005
Posts: 42
Location: Lyon/Paris - FRANCE

PostPosted: Mon May 28, 2007 12:58 pm    Post subject: Reply with quote

ma carte graphique posede deux sorties aussi une vga une dvi
_________________
Gentoo rocks !!!
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