View previous topic :: View next topic |
Author |
Message |
cheungming n00b
Joined: 09 Feb 2003 Posts: 10
|
Posted: Thu Apr 03, 2003 4:26 pm Post subject: x on ultra 80? |
|
|
pls help me. i recently install gentoo on my ultra 80. now i face the problem how to config x under ultra 80. shall i use xfree86 as what i do under pc? can sb post a config step and example. or where i can find more information? i do not know which one i should choose for ultra80's mouse and keyboard. |
|
Back to top |
|
|
Blademan Developer
Joined: 05 Oct 2002 Posts: 116
|
Posted: Thu Apr 03, 2003 11:30 pm Post subject: |
|
|
Here's what I have in my XF86Config: Code: |
# **********************************************************************
# Core keyboard's InputDevice section
# **********************************************************************
Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
Option "CoreKeyboard"
Option "CoreKeyboard"
Option "XkbRules" "sun"
Option "XkbModel" "type5"
Option "XkbLayout" "us"
# **********************************************************************
# Core Pointer's InputDevice section
# **********************************************************************
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "MouseSystems"
Option "Device" "/dev/sunmouse"
|
|
|
Back to top |
|
|
|