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

Installation Puppy Slacko 6.3.2 auf einem alten Toshiba Notebook

bhada

Newbie
Gleich vorweg! Meine Frau setzt ein Toshiba Satelite Notebook mit nur 512 MB Hauptspeicher ein. Windows XP konnte nicht weiter eingesetzt werden. Also habe ich ihr Puppy 5.3 installiert. Das läuft auch soweit ganz ordentlich. Allerdings kann ich unseren Canon Pixma MG6150 Drucker nicht installieren.

Also habe ich auf einem alten Desktop Puppeinsetzen.y Slacko 6.3.2 installiert. Hier konnte ich die Druckertreiber mit Hilfe des Puppy Linux Discussion Forum installieren. Allerdings bekomme ich keine Antwort auf mein Problem mit der Installation von Puppy Slacko auf dem Notebook. Nachdem Einlesen der CD und Start von X bekomme ich nur einen weißen Bildschirm zu sehen. Grund ist, das der Bildschirm/ die Grafikarte mit 1024x768 Pixel nur eine Bildwiederholrate von maximal 60 Hz zulässt Puppy Slacko aber stets 75 Hz einstellt. Ich finde keine Möglichkeit, diese Einstellung zu ändern.

Wer kann mir helfen das zu ändern. Das wäre sehr wichtig, denn dann könnte meine Frau aktuellere Programme z.B. den Browser Firefox einsetzen weil der SeaMonkey unter Puppy 5.3 nicht sauber arbeitet.
 

abgdf

Guru
Post doch mal die "/etc/X11/xorg.conf".

Oder existiert das Verzeichnis "/etc/X11/xorg.conf.d" mit weiteren Dateien darin?

Ich persönlich mag auch Puppy Linux 2.14X.

Die Canon-Seite hat auch durchaus ein paar Linux 32bit-Treiber für diesen Drucker.
 
OP
B

bhada

Newbie
Erst einmal Danke für die Tipps und Hinweise Euch beiden.
Also die alte Installation von Puppy 5.3, die auf dem Notebook läuft, enthält folgende xorg.conf:

Code:
#Special base config file uauswählesed din Puppy Linux.

# **********************************************************************
# Module section -- this  section  is used to specify
# which dynamically loadable modules to load.
# *************************************************Vom*********************
#d
Section "Module"

# This loads the DBE extension module.

    Load        "dbe"  	# Double buffer extension

# This loads the miscellaneous extensions module, and disables
# initialisation of the XFree86-DGA extension within that module.
    SubSection  "extmod"d
      Option    "omit xfree86-dga"   # don't initialise the DGA extension
    EndSubSection

# This loads the font modules
    Load        "type1"
    Load        "freetype"auswähle

# This loads xtrap extension, used by xrandr
    Load       "xtrap"

# This loads the GLX module (dif present)
    Load       "glx"

# This loads dri module (if present)
    Load       "dri"

EndSection

# ***************************d*******************************************
# Files section.  This allows default font and rgb paths to be set
# **********************************************************************

Section "Files"

# The location of the RGB database.  Note, this is the name of the
# file minus the extension (like ".txt" or ".db").  There is normally
# no need to change the default.
d
    RgbPath	"/usr/X11R7/lib/X11/rgb"

# Multiple FontPath entries are allowed (which are concatenated together),
# as well as specifying multiple comma-separated entries in one FontPath
# command (or a combination of both methods)

    FontPath   "/usr/X11R7/lib/X11/fonts/misc/"
    FontPath   "/usr/X11R7/lib/X11/fonts/Type1/"
    FontPath   "/usr/X11R7/lib/X11/fonts/TTF/"
d
EndSection

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

Section "ServerFlags"

# Uncomment this to disable dthe <Crtl><Alt><Fn> VT switch sequence
# (where n is 1 through 12).  This allows clients to receive these key
# events.

#    Option "DontVTSwitch"

# Enables mode switching with xrandr
# There is a report that this can cause Xorg not to work on some
# video hardware, so default is commented-out...
# but i want to use it in xorgwizard so leave on...

    Option "RandR" "on"d

EndSection

#everything past here is auto-generated by Puppy's Xorg Wizard...

Section "ServerLayout"
	Identifier     "X.org Configured"
	Screen      0  "Screen0" 0 0
	InputDevice    "Mouse0" "CorePointer"
	InputDevice    "Keyboardd0" "CoreKeyboard"
EndSection

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "kbd"
	Option      "XkbRules" "xorg"
	Option      "XkbModel" "pc102"
	Option      "XkbLayout" "de" #xkeymap0
EndSection

Section "InputDevice"auswähle
	Identifier  "Mouse0"
	Driver      "mouse"
	Option	    "Protocol" "IMPS/2" #mouse0protocol
	Option	    "Device" "/dev/mouse"
	#Option      "Emulate3Buttons"
	#Option      "Emulate3Timeout" "50"
	Option      "ZAxisMapping" "4 5" #scrollwheel
EndSection

Section "Monitor"
	Identifier   "Monitor0"
	VendorName   "Monitor Vendor"
	ModelName    "Monitor Model"
	HorizSync    31.5-48.5
	VertRefresh  40-70
	#UseModes     "Modes0" #monitor0usemodes
	Option      "PreferredMode" "1024x768"
	EndSection
	
Section "Modes"
	Identifier "Modes0"
	#modes0modeline0
EndSection

Section "Device"
	### Available Driver options are:-
	### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
	### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
	### [arg]: arg optional
	#Option     "SWcursor"           	# [<bool>]
	#Option     "HWcursor"           	# [<bool>]
	#Option     "NoAccel"            	# [<bool>]
	#Option     "ShadowFB"           	# [<bool>]
	#Option     "UseFBDev"           	# [<bool>]
	#Option     "Rotate"        d     	# [<str>]
	#Option     "VideoKey"           	# <i>
	#Option     "FlatPanel"          	# [<bool>]
	#Option     "FPDither"           	# [<bool>]
	#Option     "CrtcNumber"         	# <i>
	#Option     "FPScale"            	# [<bool>]
	#Option     "FPTweak"            	# <i>
	#Option     "DualHead"           	# [<bool>]
	Identifier  "Card0"
	Driver      "nv" #card0dridver
	VendorName  "nVidia Corporation"
	BoardName   "NV11 [GeForce2 Go]"
	BusID       "PCI:1:0:0"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Card0"
	Monitor    "Monitor0"
	DefaultDepth 16
	#Option         "metamodes" "1024x768_60 +0+0" #METAMODES_0
	Subsection "Display"
		Depth       16#Special base config file used in Puppy Linux.

# **********************************************************************
# Module section -- this  section  is used to specify
# which dynamically loadable modules to load.
# **********************************************************************
#
Section "Module"

# This loads the DBE extension module.

    Load        "dbe"  	# Double buffer extension

# 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

# This loads the font modules
    Load        "type1"
    Load        "freetype"

# This loads xtrap extension, used by xrandr
    Load       "xtrap"

# This loads the GLX module (if present)
    Load       "glx"

# This loads dri module (if present)
    Load       "dri"d

EndSection

# **********************************************************************
# Files section.  This allows default font and rgb paths to be set
# **********************************************************************

Section "Files"

# The location of the RGB database.  Note, this is the name of the
# file minus the extension (like ".txt" or ".db").  There is normally
# no need to change the default.

    RgbPath	"/usr/X11R7/lib/X11/rgb"

# Multiple FontPath entries are allowed (which are concatenated together),
# as well as specifying multiple comma-separated entries in one FontPath
# command (or a combination of both methods)

    FontPath   "/usr/X11R7/lib/X11/fonts/misc/"
    FontPath   "/usr/X11R7/lib/X11/fonts/Type1/"
    FontPath   "/usr/X11R7/lib/X11/fonts/TTF/"

EndSection

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

Section "ServerFlags"

# Uncomment this to disable the <Crtl><Alt><Fn> VT switch sequence
# (where n is 1 through 12).  This allows clients to receive these key
# events.
d
#    Option "DontVTSwitch"

# Enables mode switching with xrandr
# There is a report that this can cause Xorg not to work on some
# video hardware, so default is commented-out...
# but i want to use it in xorgwizard so leave on...

    Option "RandR" "on"

EndSection

#everything past here is auto-generated by Puppy's Xorg Wizard...

Section "ServerLayout"
	Identifier     "X.org Configured"
	Screen      0  "Screen0" 0 0
	InputDevice    "Mouse0" "CorePointer"
	InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "kbd"
	Option      "XkbRules" "xorg"
	Option      "XkbModel" "pc102"
	Option      "XkbLayout" "de" #xkeymap0
EndSection
d
Section "InputDevice"
	Identifier  "Mouse0"
	Driver      "mouse"
	Option	    "Protocol" "IMPS/2" #mouse0protocol
	Option	    "Device" "/dev/mouse"
	#Option      "Emulate3Buttons"
	#Option      "Emulate3Timeout" "50"
	Option      "ZAxisMapping" "4 5" #scrollwheel
EndSection

Section "Monitor"
	Identifier   "Monitor0"
	VendorName   "Monitor Vendor"
	ModelName    "Monitor Model"
	HorizSync    31.5-48.5
	VertRefresh  40-70
	#UseModes     "Modes0" #monitor0usemodes
	Option      "PreferredMode#Special base config file used in Puppy Linux.

# **********************************************************************
# Module section -- this  section  is used to specify
# which dynamically loadable modules to load.
# **********************************************************************
#
Section "Module"

# This loads the DBE extension module.

    Load        "dbe"  	# Double buffer extension

# 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

# This loads the font modules
    Load        "type1"
    Load        "freetype"

# This loads xtrap extension, used by xrandr
    Load       "xtrap"

# This loads the GLX module (if present)
    Load       "glx"

# This loads dri module (if present)
    Load       "dri"

EndSection

# **********************************************************************
# Files section.  This allows default font and rgb paths to be set
# **********************************************************************

Section "Files"

# The location of the RGB database.  Note, this is the name of the
# file minus the extension (like ".txt" or ".db").  There is normally
# no need to change the default.

    RgbPath	"/usr/X11R7/lib/X11/rgb"

# Multiple FontPath entries are allowed (which are concatenated together),
# as well as specifying multiple comma-separated entries in one FontPath
# command (or a combination of both methods)

    FontPath   "/usr/X11R7/lib/X11/fonts/misc/"
    FontPath   "/usr/X11R7/lib/X11/fonts/Type1/"
    FontPath   "/usr/X11R7/lib/X11/fonts/TTF/"

EndSection

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

Section "ServerFlags"

# Uncomment this to disable the <Crtl><Alt><Fn> VT switch sequence
# (where n is 1 through 12).  This allows clients to receive these key
# events.

#    Option "DontVTSwitch"

# Enables mode switching with xrandr
# There is a report that this can cause Xorg not to work on some
# video hardware, so default is commented-out...
# but i want to use it in xorgwizard so leave on...

    Option "RandR" "on"

EndSection

#everything past here is auto-generated by Puppy's Xorg Wizard...

Section "ServerLayout"
	Identifier     "X.org Configured"
	Screen      0  "Screen0" 0 0
	InputDevice    "Mouse0" "CorePointer"
	InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "InputDevice"d
	Identifier  "Keyboard0"
	Driver      "kbd"
	Option      "XkbRules" "xorg"
	Option      "XkbModel" "pc102"
	Option      "XkbLayout" "de" #xkeymap0
EndSection

Section "InputDevice"
	Identifier  "Mouse0"
	Driver      "mouse"
	Option	    "Protocol" "IMPS/2" #mouse0protocol
	Option	    "Device" "/dev/mouse"
	#Option      "Emulate3Buttons"
	#Option      "Emulate3Timeout" "50"
	Option      "ZAxisMapping" "4 5" #scrollwheel
EndSection

Section "Monitor"
	Identifier   "Monitor0"
	VendorName   "Monitor Vendor"
	ModelName    "Monitor Model"
	HorizSync    31.5-48.5
	VertRefresh  40-70
	#UseModes     "Modes0" #monitor0usemodes
	Option      "PreferredMode" "1024x768"
	EndSection
	
Section "Modes"
	Identifier "Modes0"
	#modes0modeline0
EndSection

Section "Device"
	### Available Driver options are:-
	### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
	### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
	### [arg]: arg optional
	#Option     "SWcursor"           	# [<bool>]
	#Option     "HWcursor"           	# [<bool>]
	#Option     "NoAccel"            	# [<bool>]
	#Option     "ShadowFB"           	# [<bool>]
	#Option     "UseFBDev"           	# [<bool>]
	#Option     "Rotate"             	# [<str>]
	#Option     "VideoKey"           	# <i>
	#Option     "FlatPanel"          	# [<bool>]
	#Option     "FPDither"           	# [<bool>]
	#Option     "CrtcNumber"         	# <i>auswähle
	#Option     "FPScale"            	# [<bool>]
	#Option     "FPTweak"            	# <i>
	#Option     "DualHead"   d        	# [<bool>]
	Identifier  "Card0"
	Driver      "nv" #card0driver
	VendorName  "nVidia Corporation"
	BoardName   "NV11 [GeForce2 Go]"
	BusID       "PCI:1:0:0"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Card0"d
	Monitor    "Monitor0"
	DefaultDepth 16
	#Option         "metamodes" "1024x768_60 +0+0" #METAMODES_0
	Subsection "Display"
		Depth       16
		Modes       "1024x768"
	EndSubsection
EndSection

#PuppyHardwareProfile=NVidia
" "1024x768"
	EndSection
	
Section "Modes"
	Identifier "Modes0"
	#modes0modeline0
EndSection

Section "Device"
	### Available Driver options are:-
	### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
	### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
	### [arg]: arg optional
	#Option     "SWcursor"           	# [<bool>]
	#Option     "HWcursor"           	# [<bool>]
	#Option     "NoAccel"            	# [<bool>]
	#Option     "ShadowFdB"           	# [<bool>]
	#Option     "UseFBDev"           	# [<bool>]
	#Option     "Rotate"             	# [<str>]
	#Option     "VideoKey"           	# <i>
	#Option     "FlatPanel"          	# [<bool>]
	#Option     "FPDither"           	# [<bool>]
	#Option     "CrtcNumber"         	# <i>
	#Option     "FPScale"            	# [<bool>]
	#Option     "FPTweak"            	# <i>
	#Option     "DualHeadd"           	# [<bool>]
	Identifier  "Card0"
	Driver      "nv" #card0driver
	VendorName  "nVidia Corporation"
	BoardName   "NV11 [GeForce2 Go]"
	BusID       "PCI:1:0:0"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Card0"
	Monitor    "Monitor0"d
	DefaultDepth 16
	#Option         "metamodes" "1024x768_60 +0+0" #METAMODES_0
	Subsection "Display"
		Depth       16
		Modes       "1024x768"
	EndSubsection
EndSection

#PuppyHardwareProfile=NVidia

		Modes       "1024x768"d
	EndSubsection
EndSection

#PuppyHardwareProfile=NVidia

Und die Installation auf dem Test-PC Puppy Slacko 6.3.2 die folgende:

Code:
#Special base config file used in Puppy Linux.

# **********************************************************************
# Module section -- this  section  is used to specify
# which dynamically loadable modules to load.
# **********************************************************************
#
Section "Module"

# This loads the DBE extension module.

    Load        "dbe"  	# Double buffer extension

# 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

# This loads the font modules
#    Load        "type1"
#    Load        "freetype"

# This loads xtrap extension, used by xrandr
#    Load       "xtrap"

# This loads the GLX module (if present). xorg 7.4/5 need explicit disable to disable...
#    Disable    "glx" #LOADGLX

# This loads dri module (if present). 7.4 loads it by default, have to disable...
#    Load       "dri" #LOADDRI
#    Disable "dri"

EndSection

# **********************************************************************
# Files section.  This allows default font paths to be set
# **********************************************************************

Section "Files"

# Multiple FontPath entries are allowed (which are concatenated together),
# as well as specifying multiple comma-separated entries in one FontPath
# command (or a combination of both methods)

    FontPath   "/usr/share/X11/fonts/misc/"
    FontPath   "/usr/share/X11/fonts/Type1/"
    FontPath   "/usr/share/X11/fonts/TTF/"

EndSection

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

Section "ServerFlags"

# Uncomment this to disable the <Crtl><Alt><Fn> VT switch sequence
# (where n is 1 through 12).  This allows clients to receive these key
# events.

#    Option "DontVTSwitch"

# Enables mode switching with xrandr
# There is a report that this can cause Xorg not to work on some
# video hardware, so default is commented-out...
# but i want to use it in xorgwizard so leave on...

    Option "RandR" "on"

# With this, Xorg won't talk to HAL to add evdev devices and you'll be back
# with the old Xorg behavior (pre-7.4)...

    Option "AutoAddDevices" "false"

# For no-Hal, kirk also suggests this...

#    Option "AllowMouseOpenFail" "true"

# Xorg 7.4, Ubuntu Jaunty, CTRL-ALT-BACKSPACE is disabled by default...

    Option "DontZap" "false"

EndSection

#everything past here is auto-generated by Puppy's Xorg Wizard...

Section "ServerLayout"
	Identifier "Default Layout"
	Screen "Screen0" 0 0
	InputDevice "Keyboard0" "CoreKeyboard"
	InputDevice "Mouse0" "CorePointer"
EndSection

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "kbd"
	Option      "XkbRules" "xorg"
	Option      "XkbModel" "pc102"
	Option      "XkbLayout" "de" #xkeymap0
EndSection

Section "InputDevice"
	Identifier  "Mouse0"
	Driver      "mouse"
	Option	    "Device" "/dev/input/mice"
	Option	    "Protocol" "IMPS/2" #mouse0protocol
	#Option      "Emulate3Buttons"
	#Option      "Emulate3Timeout" "50"
	Option      "ZAxisMapping" "4 5" #scrollwheel
EndSection

Section "Monitor"
	Identifier   "Monitor0"
	VendorName   "Monitor Vendor"
	ModelName    "Monitor Model"
	#HorizSync    31-50
	VertRefresh  59-76
	#UseModes     "Modes0" #monitor0usemodes
	Option      "PreferredModde" "1024x768"
EndSection

Section "Modes"
	Identifier "Modes0"
	#modes0modeline0
EndSection

Section "Device"
        ### Values: <i>: integder, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
        ### <percent>: "<f>%"
        ### [arg]: arg optional
        #Option     "NoAccel"            	# [<bool>]
        #Option     "AccelMethod"        	# <str>
        #Option     "Backlight"          	# <str>
        #Option     "DRI"                	# <str>
        #Option     "ColorKey"           	# <i>
        #Option     "VideoKey"           	# <i>
        #Option     "Tiling"             	# [<bool>]
        #Option     "LinearFramebuffer"  	# [<bool>]
        #Option     "SwapbuffersVomWait"    	# [<bool>]
        #Option     "TripleBuffer"       	# [<bool>]
        #Option     "XvPreferOverlay"    	# [<bool>]
        #Option     "HotPlug"            	# [<bool>]
        #Option     "ReprobeOutputs"     	# [<bool>]
        #Option     "XvMC"               	# [<bool>]
        #Option     "ZaphodHeads"        	# <str>
        #Option     "TearFree"           	# [<bool>]
        #Option     "PerCrtcPixmaps"     	# [<bool>]
        #Option     "FallbackDebug"      	# [<bool>]
        #Option     "DebugFlushBatches"  	# [<bool>]
        #Option     "DebugFlushCaches"   	# [<bool>]
        #Option     "DebugWait"          	# [<bool>]
        #Option     "BufferCache"        	# [<bool>]
	Identifier  "Card0"
	Driver      "intel" #card0driver
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Card0"Vom
	Monitor    "Monitor0"
	DefaultDepth 24
	#Option         "metamodes" "1024x768_60 +0+0" #METAMODES_0
	Subsection "Display"
		Depth       24
		Modes       "1024x768"
	EndSubsection
EndSection

#PuppyHardwareProfile=Intel_r_Broadwater_G_Graphics_Chip

Im xorg.conf.d-Verzeichnis gibt es keine Dateien.
An die xorg.conf vom ISO-Image der Boot-CD komme ich nicht ran. Oder gibt es eine Möglichkeit die xorg.conf auf dem ISO-Image zu verändern?
Unter Slacko konnte ich die Treiber für den Drucker Pixma MG6150 mit Hilfe von "candi-1.4.pet" installieren mit:
Code:
candi cnijfilter-common_3.40-1_i386.deb
candi cnijfilter-ip2700series_3.40-1_i386.deb

Quelle:
http://murga-linux.com/puppy/viewtopic.php?p=644110#644110

Candi läuft aber nicht unter Puppy 5.3. Jedenfalls habe ich es nicht geschafft.

Nun zu den Bootoptionen
Auf der Boot-CD von Slacko gibt es keine Bootoption "Alles Auswählen" sondern nur die Möglichkeit
- ohne Safe fileMaschinen
- mit Safe file
- ohne Grafikdesktop
- verschiedenen Grafikproblemen
Sobald es an die Konfiguration "Sprache auswählen" geht, wird der Bildschirm bei allen Optionen weiss und man kann nichts mehr sehen und folglich auch nichts eingeben. Das ist frustrierend. Wie kann man Puppy dazu bringen keine zu hohe Bildfrequenz einzustellen.
Mit Tab komme ich auf den Prompt:
"> .linux vmlinuz pfix=nox initrd=initrd.gz"
wenn ich video=1024x768&60 zusätzlich eingebe, kommt das gleiche Ergebnis "weißer Bildschirm". Früher war das besser geregelt. Da konnte die Bildschrmeinstellung selber auswählen
 

abgdf

Guru
Danke für die Infos.
bhada schrieb:
Mit Tab komme ich auf den Prompt:
"> .linux vmlinuz pfix=nox initrd=initrd.gz"
wenn ich video=1024x768&60 zusätzlich eingebe, kommt das gleiche Ergebnis "weißer Bildschirm".
Dieser Prompt ist schonmal die richtige Stelle, um das einzugeben. Aber es muß "video=1024x768@60" heißen, also "@" statt "&". Bringt das was?
 

abgdf

Guru
Siehst Du die Monitor-Section in der xorg.conf?

Diese läuft:
Code:
Section "Monitor"
	Identifier   "Monitor0"
	VendorName   "Monitor Vendor"
	ModelName    "Monitor Model"
	HorizSync    31.5-48.5
	VertRefresh  40-70
	#UseModes     "Modes0" #monitor0usemodes
	Option      "PreferredMode" "1024x768"
	EndSection

Diese nicht:
Code:
Section "Monitor"
	Identifier   "Monitor0"
	VendorName   "Monitor Vendor"
	ModelName    "Monitor Model"
	#HorizSync    31-50
	VertRefresh  59-76
	#UseModes     "Modes0" #monitor0usemodes
	Option      "PreferredModde" "1024x768"
EndSection
Müßtest halt versuchen, die untere mehr der oberen anzupassen (HorizSync, VertRefresh). Aber bitte mach vorher eine Sicherungskopie.
 
OP
B

bhada

Newbie
Der Video-String mit @ vor der 60 funktioniert auch nicht.

Die xorg.conf kann ich im ISO-File nicht verändern, da ich da nicht dran komme. Ich wüste auch nicht, wie ich das dann in dem ISO-File speichern sollte. Ich müsste mir ein eigenes ISO basteln. Das kann ich aber nicht. Ich müsste an die Entwickler herantreten. Wie das geht, weiß ich auch nicht.
 

abgdf

Guru
Willst Du Puppy in dem Fall nicht auf der Festplatte installieren? Dann kannst Du die xorg.conf wie bei jeder anderen Voll-Distribution ändern.

-----

Zugriff auf das iso wäre zur Not auch möglich.

https://wiki.archlinux.de/title/ISO-Image_mounten
 

marce

Guru
Aufmerksam lesen hilft...
bhada schrieb:
[...] Problem mit der Installation von Puppy Slacko auf dem Notebook. Nachdem Einlesen der CD und Start von X bekomme ich nur einen weißen Bildschirm zu sehen. Grund ist, das der Bildschirm/ die Grafikarte mit 1024x768 Pixel nur eine Bildwiederholrate von maximal 60 Hz zulässt Puppy Slacko aber stets 75 Hz einstellt. Ich finde keine Möglichkeit, diese Einstellung zu ändern. [...]
 

abgdf

Guru
marce schrieb:
Aufmerksam lesen hilft...
bhada schrieb:
[...] Problem mit der Installation von Puppy Slacko auf dem Notebook. Nachdem Einlesen der CD und Start von X bekomme ich nur einen weißen Bildschirm zu sehen. Grund ist, das der Bildschirm/ die Grafikarte mit 1024x768 Pixel nur eine Bildwiederholrate von maximal 60 Hz zulässt Puppy Slacko aber stets 75 Hz einstellt. Ich finde keine Möglichkeit, diese Einstellung zu ändern. [...]
Ja, und? Ich gehe natürlich davon aus, daß er (neben dem Uralt-Toshiba seiner Frau) noch ein zweites System hat (mit dem er hier auch auf das Forum zugreift). Da kopiert er sich einfach das Puppy-ISO auf die Festplatte, mountet das ISO, ändert die xorg.conf und brennt sich davon eine neue CD. Damit bootet er dann das Toshiba.
Das Puppy-ISO ist kleiner als 300 MB. Wo ist das Problem?
 

marce

Guru
abgdf schrieb:
Willst Du Puppy in dem Fall nicht auf der Festplatte installieren? Dann kannst Du die xorg.conf wie bei jeder anderen Voll-Distribution ändern.
Na, dann ist diese Formulierung aber mehr als missverständlich.

Ich deute die nämlich so, daß Du ihm empfiehlst, die Installation durchzuführen und dann die xorg.conf zu ändern...

Abgesehen davon ist das Abändern der ISO nicht einfach nur durch "ISO mounten, eine Datei darin abändern, ISO unmounten" erledigt...
 

marce

Guru
Zuerst mal könnte er posten, was denn das Toshiba exakt für ein Modell ist.
Ich würde als nächstes versuchen, wenn das Ding mit dem internen Monitor nicht will, halt einen externen anschließen, damit die Installation durchzuführen und dann die Konfig so zu ändern, daß der interne auch wieder will.
Zudem - wenn ich vermute - gibt's in http://slacko.eezy.xyz/notes.php einen Hinweis auf die (vermutlich verbaute - geraten aus der xorg.conf) Grafikkarte und was man dabei denn tun soll.

Die einfachste Variante wäre vermutlich das Ding zu entsorgen und für kleines Geld ein brauchbares, aktuelles Consumer-Notebook zu beschaffen. Spart einem viel Streß, man kann Distris verwenden, für die es auch eine ordentliche User-Basis gibt und ist für die nächsten 10 Jahre fein raus bis man dann wieder hier steht mit einem ähnlichen Problem.
 

abgdf

Guru
marce schrieb:
Ich würde als nächstes versuchen, wenn das Ding mit dem internen Monitor nicht will, halt einen externen anschließen
Neue Hardware ...
marce schrieb:
Die einfachste Variante wäre vermutlich das Ding zu entsorgen und für kleines Geld ein brauchbares, aktuelles Consumer-Notebook zu beschaffen.
Neue Hardware ...

"Kauf' Dir doch ein Fertignotebook mit Windows" wäre vielleicht auch ein Ratschlag. Ich gehe lieber erstmal von dem aus, was der Fragesteller offenbar hat.

Allerdings gibt es mehrere Puppy-Versionen. Vielleicht könnte er noch eine andere versuchen, nicht die, die auf Slackware aufbaut. Oder einfach 'ne OpenSuSE.
 

marce

Guru
Na, den Monitor kann er doch leihweise vom oben erwähnten Desktop nehmen - ich bin mir recht sicher, daß da einer dranhängt.
(wobei Du gehst ja nur davon aus, daß er einen 2. PC hat - bereits geschriebenes des TE ist dir ja irgendwie meist egal)

Aber lassen wir das. Also wir beide meine ich.
 
OP
B

bhada

Newbie
Entschuldigt das lange ausbleiben meiner Meldung. Habe viel andere Termine gehabt und kam nicht dazu.

Ich will es nun erst einmal mit einem externen Bildschirm versuchen, Puppy Slacko installieren und dann die xorg.conf ändern. Mal sehen ob das klappt.
 
Oben