Hi Leute,
edit: sry fuer den spamm aber wie soll man es sonst einen n00by erklaeren
als root:
mv /etc/X11/XF86Config-4 /etc/X11/XF86Config-4.bak
cat >> /etc/X11/XF86Config-4 << "EOF"
Section "ServerLayout"
Identifier "XFree86 Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
ModulePath "/usr/X11R6/lib/modules"
FontPath "/usr/X11R6/lib/X11/fonts/misc/"
FontPath "/usr/X11R6/lib/X11/fonts/Speedo/"
FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
FontPath "/usr/X11R6/lib/X11/fonts/CID/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection
Section "Module"
Load "ddc"
Load "bitmap"
Load "freetype"
Load "speedo"
Load "type1"
Load "vbe"
Load "int10"
Load "dbe"
Load "extmod"
Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
Option "XkbRules" "xfree86"
Option "XkbModel" "pc104"
Option "XkbLayout" "de"
Option "XkbVariant" "nodeadkeys"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "ImPS/2"
Option "Device" "/dev/psaux" # usbmaus
Option "Emulate3Buttons" "true"
Option "Buttons" "3"
Option "ZAxisMapping" "4 5"
Option "CorePointer"
EndSection
Section "Monitor"
Identifier "Moni"
#VendorName "LEO"
#ModelName "1704"
HorizSync 30.0 - 70.0
VertRefresh 47.0 - 100.0
EndSection
Section "Device"
Identifier "NVidia GF2TI"
Driver "svga" #"vn" fuer nvidia karten....
# Option "NvAGP" "3"
# Option "NoDDC" "1"
# Option "IgnoreEDID" "1"
# Option "GenerateRTList" "0"
# Option "OverridePolarity" "1"
# VendorName "NVidia"
# BoardName "GeForce2 GTS (rev 1)"
# BusID "PCI:1:0:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "NVidia GF2TI"
Monitor "Moni"
DefaultDepth 16
SubSection "Display"
Depth 1
EndSubSection
SubSection "Display"
Depth 4
EndSubSection
SubSection "Display"
Depth 8
EndSubSection
SubSection "Display"
Depth 15
EndSubSection
SubSection "Display"
Depth 16
Modes "640x480" #wenn du nur 640 brauchst bitte die anderen wech machen...
EndSubSection
SubSection "Display"
Depth 24
EndSubSection
EndSection
Section "DRI"
Mode 0666
# Group 0
EndSection
# <-ende->
EOF
dann muesste eigentlich ein startx gehen...
mfg
Mix2k
edit: sry fuer den spamm aber wie soll man es sonst einen n00by erklaeren

als root:
mv /etc/X11/XF86Config-4 /etc/X11/XF86Config-4.bak
cat >> /etc/X11/XF86Config-4 << "EOF"
Section "ServerLayout"
Identifier "XFree86 Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
ModulePath "/usr/X11R6/lib/modules"
FontPath "/usr/X11R6/lib/X11/fonts/misc/"
FontPath "/usr/X11R6/lib/X11/fonts/Speedo/"
FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
FontPath "/usr/X11R6/lib/X11/fonts/CID/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection
Section "Module"
Load "ddc"
Load "bitmap"
Load "freetype"
Load "speedo"
Load "type1"
Load "vbe"
Load "int10"
Load "dbe"
Load "extmod"
Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
Option "XkbRules" "xfree86"
Option "XkbModel" "pc104"
Option "XkbLayout" "de"
Option "XkbVariant" "nodeadkeys"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "ImPS/2"
Option "Device" "/dev/psaux" # usbmaus
Option "Emulate3Buttons" "true"
Option "Buttons" "3"
Option "ZAxisMapping" "4 5"
Option "CorePointer"
EndSection
Section "Monitor"
Identifier "Moni"
#VendorName "LEO"
#ModelName "1704"
HorizSync 30.0 - 70.0
VertRefresh 47.0 - 100.0
EndSection
Section "Device"
Identifier "NVidia GF2TI"
Driver "svga" #"vn" fuer nvidia karten....
# Option "NvAGP" "3"
# Option "NoDDC" "1"
# Option "IgnoreEDID" "1"
# Option "GenerateRTList" "0"
# Option "OverridePolarity" "1"
# VendorName "NVidia"
# BoardName "GeForce2 GTS (rev 1)"
# BusID "PCI:1:0:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "NVidia GF2TI"
Monitor "Moni"
DefaultDepth 16
SubSection "Display"
Depth 1
EndSubSection
SubSection "Display"
Depth 4
EndSubSection
SubSection "Display"
Depth 8
EndSubSection
SubSection "Display"
Depth 15
EndSubSection
SubSection "Display"
Depth 16
Modes "640x480" #wenn du nur 640 brauchst bitte die anderen wech machen...
EndSubSection
SubSection "Display"
Depth 24
EndSubSection
EndSection
Section "DRI"
Mode 0666
# Group 0
EndSection
# <-ende->
EOF
dann muesste eigentlich ein startx gehen...
mfg
Mix2k