Sie sind nicht angemeldet.

Lieber Besucher, herzlich willkommen bei: GentooForum.de. Falls dies Ihr erster Besuch auf dieser Seite ist, lesen Sie sich bitte die Hilfe durch. Dort wird Ihnen die Bedienung dieser Seite näher erläutert. Darüber hinaus sollten Sie sich registrieren, um alle Funktionen dieser Seite nutzen zu können. Benutzen Sie das Registrierungsformular, um sich zu registrieren oder informieren Sie sich ausführlich über den Registrierungsvorgang. Falls Sie sich bereits zu einem früheren Zeitpunkt registriert haben, können Sie sich hier anmelden.

fmgx2004

unregistriert

1

13.06.2004, 20:00

keine Anzeige in der Konsole

Hi Leute,

Ich hab folgendes Problem:
nach beenden von X oder bei Wechsel auf eine andere Konsole sehe ich nur einen schwarzen Bildschirm mit blinkenden Bildpunkten als Cursor.
Beim Start des Rechners sehe ich noch alle Ausgaben auf der Konsole!
Ich hab nun schon mittlerweile mehrmals gentoo neu installiert, als Stage 1 und 3 und immer wieder der selbe Fehler!
Ich hatte nun auch schon einfach mal die XF86Config von der Knoppix 3.4 CD genommen - gleicher Fehler!
Fehler beim kompilieren (aber beim mehrmaligen kompilieren von X, immer wieder der selber Fehler?), USE-Varibalen, ... ?
Brauche euren Rat!

Hardware: MSI KT3, XP 1900+, NVIDIA GeForce 4 Ti 4600 128MB

XF86Config
[code:1]


Section "Module"

Load "ddc"
Load "dbe"
Load "extmod"
Load "glx"
Load "dri"
Load "type1"
Load "freetype"
Load "speedo"
Load "bitmap"
# This loads the miscellaneous extensions module, and disables
# initialisation of the XFree86-DGA extension within that module.
# SubSection "extmod"
# Option "omit xfree86-dga" # don't initialise the DGA extension
# EndSubSection

EndSection


Section "Files"

RgbPath "/usr/X11R6/lib/X11/rgb"
ModulePath "/usr/X11R6/lib/modules"
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/75dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/Speedo/"
FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
# FontPath "/usr/X11R6/lib/X11/fonts/TrueType/"
# FontPath "/usr/X11R6/lib/X11/fonts/freefont/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
InputDevices "/dev/ttyS0"
InputDevices "/dev/ttyS1"
InputDevices "/dev/ttyS2"
InputDevices "/dev/ttyS3"
InputDevices "/dev/ttyS4"


EndSection


Section "InputDevice"

Identifier "SK2500"
Driver "Keyboard"
Option "AutoRepeat" "500 30"
Option "XkbRules" "xfree86"
Option "XkbModel" "sk2500"
Option "XkbLayout" "de"
Option "XkbVariant" "nodeadkeys"

EndSection


Section "InputDevice"

Identifier "MSIntExpl"
Driver "mouse"
Option "Protocol" "ExplorerPS/2"
Option "Device" "/dev/mouse"
Option "ZAxisMapping" "4 5"
Option "Buttons" "7"

EndSection


Section "Monitor"

Identifier "MS17C"
DisplaySize 320 240
VertRefresh 50-85
HorizSync 30-68
UseModes "Modes[0]"

# 1024x768 @ 85Hz (VESA) hsync: 68.7kHz
# ModeLine "1024x768" 94.5 1024 1072 1168 1376 768 769 772 808 +hsync +vsync
# Modeline "1024x768" 78.80 1024 1060 1156 1304 768 769 772 792 +hsync +vsync

# HorizSync 30-64 # multisync
# HorizSync 31.5, 35.2 # multiple fixed sync frequencies
# HorizSync 15-25, 30-50 # multiple ranges of sync frequencies

EndSection


Section "Modes"
Identifier "Modes[0]"
Modeline "800x600" 40.56 800 816 928 1072 600 600 606 626
Modeline "800x600" 46.80 800 816 928 1072 600 600 610 626
Modeline "800x600" 53.04 800 816 928 1072 600 600 610 626
Modeline "640x480" 25.96 640 656 720 864 480 480 484 501
Modeline "640x480" 29.95 640 656 720 864 480 480 490 501
Modeline "640x480" 33.95 640 656 720 864 480 480 490 501
Modeline "1024x768" 94.50 1024 1088 1184 1376 768 769 772 808
EndSection


Section "Device"

Identifier "GF4Ti4600"
Driver "nv"

EndSection


Section "Screen"

Identifier "Screen"
Device "GF4Ti4600"
Monitor "MS17C"
DefaultDepth 24

Subsection "Display"
Depth 8
Modes "1024x768" "800x600" "640x480"
# ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480"
# ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
# ViewPort 0 0
EndSubsection
SubSection "Display"
Depth 32
Modes "1024x768" "800x600" "640x480"
# ViewPort 0 0
EndSubSection

EndSection


Section "ServerLayout"

Identifier "Simple Layout"
Screen "Screen"
InputDevice "MSIntExpl" "CorePointer"
InputDevice "SK2500" "CoreKeyboard"

EndSection

Section "DRI"

Mode 0666

EndSection

[/code:1]

make.conf
[code:1]
CHOST="i686-pc-linux-gnu"
CFLAGS="-march=athlon-xp -pipe -O2"
CXXFLAGS="${CFLAGS}"
USE="-gnome 3dnow alsa audiofile avi crypt cups curl directfb dvb dvd dvdr cdr gif gpm gtk -gtk2 icq java joystick jpeg kde mad mmx mozilla mpeg nas oggvorbis opengl oss png quicktime samba sdl slp sse ssl truetype tiff usb X"
MAKEOPTS="-j2"
RSYNC_PROXY="192.168.2.10:3128"
[/code:1]

2

14.06.2004, 02:01

Hast Du Deinen Fernseher an der Gforce angeschlossen?

fmgx2004

unregistriert

3

14.06.2004, 03:47

Nö, Fernseher funktioniert nur unter Windows - ich glaube um den TV-Out unter Linux zu aktivieren müsste ich da sowieso noch irgendein Modul oder sonstige Treiber laden - damit hab ich mich noch nicht beschäftigt.

fmgx2004

unregistriert

4

26.06.2004, 11:12

ohh, jetzt hab ich ja schon 2 threads offen! http://www.gentooforum.de/viewtopic.php?t=2333

hatt keiner ne idee :?: kommt schon - brauche hilfe - dringend!


grüsse
fmgx2004

5

30.06.2004, 12:27

hm nimm doch einfach den nvidia-treiber!
emerge nvidia-kernel nvidia-glx (den richtigen kernel hast du in /usr/src/linux?).
ausserdem solltest du bei nvidia-karten alles mit dri auskommentieren. so sieht das bei mir aus:
[code:1]
Section "Module"
Load "dbe" # Double-Buffering Extension
Load "v4l" # Video for Linux
SubSection "extmod"
Option "omit xfree86-dga"
EndSubSection
Load "type1"
Load "speedo"
Load "freetype"
Load "glx"
EndSection

Section "Device"
Identifier "GeForce 2 Pro"
VendorName "nVidia Corporation"
BoardName "NVIDIA GeForce2 DDR (generic)"
BusID "PCI:1:0:0"
Driver "nvidia"
Screen 0
Option "DPMS"
Option "NvAGP" "3"
Option "RenderAccel" "1"
Option "CursorShadowYOffset" "2"
Option "CursorShadow" "1"
Option "CursorShadowXOffset" "4"
Option "HWCursor" "1"
Option "NoLogo" "True"
Option "CursorShadowAlpha" "64"
Option "UseEdidFreqs" "True"
Option "DigitalVibrance" "3"
Option "TwinView" "False"
# Option "TVOutFormat" "COMPOSITE"
# Option "TVStandard" "PAL-B"
# Option "ConnectedMonitor" "TV"
EndSection [/code:1]

sollte so zumindest erstmal funktionieren! und es darf definitiv nichts am tv-out angeschlossen sein! wenn du da ein kabel dran hast, zieh es ab und es geht!

fmgx2004

unregistriert

6

07.07.2004, 02:45

nvidia treiber hatte ich schon mal probiert, da friert aber irgendwie mein rechner ein :arrow: http://www.gentooforum.de/viewtopic.php?t=2333

ich hab wahrscheinlich irgendein problem mit'm X - scheint wohl ein bug mit der hardware zu sein - hab aber noch nirgendwo was gefunden, was auf mein problem hindeutet

werd wohl nochmal den nvidia treiber installieren - glaub zwar nicht, dass es was bringt - aber schau ma mal!

kann ich auch einen anderen treiber benutzen der mit dem xfree-paket kommt (vesa oder so?)

grüsse
fmgx2004