Well, here is my xorg.conf contents:
Section "Files"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "stylus"
Option "Device" "/dev/input/wacom"
Option "Type" "stylus"
Option "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "eraser"
Option "Device" "/dev/input/wacom"
Option "Type" "eraser"
Option "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "cursor"
Option "Device" "/dev/input/wacom"
Option "Type" "cursor"
Option "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection
Section "Device"
Identifier "ATI Technologies Inc R480 [Radeon X850XT Platinum
(PCIE)]"
Driver "fglrx"
Busid "PCI:8:0:0"
Option "UseFBDev" "true"
EndSection
Section "Monitor"
Identifier "DELL 2407WFP"
Option "DPMS"
Horizsync 30-75
Vertrefresh 30-60
EndSection
Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies Inc R480 [Radeon X850XT Platinum
(PCIE)]"
Monitor "DELL 2407WFP"
Defaultdepth 24
SubSection "Display"
Modes "1920x1200" "1600x1200" "1280x1024"
"1152x864" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
screen "Default Screen"
Inputdevice "Generic Keyboard"
Inputdevice "Configured Mouse"
Inputdevice "stylus" "SendCoreEvents"
Inputdevice "cursor" "SendCoreEvents"
Inputdevice "eraser" "SendCoreEvents"
EndSection
Section "Module"
Load "glx"
EndSection
Section "Extensions"
Option "Composite" "0"
EndSection
Which brings me to a question. the "wacom" device under input devices, it
says for tablet pc's only, but I don't have a tablet PC. Could that be
causing some problems? I've never even seen "wacom" before now. I'll try
switching to console mode and start taking out all the bling and let you
know what happens.
--
[gusty] Restart doesn't restart and blank screen in text mode
https://bugs.launchpad.net/bugs/131732
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs