I've got this lovely LX framebuffer but am a little unclear on how to set up my X11 config.
any hints welcome. I know that newer Xorg just sorta "gets it right" but my ubuntu appears not to be that new.
ron
-----Original Message----- From: coreboot-bounces@coreboot.org [mailto:coreboot-bounces@coreboot.org] On Behalf Of ron minnich Sent: Tuesday, June 03, 2008 11:52 PM To: Coreboot Subject: [coreboot] Xorg.conf for LX
I've got this lovely LX framebuffer but am a little unclear on how to set up my X11 config.
any hints welcome. I know that newer Xorg just sorta "gets it right" but my ubuntu appears not to be that new.
Did you try:
# Xorg -configure
Thanks, Joseph Smith Set-Top-Linux www.settoplinux.org
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
ron
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
On 03/06/08 20:52 -0700, ron minnich wrote:
I've got this lovely LX framebuffer but am a little unclear on how to set up my X11 config.
any hints welcome. I know that newer Xorg just sorta "gets it right" but my ubuntu appears not to be that new.
In fact, current Ubuntu does an awesome job of getting it wrong. Martin-Eric is working hard trying to resolve that.
Run Xorg -configure from the command line, it will make you a valid xorg.conf you can use.
Jordan