Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
XF86config for beginners
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
cristobalmx
n00b
n00b


Joined: 03 Feb 2004
Posts: 30
Location: Würzburg, good old Europe

PostPosted: Sat Feb 07, 2004 3:41 pm    Post subject: XF86config for beginners Reply with quote

Hallo,
ich habe ein Problem mit der Konfiguration dex X-Servers. Wobei ich mal denke es ist eher meine Unerfahrenheit
Ich habe Gentoo auf einem IBM Thinkpad A21p installiert. Der Grafikchip ist ein ATI Rage128 mobilty, das Display ein 15´´ TFT. Mein Problem mit XF86config ist das ich a) nicht weiss welchen Monitortyp ich aus der Liste auswählen muss (TFT gibts ja nicht) und b) ich mit den zu wählenden Auflösungen + Anzahl der darzustellenden Farben nur rate. Ich habe die ati_drivers (sind auch alle in der Treiberliste zu sehen, ich wähle 66 für rage128 für ) und xfree-drm installiert. Wenn ich den X-Server mit startx starte bricht er ab und sagt sinngemäss: ... using V7, ... no screen found. Wie muss ich Xfree korrekt konfigurieren?

Danke für Eure Hilfe,
Christoph
Back to top
View user's profile Send private message
mad man moon
Apprentice
Apprentice


Joined: 14 Dec 2003
Posts: 160
Location: Schirgiswalde, GER

PostPosted: Sat Feb 07, 2004 4:15 pm    Post subject: Reply with quote

Hier ein paar Teile meiner Konfiguration , die du (mit evtl. ein paar Anpassungen) übernehmen kannst:
Code:
Section "Monitor"
 Identifier  "tft"
 HorizSync   31.5 - 82.0
 VertRefresh 40-150
EndSection

Section "Device"
    Identifier  "Rage128"
    Driver    "r128"
EndSection

Section "Screen"
    Identifier  "Screen 1"
    Device      "Rage128"
    Monitor     "tft"
    DefaultDepth 16

    Subsection "Display"
        Depth       24
        Modes       "1024x768" "800x600"
        ViewPort    0 0
    EndSubsection

    Subsection "Display"
        Depth       16
        Modes       "1024x768" "800x600"
        ViewPort    0 0
    EndSubsection
EndSection

Section "ServerLayout"
 Identifier  "Simple Layout"
 Screen "Screen 1"
 InputDevice "Mouse1" "SendCoreEvents"
 InputDevice "Mouse2" "CorePointer"
 InputDevice "Keyboard1" "CoreKeyboard"
EndSection

Wenn dein TFT kein 1024 unterstützt, solltest du die Modes 1024x768 entfernen. Bei mir läuft interessanterweise die 16bit Einstellung mit 24bit, die 24bit Einstellung mit 16bit.
_________________
Join the adopt an unanswered post initiative today!
Back to top
View user's profile Send private message
cristobalmx
n00b
n00b


Joined: 03 Feb 2004
Posts: 30
Location: Würzburg, good old Europe

PostPosted: Sat Feb 07, 2004 4:20 pm    Post subject: Reply with quote

danke, ich probiere es mal aus
Back to top
View user's profile Send private message
Birnenpfluecker
Guru
Guru


Joined: 01 Sep 2003
Posts: 315
Location: Lage, Germany

PostPosted: Sat Feb 07, 2004 4:40 pm    Post subject: Reply with quote

wenn das nicht klappt mal mit den Vrefresh und Hsync spielen, dadran hat es bei mir gelegen. Bei mir läufts mit
Hsync 31,5-48,5
Vrefresh 50-70
Back to top
View user's profile Send private message
toskala
Advocate
Advocate


Joined: 14 Dec 2002
Posts: 2080
Location: hamburg, germany

PostPosted: Sat Feb 07, 2004 6:56 pm    Post subject: Reply with quote

für den unerfahrenen benutzer von linux, empfehle ich zuweil einfach die grafische variante von xf86config

Code:
xf86cfg


ist ganz brauchbar um wenigstens mal eine basic xfree config zu erzeugen. das sollte dein tft auch auto-detecten und dir eine brauchbare auflösung etc. vorschlagen.

generell haben tfts 60hz wiederholrate, da kannst du nix falsch machen. du musst evtl. nur die auflösung anpassen wenn du was exotisches hast.

nun muss ich aber doch mal wieder was gemeines fragen:
hast du denn nicht vorher windows benutzt auf dem ding? und dir die auflösung und wiederholfrequenz gemerkt?
_________________
adopt an unanswered post
erst denken, dann posten
Back to top
View user's profile Send private message
jay
l33t
l33t


Joined: 08 May 2002
Posts: 980

PostPosted: Sun Feb 08, 2004 9:23 am    Post subject: Reply with quote

Noch ein Vorschlag:
Google doch mal nach den Specs deiner Hardware. In den Datasheets der Hersteller stehen solche interessanten Informationen für HSync und VSync meistens schon säuberlich aufgelistet drin.
_________________
Do you want your posessions identified? [ynq] (n)
Back to top
View user's profile Send private message
trapperjohn
Apprentice
Apprentice


Joined: 11 Nov 2003
Posts: 242
Location: Bremen/Germany

PostPosted: Mon Feb 09, 2004 7:11 am    Post subject: Reply with quote

Du kannst auch X mit dem Parameter -configure aufrufen (als root):
Code:
XFree86 -configure


X probiert dann einiges durch und schreibt eine Beispiel-XF86Config. Ist eigentlich eine recht gute Ausgangsbasis - vor allem, wenn man nicht genau weiß, welche Hardware mit welchen Spezifikationen im Rechner steckt.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) 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