Re: Position popup windows mit Dual head

2004-06-03 Diskussionsfäden marcbey
Hallo Sven,
ja, das wäre toll. 

Danke,

Marc



On Thu, 2004-06-03 at 09:12, Sven Gehr wrote:
> Hallo zusammen,
> 
> Am Donnerstag, 3. Juni 2004 00:03 schrieb marcbey:
> > anbei meine XF86Config-4
> 
> ok, ich hab's Gestern vergessen meine XF86Config zu posten. Falls noch bedarf 
> ist werde ich das aber heute Abend ganz bestimmt  machen. Sorry.
> 
> Viele Grüße
> Sven
-- 
marcbey



-- 
Haeufig gestellte Fragen und Antworten (FAQ): 
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject "unsubscribe". Probleme? Mail an [EMAIL PROTECTED] (engl)



Re: Position popup windows mit Dual head

2004-06-02 Diskussionsfäden marcbey
anbei meine XF86Config-4


Marc



On Wed, 2004-06-02 at 09:12, Sven Gehr wrote:
> Hi,
> 
> schrieb Sven Hartge:
> > Sven Gehr <[EMAIL PROTECTED]> wrote:
> > > Nun habe ich (ich benutze eine Dual-Karte) zwei Devices eingerichtet
> > > und damit funktioniert es ohne Probleme. Zumindest kann ich im KDE
> > > angeben welcher der primäre Monitor ist.
> 
> > Maile bitte mal einen XF86Config-Auszug.
> 
> werde ich tun wenn ich heute Abend wieder zuhause bin.
> 
> Viele Grüße
> Sven
-- 
marcbey

# **
# DRI Section
# **
Section "dri"
Mode 0666
EndSection

# **
# Module section -- this  section  is used to specify
# which dynamically loadable modules to load.
# **
Section "Module"
Load"dbe"   # Double buffer extension
SubSection  "extmod"
Option"omit xfree86-dga"   # don't initialise the DGA extension
EndSubSection
Load"type1"
Load"freetype"
Load"glx"   # libglx.a
Load"dri"   # libdri.a
EndSection

# **
# Files section.  This allows default font and rgb paths to be set
# **
Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
FontPath"/usr/X11R6/lib/X11/fonts/misc"
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/Speedo"
FontPath"/usr/local/share/fonts"
FontPath"/usr/share/fonts"
FontPath"/usr/X11R6/lib/X11/fonts"
FontPath"/usr/share/fonts/truetype"
FontPath"/usr/share/fonts/type1"
EndSection

# **
# Server flags section.
# **
Section "ServerFlags"
EndSection

# **
# Input devices
# **
Section "InputDevice"
Identifier  "Keyboard1"
Driver  "Keyboard"
Option "AutoRepeat" "500 30"
Option "XkbRules"   "xfree86"
Option "XkbModel"   "pc105"
Option "XkbLayout"  "de"
EndSection

# **
# Core Pointer's InputDevice section
# **

Section "InputDevice"
 Driver"synaptics"
 Identifier"Mouse2"
 Option"Device""/dev/psaux"
 Option"Protocol"  "auto-dev"
 Option"LeftEdge"  "1700"
 Option"RightEdge" "5300"
 Option"TopEdge"   "1700"
 Option"BottomEdge""4200"
 Option"FingerLow" "25"
 Option"FingerHigh""30"
 Option"MaxTapTime""180"
 Option"MaxTapMove""220"
 Option"VertScrollDelta" "100"
 Option"MinSpeed"  "0.06"
 Option"MaxSpeed"  "0.12"
 Option"AccelFactor" "0.0010"
 Option"SHMConfig" "on"
EndSection

Section "InputDevice"
Identifier  "Mouse1"
Driver "mouse"
Option "Protocol"   "ImPS/2"
Option "ZAxisMapping"   "4 5"
Option "Device" "/dev/psaux"
EndSection

Section "Monitor"
Identifier  "Monitor0"
HorizSync   31.5 - 91.1
VertRefresh 60 - 100
Option "DPMS"
EndSection

Section "Monitor"
Identifier  "Monitor1"
HorizSync   31.5 - 91.1
VertRefresh 60 - 100
Option "DPMS"
EndSection


Section "Monitor"
Identifier  "Monitor3"
HorizSync   31.5 - 80.5 
VertRefresh 60 - 75 
Option "DPMS"
EndSection

# ***

Re: Position popup windows mit Dual head

2004-06-02 Diskussionsfäden marcbey
anbei mein XF84Config:

Marc




On Wed, 2004-06-02 at 09:12, Sven Gehr wrote:
> Hi,
> 
> schrieb Sven Hartge:
> > Sven Gehr <[EMAIL PROTECTED]> wrote:
> > > Nun habe ich (ich benutze eine Dual-Karte) zwei Devices eingerichtet
> > > und damit funktioniert es ohne Probleme. Zumindest kann ich im KDE
> > > angeben welcher der primäre Monitor ist.
> 
> > Maile bitte mal einen XF86Config-Auszug.
> 
> werde ich tun wenn ich heute Abend wieder zuhause bin.
> 
> Viele Grüße
> Sven
-- 
marcbey

# **
# DRI Section
# **
Section "dri"
Mode 0666
EndSection

# **
# Module section -- this  section  is used to specify
# which dynamically loadable modules to load.
# **
Section "Module"
Load"dbe"   # Double buffer extension
SubSection  "extmod"
Option"omit xfree86-dga"   # don't initialise the DGA extension
EndSubSection
Load"type1"
Load"freetype"
Load"glx"   # libglx.a
Load"dri"   # libdri.a
EndSection

# **
# Files section.  This allows default font and rgb paths to be set
# **
Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
FontPath"/usr/X11R6/lib/X11/fonts/misc"
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/Speedo"
FontPath"/usr/local/share/fonts"
FontPath"/usr/share/fonts"
FontPath"/usr/X11R6/lib/X11/fonts"
FontPath"/usr/share/fonts/truetype"
FontPath"/usr/share/fonts/type1"
EndSection

# **
# Server flags section.
# **
Section "ServerFlags"
EndSection

# **
# Input devices
# **
Section "InputDevice"
Identifier  "Keyboard1"
Driver  "Keyboard"
Option "AutoRepeat" "500 30"
Option "XkbRules"   "xfree86"
Option "XkbModel"   "pc105"
Option "XkbLayout"  "de"
EndSection

# **
# Core Pointer's InputDevice section
# **

Section "InputDevice"
 Driver"synaptics"
 Identifier"Mouse2"
 Option"Device""/dev/psaux"
 Option"Protocol"  "auto-dev"
 Option"LeftEdge"  "1700"
 Option"RightEdge" "5300"
 Option"TopEdge"   "1700"
 Option"BottomEdge""4200"
 Option"FingerLow" "25"
 Option"FingerHigh""30"
 Option"MaxTapTime""180"
 Option"MaxTapMove""220"
 Option"VertScrollDelta" "100"
 Option"MinSpeed"  "0.06"
 Option"MaxSpeed"  "0.12"
 Option"AccelFactor" "0.0010"
 Option"SHMConfig" "on"
EndSection

Section "InputDevice"
Identifier  "Mouse1"
Driver "mouse"
Option "Protocol"   "ImPS/2"
Option "ZAxisMapping"   "4 5"
Option "Device" "/dev/psaux"
EndSection

Section "Monitor"
Identifier  "Monitor0"
HorizSync   31.5 - 91.1
VertRefresh 60 - 100
Option "DPMS"
EndSection

Section "Monitor"
Identifier  "Monitor1"
HorizSync   31.5 - 91.1
VertRefresh 60 - 100
Option "DPMS"
EndSection


Section "Monitor"
Identifier  "Monitor3"
HorizSync   31.5 - 80.5 
VertRefresh 60 - 75 
Option "DPMS"
EndSection

# ***

Re: Position popup windows mit Dual head

2004-06-01 Diskussionsfäden marcbey
Hallo,

bei mir verhält sich das etwas anders:
Ich habe an meinem Laptop noch einen CRT Monitor angeschlossen
und den Desktop auf diesen erweitert.
Im KDE Display Center wird mir der Reiter Multiple Monitors leider
nicht angeboten obwohl ich in der XF86Config-4 2 Screens angebe.


Gruß,
Marc





On Tue, 2004-06-01 at 13:29, Sven Gehr wrote:
> Hallo,
> 
> schrieb marcbey:
> > Ich vergaß: Das Ganze läuft unter Debian mit KDE 3.2
> > Sven Hartge wrote:
> > > ml <[EMAIL PROTECTED]> wrote:
> > > > Ich benutze einen erweiterten Desktop auf zwei Monitoren und alle
> > > > Popup Fenster gehen immer in der Mitte der beiden Screens auf.  Das
> > > > nervt sicher nicht erst mich!
> 
> > > Wenn du noch dazu geschrieben hättest, welchen Windowmanager und evtl.
> > > welchen Desktop du benutzt, findet sich auch evtl. eher 

> eine Lösung.
> 
> > > Ich zumindest habe unter Gnome 2.6/Metacity 2.8 exakt dieses "Problem"
> > > auch.
> 
> benutzt ihr Grafikkarten mit Dual-Ausgängen oder zwei getrennte Grafikkarten?
> 
> Bei der Nutzung der nVIDIA-Xinerama-Funktion tritt genau der von euch 
> beschriebene Effekt auf. Diesen hatte ich bei mir auch.
> 
> Nun habe ich (ich benutze eine Dual-Karte) zwei Devices eingerichtet und damit 
> funktioniert es ohne Probleme. Zumindest kann ich im KDE angeben welcher der 
> primäre Monitor ist.
> 
> Hoffe es hilft.
> 
> Viele Grüße
> Sven
> 
>  
> 
> 
> 
-- 
marcbey



-- 
Haeufig gestellte Fragen und Antworten (FAQ): 
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject "unsubscribe". Probleme? Mail an [EMAIL PROTECTED] (engl)



Re: Mozilla mimetype openoffice .sxw

2004-06-01 Diskussionsfäden marcbey
Ich habe den Eintrag hinzugefügt, aber der gewünschte Effekt
ergibt sich dadurch nicht:

meine .mime.types:

application/vnd.sun.xml.writer sxw
application/vnd.sun.xml.writer.template stw
application/vnd.sun.xml.writer.global sxg
application/vnd.stardivision.writer sdw vor
application/vnd.stardivision.writer-global sgl
application/vnd.sun.xml.calc sxc
application/vnd.sun.xml.calc.template stc
application/vnd.stardivision.calc sdc
application/vnd.sun.xml.impress sxi
application/vnd.sun.xml.impress.template sti
application/vnd.stardivision.impress sdd sdp
application/vnd.sun.xml.draw sxd
application/vnd.sun.xml.draw.template std
application/vnd.stardivision.draw sda
application/vnd.sun.xml.math sxm
application/vnd.stardivision.math smf
#--Netscape Communications Corporation MIME Information
#Do not delete the above line. It is used to identify the file type.
#mime types added by Netscape Helper
type=application/x-java-jnlp-file desc="Java Web Start" exts="jnlp"
type=application/vnd.sun.xml.writer



Gruß,
Marc





On Tue, 2004-06-01 at 12:17, Michelle Konzack wrote:
> Am 2004-06-01 11:18:41, schrieb marcbey:
> >Hallo,
> >wie kann ich denn den Mozilla 1.5 dazuveranlassen, dass ein klick auf 
> >ein .sxw File automatisch Openoffice öffnet?
> >Ich habe schon versucht einen Eintrag in die Helperapplictions zu
> >machen, ab dies scheint nicht zu funktionieren:
> >
> >application/vnd.sun.xml.writer
> 
> In meiner ~/.mime-types steht:
> 
>    /home/michelle/.mime-types ___
>  /
> |  application/vnd.sun.xml.writer sxw
> |  application/vnd.sun.xml.writer.template stw
> |  application/vnd.sun.xml.writer.global sxg
> |  application/vnd.stardivision.writer sdw vor
> |  application/vnd.stardivision.writer-global sgl
> |  application/vnd.sun.xml.calc sxc
> |  application/vnd.sun.xml.calc.template stc
> |  application/vnd.stardivision.calc sdc
> |  application/vnd.sun.xml.impress sxi
> |  application/vnd.sun.xml.impress.template sti
> |  application/vnd.stardivision.impress sdd sdp
> |  application/vnd.sun.xml.draw sxd
> |  application/vnd.sun.xml.draw.template std
> |  application/vnd.stardivision.draw sda
> |  application/vnd.sun.xml.math sxm
> |  application/vnd.stardivision.math smf
> |  #--Netscape Communications Corporation MIME Information
> |  #Do not delete the above line. It is used to identify the file type.
> |  #
> |  type=application/vnd.sun.xml.writer
>  \___
> 
> 
> >Stimmt da was mit dem mimetye nicht??
> 
> Netscape/Mozilla benötigen einen Extra Eintrag...
> Und die Zeile:
> 
> #--Netscape Communications Corporation MIME Information
> 
> MUSS UNBEDINGT DRINSTEHEN
> 
> >Viele Grüße,
> >Marc
> 
> 
> Greetings
> Michelle
-- 
marcbey



-- 
Haeufig gestellte Fragen und Antworten (FAQ): 
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject "unsubscribe". Probleme? Mail an [EMAIL PROTECTED] (engl)



Mozilla mimetype openoffice .sxw

2004-06-01 Diskussionsfäden marcbey
Hallo,
wie kann ich denn den Mozilla 1.5 dazuveranlassen, dass ein klick auf 
ein .sxw File automatisch Openoffice öffnet?
Ich habe schon versucht einen Eintrag in die Helperapplictions zu
machen, ab dies scheint nicht zu funktionieren:

application/vnd.sun.xml.writer

dies soll jedenfalls der mimetyp für ein .sxw File sein.
(zB.:http://130.228.0.33/t3dl/src/TYPO3_Core_API_280504.sxw)


Stimmt da was mit dem mimetye nicht??


Viele Grüße,
Marc


-- 
marcbey



-- 
Haeufig gestellte Fragen und Antworten (FAQ): 
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject "unsubscribe". Probleme? Mail an [EMAIL PROTECTED] (engl)



Re: Position popup windows mit Dual head

2004-05-31 Diskussionsfäden marcbey
Ich vergaß: Das Ganze läuft unter Debian mit KDE 3.2


Marc



On Tue, 2004-06-01 at 02:21, Sven Hartge wrote:
> ml <[EMAIL PROTECTED]> wrote:
> 
> > Ich benutze einen erweiterten Desktop auf zwei Monitoren und alle
> > Popup Fenster gehen immer in der Mitte der beiden Screens auf.  Das
> > nervt sicher nicht erst mich!
> 
> Wenn du noch dazu geschrieben hättest, welchen Windowmanager und evtl.
> welchen Desktop du benutzt, findet sich auch evtl. eher eine Lösung.
> 
> Ich zumindest habe unter Gnome 2.6/Metacity 2.8 exakt dieses "Problem"
> auch.
> 
> S°
> 
> -- 
> BOFH excuse #324:
> 
> Your packets were eaten by the terminator
-- 
marcbey



-- 
Haeufig gestellte Fragen und Antworten (FAQ): 
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject "unsubscribe". Probleme? Mail an [EMAIL PROTECTED] (engl)