• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

Problem Installation OpenSuse 10.3

Sensei

Newbie
Hi,
ich möchte von Windows auf Linux umsteigen und habe mir OpenSuse 10.3 runtergeladen und installiert. Während der Installation traten keine Fehler auf. Nach dem Bootvorgang bekomme ich jedoch bei der grafischen Oberfläche (Gnome) kein Bild angezeigt, der Bildschirm bleibt schwarz!
Ich weiß nicht was es ist bzw. wie ich das Problem lösen kann. Ich habe bereits diverse Foren durchforscht und die Hilfestellungen auspropiert, aber nichts hat geholfen. Ebenfalls habe ich das Vorgehen im Wiki auch schon versucht.
Könnt ihr mir helfen?!?!

Zur Hardware: Ich habe ein Acer-Notebook, 1,4 ghz intel centrino, Intel 855GM chipsatz, Intel Extreme Graphics 2 grafikchip, 60gb hdd, 512 mb ram.

Über eine Antwort bin ich sehr, sehr dankbar!

Gruß Sensei
 
OP
S

Sensei

Newbie
wow, danke für die schnelle antwort!
ja, genau diese meinte ich. wie komme ich an diese datei? unter etc finde ich nichts mit X11. ich muss sagen, das ich linux neuling und blutiger anfänger bin!

danke für deine hilfe!
 

lOtz1009

Moderator
Teammitglied
naja eigentlich alles. aber mit
Code:
cat /etc/X11/xorg.conf > file.txt
kannst du die Ausgabe per file.txt auf Diskette kopieren und von nem anderen Rechner posten bevor du dich hier wundtippst.

versuch aber mal vorher durch den Aufruf
Code:
sax2
deine Einstellungen manuell vorzunehmen und schau ob's läuft
 
OP
S

Sensei

Newbie
mit sax kommt immer die meldung, access denied...
... habs jetzt abgetippt, da ich kein diskettenlaufwerk habe.

also, die datei sieht wie folgt aus:

section "files"
fontpath "/usr/share/fonts/misc:unscaled"
fontpath "/usr/share/fonts/local"
fontpath "/usr/share/fonts/75dpi:unscaled"
fontpath "/usr/share/fonts/100dpi:unscaled"
fontpath "/usr/share/fonts/Type1"
fontpath "/usr/share/fonts/URW
fontpath "/usr/share/fonts/Speedo
fontpath "/usr/share/fonts/PEX
fontpath "/usr/share/fonts/cyrillic
fontpath "/usr/share/fonts/latin2/misc:unscaled
fontpath "/usr/share/fonts/latin2/75dpi:unscaled"
fontpath "/usr/share/fonts/latin2/100dpi:unscaled"
fontpath "/usr/share/fonts/latin2/Type1
fontpath "/usr/share/fonts/latin7/75dpi:unscaled
fontpath "/usr/share/fonts/baekmuk:unscaled
fontpath "/usr/share/fonts/japanese:unscaled
fontpath "/usr/share/fonts/kwintv
fontpath "/usr/share/fonts/truetype
fontpath "/usr/share/fonts/uni:unscaled
fontpath "/usr/share/fonts/CID
fontpath "/usr/share/fonts/ucs/misc:unscaled
fontpath "/usr/share/fonts/ucs/75dpi:unscaled
fontpath "/usr/share/fonts/ucs/100dpi:unscale
fontpath "/usr/share/fonts/hellas/misc:unscaled
fontpath "/usr/share/fonts/hellas/75dpi:unscaled
fontpath "/usr/share/fonts/hellas/100dpi:unscale
fontpath "/usr/share/fonts/hellas/Type1
fontpath "/usr/share/fonts/misc/sgi:unscaled
fontpath "/usr/share/fonts/xtest
fontpath "/opt/kde3/share/fonts"
inputdevices "/dev/gpmdata"
inputdevices "/dev/input/mice"
EndSection

Section "ServerFlags"
Option "AllowMouseOpenFail" "on"
EndSection

Section "Module"
load "dbe"
load "type1"
load "freetype"
load "extmod"
load "glx"
EndSection

Section "InputDevice"
driver "kbd"
identifier "keyboard[0]"
option "Protocol" "Standard"
option "XkbLayout" "de"
option "XkbModel" "microsoftpro"
option "XkbRules" "xfree86"
option "XkbVariant" "nodeadkeys"
EndSection

Section "InputDevice"
driver "mouse"
identifier "Mouse[1]"
option "Buttons" "5"
option "Device" "/dev/input/mice"
option "EmulateWheel" "on"
option "EmulateWheelButton" "2"
option "InputFashion" "Mouse"
option "Name" "IBM;TPPS/2 TrackPoint"
option "Protocol" "explorerps/2"
option "Vendor" "Sysp"
option "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
driver "synaptics"
identifier "mouse[3]"
option "AccelFactor" "0.1"
option "BottomEdge" "650"
option "Buttons" "5"
option "CircScrollDelta" "0.1"
option "CircScrollTrigger" "2"
option "CircScrollScrolling" "1"
option "Device" "/dev/input/mice"
option "EdgeMotionMaxSpeed" "15"
option "EdgeMotionMinSpeed" "15"
opton "Emulate3Buttons" "on"
option "EmulateMidButtonTime" "75"
option "FingerHigh" "17"
option "FingerLow" "14"
option "HorizonScrollDelta" "20"
option "InputFashion" "Mouse"
option "LeftEdge" "120"
option "MaxSpeed" "3"
option "MaxTapMove" "110"
option "MaxTapTime" "180"
option "MinSpeed" "0.2"
option "Name" "ALPS;Touchpad"
option "Protocol" "auto-dev"
option "RigthEdge" "830"
option "SHMConfig" "on"
option "TopEdge" "120"
option "UpDownScrolling" "1"
option "Vendor" "Sysp"
option "VertScrollDelta" "20"
option "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
HorizSync 30-38
Identifier "Monitor[0]"
ModelName "800X600@60HZ"
Option "DPMS"
VendorName "--> LCD"
VertRefresh 30-61
UseModes "Modes[0]"
EndSection

Section "Modules"
Identifier "Modes[0]"
Modeline "800X600" 38.85 800 832 912 1024 600 601 604 622
Modeline "800X600" 38.22 800 832 912 1024 600 601 604 622
Modeline "800X600" 35.50 800 848 880 960 600 603 607 618
EndSection

Section "Screen"
DefaultDepth 24
SubSection "Display"
Depth 15
Modes "800X600"
EndSubSection

SubSection "Display"
Depth 16
Modes "800X600"
EndSubSection

SubSection "Display"
Depth 24
Modes "800X600"
EndSubSection

SubSection "Display"
Depth 8
Modes "800X600"
EndSubSection

Device "Device[0]"
Identifier "Screen[0]"
Monitor "Monitor[0]"
EndSection

Section "Devices"
BoardName "855 GM"
BusID "0:2:0"
Driver "intel"
Identifier "Device[0]"
Option "monitor-LVDS" "Monitor[0]"
VendorName "Intel"
EndSection

Section "ServerLayout"
Identifier "Layout[all]"
InputDevice "Keyboard[0]" "CoreKeyboard"
InputDevice "Mouse[1]" "CorePointer"
InputDevice "Mouse[3]" "SendCoreEvents"
option "Clone" "off"
option "Xinerama" "off"
Screen "Screen[0]"
EndSection

Section "DRI"
Group "video"
Mode 0660
EndSection

Section "Extensions"
EndSection
 

lOtz1009

Moderator
Teammitglied
mit sax kommt immer die meldung, access denied...

hattest du die Meldung auch während du den Tipp im WIKI befolgt hast? Die xorg.conf sieht für mich nicht gerade so aus als ob sax2 -a da eine jungfräuliche angelegt hätte.

wenn du SuSE startest, gib im Grub bei den Bootoptionen eine 3 ein, damit du im Runlevel 3 startest. Dann sollte sich sax2 auch ausführen lassen!
 
OP
S

Sensei

Newbie
ok, ich hab jetzt nochmal sax2 -a eingegeben, aber die xorg.conf sieht immer noch aus wie beschrieben.
sax2 lässt sich jetzt starten, ich bekomme da unter anderem angezeigt "no x-server is running", falls das wichtig ist. weiter unten steht nun "sax: startup" und dann kann ich über die kommandozeile etwas eingeben (weiß aber nicht was ich da eingeben soll?).
 
OP
S

Sensei

Newbie
mhhh, kann mir denn keiner weiter helfen. was gibt es denn noch für möglichkeiten, an was das liegen kann? hab es zwischenzeitlich auch nochmal neu installiert, mit der einstellung "vesa 800x600", aber auch dann bleibt das bild schwarz.
 

Rainer Juhser

Moderator
Teammitglied
Hast du mal den alten Grafiktreiber (i810) an Stelle des intel probiert? (Siehe dazu die Links in meinem ersten Post)
 

lOtz1009

Moderator
Teammitglied
das Einzige was mir jetzt noch einfällt ist, dass du für deine Bildschirmauflösung manuell eine ModeLine erstellst. Das geht über den Befehl
Code:
xmode

Dafür brauchst du aber die Frequenzdaten deines Monitors (in diesem Fall des Displays), ansonsten lass es lieber.

Hilfe hierzu findest du im WIKI im Troubleshooting der NVIDIA-Installation, über die Forensuche "xmode" oder
Code:
man xmode
 
Oben