(Erledigt) SAX2 Test stürzt jedesmal ab

Status
Für weitere Antworten geschlossen.

nickwing

New Member
Hallo an alle !

Ich bin ganz neu in der Linux Welt, habe mein SUSE 10.1 seit 2 Tagen laufen und ich habe das Problemchen dass meine Bildwiederholrate zu niedrig ist.

Bin eben mal in SAX2 gegangen und mein Monitor ist auch genau aufgelistet. Alle anderen Spezifikationswerte habe ich auch exakt überprüft doch bei Test wird nicht nur der Bildschirm schwarz, er scheint einfach nicht zu reagieren auch auch USB flakert kurz auf und dann wars as. Also STRG-ALT-BACK. Egal welchen Monitor ich auswähle ob VESA etc. immer das selbe.

Nun heute wollte ich mein Tastaturlayout in SAX2 ändern und bei Test wieder dasselbe.

Also hat es nicht direkt was mit dem Monitor zu tun ?!? Jedesmal scheitert der Testversuch in SAX 2 mit einem schwarzen Bildschirm der dann auch so grissel Töne macht wie wenn er einfach einschlälft. Kann das mit dem APIC, ACPI irgend so ein Strommanagment vielleicht zu tun haben, weil alles "einschläft" ?

Danke für Hilfe !

Nick

P.S.: Ich habe auch die ganze Zeit einen "2ten eingefrorenen Mauszeiger" in der Mitte des Bildschirms.
 

Rain_Maker

Administrator
Teammitglied
Details please...

Welche Hardware? (Grafikkarte/Monitor?)

Code:
/sbin/lspci

/usr/sbin/hwinfo --monitor
=> Ausgaben posten.

Jetzige Einstellungen? => Inhalt der /etc/X11/xorg.conf posten.

Was ergibt eine Autokonfiguration von Sax2?

1. Booten in Runlevel 3 (3 am Bootmenü eintippen)

2.
Code:
su

Passwort)

cd /etc/X11/

cp xorg.conf xorg.conf.backup #Sicherungskopie

sax2 -a

init 5
Notfalls das Backup wieder zurückkopieren.

Mal als Monitor einen "generischen LCD" versucht und testweise die Auflösung heruntergesetzt?

Greetz,

RM
 

nickwing

New Member
AW: SAX2 Test stürtzt jedesmal ab

Hallo,

also hier mal die ganzen Konfiguration, die 2 anderen Sache probiere ich mal gleich aus.

Code:
# generic XFree86 4.x configuration file

Section "Files"
  FontPath		"/usr/X11R6/lib/X11/fonts/truetype/"
  FontPath		"/usr/X11R6/lib/X11/fonts/URW/"
  FontPath		"/usr/X11R6/lib/X11/fonts/uni/"
  FontPath		"/usr/X11R6/lib/X11/fonts/misc/"
  ModulePath	"/usr/X11R6/lib/modules"
  RgbPath		"/usr/X11R6/lib/X11/rgb"
  InputDevices	"/dev/ttyS0"
  InputDevices	"/dev/ttyS1"
  InputDevices	"/dev/ttyS2"
  InputDevices	"/dev/ttyS3"
  InputDevices	"/dev/ttyS4"
  InputDevices	"/dev/ttyS5"
  InputDevices	"/dev/ttyS6"
  InputDevices	"/dev/ttyS7"
  InputDevices	"/dev/ttyS8"
  InputDevices	"/dev/psaux"
  InputDevices	"/dev/logibm"
  InputDevices	"/dev/sunmouse"
  InputDevices	"/dev/atibm"
  InputDevices	"/dev/amigamouse"
  InputDevices	"/dev/atarimouse"
  InputDevices	"/dev/inportbm"
  InputDevices	"/dev/gpmdata"
  InputDevices	"/dev/usbmouse"
  InputDevices	"/dev/adbmouse"
  InputDevices	"/dev/input/mice"
  InputDevices	"/dev/input/event0"
EndSection

Section "ServerFlags"
  Option	"AllowMouseOpenFail"
  Option	"BlankTime"	"0"
EndSection

Section "Module"
  Load	"dbe"
  Load	"extmod"
  Load	"glx"
EndSection

Section "InputDevice"
  Driver		"kbd"
  Identifier	"Keyboard[0]"
  Option		"Protocol"		"Standard"
  Option		"XkbRules"		"xfree86"
  Option		"XkbKeycodes"	"xfree86"
  Option		"XkbModel"		"pc104"
  Option		"XkbLayout"		"us"
EndSection

Section "InputDevice"
  Driver     "mouse"
  Identifier "Mouse[1]"
  Option     "Protocol" "explorerps/2"
  Option     "Device"   "/dev/input/mice"
EndSection

Section "Monitor"
  HorizSync		25-40
  Identifier	"Monitor[0]"
  ModelName		"Initial"
  VendorName	"Initial"
  VertRefresh	47-75
  UseModes		"Modes[0]"
EndSection


Section "Modes"
  Identifier	"Modes[0]"
  Modeline      "800x600" 29.38  800 816 896 992 600 601 604 617 # 1. Try
  Modeline		"640x480" 31.5   640 656 720 840 480 481 484 500 # 6. Try
  Modeline		"640x480" 31.5   640 680 720 864 480 488 491 521 # 5. Try
  Modeline		"640x480" 28     640 664 760 800 480 491 493 525 # 4. Try
  Modeline		"640x480" 28.32  640 664 760 800 480 491 493 525 # 3. Try
  Modeline		"640x480" 25.18  640 664 760 800 480 491 493 525 # 2. Try
  Modeline		"640x480" 25.175 640 664 760 800 480 491 493 525 # 1. Try
EndSection

Section "Monitor"
  HorizSync		28-33
  Identifier	"Monitor[vmware]"
  ModelName		"Initial"
  VendorName	"Initial"
  VertRefresh	43-72
  UseModes		"Modes[vmware]"
EndSection
    
Section "Modes"
  Identifier	"Modes[vmware]"
  Modeline		"800x600" 29.38 800 816 896 992 600 601 604 617
EndSection

Section "Monitor"
  HorizSync		31-48
  Identifier	"Monitor[vesa]"
  ModelName		"VESA"
  VendorName	"VESA"
  VertRefresh	50-60
EndSection

# Screen Section for module X support
# -------------------------------------
Section "Screen"
  SubSection "Display"
    Depth		16
    Modes		"800x600" 
  EndSubSection
  SubSection "Display"
    Depth		24
    Modes		"800x600" 
  EndSubSection
  SubSection "Display"
    Depth		32
    Modes		"800x600" 
  EndSubSection
  SubSection "Display"
    Depth		8
    Modes		"800x600" 
  EndSubSection
  Device		"Device[0]"
  Identifier	"Screen[0]"
  Monitor		"Monitor[0]"
EndSection

# Screen Section for fbdev support
# ----------------------------------
Section "Screen"
  SubSection "Display"
    Depth		16
    Modes		"default"            
  EndSubSection
  SubSection "Display"
    Depth		15
    Modes		"default"            
  EndSubSection
  SubSection "Display"
    Depth		15
    Modes		"default"            
  EndSubSection
  SubSection "Display"
    Depth		24
    Modes		"default"  
  EndSubSection
  SubSection "Display"
    Depth		32
    Modes		"default"  
  EndSubSection
  SubSection "Display"
    Depth		8
    Modes		"default"  
  EndSubSection
  Device		"Device[fbdev]"
  Identifier	"Screen[fbdev]"
  Monitor		"Monitor[0]"
EndSection

# Screen Section for vesa support
# ----------------------------------
Section "Screen"
  SubSection "Display"
    Depth		16
    Modes		"default"            
  EndSubSection
  SubSection "Display"
    Depth		8
    Modes		"default"  
  EndSubSection
  Device		"Device[vesa]"
  Identifier	"Screen[vesa]"
  Monitor       "Monitor[vesa]"
EndSection

# Screen Section for vmware support
# ----------------------------------
Section "Screen"
  SubSection "Display"
    Depth		8
    Modes		"800x600"
  EndSubSection
  SubSection "Display"
    Depth		16
    Modes		"800x600"
  EndSubSection
  SubSection "Display"
    Depth		24
    Modes		"800x600"
  EndSubSection
  Device		"Device[vmware]"
  Identifier	"Screen[vmware]"
  Monitor		"Monitor[vmware]"
EndSection

# Device Sections...
# -------------------
Section "Device"
  #BusID        "1:0:0"
  Driver		"ChangeMe"
  Identifier	"Device[0]"
  # device_options
  Option		"sw_cursor"	"on"
EndSection

Section "Device"
  Driver		"fbdev"
  Identifier	"Device[fbdev]"
  # fbdev_options
  Option		"ShadowFB"	"off"
EndSection

Section "Device"
  Driver		"vesa"
  #Option        "DefaultRefresh"
  Option        "ModeSetClearScreen" "no"
  Identifier	"Device[vesa]"
EndSection

Section "Device"
  Driver		"vmware"
  Identifier	"Device[vmware]"
EndSection

Section "ServerLayout"
  Identifier	"Layout[all]"
  InputDevice	"Keyboard[0]"	"CoreKeyboard"
  InputDevice  "Mouse[1]" "CorePointer"
  Option		"Xinerama"		"off"
  Screen   "Screen[fbdev]"
EndSection
Code:
29: None 00.0: 10000 Monitor
  [Created at fb.70]
  Unique ID: rdCR.EY_qmtb9YY0
  Hardware Class: monitor
  Model: "Generic Monitor"
  Vendor: "Generic"
  Device: "Monitor"
  Resolution: 1024x768@76Hz
  Driver Info #0:
    Max. Resolution: 1024x768
    Vert. Sync Range: 50-90 Hz
    Hor. Sync Range: 31-61 kHz
  Config Status: cfg=new, avail=yes, need=no, active=unknown
Code:
00:00.0 Host bridge: Intel Corporation 945G/GZ/P/PL Express Memory Controller Hub (rev 02)
00:01.0 PCI bridge: Intel Corporation 945G/GZ/P/PL Express PCI Express Root Port (rev 02)
00:1b.0 Audio device: Intel Corporation 82801G (ICH7 Family) High Definition Audio Controller (rev 01)
00:1c.0 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 1 (rev 01)
00:1c.2 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 3 (rev 01)
00:1c.3 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 4 (rev 01)
00:1d.0 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI #1 (rev 01)
00:1d.1 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI #2 (rev 01)
00:1d.2 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI #3 (rev 01)
00:1d.3 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI #4 (rev 01)
00:1d.7 USB Controller: Intel Corporation 82801G (ICH7 Family) USB2 EHCI Controller (rev 01)
00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev e1)
00:1f.0 ISA bridge: Intel Corporation 82801GB/GR (ICH7 Family) LPC Interface Bridge (rev 01)
00:1f.1 IDE interface: Intel Corporation 82801G (ICH7 Family) IDE Controller (rev 01)
00:1f.2 IDE interface: Intel Corporation 82801GB/GR/GH (ICH7 Family) Serial ATA Storage Controller IDE (rev 01)
00:1f.3 SMBus: Intel Corporation 82801G (ICH7 Family) SMBus Controller (rev 01)
01:00.0 VGA compatible controller: nVidia Corporation Unknown device 0291 (rev a1)
05:08.0 Ethernet controller: Intel Corporation 82801G (ICH7 Family) LAN Controller (rev 01)
 

Rain_Maker

Administrator
Teammitglied
In Anlehnung an eine Werbung für Whiskey ......

Code:
# generic XFree86 4.x configuration file
??

*Rauchige Stimme aufsetz*

"Das ist keine xorg.conf-Datei".

*SCNR*

Sorry, aber das ist keine vernünftige xorg.conf, die sollte ganz anders aussehen.

Code:
cat /etc/X11/xorg.conf

# /.../
# SaX generated X11 config file
# Created on: 2006-11-27T12:48:36+0100.
#
# Version: 7.1
# Contact: Marcus Schaefer <sax@suse.de>, 2002
#
# Automatically generated by [ISaX] (7.1)
# PLEASE DO NOT EDIT THIS FILE!
#

Section "ServerLayout"
        Identifier     "Layout[all]"
        Screen      0  "aticonfig-Screen[0]" 0 0
        InputDevice    "Keyboard[0]" "CoreKeyboard"
        InputDevice    "Mouse[3]" "CorePointer"
        Option      "Clone" "off"
        Option      "Xinerama" "off"
EndSection

Section "Files"
        InputDevices   "/dev/ttyS0"
        InputDevices   "/dev/ttyS1"
        InputDevices   "/dev/ttyS2"
        InputDevices   "/dev/ttyS3"
        InputDevices   "/dev/ttyS4"
        InputDevices   "/dev/ttyS5"
        InputDevices   "/dev/ttyS6"
        InputDevices   "/dev/ttyS7"
        InputDevices   "/dev/ttyS8"
        InputDevices   "/dev/psaux"
        InputDevices   "/dev/logibm"
        InputDevices   "/dev/sunmouse"
        InputDevices   "/dev/atibm"
        InputDevices   "/dev/amigamouse"
        InputDevices   "/dev/atarimouse"
        InputDevices   "/dev/inportbm"
        InputDevices   "/dev/gpmdata"
        InputDevices   "/dev/mouse"
        InputDevices   "/dev/usbmouse"
        InputDevices   "/dev/adbmouse"
        InputDevices   "/dev/input/mice"
        InputDevices   "/dev/input/event0"
        InputDevices   "/dev/pointer0"
        InputDevices   "/dev/pointer1"
        InputDevices   "/dev/pointer2"
        InputDevices   "/dev/pointer3"
        FontPath     "/usr/X11R6/lib/X11/fonts/misc:unscaled"
        FontPath     "/usr/X11R6/lib/X11/fonts/local"
        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/URW"
        FontPath     "/usr/X11R6/lib/X11/fonts/Speedo"
        FontPath     "/usr/X11R6/lib/X11/fonts/PEX"
        FontPath     "/usr/X11R6/lib/X11/fonts/cyrillic"
        FontPath     "/usr/X11R6/lib/X11/fonts/latin2/misc:unscaled"
        FontPath     "/usr/X11R6/lib/X11/fonts/latin2/75dpi:unscaled"
        FontPath     "/usr/X11R6/lib/X11/fonts/latin2/100dpi:unscaled"
        FontPath     "/usr/X11R6/lib/X11/fonts/latin2/Type1"
        FontPath     "/usr/X11R6/lib/X11/fonts/latin7/75dpi:unscaled"
        FontPath     "/usr/X11R6/lib/X11/fonts/baekmuk:unscaled"
        FontPath     "/usr/X11R6/lib/X11/fonts/japanese:unscaled"
        FontPath     "/usr/X11R6/lib/X11/fonts/kwintv"
        FontPath     "/usr/X11R6/lib/X11/fonts/truetype"
        FontPath     "/usr/X11R6/lib/X11/fonts/uni:unscaled"
        FontPath     "/usr/X11R6/lib/X11/fonts/CID"
        FontPath     "/usr/X11R6/lib/X11/fonts/ucs/misc:unscaled"
        FontPath     "/usr/X11R6/lib/X11/fonts/ucs/75dpi:unscaled"
        FontPath     "/usr/X11R6/lib/X11/fonts/ucs/100dpi:unscaled"
        FontPath     "/usr/X11R6/lib/X11/fonts/hellas/misc:unscaled"
        FontPath     "/usr/X11R6/lib/X11/fonts/hellas/75dpi:unscaled"
        FontPath     "/usr/X11R6/lib/X11/fonts/hellas/100dpi:unscaled"
        FontPath     "/usr/X11R6/lib/X11/fonts/hellas/Type1"
        FontPath     "/usr/X11R6/lib/X11/fonts/misc/sgi:unscaled"
        FontPath     "/usr/X11R6/lib/X11/fonts/xtest"
        FontPath     "/opt/kde3/share/fonts"
EndSection

Section "Module"
        Load  "dbe"
        Load  "type1"
        Load  "freetype"
        Load  "extmod"
        Load  "glx"
        Load  "v4l"
        Load  "dri"
EndSection

Section "ServerFlags"
        Option      "AllowMouseOpenFail"
EndSection

Section "InputDevice"
        Identifier  "Keyboard[0]"
        Driver      "kbd"
        Option      "Protocol" "Standard"
        Option      "XkbLayout" "de"
        Option      "XkbModel" "pc105"
        Option      "XkbRules" "xfree86"
        Option      "XkbVariant" "nodeadkeys"
EndSection

Section "InputDevice"
        Identifier  "Mouse[1]"
        Driver      "synaptics"
        Option      "Device" "/dev/input/mice"
        Option      "Emulate3Buttons" "on"
        Option      "Name" "Touchpad"
        Option      "SHMConfig" "on"
        Option      "Vendor" "Synaptics"
        Option      "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
        Identifier  "Mouse[3]"
        Driver      "mouse"
        Option      "Buttons" "5"
        Option      "Device" "/dev/input/mice"
        Option      "Name" "ImPS/2 Generic Wheel Mouse"
        Option      "Protocol" "explorerps/2"
        Option      "Vendor" "Sysp"
        Option      "ZAxisMapping" "4 5"
EndSection

Section "Modes"
        Identifier     "Modes[0]"
        ModeLine     "800x600" 40.2 800 832 912 1024 600 601 604 623
        ModeLine     "768x576" 37.4 768 800 880 992 576 577 580 598
        ModeLine     "640x480" 29.8 640 664 728 816 480 481 484 501
        ModeLine     "640x480" 25.1 640 656 720 800 480 481 484 498
        ModeLine     "1280x800" 71.0 1280 1328 1360 1440 800 802 808 823
EndSection

Section "Monitor"
        Identifier   "Monitor[0]"
        VendorName   "QDS"
        ModelName    "JMN4A1P044931 MONITOR"
        UseModes     "Modes[0]"
        DisplaySize  330        210
        HorizSync    30.0 - 40.0
        VertRefresh  43.0 - 75.0
        Option      "DPMS"
EndSection

Section "Monitor"
        Identifier   "aticonfig-Monitor[0]"
        Option      "VendorName" "ATI Proprietary Driver"
        Option      "ModelName" "Generic Autodetecting Monitor"
        Option      "DPMS" "true"
EndSection

Section "Monitor"
        Identifier   "aticonfig-Monitor[1]"
        Option      "VendorName" "ATI Proprietary Driver"
        Option      "ModelName" "Generic Autodetecting Monitor"
        Option      "DPMS" "true"
EndSection

Section "Device"
        Identifier  "Device[0]"
        Driver      "radeon"
        VendorName  "ATI"
        BoardName   "RV350 NP"
        BusID       "1:0:0"
EndSection

Section "Device"
        Identifier  "aticonfig-Device[0]"
        Driver      "fglrx"
        Option      "DesktopSetup" "clone"
        Option      "Mode2" "1024x768,"
        BusID       "PCI:1:0:0"
EndSection

Section "Device"
        Identifier  "aticonfig-Device[1]"
        Driver      "fglrx"
        BusID       "PCI:1:0:0"
        Screen      1
EndSection

Section "Screen"
        Identifier "Screen[0]"
        Device     "Device[0]"
        Monitor    "Monitor[0]"
        DefaultDepth     24
        SubSection "Display"
                Depth     15
                Modes    "1280x800" "1280x768" "1024x768" "800x600" "768x576" "640x480"
        EndSubSection
        SubSection "Display"
                Depth     16
                Modes    "1280x800" "1280x768" "1024x768" "800x600" "768x576" "640x480"
        EndSubSection
        SubSection "Display"
                Depth     24
                Modes    "1280x800" "1280x768" "1024x768" "800x600" "768x576" "640x480"
        EndSubSection
        SubSection "Display"
                Depth     32
                Modes    "1280x800" "1280x768" "1024x768" "800x600" "768x576" "640x480"
        EndSubSection
        SubSection "Display"
                Depth     8
                Modes    "1280x800" "1280x768" "1024x768" "800x600" "768x576" "640x480"
        EndSubSection
EndSection

Section "Screen"
        Identifier "aticonfig-Screen[0]"
        Device     "aticonfig-Device[0]"
        Monitor    "aticonfig-Monitor[0]"
        DefaultDepth     24
        SubSection "Display"
                Viewport   0 0
                Depth     24
        EndSubSection
EndSection

Section "Screen"
        Identifier "aticonfig-Screen[1]"
        Device     "aticonfig-Device[1]"
        Monitor    "aticonfig-Monitor[1]"
        DefaultDepth     24
        SubSection "Display"
                Viewport   0 0
                Depth     24
        EndSubSection
EndSection

Section "DRI"
        Group        "video"
        Mode         0660
EndSection
Ich denken man sieht schon den Unterschied, Du hast wohl die falsche Datei gepostet oder das ist irgendwas, aber keine xorg.conf.

Das sieht wie eine alte Datei für XFree86 aus.

Code:
rpm -qa |egrep -i 'xorg|x11|kernel|kmp'
=> Ausgaben posten.

Greetz,

RM
 

nickwing

New Member
AW: SAX2 Test stürtzt jedesmal ab

Hallo,

also das mit dem LCD geht auch nicht, da pfeift der Monitor mal kurz und das mit dem sax a hat auch das selbe ergebniss geliefert, kurzespfeifen dann nichts, obwohl der comp ja booten duerfte aber davon sehe ich ja nichts. ich habe das mit root gemacht da ich mich mit su nicht einloggen konnte am anfang.

meine karte ist eine neue nvidia gto 7900 die ist auch richtig erkannt, der monitor ist ein aelterer 21 zoll philips brilliance 201p.

mein system duerfte ueberhaupt misserabel konfiguriert sein, da ich jetzt ne bloede englische tastatur wiedermal habe und suse viel von der platte liest und eigentlich sehr langsam fuer einen p4 3ghz dual core ist.

aber wie gesagt, auch wenn ich sax2 oeffne, nichts mache und einfach auf ok klicke dann auf test, pfeifft der monitor kurz und schwarz, obwohl ich nichts veraendert habe !
 

nickwing

New Member
AW: SAX2 Test stürtzt jedesmal ab

Ok habe das mal eingegeben, die Datei ist die Richtige. Habe den CAT Befehl eingegeben und in der ersten Zeile steht diese XFree Sache. Ist uebrigens eine bisschen aeltere 10.0 SUSE Version auf 5 CD's.

Code:
tightvnc-1.2.9-199
xorg-x11-server-6.9.0-48
libzypp-zmd-backend-7.1.1.0-40
--
tpctl-4.17-30
xorg-x11-Xnest-6.9.0-48
cdrdao-1.2.0-18
--
net-snmp-5.3.0.1-21
xorg-x11-driver-video-6.9.0-46
filters-2006.1.25-9
--
Crystalcursors-0.5-39
x11-input-gunze-031126-29
cabextract-1.1-14
--
awesfx-0.5.0d-16
dbus-1-x11-0.60-30
gle-3.0.6-661
--
OpenOffice_org-gnome-2.0.2-25
xorg-x11-devel-6.9.0-48
freeglut-devel-051110-15
--
kdegames3-board-3.5.1-14
kernel-docs-2.6.16.13-4
kwatch-2.3.3-17
--
jakarta-commons-collections-3.1-19
kernel-source-2.6.16.13-4
libcdio-devel-0.76-16
--
desktop-translations-10.1-38
xorg-x11-fonts-75dpi-6.9.0-48
dosfstools-2.11-13
--
libusb-0.1.12-7
xorg-x11-server-glx-6.9.0-48
diffutils-2.8.7-15
--
mono-web-1.1.13.7-6
xorg-x11-Xvnc-6.9.0-48
dbus-1-qt3-0.60-30
--
siga-10.101-10
x11-input-synaptics-0.14.4-15
at-3.1.8-921
--
WindowMaker-applets-1.0-675
kernel-xen-2.6.16.13-4
hplip-hpijs-0.9.7-19
tpctl-kmp-smp-4.17_2.6.16.13_4-30
sax2-libsax-perl-7.1-125
--
man-pages-2.29-3
x11-input-wacom-0.7.2-16
yast2-trans-stats-2.11.0-21
--
log4net-1.2.9-17
xorg-x11-6.9.0-48
hal-0.5.6-31
--
filesystem-10.1-5
xorg-x11-fonts-cyrillic-6.9.0-48
update-desktop-files-10.1-38
--
bsf-2.3.0-21
emacs-x11-21.3-224
gimp-help-0.9-16
--
xgrabsc-2.41-1038
xorg-x11-man-6.9.0-48
alsa-tools-gui-1.0.11-16
--
xmms-lib-1.2.10-103
ndiswrapper-kmp-smp-1.10_2.6.16.13_4-19
ghostscript-library-8.15.2rc1-20
--
alsa-firmware-1.0.10-13
xorg-x11-fonts-100dpi-6.9.0-48
dos2unix-3.1-315
--
glitz-0.4.4-21
novfs-kmp-smp-1.2.0_2.6.16.13_4-10
yast2-perl-bindings-2.13.4-17
--
ghostscript-fonts-other-8.15.2rc1-20
xorg-x11-fonts-scalable-6.9.0-48
expat-2.0.0-11
--
hwinfo-12.29-3
xorg-x11-driver-video-nvidia-6.9.0-46
gconf2-2.12.1-27
yast2-country-2.13.23-5
yast2-x11-2.13.6-38
yast2-packager-2.13.105-3
--
xml-commons-1.3.02-16
kernel-syms-2.6.16.13-4
vcdimager-devel-0.7.23-19
--
perl-XML-LibXML-1.58-17
xorg-x11-libs-6.9.0-48
i4l-base-2006.4.25-4
x11-tools-0.1-36
arts-1.5.1-15
--
3ddiag-0.734-6
ghostscript-x11-8.15.2rc1-20
libwnck-2.12.2-26
--
openssh-askpass-4.2p1-18
kernel-smp-2.6.16.13-4
sax2-libsax-7.1-125
 

Rain_Maker

Administrator
Teammitglied
AW: SAX2 Test stürtzt jedesmal ab

Mannometer, kennst Du eigentlich Dein eigenes System?

nickwing schrieb:
Ich bin ganz neu in der Linux Welt, habe mein SUSE 10.1 seit 2 Tagen laufen und ich habe das Problemchen dass meine Bildwiederholrate zu niedrig ist.
nickwing schrieb:
Ist uebrigens eine bisschen aeltere 10.0 SUSE Version auf 5 CD's.
Was nun SuSE 10.0 oder 10.1?

Sorry, aber so kann Dir sicher niemand helfen.

Greetz,

RM

P.S. Das sieht anhand der Pakete nach 10.1 aus, aber Räselraten ist nicht meine Stärke.
 

nickwing

New Member
AW: SAX2 Test stürtzt jedesmal ab

sorry wollte nicht fuer verwirrung sorgen ich habe hier mehrere installations cd's aber es ist doch definitiv eine 10.1 OSS version, kann mir aber nicht denken dass ich unter 10.0 nicht dasselbe problem haette.
 

Rain_Maker

Administrator
Teammitglied
AW: SAX2 Test stürtzt jedesmal ab

Dann solltest Du aber trotzdem mal etwas genauer umschreiben, was das eigentliche Problem ist.

nickwing schrieb:
da pfeift der Monitor mal kurz und das mit dem sax a hat auch das selbe ergebniss geliefert, kurzespfeifen dann nichts, obwohl der comp ja booten duerfte aber davon sehe ich ja nichts. ich habe das mit root gemacht da ich mich mit su nicht einloggen konnte am anfang.
Ich habe keine Ahnung, was Du mir damit sagen willst. Wird der Monitor schon beim Bootvorgang schwarz? Kannst Du die Bootmeldungen sehen?

Daß natürlich die Einstellung "Generic LCD" bei einem Röhrenmonitor nicht funktionieren kann, ist wohl klar, aber auch da musste ich auch zuerst mal raten, weil ich nicht wusste, um welchen Monitor es sich handelt.

BEVOR wir hier allerdings überhaupt etwas machen, solltest Du Dein System erstmal auf den neusten Stand bringen, denn die "ältere 10.1" mit Kernel 2.6.16.13-4 hatte noch einige Macken, die durch ein Online-Update mit YAST (nicht den ZEN Updater verwenden!) zu beheben waren.

Alternative => smart, siehe dieses kleine (und bewährte!) HowTo:

http://www.pc-forum24.de/showthread.php?t=1678

Gib mir vorher noch die Ausgabe von:

Code:
rpm -qa |grep kernel
Vielleicht müssen wir da noch "ausmisten".

Siehe vor allem auch diesen Thread von Uwe Sauber.

http://www.pc-forum24.de/showthread.php?t=1673

Aus einem sauberen System heraus, welches "up to date" ist, lässt sich viel einfacher nach Problemen suchen und eine Lösung finden.

Greetz,

RM
 

nickwing

New Member
AW: SAX2 Test stürtzt jedesmal ab

hier die ausgabe

Code:
kernel-docs-2.6.16.13-4
kernel-source-2.6.16.13-4
kernel-xen-2.6.16.13-4
kernel-syms-2.6.16.13-4
kernel-smp-2.6.16.13-4
das eigentliche problem ist einfach dass egal was lcd, vesa etc., das auto sax2 laufen lassen oder auch garnichts veraendere aber auf ok bzw test klicke danach der monitor schwarz ist und sich irgendwie abschaltet, sowie sleep modus oder energiespar modus weil da dieses monitor grisseln kommt wie bei dem hardware bildschirm schoner in windows, ja und davor pfeifft er meistens noch kurz

ich hoffe das war jetzt trefflich formuliert.

im prinzip heisst dass auch wenn ich meine jetzigen monitor einstellungen nicht veraendern moechte aber in sax2 z.b. die tastatur weil ich jetzt ein englisches layout habe, geht das auch nicht, weil immer bei ok klick nach sax2 der monitor, vielleicht auch andere sachen, nicht geht.

danke fuer hilfe
 

Rain_Maker

Administrator
Teammitglied
AW: SAX2 Test stürtzt jedesmal ab

OK, dann mal los.

1. Du schmeisst den xen-Kernel raus, wenn Du XEN nicht nutzt.

2. Du machst das Online-Update und bitte nicht mit ZEN, sondern mit Yast oder smart.

3. Deine Tastatureinstellungen kannst Du auch über das KDE-Kontrollzentrum für den jeweiligen User ändern. Bei GNOME sollte das analog möglich sein.

4. Deine xorg.conf sieht sehr seltsam aus, welche Dateien sind denn überhaupt vorhanden?

Code:
ls -ls /etc/X11/xorg*
5. Lege Dir eine Sicherungskopie der jetzigen xorg.conf an, dann kann man gefahrlos rumbasteln und im Notfall immer das Backup drüberbügeln.

BTW:

Englisches Tastaturlayout? Du bist aber hoffentlich nicht als Root graphisch angemeldet?

Code:
rpm -qa | grep i18
=>Ausgabe posten.

Greetz,

RM
 

nickwing

New Member
AW: SAX2 Test stürzt jedesmal ab

Hallo das mit dem XEN habe ich auch gerade gelesen, nachdem ich ja SUSE 2mal aufsetzten musste da beim erstenmal SAX2auch schwarzen Schirm gemacht hatte, hatte ich im Bootmenu diesen Eintrag und dort raus geloescht.

Anfangs war ich unter GNOME, im Moment verwende ich KDE, gefaellt mir besser,

hier die Ausgaben

Code:
8 -rw-r--r-- 1 root root 5283 2006-12-02 11:24 /etc/X11/xorg.conf
8 -rw-r--r-- 1 root root 5283 2006-12-02 11:19 /etc/X11/xorg.conf.backup
8 -rw-r--r-- 1 root root 5283 2006-11-29 21:11 /etc/X11/xorg.conf.install
8 -rw-r--r-- 1 root root 5283 2006-12-02 11:20 /etc/X11/xorg.conf.saxsave

koffice-i18n-de-1.4.2-7
glibc-i18ndata-2.4-25
kde3-i18n-de-3.5.1-9
hoffe ich bekomme das mit dem deinstall mal hin
 

Rain_Maker

Administrator
Teammitglied
AW: SAX2 Test stürzt jedesmal ab

OK, die Lokalisierungsdateien für KDE in Deutsch sind also da.

Code:
kde3-i18n-de-3.5.1-9
Gerade für Neulinge bietet sich der Einrichtungsassistent für KDE an:

Code:
kpersonalizer
Da kann man alles einstellen und wird durch ein Menü geführt, aufmerksames Lesen der Hilfen/Erklärungen ist natürlich Pflicht.

Außerdem befinden sich 4 xorg.conf-Dateien in /etc/X11, das ist auch OK, nur vermisse ich die Datei xorg.conf.md5, gibt es die wirklich nicht, oder hast Du die vergessen zu posten?

Was sagt eigentlich?
Code:
su

(Passwort)

rug --no-abbrev sl
Den XEN-Kernel entfernst Du über Yast, das sollte kein Problem sein.

Danach unbedingt das Update fahren.

Greetz,

RM
 

nickwing

New Member
AW: SAX2 Test stürzt jedesmal ab

Hallo,

also nach dem personalizer habe ich leider immer noch z statt y...

Ich habe xen deinstalliert und habe ein update durch gefuehrt wo auch eine
kernel paket meldung kam. ich habe aus dem anderen thread die ftp url
eingetragen und die cd rom rausgeworfen deshalb sieht das ergebniss so aus

Code:
# | Status | Typ  | Name            | URI                                     
--+--------+------+-----------------+-------------------------------------------
1 | Active | ZYPP | 20061202-122958 | ftp://ftp-1.gwdg.de/pub/linux/suse/suse_update/10.1
Was ist eigentlich System update.

nun habe ich ein oranges rufzeichen rechts in der icon leiste,
da bekomme ich aber folgende fehlermeldung

Code:
Unresolved dependencies:
Updating spamassassin-3.1.1-7.i586[System packages] to spamassassin-3.1.3-3.2.i586[20061202-122958]
Installing patch:spamassassin-1904-0.noarch[20061202-122958]
Establishing atom:spamassassin-3.1.3-3.2.i586[20061202-122958]
There are no installable providers of perl-IO-Zlib for spamassassin-3.1.3-3.2.i586[20061202-122958]
atom:perl-spamassassin-3.1.3-3.2.i586[20061202-122958] needed by patch:spamassassin-1904-0.noarch[20061202-122958]
atom:spamassassin-3.1.3-3.2.i586[20061202-122958] needed by patch:spamassassin-1904-0.noarch[20061202-122958]
Installing atom:spamassassin-3.1.3-3.2.i586[20061202-122958]
spamassassin-3.1.3-3.2.i586[20061202-122958] provides spamassassin == 3.1.3-3.2, but is scheduled to be uninstalled.
There are no installable providers of spamassassin >= 3.1.3-3.2 for atom:spamassassin-3.1.3-3.2.i586[20061202-122958]
beim update kommen jetzt immer die selben sachen und ich hacke auch automatische pruefung an.

im klartext fragt er mich auch schon zum 2ten mal ob ich einen neuen kernel installieren will.
 

Rain_Maker

Administrator
Teammitglied
AW: SAX2 Test stürzt jedesmal ab

HALLO?

Ich sagt doch Update via Yast oder SMART und NICHT via ZEN-Updater.

Das funktioniert in dieser Version noch nicht.

http://www.linux-club.de/ftopic67217.html

Ich wäre Dir auch sehr dankbar, wenn Du die gestellten Fragen beantworten würdest, statt immer wieder neue zu stellen, so wird das nie was und ich verliere so langsam die Lust.

Was sagen nun
Code:
rpm -qa |egrep 'kernel|zypp'
Nach dem Kernelupdate auch neu gestartet?

Greetz,

RM
 

nickwing

New Member
AW: SAX2 Test stürzt jedesmal ab

Hallo,

jetzt weiss ich wenigstens was der zen updater ist, nein ich tue gerade nochmal
mit dem yast updater updaten, allerdings hat der yast updater die selbe fehlermeldung gebracht nur habe ich dort auf ignorieren gedrueckt

neustart habe ich gemacht. dachte eigentlich alle fragen beantwortet zu haben, aber
da ich beim posten den vorherigen thread nicht lesen kann...

hier die ausgabe

Code:
kernel-docs-2.6.16.13-4
kernel-source-2.6.16.21-0.25
kernel-syms-2.6.16.21-0.25
libzypp-1.3.2-0.9
libzypp-zmd-backend-7.1.1.0-42.53
kernel-smp-2.6.16.13-4kernel-docs-2.6.16.13-4
kernel-source-2.6.16.21-0.25
kernel-syms-2.6.16.21-0.25
libzypp-1.3.2-0.9
libzypp-zmd-backend-7.1.1.0-42.53
kernel-smp-2.6.16.13-4
ja also da sind nur die 4 dateien wobei ich ja eine, die backup datei, selbst angelegt habe.

ich hoffe die linux welt sieht nachdem update und einem neustart besser aus
 

Rain_Maker

Administrator
Teammitglied
AW: SAX2 Test stürzt jedesmal ab

Da stimmt so einiges nicht.

Code:
kernel-docs-2.6.16.13-4
kernel-source-2.6.16.21-0.25
kernel-syms-2.6.16.21-0.25
libzypp-1.3.2-0.9
libzypp-zmd-backend-7.1.1.0-42.53
kernel-smp-2.6.16.13-4
Die Hälfte der Pakete ist immer noch auf dem alten Stand (siehe Versionsnummern)

Wenn es sein muß, dann das Online-Update mehrfach durchführen, bis es keine neuen Updates mehr gibt.

Die Alternative smart hat sich bewährt und ist da deutlich stressfreier (siehe verlinktes HowTo).

Da das Ganze in der Konsole läuft, kannst Du auch eventuelle Fehlermeldungen einfach im Wortlaut hier posten.

Greetz,

RM
 

nickwing

New Member
AW: SAX2 Test stürzt jedesmal ab

Update ist fertig und auch neugestartet.

die tastatur ist noch immer eine qerty der personalizer hat nichts gespeichert und gibt am anfang folgende meldung

Code:
kio (KSycoca): ERROR: No database available!
kio (KSycoca): ERROR: No database available!
kio (KSycoca): ERROR: No database available!
kio (KSycoca): ERROR: No database available!
kio (KSycoca): ERROR: No database available!
kio (KSycoca): ERROR: No database available!
kio (KSycoca): ERROR: No database available!
kio (KSycoca): ERROR: No database available!
kio (KSycoca): ERROR: No database available!
kio (KSycoca): ERROR: No database available!
kio (KSycoca): ERROR: No database available!
kio (KSycoca): ERROR: No database available!
kio (KSycoca): ERROR: No database available!
kio (KSycoca): ERROR: No database available!
kio (KSycoca): ERROR: No database available!
kio (KSycoca): ERROR: No database available!
kio (KSycoca): ERROR: No database available!
kio (KSycoca): ERROR: No database available!
kio (KSycoca): ERROR: No database available!
kio (KSycoca): ERROR: No database available!
kbuildsycoca running...
Reusing existing ksycoca
kio (KService*): WARNING: The desktop entry file /opt/kde3/share/application           s/kde/kbarcode-label.desktop has Type=MimeType instead of "Application" or "           Service"
kio (KService*): WARNING: Invalid Service : /opt/kde3/share/applications/kde           /kbarcode-label.desktop
kio (KService*): WARNING: The desktop entry file /opt/kde3/share/application           s/kde/kbarcode-label.desktop has Type=MimeType instead of "Application" or "           Service"
kio (KService*): WARNING: Invalid Service : /opt/kde3/share/applications/kde           /kbarcode-label.desktop
kio (KService*): WARNING: The desktop entry file /opt/kde3/share/application           s/kde/kbarcode-label.desktop has Type=MimeType instead of "Application" or "           Service"
kio (KService*): WARNING: Invalid Service : /opt/kde3/share/applications/kde           /kbarcode-label.desktop
sie system ausgabe sieht so aus
Code:
kernel-docs-2.6.16.13-4
kernel-source-2.6.16.21-0.25
kernel-syms-2.6.16.21-0.25
kernel-smp-2.6.16.21-0.25
libzypp-1.3.2-0.9
libzypp-zmd-backend-7.1.1.0-42.53
sax2 funkt leider auch noch nicht.

wenn ich jetzt online update mache dann sind da zwar noch pakete und patches aber bei druecken auf uebernehmen schliesst sich das programm wieder
 

nickwing

New Member
AW: SAX2 Test stürzt jedesmal ab

eine andere frage, ich habe jetzt mal wieder meine onboard grafik aktiviert und im sax2
steht immer noch die gto 7900 drinnen und da kann ich aber nur auf optionen druecken.
wie kann ich da die neue grafikkarte einstellen

hier die fehlerausgabe von sax2 bei druecken auf ok

Code:
X Window System Version 6.9.0
Release Date: 21 December 2005
X Protocol Version 11, Revision 0, Release 6.9
Build Operating System: SuSE Linux [ELF] SuSE
Current Operating System: Linux linux-jm7w 2.6.16.21-0.25-smp #1 SMP Tue Sep 19 07:26:15 UTC 2006 i686
Build Date: 13 September 2006
        Before reporting problems, check http://wiki.X.Org
        to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.99.log", Time: Sat Dec  2 15:52:12 2006
(++) Using config file: "/var/lib/sax/xorg.conf"
(==) ServerLayout "Layout[all]"
(**) |-->Screen "Screen[0]" (0)
(**) |   |-->Monitor "Monitor[0]"
(**) |   |-->Device "Device[0]"
(**) |-->Input Device "Keyboard[0]"
(**) |-->Input Device "Mouse[1]"
(WW) The directory "/usr/X11R6/lib/X11/fonts/Speedo" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/PEX" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/latin2/misc" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/latin2/75dpi" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/latin2/100dpi" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/latin2/Type1" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/latin7/75dpi" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/kwintv" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/ucs/misc" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/ucs/75dpi" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/ucs/100dpi" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/hellas/misc" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/hellas/75dpi" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/hellas/100dpi" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/hellas/Type1" does not exist.
        Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/xtest" does not exist.
        Entry deleted from font path.
(**) FontPath set to "/usr/X11R6/lib/X11/fonts/misc:unscaled,/usr/X11R6/lib/X11/fonts/local,/usr/X11R6/lib/X11/fonts/75dpi:unscaled,/usr/X11R6/lib/X11/fonts/100dpi:unscaled,/usr/X11R6/lib/X11/fonts/Type1,/usr/X11R6/lib/X11/fonts/URW,/usr/X11R6/lib/X11/fonts/cyrillic,/usr/X11R6/lib/X11/fonts/baekmuk:unscaled,/usr/X11R6/lib/X11/fonts/japanese:unscaled,/usr/X11R6/lib/X11/fonts/truetype,/usr/X11R6/lib/X11/fonts/uni:unscaled,/usr/X11R6/lib/X11/fonts/CID,/usr/X11R6/lib/X11/fonts/misc/sgi:unscaled,/opt/kde3/share/fonts"
(==) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(**) Input device list set to "/dev/gpmdata,/dev/input/mice"
(==) ModulePath set to "/usr/X11R6/lib/modules/updates,/usr/X11R6/lib/modules"
(**) Option "AllowMouseOpenFail" "on"
(**) Option "Xinerama" "off"
(II) Open ACPI successful (/var/run/acpid.socket)
(II) Module ABI versions:
        X.Org ANSI C Emulation: 0.2
        X.Org Video Driver: 0.8
        X.Org XInput driver : 0.5
        X.Org Server Extension : 0.2
        X.Org Font Renderer : 0.4
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.so
(II) Module bitmap: vendor="X.Org Foundation"
        compiled for 6.9.0, module version = 1.0.0
        Module class: X.Org Font Renderer
        ABI class: X.Org Font Renderer, version 0.4
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/X11R6/lib/modules/libpcidata.so
(II) Module pcidata: vendor="X.Org Foundation"
        compiled for 6.9.0, module version = 1.0.0
        ABI class: X.Org Video Driver, version 0.8
(++) using VT number 8
(II) Bus -1: bridge is at (0:31:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(--) PCI:*(0:2:0) Intel Corporation 945G Integrated Graphics Controller rev 2, Mem @ 0x50100000/19, 0x40000000/28, 0x50180000/18, I/O @ 0x20e0/3
(II) LoadModule: "dbe"
(II) Loading /usr/X11R6/lib/modules/extensions/libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
        compiled for 6.9.0, module version = 1.0.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 0.2
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "type1"
(II) Loading /usr/X11R6/lib/modules/fonts/libtype1.so
(II) Module type1: vendor="X.Org Foundation"
        compiled for 6.9.0, module version = 1.0.2
        Module class: X.Org Font Renderer
        ABI class: X.Org Font Renderer, version 0.4
(II) Loading font Type1
(II) Loading font CID
(II) LoadModule: "freetype"
(II) Loading /usr/X11R6/lib/modules/fonts/libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
        compiled for 6.9.0, module version = 2.1.0
        Module class: X.Org Font Renderer
        ABI class: X.Org Font Renderer, version 0.4
(II) Loading font FreeType
(II) LoadModule: "extmod"
(II) Loading /usr/X11R6/lib/modules/extensions/libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
        compiled for 6.9.0, module version = 1.0.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 0.2
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "glx"
(II) Loading /usr/X11R6/lib/modules/extensions/libglx.so
(II) Module glx: vendor="X.Org Foundation"
        compiled for 6.9.0, module version = 1.0.0
        ABI class: X.Org Server Extension, version 0.2
(II) Loading sub module "GLcore"
(II) LoadModule: "GLcore"
(II) Loading /usr/X11R6/lib/modules/extensions/libGLcore.so
(II) Module GLcore: vendor="X.Org Foundation"
        compiled for 6.9.0, module version = 1.0.0
        ABI class: X.Org Server Extension, version 0.2
(II) Loading extension GLX
(II) LoadModule: "v4l"
(II) Loading /usr/X11R6/lib/modules/drivers/v4l_drv.so
(II) Module v4l: vendor="X.Org Foundation"
        compiled for 6.9.0, module version = 0.0.1
        ABI class: X.Org Video Driver, version 0.8
(II) LoadModule: "nv"
(II) Loading /usr/X11R6/lib/modules/drivers/nv_drv.so
(II) Module nv: vendor="X.Org Foundation"
        compiled for 6.9.0, module version = 1.0.1
        Module class: X.Org Video Driver
        ABI class: X.Org Video Driver, version 0.8
(II) LoadModule: "kbd"
(II) Loading /usr/X11R6/lib/modules/input/kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
        compiled for 6.9.0, module version = 1.0.1
        Module class: X.Org XInput Driver
        ABI class: X.Org XInput driver, version 0.5
(II) LoadModule: "mouse"
(II) Loading /usr/X11R6/lib/modules/input/mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
        compiled for 6.9.0, module version = 1.0.3
        Module class: X.Org XInput Driver
        ABI class: X.Org XInput driver, version 0.5
(II) v4l driver for Video4Linux
(II) NV: driver for NVIDIA chipsets: RIVA 128, RIVA TNT, RIVA TNT2,
(EE) No devices detected.

Fatal server error:
no screens found

Please consult the The X.Org Foundation support
         at http://wiki.X.Org
 for help.
Please also check the log file at "/var/log/Xorg.99.log" for additional information.
 

nickwing

New Member
AW: SAX2 Test stürzt jedesmal ab

hmm, habe mir jetzt nochmal alles durchgelesen und da ist mir folgendes aufgefallen,

die englische tastatur habe ich erst seit gestern, weil du was von root gesagt hast, ich habe mich mal als root eingeloggt, weil ich keinen zugriff auf meine windows platten hatte. habe ich dann aber wieder ausgeloggt und normal eingeloggt aber hier ist nun auch englisch.

und die ganze sache mit der x config duerfte wohl so sein dass ich mit sax2 kein einziges mal bis jetzt abspeichern konnte auch waehrend der installation musst ich da skippen weil die eben schon beim erstenmal anscheinend eine information reinschreibt die den monitor schwarz belaesst bzw. einfach nicht funktioniert, auch wenn einfach nur ein vesa monitor eingegeben wird.

ich denke die einzige loesung ist da sax2 manuell zu konfigurieren dass ich wenigstens mal eine von sax2 abgespeicherte version von der x config bekomme.

habe gerade das smart update fertig
 
Status
Für weitere Antworten geschlossen.
Oben