Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Xorg Config mit dem NM2200 (Sony Vaio n505x) -gelöst
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
ripuli
n00b
n00b


Joined: 06 Nov 2004
Posts: 9

PostPosted: Thu Mar 03, 2005 5:07 pm    Post subject: Xorg Config mit dem NM2200 (Sony Vaio n505x) -gelöst Reply with quote

Hallo, ich habe gerade ein großes Problem mit meiner xorg.conf.
Egal ob ich die xorg.conf automatisch erkennen lasse (Xorg -configure) oder es halbmanuell mache (xorgconfig), der X Server will trotzdem keine Grafik darstellen. Wenn ich "X -config /root/xorg.conf.new" probiere, oder startx, oder startxfce4 (hab den installiert als desktopmanager) bleibt der Bildschirm schwarz und nachdem meine LAptop ein wenig gerechnet hat, bleibt es stehen und der Bildscirm bleibt schwarz - das einzige was mich anstrahlt ist mein Subpixelfehler... :rolleyes: Dabei kann ich weder mit strg+alt+backspace, noch strg+d zurück. Da hilft dann nur ein manueller Neustart.
Bei dem Grafikchip handelt es sich um eine Neomagic NM2200 Magicgraph 256AV und das display ist ein 10,4" TFT mit 1024x768.
Hier mal meine xorg.conf:

Code:

Section "ServerLayout"
   Identifier "X.org Configured"
  Screen  0 "Screen0" 0 0
  InputDevice "Mouse0" "CorePointer"
  InputDevice "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"

    RgbPath"/usr/X11R6/lib/X11/rgb"

    ModulePath "/usr/ib/modules"
    FontPath"/usr/share/fonts/misc/"
    FontPath"/usr/share/fonts/Type1/"
    FontPath    "/usr/share/fonts/TTF/"
    FontPath"/usr/share/fonts/CID/"
    FontPath"/usr/share/fonts/75dpi/"
    FontPath"/usr/share/fonts/100dpi/"
EndSection

Section  "modules"
    Load"dbe"

    SubSection"extmod"
         Option"omit xfree86-dga"
    EndSubSection

    Load"type1"
    Load"freetype"

EndSection


Section "InputDevice"

    Identifier"Keyboard1"
    Driver"keyboard"
    Option"XkbModel""pc105"
    Option"XkbLayout""de"
    Option"XkbVariant""nodeadkeys"
EndSection


Section "InputDevice"

    Identifier"Touchpad"
    Driver"mouse"
    Option"Device""/dev/mouse"
    Option      "Protocol""PS/2"
    Option"Emulate3Buttons"
EndSection


Section "Monitor"

    Identifier"Vaio"
    HorizSync   30-81
    VertRefresh 60
    Option"dpms"

EndSection

Section "Device"
    Identifier    "Neo"
    Driver       "neomagic"
    Option      "OverlayMem" "0"
    Option      "ShadowFB" "1"
    Option      "NoAccel"  "0"
EndSection


Section "Screen"


    Identifier"Screen 1"
    Device"Neo"
    Monitor"Vaio"


    DefaultDepth 16

    SubSection "Display"
        Depth24
        Modes"1024x768" "800x600" "640x480"
        ViewPort0 0
    EndSubsection

    SubSection "Display"
        Depth16
        Modes"1024x768" "800x600" "640x480"
        ViewPort0 0
    EndSubsection

    SubSection "Display"
        Depth8
        Modes"1024x768" "800x600" "640x480"
        ViewPort0 0
    EndSubsection

    SubSection "Display"
        Depth4
        Modes"1024x768" "800x600" "640x480"
        ViewPort0 0
    EndSubsection

    SubSection "Display"
        Depth1
        Modes"1024x768" "800x600" "640x480"
        ViewPort0 0
    EndSubsection
EndSection


Sind da irgendwelche Fehler drin, die den beschriebenen Fehler beim Aufrufen des X Servers verursachen? Brauche ich einen Treiber für die Grafikkarte? Bin da echt am Verzweifeln und google und die Forumssuche scheinen auch nicht meine Freunde zu sein. :(


Last edited by ripuli on Thu Mar 03, 2005 10:57 pm; edited 1 time in total
Back to top
View user's profile Send private message
flammenflitzer
Advocate
Advocate


Joined: 25 Nov 2003
Posts: 3488
Location: Berlin

PostPosted: Thu Mar 03, 2005 9:05 pm    Post subject: Reply with quote

Driver "vga"
oder
Driver "vesa"
sollten eigentlich immer gehen.
Und dann langsam an den optimalen Treiber ranpirschen. Habe ich auch so gemacht.:wink:
Und das
Option "ShadowFB" "1"
Option "NoAccel" "0"
würde ich erst mal auskommentieren. Mit spezifischen Optionen würde ich erst loslegen, wenn ich ein Bild habe.
Back to top
View user's profile Send private message
ripuli
n00b
n00b


Joined: 06 Nov 2004
Posts: 9

PostPosted: Thu Mar 03, 2005 10:57 pm    Post subject: Reply with quote

das problem ist gelöst: ich habe die Maus auskommentiert und nun funktioniert alles, selbst mit den neomagic treibern.
auch das touchpad funktioniert unter x und xfce4. :D

danke für den tipp, denn ich hab erst mit vga getestet und hab dann erst gesehen, dass die log datei mir einen error beim initialisieren der maus gezeigt hat.
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