[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

kein tuxracer nach Umstieg von woody auf sarge



Hi NG,
ich bin gerade von woody auf sarge umgestiegen. Bis auf das Paket
xserver-xfree86 habe ich mit dist-upgrade meine komplette Software
erneuert. Der XServer läßt sich nicht upgraden; apt-get meldet "kaputte
Pakete". Na ja, wenn der alte XServer seinen Dienst täte, würde mich dieser
Umstand nicht weiter stören! Ich bin begeistert von den vielen Neuerungen
von sarge, bzw. KDE 3, doch mein tuxracer geht nicht mehr, jedenfalls nicht
3D-beschleunigt! Ich hänge meine Treiber- und XServerkonfiguration an die
Mail. Früher genügte es meiner Meinung nach, das Grafikkartenmodul (radeon)
zu laden, und die 3D-Beschleunigung lief. Ich habe mittlerweile auch drei
Betriebssystem kernel ausprobiert - ohne Erfolg! (2.4.bf, 2.4.18-686 und
2.6-686).
Vielleicht weiß jemand Rat!
MfG
Joachim Eikenbusch
# /etc/modules: kernel modules to load at boot time.
#
# This file should contain the names of kernel modules that are
# to be loaded at boot time, one per line.  Comments begin with
# a "#", and everything on the line after them are ignored.

usb-uhci
input
keybdev
apm
sym53c8xx
usb-storage
joydev
mousedev
evdev
agpgart
es1371
parport_pc
3c59x
ide-scsi
msp3400
msdos
nls_iso8859-15
nls_utf8
bt878
psmouse
cdrom
Section "Module"
	Load  "GLcore"
	Load  "dbe"
	Load  "dri"
	Load  "extmod"
	Load  "glx"
	Load  "record"
	Load  "xie"
	Load  "bitmap"
	Load  "int10"
	Load  "pex5"
	Load  "speedo"
	Load  "vbe"
	Load  "freetype"
        Load  "type1"
	Load  "v4l"
EndSection


Section "Device"
        Option      "accel"
	Option      "dpms"
	Identifier  "Card0"
	Driver      "radeon"
	VendorName  "ATI"
	BoardName   "Radeon VE QJ"
	BusID	    "PCI:01:00:0"
EndSection


Section "DRI"
	Mode 0666
EndSection


Section "Files"
	FontPath	"unix/:7100"			# local font server
	# if the local font server has problems, we can fall back on these
    	RgbPath "/usr/X11R6/lib/X11/rgb"
	ModulePath   "/usr/X11R6/lib/modules"
	FontPath     "/usr/X11R6/lib/X11/fonts/misc:unscaled"
	FontPath     "/usr/X11R6/lib/X11/fonts/misc"
	FontPath     "/usr/X11R6/lib/X11/fonts/75dpi:unscaled"
	FontPath     "/usr/X11R6/lib/X11/fonts/75dpi"
	FontPath     "/usr/X11R6/lib/X11/fonts/100dpi:unscaled"
	FontPath     "/usr/X11R6/lib/X11/fonts/100dpi"
	FontPath     "/usr/X11R6/lib/X11/fonts/Type1"
	FontPath     "/usr/X11R6/lib/X11/fonts/Speedo"
# Additional fonts: Locale, Gimp, TTF...
# True type and type1 fonts are also handled via xftlib, see /etc/X11/XftConfig!
	FontPath     "/usr/share/fonts/afms"
	FontPath     "/usr/share/fonts/override"
	FontPath     "/usr/share/fonts/type1"
	FontPath     "/usr/local/ooffice/share/fonts/truetype"

EndSection


Section "ServerFlags"
    	Option "AllowMouseOpenFail" 
EndSection


Section "InputDevice"
	Driver 		"keyboard"
	Identifier 	"keyboard"
	Option		"XkbRules"	"xfree86"
	Option		"XkbModel" 	"pc104"
	Option		"XkbLayout" 	"de"
	Option		"XkbVariant"	"euro"
EndSection


Section "InputDevice"
	Driver 		"mouse"
	Identifier 	"mouse"
	Option		"Protocol"	"PS/2"
	Option		"Device"	"/dev/psaux"
	Option 		"Emulate3Buttons" "true"
EndSection


Section "InputDevice"
	Driver		"mouse"
	Identifier	"usbmice"
	Option		"Device" "/dev/input/mice"
	Option		"Protocol" "IMPS/2"
	Option		"ZAxisMapping" "4 5"
EndSection


Section "ServerLayout"
	Identifier	"Default layout"
	Screen		0 "Screen0" 0 0
	InputDevice	"mouse" "CorePointer"
	InputDevice	"usbmice" "SendCoreEvents"
	InputDevice	"keyboard" "CoreKeyboard"
EndSection


Section "Monitor"
    	Identifier "Generic Monitor"
    	VendorName "LIFETEC"
    	ModelName "1024x768, 70Hz"
    	HorizSync 31.5-57
    	VertRefresh 50-90
	Modeline "640x480"     25.175 640  644  740  780   480  483  485  513 #60Hz
	Modeline "800x600"     40.12  800  804  924 1052   600  601  605  616 #60Hz
    	ModeLine "1024x768" 65    1024 1032 1176 1344   768  771  777  794 -HSync -VSync
	Option "DPMS"
EndSection


Section "Screen"
    Identifier  "Screen0"
    Device	"Card0"
    Monitor	"Generic Monitor"
    DefaultDepth 16
    Subsection "Display"
	Depth	    32
	Modes "1024x768" "800x600" "640x480"
      	        Virtual 0 0
    EndSubsection
    Subsection "Display"
        Depth	    24
        Modes "1024x768" "800x600" "640x480"
                Virtual 0 0
    EndSubsection
    Subsection "Display"
        Depth	    8
        Modes "1024x768" "800x600" "640x480"
                Virtual 0 0
    EndSubsection
    Subsection "Display"
        Depth	    16
        Modes "1024x768" "800x600" "640x480"
                Virtual 0 0
    EndSubsection
EndSection

Reply to: