Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
X-Server error
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
max1mo
n00b
n00b


Joined: 21 Feb 2005
Posts: 42

PostPosted: Fri Jul 21, 2006 1:49 pm    Post subject: X-Server error Reply with quote

Hi, ich hab hier schon gesucht im google war nix richtiges da unglücklich
Ich hatte alles am laufen, habe aber lange keine updates gemacht.
Nun nach einem update world ging mein X11 nicht mehr.
Ich habe auch die gleiche konfig, hat sich was zwischenzeitig geändert?

Ausgabe:
...

Fatal server error:
AddScreen/ScreenInit failed for driver 0

XI0: fatal IO error 104 on X server "0:0"
....

Ich hab bissi gekürzt hoffe es reicht.

Hier mein konfig:
http://www.gentooforum.de/redir.php?url=http%3A%2F%2Fpeople.freenet.de%2Fmaximo%2Fgentoo%2Fxorg.conf

Wen mir einer helfen könnte, wär ich sehr froh.

Vielen Dank
_________________
Homepage
Linux: Registered User #374681
Back to top
View user's profile Send private message
Henry78
Apprentice
Apprentice


Joined: 12 Jul 2004
Posts: 186
Location: Austria

PostPosted: Fri Jul 21, 2006 7:56 pm    Post subject: Reply with quote

Der i810 Treiber hat auch bei mir Probleme gemacht, allerdings nur mit DualHead Setup, SingleHead ging, wenn auch mit Änderungen an der config. Ein upgrade von x11-drivers/xf86-video-i810 auf die Version 1.6.0 hat diese Probleme bei mir gelöst, und ich verwende wieder die alte (minimal) config:


Code:

Section "Module"
EndSection

Section "Files"
    FontPath   "/usr/share/fonts/misc"
    FontPath   "/usr/share/fonts/75dpi"
    FontPath   "/usr/share/fonts/100dpi"
    FontPath   "/usr/share/fonts/TTF"
    FontPath   "/usr/share/fonts/Type1"
EndSection

Section "ServerFlags"
EndSection

Section "InputDevice"
    Identifier  "Keyboard1"
    Driver      "kbd"
    Option "AutoRepeat" "500 30"
    Option "XkbRules"   "xorg"
    Option "XkbModel"   "pc105"
    Option "XkbLayout"  "de"
    Option "XkbVariant" "nodeadkeys"
EndSection

Section "InputDevice"
    Identifier  "Mouse1"
    Driver      "mouse"
    Option "Device"      "/dev/input/mice"
    Option "ZAxisMapping"   "4 5 6 7"
EndSection

Section "Monitor"
    Identifier  "LFP"
    HorizSync   31.5-81
    VertRefresh 60
EndSection

Section "Device"
    Identifier  "i810"
    Driver      "i810"
EndSection

Section "Screen"
    Identifier  "LFP"
    Device      "i810"
    Monitor     "LFP"
    DefaultDepth 24

    Subsection "Display"
        Depth       24
        Modes       "1400x1050 1280x1024 1024x768"
    EndSubsection
EndSection

Section "ServerLayout"
    Identifier  "Default Layout"
    Screen      "LFP"
    InputDevice "Mouse1" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"
EndSection
Back to top
View user's profile Send private message
max1mo
n00b
n00b


Joined: 21 Feb 2005
Posts: 42

PostPosted: Sat Jul 22, 2006 4:02 pm    Post subject: Reply with quote

Das hört sich schon mal super an.
Ich hab die Version 1.6.0

In fluxbox kriege ich jetzt grosse Schrift und nach paar sekunden geht die Tastatur nicht mehr.
Kann mir da einer helfen?

Vielen Dank
_________________
Homepage
Linux: Registered User #374681
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