Gehts denn mit der Tastatur? Was rufst du genau auf? Eine .vob oder das Device?
Der Linux Problem/Fragen-Thread
-
-
Was für Tasten wären denn das? Ich rufe es über mplayer /dev/sr0 -nocache auf.
-
Ich meine, es waren die Pfeiltasten und Enter. Ist schon etwas Zeit her, kann mich nur noch vage dran erinnern.
-
Ich meine, es waren die Pfeiltasten und Enter. Ist schon etwas Zeit her, kann mich nur noch vage dran erinnern.mit den Pfeiltasten, ändert er die Geschwindigkeit.
-
Kurz mal gegooglet. Probier mal zusätzlich zum -nocache noch den Parameter -mouse-movements und statt /dev/sr0 mal dvdnav://
Eventuell gehts dann mt der Maus
-
Kurz mal gegooglet. Probier mal zusätzlich zum -nocache noch den Parameter -mouse-movements und statt /dev/sr0 mal dvdnav://Eventuell gehts dann mt der Maus
Hm ja soweit war ich auch schon, nur dvdnav:// kennt er bei mir irgendwie net.
-
Eventuell wurde es bei deiner mplayer Version nicht mit einkompiliert, das könnte sein. Gab irgendeinen Parameter, mit dem man die installierten Plugins auslesen konnte.
-
Eventuell wurde es bei deiner mplayer Version nicht mit einkompiliert, das könnte sein. Gab irgendeinen Parameter, mit dem man die installierten Plugins auslesen konnte.Hm muss ich mal heute Abend prüfen.
-
Installier dir die Z Shell und mach ma mplayer $TAB (bash kann das glaub nicht)
-
Keine Sorge erstmal, ist kein großes Problem
Im Dateimanager "Nemo" werden immer die vollen Pfade angezeigt (also z.B. /home/batch10s/Bilder), das sollte so nicht sein (ist schon seit einiger Zeit so).
Die Option, die vollen Pfade anzuzeigen, ist abgestellt.*Hust, Hust*
-
Frage: Benutzt jemand ath9k/taugt das Modul was?
-
Apache2 soll alles, was in /var/www liegt nur mit Passwortabfrage ausliefern. In der /var/www/.htaccess steht das:
Apache Configuration<filesMatch "\.sed$"> ForceType 'application/x-sed-script; charset=UTF-8' </filesMatch> AuthName "NameOfRealm" AuthType Basic AuthUserFile /var/www/.htpasswd Require valid-user
/etc/apache2/httpd.conf:Code<filesMatch "\.sed$"> ForceType 'text/plain; charset=UTF-8' </filesMatch> <Directory /var/www> AllowOverride All </Directory>
Modi:Code-rw-r--r-- 1 root root 178 Jan 16 12:36 .htaccess -rw-r--r-- 1 root root 42 Jan 16 12:29 .htpasswd
Server version: Apache/2.2.22 (Ubuntu)
Trotzdem kommt keine Passwortabfrage. Warum nicht? -
Apache2 soll alles, was in /var/www liegt nur mit Passwortabfrage ausliefern. In der /var/www/.htaccess steht das:Apache Configuration<filesMatch "\.sed$"> ForceType 'application/x-sed-script; charset=UTF-8' </filesMatch> AuthName "NameOfRealm" AuthType Basic AuthUserFile /var/www/.htpasswd Require valid-user
/etc/apache2/httpd.conf:Code<filesMatch "\.sed$"> ForceType 'text/plain; charset=UTF-8' </filesMatch> <Directory /var/www> AllowOverride All </Directory>
Modi:Code-rw-r--r-- 1 root root 178 Jan 16 12:36 .htaccess -rw-r--r-- 1 root root 42 Jan 16 12:29 .htpasswd
Server version: Apache/2.2.22 (Ubuntu)
Trotzdem kommt keine Passwortabfrage. Warum nicht?Apache hast du aber neugestartet?
-
Apache hast du aber neugestartet?
Ja, n paar mal.
-
Probiers mal hiermit:
http://www.thomas-krenn.com/de/wiki/Webserver_Verzeichnisse_mit_Passwort_schützenHat mir damals bei meinen Versuchen mit dem Apache sehr geholfen.
-
Frage: Benutzt jemand ath9k/taugt das Modul was?self-antwort: Jup, taugt, funzt problemlos.
-
Ich habe ein Problem mit Postfix und zwar
Ich habe Dovecot + Postfix unter Ubuntu aufgesetzt (Paket:dovecot-postfix)
Das ganze ist auch soweit geconft empfangen von E-Mails tut wunderprächtig beim Senden haperts dannIch hab alles probiert aber er kriegt sich da nicht angemeldet. Login Daten sind die gleichen wie bei IMAP (Sind ja in der Standart Config die Login Daten des Systembenutzers Euda)
Hat da irgendjemand ne Idee?
-
So jetzt muss ich etwas fragen, evtl klingt das dumm, aber Ich hab mich noch nie so wirklich mit dem X-Server beschäftigt. In meinem T61 ist ne Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller verbaut. xorg-xvideo-intel ist installiert. Trotzdem zeigt mir openarena bspw das der Mesa Treiber verwendet wird.
X -configure hat mir folgende xorg.conf ausgespuckt:
Spoiler anzeigen
Section "Files"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/share/fonts/X11/cyrillic"
FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/share/fonts/X11/75dpi"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
FontPath "built-ins"
EndSectionSection "Module"
Load "extmod"
Load "dri2"
Load "record"
Load "glx"
Load "dbe"
Load "dri"
EndSectionSection "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSectionSection "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
EndSectionSection "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
EndSectionSection "Device"
#Option "ColorKey" # <i>
#Option "VideoKey" # <i>
#Option "FallbackDebug" # [<bool>]
#Option "Tiling" # [<bool>]
#Option "Shadow" # [<bool>]
#Option "SwapbuffersWait" # [<bool>]
#Option "XvMC" # [<bool>]
#Option "XvPreferOverlay" # [<bool>]
#Option "DebugFlushBatches" # [<bool>]
#Option "DebugFlushCaches" # [<bool>]
#Option "DebugWait" # [<bool>]
Option "AccelMethod" "UXA"
Identifier "Card0"
Driver "intel"
VendorName "Intel Corporation"
BoardName "Mobile GM965/GL960 Integrated Graphics Controller"
BusID "PCI:0:2:0"
EndSectionSection "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
SubSection "Display"
Viewport 0 0
Depth 1
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
(OS: Debian Squeeze)
Allerdings ändert sich auch mit der xorg.conf nix. Ich habe den Eindruck, irgendetwas vergessen zu haben. Angeblich wird die Karte ja automatisch erkannt. Allerdings bin ich mir bei Debian da nicht so sicher. Dualhead funzt allerdings einwandfrei.
Ich hoffe ihr könnt mir helfen.LG tk1908
-
ich wollt nur mal fragen wie ich ein Windows 7 Iso von linux aus aufm usb stick kopieren kann, damit ich es dann von selbigem installieren kann
-
Also unter Windows gibt es da ein Windows 7 USB Writer Tool. Unter Linux geht das vermutlich nicht so einfach. Hab da leider spontan keine Idee.
So jetzt muss ich etwas fragen, evtl klingt das dumm, aber Ich hab mich noch nie so wirklich mit dem X-Server beschäftigt. In meinem T61 ist ne Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller verbaut. xorg-xvideo-intel ist installiert. Trotzdem zeigt mir openarena bspw das der Mesa Treiber verwendet wird.X -configure hat mir folgende xorg.conf ausgespuckt:
Spoiler anzeigen
Section "Files"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/share/fonts/X11/cyrillic"
FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/share/fonts/X11/75dpi"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
FontPath "built-ins"
EndSectionSection "Module"
Load "extmod"
Load "dri2"
Load "record"
Load "glx"
Load "dbe"
Load "dri"
EndSectionSection "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSectionSection "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
EndSectionSection "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
EndSectionSection "Device"
#Option "ColorKey" # <i>
#Option "VideoKey" # <i>
#Option "FallbackDebug" # [<bool>]
#Option "Tiling" # [<bool>]
#Option "Shadow" # [<bool>]
#Option "SwapbuffersWait" # [<bool>]
#Option "XvMC" # [<bool>]
#Option "XvPreferOverlay" # [<bool>]
#Option "DebugFlushBatches" # [<bool>]
#Option "DebugFlushCaches" # [<bool>]
#Option "DebugWait" # [<bool>]
Option "AccelMethod" "UXA"
Identifier "Card0"
Driver "intel"
VendorName "Intel Corporation"
BoardName "Mobile GM965/GL960 Integrated Graphics Controller"
BusID "PCI:0:2:0"
EndSectionSection "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
SubSection "Display"
Viewport 0 0
Depth 1
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
(OS: Debian Squeeze)
Allerdings ändert sich auch mit der xorg.conf nix. Ich habe den Eindruck, irgendetwas vergessen zu haben. Angeblich wird die Karte ja automatisch erkannt. Allerdings bin ich mir bei Debian da nicht so sicher. Dualhead funzt allerdings einwandfrei.
Ich hoffe ihr könnt mir helfen.LG tk1908
Meine Zeit mit Debian auf dem Desktop ist was her. Aber ich erinnere mich, dass ich damals mesa noch extra installieren wollte. Installier dir auch mal die Utilities dazu.
Danach poste mal bitte die Ausgabe von glxinfo -
Jetzt mitmachen!
Du hast noch kein Benutzerkonto auf unserer Seite? Registriere dich kostenlos und nimm an unserer Community teil!