Hello!
Please reopen this bug, I have similar problems wih this driver.
My card is S3 Trio3D/2X
Here's my $(startx):
-------
xauth: creating new authority file /home/luh/.serverauth.18832
X Window System Version 7.1.1
Release Date: 12 May 2006
X Protocol Version 11, Revision 0, Release 7.1.1
Build Operating System: UNKNOWN
Current Operating System: Linux old 2.6.18-3-686 #1 SMP Mon Dec 4
16:41:14 UTC 2006 i686
Build Date: 04 April 2007
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Tue May 8 21:15:43 2007
(==) Using config file: "/etc/X11/xorg.conf"
(EE) Failed to load module "speedo" (module does not exist, 0)
(EE) Failed to initialize GLX extension (NVIDIA X driver not found)
xkb_keycodes { include "xfree86+aliases(qwerty)" };
xkb_types { include "complete" };
xkb_compatibility { include
"complete+ledcaps(group_lock)+ledcaps(group_lock)" };
xkb_symbols { include
"pc(pc105)+us+ru(winkeys):2+group(caps_toggle)" };
xkb_geometry { include "pc(pc101)" };
X Error of failed request: BadMatch (invalid parameter attributes)
Major opcode of failed request: 153 (RANDR)
Minor opcode of failed request: 2 (RRSetScreenConfig)
Serial number of failed request: 12
Current serial number in output stream: 12
xauth: creating new authority file /home/luh/.serverauth.18832
X Window System Version 7.1.1
Release Date: 12 May 2006
X Protocol Version 11, Revision 0, Release 7.1.1
Build Operating System: UNKNOWN
Current Operating System: Linux old 2.6.18-3-686 #1 SMP Mon Dec 4
16:41:14 UTC 2006 i686
Build Date: 04 April 2007
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Tue May 8 21:15:43 2007
(==) Using config file: "/etc/X11/xorg.conf"
(EE) Failed to load module "speedo" (module does not exist, 0)
(EE) Failed to initialize GLX extension (NVIDIA X driver not found)
xkb_keycodes { include "xfree86+aliases(qwerty)" };
xkb_types { include "complete" };
xkb_compatibility { include
"complete+ledcaps(group_lock)+ledcaps(group_lock)" };
xkb_symbols { include
"pc(pc105)+us+ru(winkeys):2+group(caps_toggle)" };
xkb_geometry { include "pc(pc101)" };
X Error of failed request: BadMatch (invalid parameter attributes)
Major opcode of failed request: 153 (RANDR)
Minor opcode of failed request: 2 (RRSetScreenConfig)
Serial number of failed request: 12
Current serial number in output stream: 12
-----
last 5 lines are the result of running xrandr -o left command.
here's xorg.conf:
-----
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 1.0 ([EMAIL PROTECTED]) Fri Dec 30 21:53:37 PST
2005
# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen" 0 0
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection
Section "Files"
# path to defoma fonts
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/X11R6/lib/X11/fonts/misc"
FontPath "/usr/share/fonts/X11/cyrillic"
FontPath "/usr/X11R6/lib/X11/fonts/cyrillic"
FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/X11R6/lib/X11/fonts/Type1"
FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi"
FontPath "/usr/share/fonts/X11/75dpi"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection
Section "Module"
Load "bitmap"
Load "dbe"
Load "ddc"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "record"
Load "speedo"
Load "type1"
Load "vbe"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc101"
Option "XkbLayout" "us,ru(winkeys)"
Option "XkbOptions" "grp:caps_toggle, grp_led:caps"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/psaux"
Option "Protocol" "IMPS/2"
Option "ZAxisMapping" "4 5"
Option "Buttons" "5"
EndSection
Section "Monitor"
Identifier "SyncMaster"
Option "DPMS"
EndSection
Section "Device"
Identifier "nVidia Corporation NVIDIA 0110 [GeForce2 MX/MX 400]"
Driver "s3virge"
Option "RandRRotation" "on"
Option "Rotate" "CCW"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "nVidia Corporation NVIDIA 0110 [GeForce2 MX/MX 400]"
Monitor "SyncMaster"
DefaultDepth 24
#SubSection "Display"
# Depth 1
# Modes "1024x768" "800x600" "640x480"
#EndSubSection
#SubSection "Display"
# Depth 4
# Modes "1024x768" "800x600" "640x480"
#EndSubSection
#SubSection "Display"
# Depth 8
# Modes "1024x768" "800x600" "640x480"
#EndSubSection
#SubSection "Display"
# Depth 15
# Modes "1024x768" "800x600" "640x480"
#EndSubSection
#SubSection "Display"
# Depth 16
# Modes "1024x768" "800x600" "640x480"
#EndSubSection
SubSection "Display"
Depth 24
Modes "768x1024" "1024x768"
#"800x600" "640x480"
EndSubSection
EndSection
---
it rejects 768x1024 mode and runs 1024x768, but
rotates the screen. So, the bottom 256 lines are not used but
there are 256 cols to the right of the screen that are not viewable but
are used by apps.
Also rendering is very buggy: pieces of one windows are drawn inside
the others, random lines and colors etc.
Thanks,
Alexey Bashtanov
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]