Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
XF86Config
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
m&m´s
n00b
n00b


Joined: 28 Sep 2002
Posts: 13

PostPosted: Sun Sep 29, 2002 8:56 am    Post subject: XF86Config Reply with quote

Habe gnome heruntergeladen und installiert

wenn ich startx ausführen will, bekomme ich die Fehlermeldung: no screens found



Inhalt von XF86Config:

Code:

Section Module

Load "dbe"


...



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

...

Load "type1"
load "freetype"

...

EndSection




Section Files


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

FontPath "/usr/X11R6/lib/X11/fonts/local/"
FontPath "/usr/X11R6/lib/X11/fonts/misc/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
FontPath "/usr/X11R6/lib/X11/fonts/Speedo/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"


EndSection

Section ServerFlags

EndSection



Section InputDevice

Identifier "Keyboard1"
Driver "Keyboard"


Option "XkbRules"  "xfree86"
Option "XkbModel"  "logiinternet"
Option "XkbLayout"  "de"

EndSection

Section InputDevices

Identifier "Mouse1"
Driver     "mouse"
Option     "Protocol"   "PS/2"
Option     "/dev/mouse"


EndSection


section Montitor

Identifier "mon1"

HorizSync 31.5

VertRefresh 50-70

EndSection

Section Device

Identifier "Standard VGA"
VendorName "Unknown"
BoardName  "Unknown"

EndSection

Section Device

Identifier "graf1"
Driver "vga"

Endseciton



Section "Screen"

Identifier
Identier  "Screen1"
Device    "graf1"
Monitor   "mon1"
DefaultDepth 24

Subsection "Display"
Depth 8
Modes "640x400"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 16
Modes "640x480"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 24
Modes "640x400"
ViewPort 0 0
EndSubsection

EndSection

Section ServerLayout

Identifier "Simple Layout"

Screen "Screen 1"


InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "coreKeyboard"


Last edited by m&m´s on Sun Sep 29, 2002 12:03 pm; edited 1 time in total
Back to top
View user's profile Send private message
jew.de
Apprentice
Apprentice


Joined: 25 Sep 2002
Posts: 226
Location: Frankfurt/Main

PostPosted: Sun Sep 29, 2002 10:47 am    Post subject: Reply with quote

Hi,
gib uns doch mal die letzten Zeilen Deiner /var/log/XFree86.0.log.

jew.de
Back to top
View user's profile Send private message
Pietschy
Apprentice
Apprentice


Joined: 25 Jul 2002
Posts: 237

PostPosted: Sun Sep 29, 2002 11:23 am    Post subject: Re: XF86Config Reply with quote

Code:

Section ServerLayout
Identifier "Simple Layout"
Screen "Screen1"
InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "coreKeyboard"
EndSection


Wenn ich richtig liege, müsste der letzte Teil deiner XF86Config so aussehen. Bei Screen war eine leerzeichen zuviel und die Section wurde nicht abgeschlossen (EndSection).


Ronny
Back to top
View user's profile Send private message
m&m´s
n00b
n00b


Joined: 28 Sep 2002
Posts: 13

PostPosted: Sun Sep 29, 2002 11:45 am    Post subject: Reply with quote

Pietschy wrote:
Code:

Section ServerLayout
Identifier "Simple Layout"
Screen "Screen1"
InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "coreKeyboard"
EndSection


Wenn ich richtig liege, müsste der letzte Teil deiner XF86Config so aussehen. Bei Screen war eine leerzeichen zuviel und die Section wurde nicht abgeschlossen (EndSection).


Ronny


ich hab´s jetzt so geändert, wie du geschrieben hast.
leider bekomm ich immer noch die gleiche Fehlermeldung.


------


Quote:
Hi,
gib uns doch mal die letzten Zeilen Deiner /var/log/XFree86.0.log.

jew.de



Code:


(II) Setting vga for screen 0.
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Loading /usr/X11R6/lib/modules/linux/libint10.a
(II) Module int10: vendor="The XFree Project"
                           compiles for 4.2.0, module = 10.0.0
                           ABI class: XFree86 Video Driver, version 0.5
(II) VGA (0): initializing int10
(II) VGA (0): Primary V_BIOS segment is: 0xc000
(WW) System lacks support for changing MTRRs
(EE) VGA(0) Driver can´t support depth 24
(II) UnloadModule:"vga"
(II) UnloadModule: "int10"
(II) Unloading /usr/X11R6/lib/modules/linux/libint10.a
(EE) Screen(s) found, but none have a usable configuration

Fatal server error:
no screens found
Back to top
View user's profile Send private message
maystorm
Apprentice
Apprentice


Joined: 02 Jun 2002
Posts: 222
Location: Germany, not far away

PostPosted: Sun Sep 29, 2002 11:58 am    Post subject: Re: XF86Config Reply with quote

So, wie ich das sehe, haste 'ne ganze Menge an Tippfehlern in Deiner XF86Config-Datei. Z.B.:

Seciton Device
Deth
Devicse "graf1"
usw.

Überprüfe alles noch mal Zeile für Zeile.
_________________
Linux user #216018
Back to top
View user's profile Send private message
m&m´s
n00b
n00b


Joined: 28 Sep 2002
Posts: 13

PostPosted: Sun Sep 29, 2002 12:05 pm    Post subject: Reply with quote

das sind Fehler die beim abschreiben passiert sind :oops: , in der Datei sind die nicht, da ich das Programm xf86config verwendet hab.
Back to top
View user's profile Send private message
AltiVec
n00b
n00b


Joined: 25 Sep 2002
Posts: 5

PostPosted: Sun Sep 29, 2002 12:14 pm    Post subject: Reply with quote

versuch mal DefaultDepth in der "Screen" section auf 16 zu schrauben
Back to top
View user's profile Send private message
m&m´s
n00b
n00b


Joined: 28 Sep 2002
Posts: 13

PostPosted: Sun Sep 29, 2002 12:25 pm    Post subject: Reply with quote

AltiVec wrote:
versuch mal DefaultDepth in der "Screen" section auf 16 zu schrauben


ok hab ich gemacht


-> startx:

Code:
Fatal server error:
AddScreen/ScreenInit failed for driver 0


When reporting a ....

XIO: fatal IO error 104 (Connection reset by peer) on X server ":0.0"
after 0 requests (0 known processed) with 0 events remaining.

Back to top
View user's profile Send private message
Pietschy
Apprentice
Apprentice


Joined: 25 Jul 2002
Posts: 237

PostPosted: Sun Sep 29, 2002 3:35 pm    Post subject: Reply with quote

Nur mal so nebenbei, was hast du eigendlich für eine Grafikkarte ???

als Treiber vga zu verwenden ist ja gut und schön aber das gibts doch sicher besseres ;)


Ronny
Back to top
View user's profile Send private message
KiLLaCaT
Guru
Guru


Joined: 24 Jul 2002
Posts: 306
Location: Linz, Austria

PostPosted: Sun Sep 29, 2002 3:42 pm    Post subject: Reply with quote

warum nimmst du eigentlich net des xf86config,
und bearbeitest sie _dann_ per hand?
so machs ich immer.
jax
Back to top
View user's profile Send private message
m&m´s
n00b
n00b


Joined: 28 Sep 2002
Posts: 13

PostPosted: Sun Sep 29, 2002 6:26 pm    Post subject: Reply with quote

so hab jetzt meinen nvidia treiber installiert. jetzt kann ich startx starten :D

---

ich gehe nach der anleitung von http://www.gentoo.org/doc/desktop.html vor.

dort wird aber nicht beschrieben wie ich von dem grün weißen fenster zu einem "richtigen" desktop komme?
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