[XFree86] Error report

2003-04-01 Thread Jin Park
Hello-
I just upgraded my system from RedHat 8 to RedHat 9, and
when I use Rotate option, it fails.. and the system
uses default(without Rotate option) and it works fine.
I didnt have any problem using Rotate option on RedHat 8.
Here's error report(oh, i also upgraded XFree86 to the latest version)

 
XFree86 Version 4.3.0 (Red Hat Linux release: 4.3.0-2)
Release Date: 27 February 2003
X Protocol Version 11, Revision 0, Release 6.6
Build Operating System: Linux 2.4.20-3bigmem i686 [ELF]
Build Date: 27 February 2003
Build Host: porky.devel.redhat.com
  
Before reporting problems, check http://www.XFree86.Org/
to make sure that you have the latest version.
Module Loader present
OS Kernel: Linux version 2.4.20-8 ([EMAIL PROTECTED])
(gcc versio
n 3.2.2 20030222 (Red Hat Linux 3.2.2-5)) #1 Thu Mar 13 17:54:28 EST
2003
Markers: (--) probed, (**) from config file, (==) default setting,
 (++) from command line, (!!) notice, (II) informational,
 (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(++) Log file: "/dev/null", Time: Wed Apr  2 01:31:58 2003
(++) Using config file: "[EMAIL PROTECTED]"
 
   *** If unresolved symbols were reported above, they might not
   *** be the reason for the server aborting.
 
Fatal server error:
Caught signal 11.  Server aborting
 
 
When reporting a problem related to a server crash, please send
the full server output, not just the last messages.
This can be found in the log file "/dev/null".
Please report problems to [EMAIL PROTECTED]
 

------
/dev/null is empty.

-- 
Jin Park <[EMAIL PROTECTED]>

___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


[XFree86] Rotate option

2003-04-04 Thread Jin Park
Hello-
I'm pretty sure this has something to do with XFree86.

Im using RedHat 9 with XF 4.3.0.
I have nVidia GeForce 2 MX200 so I'm using
device driver, "nv"

Now, I disabled RandR to use Rotate option.
When I put Rotate CCW option, it does rotate
my monitor-
However, when I drag my mouse to the bottom
of the screen, screen flicks a few times, and
goes to the Login screen of RedHat..
Even on the login screen when I move my mouse
to the bottom of the screen, it reloads the
login screen.

Any idea why?
Here's my XF86Config:
# XFree86 4 configuration created by
redhat-config-xfree86
 
Section "ServerLayout"
Identifier "Default Layout"
Screen  0  "Screen0" 0 0
InputDevice"Mouse0" "CorePointer"
InputDevice"Keyboard0" "CoreKeyboard"
EndSection
 
Section "Files"
 
# RgbPath is the location of the RGB database.  Note,
this is the name of the
# file minus the extension (like ".txt" or ".db"). 
There is normally
# no need to change the default.
# Multiple FontPath entries are allowed (they are
concatenated together)
# By default, Red Hat 6.0 and later now use a font
server independent of
# the X server to render fonts.
RgbPath  "/usr/X11R6/lib/X11/rgb"
FontPath "unix/:7100"
EndSection
 
Section "Module"
Load  "dbe"
Load  "extmod"
Load  "fbdevhw"
Load  "glx"
Load  "record"
Load  "freetype"
Load  "type1"
EndSection
 
Section "ServerFlags"
Option  "RandR" "0"
EndSection
 
Section "InputDevice"
 
# Specify which keyboard LEDs can be user-controlled
(eg, with xset(1))
#   Option  "Xleds" "1 2 3"
# To disable the XKEYBOARD extension, uncomment
XkbDisable.
#   Option  "XkbDisable"
# To customise the XKB settings to suit your keyboard,
modify the
# lines below (which are the defaults).  For example,
for a non-U.S.
# keyboard, you will probably want to use:
#   Option  "XkbModel"  "pc102"
# If you have a US Microsoft Natural keyboard, you can
use:
#   Option  "XkbModel"  "microsoft"
#
# Then to change the language, change the Layout
setting.
# For example, a german layout can be obtained with:
#   Option  "XkbLayout" "de"
# or:
#   Option  "XkbLayout" "de"
#   Option  "XkbVariant""nodeadkeys"
#
# If you'd like to switch the positions of your
capslock and
# control keys, use:
#   Option  "XkbOptions""ctrl:swapcaps"
# Or if you just want both to be control, use:
#   Option  "XkbOptions""ctrl:nocaps"
#
Identifier  "Keyboard0"
Driver  "keyboard"
Option  "XkbRules" "xfree86"
Option  "XkbModel" "pc105"
Option  "XkbLayout" "us"
EndSection
 
Section "InputDevice"
Identifier  "Mouse0"
Driver  "mouse"
Option  "Protocol" "IMPS/2"
Option  "Device" "/dev/input/mice"
Option  "ZAxisMapping" "4 5"
Option  "Emulate3Buttons" "no"
EndSection
 
Section "InputDevice"
 
# If the normal CorePointer mouse is not a USB mouse
then
# this input device can be used in AlwaysCore mode to
let you
# also use USB mice at the same time.
Identifier  "DevInputMice"
Driver  "mouse"
Option  "Protocol" "IMPS/2"
Option  "Device" "/dev/input/mice"
Option  "ZAxisMapping" "4 5"
Option  "Emulate3Buttons" "no"
EndSection
 
Section "Monitor"
Identifier   "Monitor0"
VendorName   "Monitor Vendor"
ModelName"SyncMaster"
DisplaySize  340270
HorizSync30.0 - 81.0
VertRefresh  56.0 - 85.0
Option  "dpms"
EndSection
 
Section "Device"
Identifier  "Videocard0"
Driver  "nv"
VendorName  "Videocard vendor"
BoardName   "NVIDIA GeForce 2 MX (generic)"
EndSection
 
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor"Monitor0"
DefaultDepth 16
SubSection "Display"
Depth 16
Modes"1280x1024" "1280x960"
"1152x864" "1024x768" "800x600"
"640x480"
EndSubSection
EndSection
 
Section "DRI"
Group0
Mode 0666
EndSection


__
Do you Yahoo!?
Yahoo! Tax Center - File online, calculators, forms, and more
http://tax.yahoo.com
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86