Subsciption liste@tlug.de
Christoph 'Mehdorn' Weber
ich-rebew at gmx.net
Fre Feb 13 12:03:59 CET 2004
Jan-Benedict Glaw wrote:
[Screen krallt sich laufende Session beim Login]
> Tut's das? Normalerweise macht screen einen neuen Screen auf und krallt
> sich nicht einen, der schon läuft.
| -R attempts to resume the first detached screen session
| it finds. If successful, all other command-line
| options are ignored. If no detached session exists,
| starts a new session using the specified options,
| just as if -R had not been specified. The option is
| set by default if screen is run as a login-shell
| (actually screen uses "-xRR" in that case). For com
| binations with the -d/-D option see there.
> ...und eben genau da ist auch ein Problemchen: wenn Du dann
> automatisch einen screen gestartet bekommst, dann ist es etwas, äm,
> gewöhnungsbedürftig, wenn Du einen anderen, laufenden Screen
> attachst...
Ja, die Strg-A-Kaskade, sofern man die Tastaturbindung nicht
redefiniert. Damit komme ich klar. Ich will nur den oben erwähnten
Default loswerden, bzw. so haben wie in der Manpage, da er eben auch
nicht abgekoppelte Sessions mal schnell einfängt.
So, die andere Kiste hat jetzt ein laufendes Testing und auch endlich
wieder ssh, damit ich nicht jeden Mist abtippen muß.
> # lspci
00:00.0 Host bridge: Intel Corp. 82815 815 Chipset Host Bridge and Memory Controller Hub (rev 02)
00:02.0 VGA compatible controller: Intel Corp. 82815 CGC [Chipset Graphics Controller] (rev 02)
00:1e.0 PCI bridge: Intel Corp. 82820 820 (Camino 2) Chipset PCI (rev 01)
00:1f.0 ISA bridge: Intel Corp. 82820 820 (Camino 2) Chipset ISA Bridge (ICH2) (rev 01)
00:1f.1 IDE interface: Intel Corp. 82820 820 (Camino 2) Chipset IDE U100 (rev 01)
00:1f.2 USB Controller: Intel Corp. 82820 820 (Camino 2) Chipset USB (Hub A) (rev 01)
00:1f.3 SMBus: Intel Corp. 82820 820 (Camino 2) Chipset SMBus (rev 01)
00:1f.4 USB Controller: Intel Corp. 82820 820 (Camino 2) Chipset USB (Hub B) (rev 01)
01:09.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8029(AS)
01:0b.0 Ethernet controller: Advanced Micro Devices [AMD] 79c970 [PCnet LANCE] (rev 16)
01:0d.0 Multimedia audio controller: Ensoniq 5880 AudioPCI (rev 02)
> # lspci -n
00:00.0 Class 0600: 8086:1130 (rev 02)
00:02.0 Class 0300: 8086:1132 (rev 02)
00:1e.0 Class 0604: 8086:244e (rev 01)
00:1f.0 Class 0601: 8086:2440 (rev 01)
00:1f.1 Class 0101: 8086:244b (rev 01)
00:1f.2 Class 0c03: 8086:2442 (rev 01)
00:1f.3 Class 0c05: 8086:2443 (rev 01)
00:1f.4 Class 0c03: 8086:2444 (rev 01)
01:09.0 Class 0200: 10ec:8029
01:0b.0 Class 0200: 1022:2000 (rev 16)
01:0d.0 Class 0401: 1274:5880 (rev 02)
Seit Testing hängt übrigens das Bild nicht mehr schief, sondern paßt
zum Monitor. Das ist schon recht nett.
> Framebuffer am laufen?
Nein, nie. Würde das helfen?
> Welcher XFree86-Treiber ist konfiguriert?
Jetzt ist es gerade:
ii xfree86-common 4.2.1-12.1 X Window System (XFree86) infrastructure
ii xserver-xfree86 4.2.1-12.1 the XFree86 X server
(Konfiguriert ist VESA)
> Wie sieht Deine /etc/X11/XF86Config-4 aus?
Ohne sinnlose Kommentare so:
Section "Files"
FontPath "unix/:7100"
FontPath "/usr/lib/X11/fonts/misc"
FontPath "/usr/lib/X11/fonts/cyrillic"
FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/Type1"
FontPath "/usr/lib/X11/fonts/Speedo"
FontPath "/usr/lib/X11/fonts/100dpi"
FontPath "/usr/lib/X11/fonts/75dpi"
EndSection
Section "Module"
Load "GLcore"
Load "bitmap"
Load "dbe"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "record"
Load "speedo"
Load "type1"
Load "vbe"
Load "xie"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "keyboard"
Option "CoreKeyboard"
Option "XkbRules" "xfree86"
Option "XkbModel" "pc104"
Option "XkbLayout" "de"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/psaux"
#gpmdata"
Option "Protocol" "auto"
#"Microsoft"
EndSection
Section "Device"
Identifier "Generic Video Card"
Driver "vesa"
EndSection
Section "Monitor"
VendorName "escom"
ModelName "klumpen"
Identifier "Generic Monitor"
HorizSync 28-33
VertRefresh 43-72
# Option "DPMS"
# ModeLine "800x600" 36 800 824 896 900 600 601 603 625 +Hsync -Vsync
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Generic Video Card"
Monitor "Generic Monitor"
DefaultDepth 16
SubSection "Display"
Depth 1
Modes "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "800x600" "640x480"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection
Section "DRI"
Mode 0666
EndSection
> > Jedenfalls habe ich jetzt mal probeweise eine nette Logitech-PS/2-Maus
> > angesteckt. Auf dem System läuft ein Kernel 2.4.24 (Eigenbau), wo ich
> > zunächst PS/2-Mäuse als Modul eingebunden hatte. Nach einem "make clean
>
> IIRC kann man das da doch garnicht als Modul auswählen?!
Beim 2.4.24 kann man zumindest den Mouse-Support als Modul wählen:
| < > Bus Mouse Support
| <M> Mouse Support (not serial and bus mice)
| [*] PS/2 mouse (aka "auxiliary device") support
| < > C&T 82C710 mouse port support (as on TI Travelmate)
[..]
> -j32 ? Was ist denn das für eine Mordskiste?
P3, 700MHz, 512MB RAM. Mit -j32 tut sie ganz gut, ohne gleich
einzuschlafen.
> Nur zur Anmerkung - da in der Ecke gab's Probleme mit dem
> PS2-Maus-Port... Mein Arbeitsplatz-Rechner in der 4ma findet mit
> 2.4.25-pre6 die PS2-Maus auch nicht, wohl aber mit 2.4.19-pre7.
Ah ja. Versuche ich also nochmal den seriellen Spaß.
Christoph
--
Der Tag, an dem Übersetzer "Zufallssalz" verwenden, ist
der Tag, an dem ich aufhöre, Übersetzungen zu verwenden.
(Martin Piskernig)