Lieber Besucher, herzlich willkommen bei: GentooForum.de. Falls dies Ihr erster Besuch auf dieser Seite ist, lesen Sie sich bitte die Hilfe durch. Dort wird Ihnen die Bedienung dieser Seite näher erläutert. Darüber hinaus sollten Sie sich registrieren, um alle Funktionen dieser Seite nutzen zu können. Benutzen Sie das Registrierungsformular, um sich zu registrieren oder informieren Sie sich ausführlich über den Registrierungsvorgang. Falls Sie sich bereits zu einem früheren Zeitpunkt registriert haben, können Sie sich hier anmelden.
Quellcode |
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 |
# nvidia-xconfig: X configuration file generated by nvidia-xconfig # nvidia-xconfig: version 1.0 (buildmeister@builder3) Wed Sep 12 14:29:35 PDT 2007 Section "ServerLayout" Identifier "X.org Configured" Screen 0 "Screen0" 0 0 InputDevice"Mouse0" "CorePointer" InputDevice"Keyboard0" "CoreKeyboard" EndSection Section "Files" RgbPath "/usr/share/X11/rgb" ModulePath "/usr/lib/xorg/modules" FontPath "/usr/share/fonts/misc/" FontPath "/usr/share/fonts/TTF/" FontPath "/usr/share/fonts/OTF" FontPath "/usr/share/fonts/Type1/" FontPath "/usr/share/fonts/100dpi/" FontPath "/usr/share/fonts/75dpi/" EndSection Section "Module" Load "extmod" Load "dbe" Load "glx" Load "record" Load "xtrap" # Load "dri" Load "freetype" Load "type1" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "kbd" Option "XkbLayout" "de" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/input/mice" Option "ZAxisMapping" "4 5 6 7" EndSection Section "Monitor" Identifier "Monitor0" VendorName "Monitor Vendor" ModelName "Monitor Model" EndSection Section "Device" ### Available Driver options are:- ### Values: : integer, : float, : "True"/"False", ### : "String", : " Hz/kHz/MHz" ### [arg]: arg optional Option "RenderAccel" "true" Option "AllowGLXWithComposite" "true" Option "TripleBuffer" "true" Option "AddARGBGLXVisuals" "True" #Option "HWcursor" # [] #Option "NoAccel" # [] #Option "ShadowFB" # [] #Option "UseFBDev" # [] #Option "Rotate" # [] #Option "VideoKey" # #Option "FlatPanel" # [] #Option "FPDither" # [] #Option "CrtcNumber" # #Option "FPScale" # [] #Option "FPTweak" # #Option "DualHead" # [] Identifier "Card0" Driver "nvidia" VendorName "nVidia Corporation" BoardName "GeForce Go 7400" EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" Option "UseEvents" "false" Option "TripleBuffer" "true" Option "RenderAccel" "true" #Option "SWcursor" # [] Option "NoLogo" "true" Option "AddARGBGLXVisuals" "True" Option "AllowGLXWithComposite" "true" SubSection "Display" Viewport0 0 EndSubSection SubSection "Display" Viewport0 0 Depth 4 EndSubSection SubSection "Display" Viewport0 0 Depth 8 EndSubSection SubSection "Display" Viewport0 0 Depth 15 EndSubSection SubSection "Display" Viewport0 0 Depth 16 EndSubSection SubSection "Display" Viewport0 0 Depth 24 EndSubSection EndSection Section "Extensions" Option "Composite" "enable" EndSection |
Dieser Beitrag wurde bereits 3 mal editiert, zuletzt von »cremetorte« (21.01.2008, 14:05)
Quellcode |
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 |
I think I might be able to help... basically to move them around I had to add the proper plugins to load: 1) Open up gconf-editor 2) Go apps / compiz / general / allscreens / options 3) modify the active_plugins, mine includes (in this order): gconf dbus decoration wobbly fade minimize cube rotate zoom scale move (thats probably the one your missing) resize place switcher water screenshot and volia! Hope that helps |