Sie sind nicht angemeldet.

1

27.03.2004, 23:14

[gelöst] startx geht nich !

Also Hallo erstma zusammen !
Nach lange zoegern hab i ma gentoo 1.4 installiert mit GPR ,hat auch alles geklappt und dann noch kde von cd istalliert !
Nun mein problem : ich hab mi in der textconsole eingeloggt und erstma nvidia treiber installiert , nun hab ich startx eingegeben da kam aber die fehlermeldung "Fatal error : no screen found" !!
nun hab i in der XFree86config die Hz/kh Zahlen mit originalwerten und dann mit gemäßigten werten angepasst ,dass hat aber auch net geklappt !!
Dann hab i von knoppix 3.4 die config genommen ,aber auch das ohne erfolg !

Bitte helft mir !!

PS.: -die suche hat fuer mich nix sinnvolles ergeben und entschuldigt aber i benutze gentoo noch net lange !!

2

27.03.2004, 23:18

poste mal deine XF86Config

3

27.03.2004, 23:41

##########################################################################
# Sample XF86Config file for NVIDIA XFree86 drivers.
#
# Refer to the XF86Config(4/5) man page for details about the format of
# this file.
#
# Be sure to replace the monitor values with correct values for your
# monitor!
##########################################################################


Section "Files"

RgbPath "/usr/X11R6/lib/X11/rgb"
FontPath "unix/:-1"

EndSection


##########################################################################
# Server flags section.
##########################################################################

Section "ServerFlags"

# Uncomment this to cause a core dump at the spot where a signal is
# received. This may leave the console in an unusable state, but may
# provide a better stack trace in the core dump to aid in debugging
#NoTrapSignals

# Uncomment this to disable the <Crtl><Alt><BS> server abort sequence
# This allows clients to receive this key event.
#DontZap

# Uncomment this to disable the <Crtl><Alt><KP_+>/<KP_-> mode switching
# sequences. This allows clients to receive these key events.
#DontZoom

# This allows the server to start up even if the
# mouse device can't be opened/initialised.
AllowMouseOpenFail

EndSection


##########################################################################
# Input devices
##########################################################################

#
# Keyboard section
#
Section "InputDevice"

Identifier "Keyboard1"
Driver "Keyboard"
Option "AutoRepeat" "250 30"

Option "XkbRules" "xfree86"
Option "XkbModel" "pc105"
Option "XkbLayout" "de"

EndSection


#
# Pointer section
#
Section "InputDevice"

Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/psaux"

EndSection


##########################################################################
# Module section
##########################################################################

Section "Module"

Load "dbe"

# Load the glx module.
Load "glx"

Load "extmod"

Load "type1"
Load "freetype"
EndSection


##########################################################################
# Monitor section
##########################################################################

Section "Monitor"

Identifier "MyMonitor"
VendorName "Mitsubisi"
ModelName "Diamond Plus 120u"

# be sure to replace these values with values appropriate for your
# monitor!
HorizSync 28-78
VertRefresh 50-75

# 3840x2400 @ 12Hz for IBM's T221 FlatPanel
Modeline "3840x2400" 148.0 3840 3944 4328 4816 2400 2401 2404 2418

EndSection


##########################################################################
# Graphics device section(s)
##########################################################################

Section "Device"
Identifier "NV AGP"
VendorName "nvidia"
Driver "nvidia"
# update this with the PCI id of your card. Consult the output
# of the 'lspci' command. The BusID is usually optional when
# only using one graphics card.
BusID "PCI:1:0:0"
EndSection

Section "Device"
Identifier "NV PCI"
VendorName "nvidia"
Driver "nvidia"
# update this with the PCI id of your card. Consult the output
# of the 'lspci' command. The BusID is usually optional when
# only using one graphics card.
BusID "PCI:0:13:0"
EndSection

Section "Device"
Identifier "NV AGP TwinView"
VendorName "nvidia"
Driver "nvidia"
# update this with the PCI id of your card. Consult the output
# of the 'lspci' command. The BusID is usually optional when
# only using one graphics card.
BusID "PCI:1:0:0"

# sample twinview setup
Option "TwinView"
# be sure to replace the HorizSync and VertRefresh with correct values
# for your monitor!
Option "SecondMonitorHorizSync" "28-78"
Option "SecondMonitorVertRefresh" "50-75"
Option "TwinViewOrientation" "RightOf"
Option "MetaModes" "1280x1024,1280x1024; 1024x768,1024x768"
Option "ConnectedMonitor" "crt,crt"
EndSection


##########################################################################
# Screen sections
##########################################################################

#
# screen section for an nvidia AGP card
#
Section "Screen"
Identifier "Screen AGP"
Device "NV AGP"
Monitor "MyMonitor"
DefaultColorDepth 24
Subsection "Display"
Depth 8
Modes "1280x1024" "1024x768" "800x600" "640x400"
EndSubsection
Subsection "Display"
Depth 16
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubsection
Subsection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubsection

EndSection


#
# screen section for an nvidia PCI card
#
Section "Screen"
Identifier "Screen PCI"
Device "NV PCI"
Monitor "MyMonitor"
DefaultColorDepth 24
Subsection "Display"
Depth 8
Modes "1280x1024" "1024x768" "800x600" "640x400"
EndSubsection
Subsection "Display"
Depth 16
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubsection
Subsection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubsection
EndSection

#
# screen section for an nvidia AGP TwinView card
# (look at the appropriate Device section)
#
Section "Screen"
Identifier "Screen AGP TwinView"
Device "NV AGP TwinView"
Monitor "MyMonitor"
DefaultColorDepth 24
Subsection "Display"
Depth 8
Modes "1280x1024" "1024x768" "800x600" "640x400"
EndSubsection
Subsection "Display"
Depth 16
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubsection
Subsection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubsection
EndSection


##########################################################################
# ServerLayout sections
# (invoke using the '-layout' option of 'startx'.
##########################################################################

#
# just one agp card
#
Section "ServerLayout"
Identifier "AGP"
Screen "Screen AGP"
InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
EndSection

#
# just one pci card
#
Section "ServerLayout"
Identifier "PCI"
Screen "Screen PCI"
InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
EndSection

#
# 2 cards, non twinview
#
Section "ServerLayout"
Identifier "Both"
Screen "Screen AGP"
Screen "Screen PCI" LeftOf "Screen AGP"
InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
EndSection

#
# just one agp twinview card
#
Section "ServerLayout"
Identifier "AGPTwinView"
Screen "Screen AGP TwinView"
InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
EndSection

#
# 2 cards, one agp twinview and one pci (3 monitors total)
#
Section "ServerLayout"
Identifier "BothTwinView"
Screen "Screen AGP TwinView"
Screen "Screen PCI" LeftOf "Screen AGP TwinView"
InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
EndSection

4

27.03.2004, 23:46

Das selbe Problem hatte ich auch.
ging dann weg nachdem ich den ati-treiber installiert habe und die entsprechende config ausgeführt
Gentoo Linux:
kernel-2.6.4-gentoo-r1
Athlon XP 2600+
Ati Radeon 9200 SE
1024 MB DDR-RAM

5

27.03.2004, 23:54

nvidia treiber hab i ja scho installiert! und die conf is doch soweit geändert odar irre ich mich ?

6

28.03.2004, 10:15

hi

das problem hatte ich auch mal. bei mir hat dann ein emerge -u system geholfen, also ich hab mein system geupdatet.

gruss phlekk

7

28.03.2004, 11:21

das problem ist dass i mit dem gentoo rechner kein i-net habe sonst haette ich wohl auuch ne stage1 gemacht !

Da i kein inet hab wollt i ma wissen kann i mir xfree irgendwie ne neue version mit nem anderen rechner runterladen und dann von diesem aus xfree updaten ??

9

28.03.2004, 14:24

versuchs mal hiermit:
[code:1]##########################################################################
# Sample XF86Config file for NVIDIA XFree86 drivers.
#
# Refer to the XF86Config&#40;4/5&#41; man page for details about the format of
# this file.
#
# Be sure to replace the monitor values with correct values for your
# monitor!
##########################################################################


Section "Files"

RgbPath "/usr/X11R6/lib/X11/rgb"
FontPath "unix/&#58;-1"

EndSection


##########################################################################
# Server flags section.
##########################################################################

Section "ServerFlags"

# Uncomment this to cause a core dump at the spot where a signal is
# received. This may leave the console in an unusable state, but may
# provide a better stack trace in the core dump to aid in debugging
#NoTrapSignals

# Uncomment this to disable the <Crtl><Alt> server abort sequence
# This allows clients to receive this key event.
#DontZap

# Uncomment this to disable the <Crtl><Alt><KP_+>/<KP_-> mode switching
# sequences. This allows clients to receive these key events.
#DontZoom

# This allows the server to start up even if the
# mouse device can't be opened/initialised.
AllowMouseOpenFail

EndSection


##########################################################################
# Input devices
##########################################################################

#
# Keyboard section
#
Section "InputDevice"

Identifier "Keyboard1"
Driver "Keyboard"
Option "AutoRepeat" "250 30"

Option "XkbRules" "xfree86"
Option "XkbModel" "pc105"
Option "XkbLayout" "de"

EndSection


#
# Pointer section
#
Section "InputDevice"

Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/psaux"

EndSection


##########################################################################
# Module section
##########################################################################

Section "Module"

Load "dbe"

# Load the glx module.
Load "glx"

Load "extmod"

Load "type1"
Load "freetype"
EndSection


##########################################################################
# Monitor section
##########################################################################

Section "Monitor"

Identifier "MyMonitor"
VendorName "Mitsubisi"
ModelName "Diamond Plus 120u"

# be sure to replace these values with values appropriate for your
# monitor!
HorizSync 28-78
VertRefresh 50-75

# 3840x2400 @ 12Hz for IBM's T221 FlatPanel
Modeline "3840x2400" 148.0 3840 3944 4328 4816 2400 2401 2404 2418

EndSection


##########################################################################
# Graphics device section&#40;s&#41;
##########################################################################

Section "Device"
Identifier "NV AGP"
VendorName "nvidia"
Driver "nv"
# update this with the PCI id of your card. Consult the output
# of the 'lspci' command. The BusID is usually optional when
# only using one graphics card.
#BusID "PCI&#58;1&#58;0&#58;0"
EndSection


##########################################################################
# Screen sections
##########################################################################

#
# screen section for an nvidia AGP card
#
Section "Screen"
Identifier "Screen AGP"
Device "NV AGP"
Monitor "MyMonitor"
DefaultColorDepth 24
Subsection "Display"
Depth 8
Modes "1280x1024" "1024x768" "800x600" "640x400"
EndSubsection
Subsection "Display"
Depth 16
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubsection
Subsection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubsection

EndSection




##########################################################################
# ServerLayout sections
# &#40;invoke using the '-layout' option of 'startx'.
##########################################################################

#
# just one agp card
#
Section "ServerLayout"
Identifier "AGP"
Screen "Screen AGP"
InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
EndSection
[/code:1]

10

28.03.2004, 14:41

ok so i glaub i bin jetzt schon stueck weiter den den bildschirm scheint er jetzt zu akzeptieren !! ( er hat halt geflackert wie wenn man ne anwendung staretet)
So nun kam aber folgendes dabei raus :

  • Failed to add GLX extensions (Nvidia Xfree86 treiber not found )
  • Could not init font path element unix/:-1 , removing from list !

  • Fatal server error: Could not open default font 'fixed'
    [/list:u]

11

28.03.2004, 17:57

das mit glx liegt daran, dass du den treiber "nv" statt "nvidia" in der config datei stehen hast.
musst du mal mit "nvidia" ausprobieren, allerdings kann es dann sein, dass es dann garnich mehr geht.
einfach mal probieren

12

28.03.2004, 18:48

ok wenn i da dann nvidia reinschreib kommt folgendes !!
[code:1]
NV &#58; could not open control device /dev/nvidiacl &#40;no such file or directory&#41;
&#40;EE&#41; Nvidia&#40;0&#41; &#58; Failed to initialize the nvidia kernel module
&#40;EE&#41; Nvidia&#40;0&#41; &#58; ###Aborting###
&#40;EE&#41; Screen&#40;s&#41; found , but none have a useable configuration

Fatal server error &#58;
no screens found
[/code:1]

13

28.03.2004, 18:52

hast du mal "emerge nvidia-glx nvidia-kernel" gemacht?

14

28.03.2004, 19:34

OK Folgendes hab i in der riehenfolge gemacht
  • Xfre86config "nvidia" eingetragen
  • emerge -k nvidia-glx
  • emerge -k nvida-kernel(gab bei beiden keine problem)
  • nvidia treiber noch ma neu installiert
  • dann startx
    [/list:u]

    dann hatte i mich schon zu frueh gefreut als er mir dat nvidia logo praesentierte denn danach sprang er in die console zurueck und sagte folgendes :
    • (II)[GLX] : initializing GLX Extensions
    • could not init path element unix/:-1 , removing from list
    • Fatal server error : could not open default font ´fixed´
      [/list:u]

15

28.03.2004, 19:52

hast du mal etc-update ausgeführt?

16

28.03.2004, 20:19

ok hab i gemacht , dann sagt er aber nur
scanning systemfiles oda so und dann kommt nothing left to do !
und fertig !

17

28.03.2004, 22:28

hmm,
es kann sein, dass was mit deiner XftConfig nicht stimmt.

aber nur eine Ahnung, da da (glaub ich) die fonts drinne stehen

18

28.03.2004, 22:42

haste ne ahnung wat i da machen muss
ich kann se ja ma posten !

19

28.03.2004, 23:24

naja, nicht wirklich, aber posten kannste se ja mal

20

28.03.2004, 23:32

nun hier is se Xftconfig :
[code:1]
#
# XftConfig
#
# Use with Type1 and TrueType fonts
#

# Note that each application scans all these directories
# during startup, so you may want to disable some to
# get better speed.

# Standard XFree86 Type 1 fonts
dir "/usr/X11R6/lib/X11/fonts/Type1"
# TTF fonts
dir "/usr/X11R6/lib/X11/fonts/truetype"
dir "/usr/X11R6/lib/X11/fonts/TrueType"
dir "/usr/X11R6/lib/X11/fonts/TTF"
# User installed fonts
dir "/opt/ttfonts"
# URW fonts
dir "/usr/share/fonts/default/Type1"
# Localized Truetype fonts
dir "/usr/share/fonts/truetype"
dir "/usr/share/fonts/ttf/western"
dir "/usr/share/fonts/ttf/big5"
dir "/usr/share/fonts/ttf/gb2312"
dir "/usr/share/fonts/ttf/japanese"
dir "/usr/share/fonts/ttf/korean"
dir "/usr/share/fonts/ttf/armenian"
dir "/usr/share/fonts/ttf/decoratives"
dir "/usr/share/fonts/ttf/thai"
# don't yet exist, but i hope to include some day a package for them &#40;Pablo&#41;
dir "/usr/share/fonts/ttf/cyrillic"
dir "/usr/share/fonts/ttf/viet"
dir "/usr/share/fonts/ttf/ethiopic"
dir "/usr/share/fonts/ttf/georgian"
dir "/usr/share/fonts/ttf/arabic"
dir "/usr/share/fonts/ttf/hebrew"
dir "/usr/share/fonts/ttf/unicode"
# AbiSuite comes with URW fonts as well
dir "/usr/share/AbiSuite/fonts"

#
# alias 'fixed' for 'mono'
#
match any family == "fixed" edit family =+ "mono";

#
# Check users config file
#
includeif "~/.xftconfig"

#
# Substitute TrueType fonts for Type1 versions
#
match any family == "Times" edit family =+ "Times New Roman";
match any family == "Helvetica" edit family =+ "Verdana";
match any family == "Courier" edit family =+ "Courier New";

#
# Use TrueType fonts for defaults
#
match any family == "serif" edit family += "Times New Roman";
match any family == "sans" edit family += "Arial";
match any family == "sans" edit family += "Verdana";

#
# Use monotype.com &#40;andale&#41; face where possible
#
match
any family == "mono"
all slant == roman
all weight < bold
edit
family += "monotype.com";
#
# otherwise, use courier
#
match any family == "mono" edit family += "Courier New";
match any family == "mono" edit family += "Courier";

#
# Alias between XLFD families and font file family name, prefer local fonts
#
match any family == "Charter" edit family += "Bitstream Charter";
match any family == "Bitstream Charter" edit family =+ "Charter";

match any family == "Lucidux Serif" edit family += "LuciduxSerif";
match any family == "LuciduxSerif" edit family =+ "Lucidux Serif";

match any family == "Lucidux Sans" edit family += "LuciduxSans";
match any family == "LuciduxSans" edit family =+ "Lucidux Sans";

match any family == "Lucidux Mono" edit family += "LuciduxMono";
match any family == "LuciduxMono" edit family =+ "Lucidux Mono";

#
# TrueType font aliases
#
match any family == "Comic Sans" edit family += "Comic Sans MS";
match any family == "Comic Sans MS" edit family =+ "Comic Sans";
match any family == "Trebuchet" edit family += "Trebuchet MS";
match any family == "Trebuchet MS" edit family =+ "Trebuchet";
match any family == "Monotype" edit family =+ "Monotype.com";
match any family == "Andale Mono" edit family += "Monotype.com";
match any family == "Monotype.com" edit family =+ "Andale Mono";

# modifications from Laurent Culioli
match
any family == "webdings"
edit antialias = false;
encoding += "glyphs-fontspecific";
match
any family == "wingdings"
edit antialias = false;
encoding += "glyphs-fontspecific";

# extra aliases -- pablo

# a nice default for sans serif &#40;same as used in yudit&#41;
match any family == "sans" edit family =+ "Arial";
match any family == "sans" edit family =+ "MS Gothic";
match any family == "sans" edit family =+ "Gulim";
match any family == "sans" edit family =+ "Baekmuk unigulir";
match any family == "sans" edit family =+ "Lucida Sans Unicode";
match any family == "sans" edit family =+ "Tahoma";
match any family == "sans" edit family =+ "BPG UTF8 M";
match any family == "sans" edit family =+ "GF Zemen Unicode";
match any family == "sans" edit family =+ "MS Mincho";
match any family == "sans" edit family =+ "Pigiarniq";
match any family == "sans" edit family =+ "Urdu Naqsh Nastalique";
match any family == "sans" edit family =+ "Ballymun RO";
# a nice monospaced one
match any family == "mono" edit family =+ "Lucida Console";
# korean
match any family == "Gulim" edit family =+ "Baekmuk unigulir";
match any family == "Batang" edit family =+ "Ubatang";
match any family == "sans" edit family =+ "Gulim";
match any family == "serif" edit family =+ "Batang";
match any family == "mono" edit family =+ "Gulim";
# chinese gb2312
match any family == "Kaiti" edit family =+ "AR PL KaitiM GB";
match any family == "Sungti" edit family =+ "AR PL SungtiL GB";
match any family == "sans" edit family =+ "Sungti";
match any family == "serif" edit family =+ "Sungti";
# chinese big5
match any family == "Kaiti" edit family =+ "AR PL KaitiM Big5";
match any family == "Mingti" edit family =+ "AR PL Mingti2L Big5";
match any family == "sans" edit family =+ "Mingti";
match any family == "serif" edit family =+ "Mingti";
# thai
match any family == "sans" edit family =+ "Norasi";
match any family == "serif" edit family =+ "Norasi";
# armenian
match any family == "Helvetica" edit family =+ "ArmNet Helvetica";
match any family == "sans" edit family =+ "ArmNet Helvetica";
match any family == "serif" edit family =+ "ArmNet Helvetica";
# indic
match any family == "Raghindi" edit family =+ "Raghu";
match any family == "sans" edit family =+ "Raghindi";
match any family == "serif" edit family =+ "Raghindi";

#
# If the Microsoft Web Fonts are not installed, we have to find a
# replacement
#

# these come with Sun JDK 1.3
match any family == "Verdana" edit family =+ "Lucida Sans";
match any family == "Times New Roman" edit family =+ "Lucida Bright";
match any family == "Courier New" edit family =+ "Lucida Sans Typewriter";

# OpenOffice 6
match any family == "Verdana" edit family =+ "Lucida Sans Tur";
match any family == "Times New Roman" edit family =+ "Lucida Bright Tur";
match any family == "Courier New" edit family =+ "Lucida Sans Typewriter Tur";

# ttfonts from RH7
match any family == "Verdana" edit family =+ "Helmet";

# URW fonts
match any family == "Verdana" edit family =+ "Nimbus Sans L";
match any family == "Times New Roman" edit family =+ "Nimbus Roman No9 L";
match any family == "Courier New" edit family =+ "Nimbus Mono L";

# western fonts
match any family == "Verdana" edit family =+ "Blue Highway";

# XFree86 default fonts
match any family == "Verdana" edit family =+ "LuciduxSans";
match any family == "Times New Roman" edit family =+ "LuciduxSerif";


# last ressort defaults
match any family == "Courier" edit family =+ "mono";

match any family == "Helvetica" edit family =+ "sans";
match any family == "Arial" edit family =+ "sans";

match any family == "serif" edit family =+ "sans";
match any family == "Times" edit family =+ "serif";

# Aditions from Danny Tholen

match
any family == "symbol"
edit
antialias = false;
encoding += "glyphs-fontspecific";

match
any family == "Standard Symbols L"
edit
antialias = false;
encoding += "glyphs-fontspecific";

match
any family == "dingbats"
edit
antialias = false;
encoding += "glyphs-fontspecific";


match
any family == "Cursor"
edit
antialias = false;
encoding += "glyphs-fontspecific";

match
any family == "StarBats"
edit
antialias = false;
encoding += "glyphs-fontspecific";

match
any family == "StarMath"
edit
antialias = false;
encoding += "glyphs-fontspecific";
[/code:1]