On 03/06/08 22:44 -0700, ron minnich wrote:
On Tue, Jun 3, 2008 at 10:04 PM, Joseph Smith joe@settoplinux.org wrote:
# Xorg -configure
long story but I did not.
Here is what I have for now.
Section "Files" EndSection
Section "InputDevice" Identifier "Generic Keyboard" Driver "kbd" Option "CoreKeyboard" Option "XkbRules" "xorg" Option "XkbModel" "pc105" Option "XkbLayout" "us" EndSection
# This section allows use of a supplementary USB mouse at any time: Section "InputDevice" Identifier "USB Mouse" Driver "mouse" Option "SendCoreEvents" "true" #Option "Device" "/dev/input/mouse2" Option "Device" "/dev/mice" Option "Protocol" "ImPS/2" Option "Emulate3Buttons" "false" Option "ZAxisMapping" "4 5" EndSection
Section "Device" Identifier "Geode" Driver "amd" Option "HWcursor" EndSection Section "Monitor" Identifier "Generic Monitor" Option "DPMS" HorizSync 28-64 VertRefresh 43-60 EndSection
Section "Screen" Identifier "Default Screen" Device "Geode" Monitor "Generic Monitor" DefaultDepth 24 SubSection "Display" Modes "1280x1024" "1024x768" EndSubSection EndSection
Section "ServerLayout" Identifier "Default Layout" Screen "Default Screen" InputDevice "Generic Keyboard" InputDevice "USB Mouse"
EndSection
Anyway, X is up, but at some point I get this ...http://pastebin.com/m800b21a
Um - thats bad. Why are you running aptitude, and what exactly is aptitude doing? That looks like memory issues to me.
Jordan