Where to put xinitrc? (Re: [XFree86] Can't get a 7-button mouse setup correctly.)

2003-11-26 Thread Alon Weinstein
Hello all.

After running xmodmap the scrollers work fine. However -- I can't make 
xmodmap run automatically -- I've tried putting a line to run it in 
~/.xinitrc, and I still have to run it manually every time I start an X 
session -- Is there some other place I should be putting it?
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


Re: [XFree86] Can't get a 7-button mouse setup correctly.

2003-11-24 Thread Alon Weinstein
Arrgh. you were right :) I wrote Buttons 7 instead of 
Buttons 7 :)

Anywho after I set that the extra buttons behave weired -- the 
scroller doesn't scroll up/down, I guess I just need to do some 
configuration tweaking. Thanks.

David Dawes wrote:
On Sun, Nov 23, 2003 at 09:56:16PM +0200, Alon Weinstein wrote:

Hello all.

I use a Logitech MX700 optical-cordless mouse, which has 7 buttons (like 
an MS-Explorer mouse has.)
I found a few pages on the web explaining how to use those 7 buttons, 
all of which specify the following setup for the mouse's InputDevice 
section:

 Section InputDevice
   Identifier Mouse0
   Driver mouse
   Option Protocol ExplorerPS/2
   Option Device /dev/psaux
   Option ZAxisMapping 6 7
   Option Buttons 7
 EndSection
I've tried using this setup, and got the following error when I start

X:Parse error on line 101 of section InputDevice in file /etc/X11/XF86Config
   7 is not a valid keyword in this section.
(EE) Problem parsing the config file
(EE) Error parsing the config file
Line 101 is the line which specifies Option Buttons 7.


Could you send the complete config file?  This looks like a basic parsing
problem, not a problem specific to the value 7.
David
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


[XFree86] Can't get a 7-button mouse setup correctly.

2003-11-23 Thread Alon Weinstein
Hello all.

I use a Logitech MX700 optical-cordless mouse, which has 7 buttons (like 
an MS-Explorer mouse has.)
I found a few pages on the web explaining how to use those 7 buttons, 
all of which specify the following setup for the mouse's InputDevice 
section:

  Section InputDevice
Identifier Mouse0
Driver mouse
Option Protocol ExplorerPS/2
Option Device /dev/psaux
Option ZAxisMapping 6 7
Option Buttons 7
  EndSection
I've tried using this setup, and got the following error when I start

X:Parse error on line 101 of section InputDevice in file /etc/X11/XF86Config
7 is not a valid keyword in this section.
(EE) Problem parsing the config file
(EE) Error parsing the config file
Line 101 is the line which specifies Option Buttons 7.

My mouse ( keyboard) are connected via USB. I use X from CVS, version 
4.3.99.15, on RH9 (upgraded to some extent to a Fedora via 
RawHide/Fedora RPMs) and Kernel 2.6test9.

Anyway to get my X recognize 7 as a legitimate option for my mouse?

Thanks,

Alon.

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


Re: [XFree86] ATI Radeon VE (7000) config

2003-11-12 Thread Alon Weinstein
Compile X from CVS and it'll work perfectly. The Radeon driver in 4.3.0 
has poor support to dual-display Radeon 7000 cards.

Alon.

Martin Emms wrote:
Anyone managed to make the dual display feature work reliably on any ATI 
card ? I need help with my XF86Config file.
 
I have 2 screens linked to a Radeon VE (7000) card in the AGP slot, I am 
running Redhat 9 with XFree86-4.3.
 
The best I have managed is to get X running on both screens at once in 
clone mode (both screen showing the same thing). However the second 
screen goes off as soon as the mouse crosses a window (eg. xterm). To 
get this to work I had to initialise the macine to runlevel 3 then 
start X from the command line with xinit.
 
Trying to run KDE on runlevel 5, the second screen goes off as soon as X 
is initialised.
 
This is the XF86Config file I was using, there are suggestions from a 
lot of different sources in here (man pages, readme files and 
suggestions on forums) but still no joy.
 
# XFree86 4 configuration created by redhat-config-xfree86
 
Section ServerLayout
  Identifier Default Layout
  Screen  0  Screen0 0 0
  Screen  1  Screen1 RightOf Screen0
  InputDeviceMouse0 CorePointer
  InputDeviceKeyboard0 CoreKeyboard
  InputDeviceDevInputMice AlwaysCore
EndSection
 
Section Files
  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
# Load  dri
EndSection
 
Section InputDevice
  Identifier  Keyboard0
  Driver  keyboard
  Option XkbRules xfree86
  Option XkbModel pc105
  Option XkbLayout gb
EndSection
 
Section InputDevice
  Identifier  Mouse0
  Driver  mouse
  Option Protocol PS/2
  Option Device /dev/psaux
  Option ZAxisMapping 4 5
  Option Emulate3Buttons no
EndSection
 
Section InputDevice
  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
  ModelNameAOC Spectrum
  DisplaySize  320 240
  HorizSync30.0 - 95.0
  VertRefresh  50.0 - 160.0
  Option dpms
EndSection
 
Section Monitor
  Identifier   Monitor1
  VendorName   Monitor Vendor
  ModelNameDaytek DT-1770
  DisplaySize  320 240
  HorizSync30.0 - 70.0
  VertRefresh  50.0 - 150.0
  Option dpms
EndSection
 
Section Device
  Identifier  Videocard0
  Driver  radeon
  VendorName  Videocard vendor
  BoardName   ATI Radeon VE
# VideoRam65536
  BusID   PCI:1:0:0
  Option  CloneDisplay 2
EndSection
 
Section Screen
  Identifier Screen0
  Device Videocard0
  MonitorMonitor0
  DefaultDepth 16
  SubSection Display
Depth 16
Modes1024x768 800x600 640x480
  EndSubSection
EndSection
 
Section Screen
  Identifier Screen1
  Device Videocard0
  MonitorMonitor1
  DefaultDepth 16
  SubSection Display
Depth 16
Modes1024x768 800x600 640x480
  EndSubSection
EndSection
 
# Section DRI
# Group0
# Mode 0666
# EndSection
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


[XFree86] Xkb problems in latest CVS?

2003-11-07 Thread Alon Weinstein
I recently compiled X from CVS, and I'm having problems with Xkb. I use 
both Hebrew (ISO-8859-8)  English on my machine, and have the following 
options on XF86Config to switch between the groups using both-shifts:

Option  XkbRules xfree86
Option  XkbModel pc105
Option  XkbLayout us,il
Option  XkbOptions 
grp:switch,grp:shift_toggle,grp_led:scroll

After compiling  install the latest CVS I couldn't switch groups to 
Hebrew, and I noticed several keys don't work well (for example I get 
numbers from the keypad's arrows even when Numlock is off). I looked 
XF86 log and found the following lines that has anything to do with the 
keyboard:

(**) Option XkbRules xfree86
(**) XKB: rules: xfree86
(**) Option XkbModel pc105
(**) XKB: model: pc105
(**) Option XkbLayout us,il
(**) XKB: layout: us,il
(**) Option XkbOptions grp:switch,grp:shift_toggle,grp_led:scroll
(**) XKB: options: grp:switch,grp:shift_toggle,grp_led:scroll
(==) Keyboard: CustomKeycode disabled
.
.
.
(EE) Couldn't load XKB keymap, falling back to pre-XKB keymap
(II) Server_Terminate keybinding not found
I'm guessing the last two lines signal a problem? What and where should 
I look into it?
Previous compilation worked without a problem with the Hebrew/English 
keymaps.

X -version:

XFree86 Version 4.3.99.15
Release Date:  1 November 2003
X Protocol Version 11, Revision 0, Release 6.6
Build Operating System: Linux 2.6.0-test9 i686 [ELF]
Current Operating System: Linux zoidberg 2.6.0-test9 #13 Tue Oct 28 
21:51:56 IST 2003 i686
Build Date: 07 November 2003
Changelog Date: 06 November 2003
Before reporting problems, check http://www.XFree86.Org/
to make sure that you have the latest version.
Module Loader present

Kernel: 2.6.0test9 (on an AthlonXP)
Graphics card: Hercules 3D Prophet 7000 (dualhead Readon 7000), AGP
Thanks,
Alon.
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


[SOLVED] Re: [XFree86] Xkb problems in latest CVS?

2003-11-07 Thread Alon Weinstein
Found a solution, though I'm not sure *why* this happens. I tried 
running xkbprint (basically just to see if I can get some error 
messages about xkb, because I guessed that's where the problem is from 
the logs), and got a message that it couldn't load libxkbfile.so.1
locate libxkbfile.so.1 gave me nothing, and locate libxkbfile gave 
me /usr/X11R6/lib/libxkbfile.a. Looking at /usr/X11R6/lib/ I found a few 
libxkbfile.so, libxkbfile.so.1 and libxkbfile.so.1.0 -- I symlinked 
/usr/X11R6/lib/libxkbfile.so.1 to /lib, restarted X, and voila -- works.

What I don't understand is *why* that happend. Anyone?

Alon Weinstein wrote:
I recently compiled X from CVS, and I'm having problems with Xkb. I use 
both Hebrew (ISO-8859-8)  English on my machine, and have the following 
options on XF86Config to switch between the groups using both-shifts:

Option  XkbRules xfree86
Option  XkbModel pc105
Option  XkbLayout us,il
Option  XkbOptions 
grp:switch,grp:shift_toggle,grp_led:scroll

After compiling  install the latest CVS I couldn't switch groups to 
Hebrew, and I noticed several keys don't work well (for example I get 
numbers from the keypad's arrows even when Numlock is off). I looked 
XF86 log and found the following lines that has anything to do with the 
keyboard:

(**) Option XkbRules xfree86
(**) XKB: rules: xfree86
(**) Option XkbModel pc105
(**) XKB: model: pc105
(**) Option XkbLayout us,il
(**) XKB: layout: us,il
(**) Option XkbOptions grp:switch,grp:shift_toggle,grp_led:scroll
(**) XKB: options: grp:switch,grp:shift_toggle,grp_led:scroll
(==) Keyboard: CustomKeycode disabled
.
.
.
(EE) Couldn't load XKB keymap, falling back to pre-XKB keymap
(II) Server_Terminate keybinding not found
I'm guessing the last two lines signal a problem? What and where should 
I look into it?
Previous compilation worked without a problem with the Hebrew/English 
keymaps.

X -version:

XFree86 Version 4.3.99.15
Release Date:  1 November 2003
X Protocol Version 11, Revision 0, Release 6.6
Build Operating System: Linux 2.6.0-test9 i686 [ELF]
Current Operating System: Linux zoidberg 2.6.0-test9 #13 Tue Oct 28 
21:51:56 IST 2003 i686
Build Date: 07 November 2003
Changelog Date: 06 November 2003
Before reporting problems, check http://www.XFree86.Org/
to make sure that you have the latest version.
Module Loader present

Kernel: 2.6.0test9 (on an AthlonXP)
Graphics card: Hercules 3D Prophet 7000 (dualhead Readon 7000), AGP
Thanks,
Alon.
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


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


Re: [XFree86] Radeon 7000 VE dual head

2003-11-05 Thread Alon Weinstein
The problem is not with the config file, but with the Radeon driver in 
4.3.0. Get the latest  greatest XF86 from CVS and compile on your own 
and it'll work like a charm.
You can read about what I tried here: 
http://bugs.xfree86.org/show_bug.cgi?id=774 and here: 
http://marc.theaimsgroup.com/?l=xfree86m=106408003916216w=2

After compiling X from CVS and modifying the XF86Config according to 
what was suggested by the ever-helpful Alex Deucher, I got it working.

Alon.

regis rampnoux wrote:
Hi,

I am trying to configure XFree to obtain:
On my primary screen: normal display, with window manager
and my secondary as a simple display ( I plan to launch a viewer, I
don't need a window manager!)
i tried a lot of configurations what I find on mailing-lists,
website... with 2 screens, monitor, device and serverlayout
sections ... but my second monitor is always a clone of the primary.
I am in auto-detect (default) for the driver. 
Versions:
XFree86 Version 4.3.0
Release Date: 27 February 2003
X Protocol Version 11, Revision 0, Release 6.6
Build Operating System: FreeBSD 4.9 i386 [ELF] 
Build Date: 16 October 2003

if someone can sent a sample of config file...
Or may be I must to have a special config in FreeBSD?
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


[XFree86] Using TV-OUT on a Radeon-7000-based dual-head card

2003-11-04 Thread Alon Weinstein
Hello all.

After setting up my Hercules 3D Prophet to do dual-head (thanks for the
help again Alex  Co.:) ), packed with new enery to fight yet another
battle, I want to use my TV-out to see DVDs (or any other thing).
Being the optimistic I am I thought that simply plugging in the RCA
cable from the card to the TV would do the trick -- it didn't. This is
what I have so far:
1. I learned that the TV shows (tries to show) the contents of the
second CRT monitor (I have two standard VGA connectors).
2. The image shown on the TV is just a bunch of lines dancing around the
monitor.
3. I do know it's trying to show the image from the monitor since I can
things change on the TV when they change on the monitor -- for example
opening or closing a window with a white background will create or hide
a brighter section of lines on the TV
4. When I try a single-monitor XF86Config the TV is blank

5. In console mode the TV is blank

6. I've tried lowering the resolution of both screens or one of them to 
800x600 -- same thing

7. When the TV-out cable is connected, the second CRT displays badly, as 
if its cable is malfunctioning (worse colors, and some bluriness)

Some Google searching led me to a small utility name atitvout. Running 
atitvout detect gives me:
CRT is attached.
TV is attached via S-Video.

(is sais TV is attached even when it's not)

Trying to use it to actually activate the TV gives me no results or 
error messages in the form of unsupported by your card, blah blah blah.

Anyone has any leads as to where I can find relevant information, or 
what steps I need to do to make this work?

And last but not least, system info:

Redhat 9 (with many RPMs from Fedora)
Kernel: 2.6.0test9
XFree: compiled by myself, 4.3.99.14
Video-card: Hercules 3D Prophet 7000 dual-vga-head + tv-out (Radeon 
7000-based)



Thanks alot.

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


[XFree86] X crashes while in gnome screen-saver.

2003-10-17 Thread Alon Weinstein
Hello.

My X is crashing everytime my computer is idle for some time. I can 
assume it crashes during the time the gnome screen saver is on since it 
starts after i'm away for a few minutes, though i do know for sure the 
screen saver starts ok since it only crashes after a while.
Attached is my xf86 log.

I'm on RH9. This happend using both the 4.3.0 that comes with RH and the 
CVS version I compiled (4.3.99.14), with or without dual-head on a 
Hercules 3D Prophet 7000 (Radeon 7000).

Attached is my xf86 log after the crash.

Alon.
_XSERVTransSocketOpenCOTSServer: Unable to open socket for inet6
_XSERVTransOpen: transport open failed for inet6/zoidberg:0
_XSERVTransMakeAllCOTSServerListeners: failed to open listener for inet6

This is a pre-release version of XFree86, and is not supported in any
way.  Bugs may be reported to [EMAIL PROTECTED] and patches submitted
to [EMAIL PROTECTED]  Before reporting bugs in pre-release versions,
please check the latest version in the XFree86 CVS repository
(http://www.XFree86.Org/cvs).

XFree86 Version 4.3.99.14
Release Date: 10 October 2003
X Protocol Version 11, Revision 0, Release 6.6
Build Operating System: Linux 2.4.20-20.9 i686 [ELF] 
Current Operating System: Linux zoidberg 2.4.22-1.2093.nptl #1 Tue Oct 14 17:58:51 EDT 
2003 i686
Build Date: 14 October 2003
Changelog Date: 13 October 2003
Before reporting problems, check http://www.XFree86.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/XFree86.0.log, Time: Fri Oct 17 11:28:08 2003
(==) Using config file: /etc/X11/XF86Config
(==) ServerLayout XFree86 Configured
(**) |--Screen Screen0 (0)
(**) |   |--Monitor C710
(**) |   |--Device 3DProphet0
(**) |--Screen Screen1 (1)
(**) |   |--Monitor VR17
(**) |   |--Device 3DProphet1
(**) |--Input Device Keyboard0
(**) Option XkbRules xfree86
(**) XKB: rules: xfree86
(**) Option XkbModel pc105
(**) XKB: model: pc105
(**) Option XkbLayout us,il
(**) XKB: layout: us,il
(**) Option XkbOptions grp:switch,grp:shift_toggle,grp_led:scroll
(**) XKB: options: grp:switch,grp:shift_toggle,grp_led:scroll
(==) Keyboard: CustomKeycode disabled
(**) |--Input Device Mouse0
(**) FontPath set to unix/:7100
(**) RgbPath set to /usr/X11R6/lib/X11/rgb
(==) ModulePath set to /usr/X11R6/lib/modules
(**) Option Xinerama on
(**) Xinerama: enabled
(II) Open APM successful
(II) Module ABI versions:
XFree86 ANSI C Emulation: 0.2
XFree86 Video Driver: 0.7
XFree86 XInput driver : 0.4
XFree86 Server Extension : 0.2
XFree86 Font Renderer : 0.4
(II) Loader running on linux
(II) LoadModule: bitmap
(II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Module bitmap: vendor=The XFree86 Project
compiled for 4.3.99.14, module version = 1.0.0
Module class: XFree86 Font Renderer
ABI class: XFree86 Font Renderer, version 0.4
(II) Loading font Bitmap
(II) LoadModule: pcidata
(II) Loading /usr/X11R6/lib/modules/libpcidata.a
(II) Module pcidata: vendor=The XFree86 Project
compiled for 4.3.99.14, module version = 1.0.0
ABI class: XFree86 Video Driver, version 0.7
(--) using VT number 7

(II) PCI: Probing config type using method 1
(II) PCI: Config type is 1
(II) PCI: stages = 0x03, oldVal1 = 0x8000500c, mode1Res1 = 0x8000
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 1106,3189 card 1043,807f rev 80 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 1106,b198 card , rev 00 class 06,04,00 hdr 01
(II) PCI: 00:09:0: chip 10b7,1700 card 1043,80eb rev 12 class 02,00,00 hdr 00
(II) PCI: 00:0a:0: chip 10ec,8139 card 10ec,8139 rev 10 class 02,00,00 hdr 00
(II) PCI: 00:0b:0: chip 1102,0002 card 1102,0021 rev 03 class 04,01,00 hdr 80
(II) PCI: 00:0b:1: chip 1102,7002 card 1102,0020 rev 01 class 09,80,00 hdr 80
(II) PCI: 00:0d:0: chip 1033,00f2 card 1033,00ce rev 01 class 0c,00,10 hdr 00
(II) PCI: 00:0f:0: chip 1106,3149 card 1106,3149 rev 80 class 01,04,00 hdr 80
(II) PCI: 00:0f:1: chip 1106,0571 card 1043,80ed rev 06 class 01,01,8a hdr 00
(II) PCI: 00:10:0: chip 1106,3038 card 1043,80ed rev 81 class 0c,03,00 hdr 80
(II) PCI: 00:10:1: chip 1106,3038 card 1043,80ed rev 81 class 0c,03,00 hdr 80
(II) PCI: 00:10:2: chip 1106,3038 card 1043,80ed rev 81 class 0c,03,00 hdr 80
(II) PCI: 00:10:3: chip 1106,3038 card 1043,80ed rev 81 class 0c,03,00 hdr 80
(II) PCI: 00:10:4: chip 1106,3104 card 1043,80ed rev 86 class 0c,03,20 hdr 80
(II) PCI: 00:10:5: chip 1106,d104 card 1106,d104 rev 00 class 02,80,00 hdr 80
(II) PCI: 00:11:0: chip 1106,3227 card 1043,80ed rev 00 class 06,01,00 hdr 80
(II) PCI: 00:11:5: chip 1106,3059 card 1043,80b0 rev 60 class 04,01,00 hdr 00
(II) PCI: 01:00:0: chip 1002,5159 card 1681,0002 rev 00 class 03,00,00 hdr 00
(II) PCI: End of PCI scan

Re: [XFree86] Multihead card recommendations

2003-10-16 Thread Alon Weinstein
William Gallafent wrote:
ATI Radeon (but not the very newest ones). You'll need a recent
version of XFree86, ideally from the DRI tree, and then you can
the DRI tree? I checked-out CVS using cvs checkout xf -- is that OK, 
 or is there a better branch to get for Radeon dual-head cards? (though 
it *is* working for me right now, I'm wondering if I could get it to 
work better)

use the MergedFB patch for the ati driver (search xfree86
bugzilla for mergedfb) to provide acceleration on both heads. It
works very well here for me with a Radeon 9000.
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


[SOLUTION] Re: [XFree86] Setting up a Hercules 3D Prophet 7000 Dual-head]

2003-10-15 Thread Alon Weinstein
Problem solved. Adding MonitorLayout CRT,CRT to the first device 
solved the problem, and I have two monitors running.
I'm now using CVS XFree86 (4.3.99.14).

Thanks alot Alex  everyone else.

Alon.

Alex Deucher wrote:
Sorry, in the device section.  you should only need it on screen 0,
but you can try in both.
Alex



In the server-config or the device config? if on the device config --
on 
which one of them?

Alex Deucher wrote:

try the 
Option MonitorLayout CRT, CRT  
that I suggested in bugzilla.  that will force on the 2nd crtc.

Alex

---

I finally got to try the it with the latest CVS. I compiled 
installed

using default options.
Now when I start X (using the XF86Config without the Videoram lines,
as

suggested in bugs.xfree86.org), I get only one screen -- the other 
doesn't even show any life signs.
Looking at the log I see it never finds the second monitor:

(WW) RADEON(1): Only one monitor detected, Second screen will NOT be
created
The monitor is attached, and the same config did recognize the second


monitor with the 4.3.0 that comes with RH9.

Attached is the log file.

Any suggestions/pointers?

Alon.


__
Do you Yahoo!?
The New Yahoo! Shopping - with improved product search
http://shopping.yahoo.com
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


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


Re: [XFree86] Setting up a Hercules 3D Prophet 7000 Dual-head]

2003-10-14 Thread Alon Weinstein
In the server-config or the device config? if on the device config -- on 
which one of them?

Alex Deucher wrote:
try the 
Option MonitorLayout CRT, CRT  
that I suggested in bugzilla.  that will force on the 2nd crtc.

Alex

---

I finally got to try the it with the latest CVS. I compiled  installed

using default options.
Now when I start X (using the XF86Config without the Videoram lines, as
suggested in bugs.xfree86.org), I get only one screen -- the other 
doesn't even show any life signs.
Looking at the log I see it never finds the second monitor:

(WW) RADEON(1): Only one monitor detected, Second screen will NOT be
created
The monitor is attached, and the same config did recognize the second 
monitor with the 4.3.0 that comes with RH9.

Attached is the log file.

Any suggestions/pointers?

Alon.

Alex Deucher wrote:

lspci, your XF86Config, and your xfree86 log using NON-mergedfb code.


you can mention that mergedfb also doesn't work.  Also maybe a link
to

this discussion thread.

Alex 

--

I'll open a bug in bugzilla then. Can you (or anyone else) recommend
on

what data should I add in the bug-description? Outputs of lspci or
/proc/pci and stuff like that?
Alon.



__
Do you Yahoo!?
The New Yahoo! Shopping - with improved product search
http://shopping.yahoo.com
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


Re: [XFree86] Setting up a Hercules 3D Prophet 7000 Dual-head]

2003-10-13 Thread Alon Weinstein
I finally got to try the it with the latest CVS. I compiled  installed 
using default options.
Now when I start X (using the XF86Config without the Videoram lines, as 
suggested in bugs.xfree86.org), I get only one screen -- the other 
doesn't even show any life signs.
Looking at the log I see it never finds the second monitor:

(WW) RADEON(1): Only one monitor detected, Second screen will NOT be created

The monitor is attached, and the same config did recognize the second 
monitor with the 4.3.0 that comes with RH9.

Attached is the log file.

Any suggestions/pointers?

Alon.

Alex Deucher wrote:
lspci, your XF86Config, and your xfree86 log using NON-mergedfb code. 
you can mention that mergedfb also doesn't work.  Also maybe a link to
this discussion thread.

Alex 

--

I'll open a bug in bugzilla then. Can you (or anyone else) recommend on
what data should I add in the bug-description? Outputs of lspci or
/proc/pci and stuff like that?
Alon.

__
Do you Yahoo!?
The New Yahoo! Shopping - with improved product search
http://shopping.yahoo.com
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86

_XSERVTransSocketOpenCOTSServer: Unable to open socket for inet6
_XSERVTransOpen: transport open failed for inet6/zoidberg:0
_XSERVTransMakeAllCOTSServerListeners: failed to open listener for inet6

This is a pre-release version of XFree86, and is not supported in any
way.  Bugs may be reported to [EMAIL PROTECTED] and patches submitted
to [EMAIL PROTECTED]  Before reporting bugs in pre-release versions,
please check the latest version in the XFree86 CVS repository
(http://www.XFree86.Org/cvs).

XFree86 Version 4.3.99.14
Release Date: 10 October 2003
X Protocol Version 11, Revision 0, Release 6.6
Build Operating System: Linux 2.4.20-20.9 i686 [ELF] 
Current Operating System: Linux zoidberg 2.4.20-20.9 #1 Mon Aug 18 11:27:43 EDT 2003 
i686
Build Date: 14 October 2003
Changelog Date: 13 October 2003
Before reporting problems, check http://www.XFree86.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/XFree86.0.log, Time: Tue Oct 14 02:01:56 2003
(==) Using config file: /etc/X11/XF86Config
(==) ServerLayout XFree86 Configured
(**) |--Screen Screen0 (0)
(**) |   |--Monitor C710
(**) |   |--Device 3DProphet0
(**) |--Screen Screen1 (1)
(**) |   |--Monitor VR17
(**) |   |--Device 3DProphet1
(**) |--Input Device Keyboard0
(**) Option XkbRules xfree86
(**) XKB: rules: xfree86
(**) Option XkbModel pc105
(**) XKB: model: pc105
(**) Option XkbLayout us
(**) XKB: layout: us
(==) Keyboard: CustomKeycode disabled
(**) |--Input Device Mouse0
(**) FontPath set to unix/:7100
(**) RgbPath set to /usr/X11R6/lib/X11/rgb
(==) ModulePath set to /usr/X11R6/lib/modules
(**) Option Xinerama on
(**) Xinerama: enabled
(II) Open APM successful
(II) Module ABI versions:
XFree86 ANSI C Emulation: 0.2
XFree86 Video Driver: 0.7
XFree86 XInput driver : 0.4
XFree86 Server Extension : 0.2
XFree86 Font Renderer : 0.4
(II) Loader running on linux
(II) LoadModule: bitmap
(II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Module bitmap: vendor=The XFree86 Project
compiled for 4.3.99.14, module version = 1.0.0
Module class: XFree86 Font Renderer
ABI class: XFree86 Font Renderer, version 0.4
(II) Loading font Bitmap
(II) LoadModule: pcidata
(II) Loading /usr/X11R6/lib/modules/libpcidata.a
(II) Module pcidata: vendor=The XFree86 Project
compiled for 4.3.99.14, module version = 1.0.0
ABI class: XFree86 Video Driver, version 0.7
(--) using VT number 7

(II) PCI: Probing config type using method 1
(II) PCI: Config type is 1
(II) PCI: stages = 0x03, oldVal1 = 0x, mode1Res1 = 0x8000
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 1106,3189 card 1043,807f rev 80 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 1106,b198 card , rev 00 class 06,04,00 hdr 01
(II) PCI: 00:0a:0: chip 10ec,8139 card 10ec,8139 rev 10 class 02,00,00 hdr 00
(II) PCI: 00:0b:0: chip 1102,0002 card 1102,0021 rev 03 class 04,01,00 hdr 80
(II) PCI: 00:0b:1: chip 1102,7002 card 1102,0020 rev 01 class 09,80,00 hdr 80
(II) PCI: 00:0d:0: chip 1033,00f2 card 1033,00ce rev 01 class 0c,00,10 hdr 00
(II) PCI: 00:0f:0: chip 1106,3149 card 1106,3149 rev 80 class 01,04,00 hdr 80
(II) PCI: 00:0f:1: chip 1106,0571 card 1043,80ed rev 06 class 01,01,8a hdr 00
(II) PCI: 00:10:0: chip 1106,3038 card 1043,80ed rev 81 class 0c,03,00 hdr 80
(II) PCI: 00:10:1: chip 1106,3038 card 1043,80ed rev 81 class 0c,03,00 hdr 80
(II) PCI: 00:10:2: chip 1106,3038 card 1043,80ed rev 81 class 0c,03,00 hdr 80
(II) 

Re: [XFree86] 3D Prophet 4000XT - PowerVR KYRO

2003-10-07 Thread Alon Weinstein
Lollo wrote:
Is supported?
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86
I don't know what kind of support there is for this Hercuels card, but I 
*can* warn that I am having lots of problems getting a different 
Hercules card working property (3D Prophet 7000 Dual-head, based on 
Radeon 7000). No support is given from Hercules, and it seems like their 
OEM cards differ from the originals in some points which may cause problems.

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


Re: [XFree86] Setting up a Hercules 3D Prophet 7000 Dual-head]

2003-09-30 Thread Alon Weinstein
I'll open a bug in bugzilla then. Can you (or anyone else) recommend on 
what data should I add in the bug-description? Outputs of lspci or 
/proc/pci and stuff like that?

Alon.

Alex Deucher wrote:
I'm starting to think this may be a issue with the way your card is
wired.  it may be that hercules wired the DACs or outputs in a weird
way that is preventing dualhead from working 'normally.'  if you have
no luck going forward, you may want to open a bug on xfree86 bugzilla
(http://bugs.xfree86.org).  Since mergedfb and 'regular' dual head
program the crtcs the same way, if one doesn't work, it stands to
reason neither will work.
Alex

---

Alex Deucher wrote:

hmmm...binaries should work.  the URL for patches and binaries is:
http://bugs.xfree86.org/show_bug.cgi?id=276


Yeah, those are the one I'm using.


are you using the CVS (xfree86 or DRI) or 4.3 binaries?  if you are
using the DRI binaries, you might need to update your 3D driver as
well.  I don't have a 3D driver binary posted at the moment.


Dunno about that...


Also, as I said last time, did you ever get non-mergedfb dualhead
working?  you might try and see if you can get that sorted out. 
those

code paths have been around longer and are better tested than
mergedfb.

if you can't get that going, then you may have a problem with your
card, or perhaps you've found a bug in the driver.  Some OEM cards
are

wired oddly and you may be running into a bug regarding that.


No, never got non-mergedfb dualhead to work, that's why I turned to 
mergedfb in the first place.
If this is in fact a bug of some kind, where/who should I point it out 
to, and what info should I specify?


You can build from source if you like.  that may solve the problem,
although all my binaries are built on rh9.  if you want to build from
source just checkout either the DRI or xfree86 CVS tree, then apply
my

patch in the radeon driver directory
(xc/programs/Xserver/hw/xfree86/drivers/ati), then build.


I did a full checkout of the Xf86 CVS, and I'll try to compile with
your 
patches.

I'll post my results when I have them, though I'm starting to accept
the 
fact that I may have chosen the wrong card :)

Thanks for the help,

Alon.

__
Do you Yahoo!?
The New Yahoo! Shopping - with improved product search
http://shopping.yahoo.com
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


Re: [XFree86] Setting up a Hercules 3D Prophet 7000 Dual-head]

2003-09-29 Thread Alon Weinstein
Alex Deucher wrote:
hmmm...binaries should work.  the URL for patches and binaries is:
http://bugs.xfree86.org/show_bug.cgi?id=276
Yeah, those are the one I'm using.

are you using the CVS (xfree86 or DRI) or 4.3 binaries?  if you are
using the DRI binaries, you might need to update your 3D driver as
well.  I don't have a 3D driver binary posted at the moment.
Dunno about that...

Also, as I said last time, did you ever get non-mergedfb dualhead
working?  you might try and see if you can get that sorted out.  those
code paths have been around longer and are better tested than mergedfb.
 if you can't get that going, then you may have a problem with your
card, or perhaps you've found a bug in the driver.  Some OEM cards are
wired oddly and you may be running into a bug regarding that.
No, never got non-mergedfb dualhead to work, that's why I turned to 
mergedfb in the first place.
If this is in fact a bug of some kind, where/who should I point it out 
to, and what info should I specify?

You can build from source if you like.  that may solve the problem,
although all my binaries are built on rh9.  if you want to build from
source just checkout either the DRI or xfree86 CVS tree, then apply my
patch in the radeon driver directory
(xc/programs/Xserver/hw/xfree86/drivers/ati), then build.
I did a full checkout of the Xf86 CVS, and I'll try to compile with your 
patches.

I'll post my results when I have them, though I'm starting to accept the 
fact that I may have chosen the wrong card :)

Thanks for the help,

Alon.

Alex

---

Alex Deucher wrote:

Your log looks fine.  Direct rendering seems to be enabled.  Whether
or

not DRI gets enabled shouldn't have anything to do with MergedFB.

try removing:
   Option  AGPMode 4
and:
   Viewport  0 0


Tried removing them, same situation.


from your config.

What patch did you use? also, what version of xfree86 did you patch? 
were their any rejects?


No patch, took the binaries.


Also did you ever get non-mergedfb dualhead working with stock 4.3 or
CVS?  If that works then mergedfb should work.


I'm using 4.3 from RH9.
Do you think compiling from CVS should work better? If yes -- should I 
checkout the CVS, then patch, and then compile? If so -- could you
write 
down the URL for the mergedfb patch again?

Thanks.

Alon.

__
Do you Yahoo!?
The New Yahoo! Shopping - with improved product search
http://shopping.yahoo.com
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


Re: [XFree86] Setting up a Hercules 3D Prophet 7000 Dual-head]

2003-09-26 Thread Alon Weinstein
Well, MonitorLayout didn't change anything. I think the problem is due 
to the agpgart.o module not loading. Apperently there's a problem with 
KT400/600 AGP and agpgart.o -- the mainboard uses AGP 3.0, and agpgart.o 
doesn't support it in this version.

Does anyone know in which kernel version agpgart.o supports KT400 AGP 
correctly?

Alex Deucher wrote:
your log looks fine.  the only thing I see is that direct rendering is
disable because AGP is not available.  you probably need to make sure
the apggart kernel module is loaded.  I load the agpgart.o and radeon.o
kernel modules in my rc.local script.
in regards to the weird behavior, you might also want to disable
fastwrites.
The behavior you are seeing when you switch modes (ctrl-alt-+) is
expected.  you are swithing between a side by side mode
(1024x768-1024x768) and a clone mode (1024x768).  in the clone mode the
both viewports look into the same part of the framebuffer.
you can try adding:

Option MonitorLayout CRT, CRT 

if you are using two CRT monitors.  if you are using a DVI flatpanel
and a CRT then try:
Option MonitorLayout TDMS, CRT

you can also try changing CRT2Position from LeftOf to RightOf
it shouldn't make a difference, but it's worth a shot.


-

Alex Deucher wrote:

remove these lines from your config:

   Option  CloneDisplay 0
   Screen  0
   Option  EnablePageFlip true


Removed them, didn't change anything. I did notice something though -- 
when I start gnome on X, I get the same image on both screens and when
I 
moved the cursor out of the visible screen area it's lost (the cursor) 
on both screen. If I do Ctrl-Alt-+ to change resolution then when I
move 
the cursor out of the visible area the screen moves to the side as I 
move the cursor, like it is using a higher resolution that it can't
show 
on the monitor.


if that doesn't work send your xfree86 log.



XFree86 log is attached. I tried figuring out what was going there, but

it meant nothing to me.

Thanks for your help.

Alon.



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


Re: [XFree86] Setting up a Hercules 3D Prophet 7000 Dual-head]

2003-09-26 Thread Alon Weinstein
Moving on... I install kernel 2.6-test5, which is supposed to have 
better via-agp support.
Now when I start X the second monitor simply stays black. However -- 
it's power-led is lit, which means some information is moving from the 
computer to the monitor (in console mode the second monitor's power-led 
is off, as in stand-by mode).

Attached is my current XFree86 log. I manually made sure that the radeon 
module and the via_agp module are loaded.

Any thoughts?

Alon Weinstein wrote:
Well, MonitorLayout didn't change anything. I think the problem is due 
to the agpgart.o module not loading. Apperently there's a problem with 
KT400/600 AGP and agpgart.o -- the mainboard uses AGP 3.0, and agpgart.o 
doesn't support it in this version.

Does anyone know in which kernel version agpgart.o supports KT400 AGP 
correctly?

Alex Deucher wrote:

your log looks fine.  the only thing I see is that direct rendering is
disable because AGP is not available.  you probably need to make sure
the apggart kernel module is loaded.  I load the agpgart.o and radeon.o
kernel modules in my rc.local script.
in regards to the weird behavior, you might also want to disable
fastwrites.
The behavior you are seeing when you switch modes (ctrl-alt-+) is
expected.  you are swithing between a side by side mode
(1024x768-1024x768) and a clone mode (1024x768).  in the clone mode the
both viewports look into the same part of the framebuffer.
you can try adding:

Option MonitorLayout CRT, CRT
if you are using two CRT monitors.  if you are using a DVI flatpanel
and a CRT then try:
Option MonitorLayout TDMS, CRT

you can also try changing CRT2Position from LeftOf to RightOf
it shouldn't make a difference, but it's worth a shot.


-

Alex Deucher wrote:

remove these lines from your config:

   Option  CloneDisplay 0
   Screen  0
   Option  EnablePageFlip true


Removed them, didn't change anything. I did notice something though -- 
when I start gnome on X, I get the same image on both screens and when
I moved the cursor out of the visible screen area it's lost (the 
cursor) on both screen. If I do Ctrl-Alt-+ to change resolution then 
when I
move the cursor out of the visible area the screen moves to the side 
as I move the cursor, like it is using a higher resolution that it can't
show on the monitor.


if that doesn't work send your xfree86 log.



XFree86 log is attached. I tried figuring out what was going there, but

it meant nothing to me.

Thanks for your help.

Alon.



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.6.0-test5 ([EMAIL PROTECTED]) (gcc version 3.2.2 20030222 
(Red Hat Linux 3.2.2-5)) #5 Fri Sep 26 15:10:25 IDT 2003 
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/XFree86.0.log, Time: Fri Sep 26 15:18:44 2003
(==) Using config file: /etc/X11/XF86Config
(==) ServerLayout XFree86 Configured
(**) |--Screen Screen0 (0)
(**) |   |--Monitor Monitor0
(**) |   |--Device Card0
(**) |--Input Device Mouse0
(**) |--Input Device Keyboard0
(**) Option XkbRules xfree86
(**) XKB: rules: xfree86
(**) Option XkbModel pc105
(**) XKB: model: pc105
(**) Option XkbLayout us,il
(**) XKB: layout: us,il
(**) Option XkbOptions grp:switch,grp:shift_toggle,grp_led:scroll
(**) XKB: options: grp:switch,grp:shift_toggle,grp_led:scroll
(==) Keyboard: CustomKeycode disabled
(WW) `fonts.dir' not found (or not valid) in /usr/X11R6/lib/X11/fonts/CID/.
Entry deleted from font path.
(Run 'mkfontdir' on /usr/X11R6/lib/X11/fonts/CID/).
(**) FontPath set to 
/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/Speedo/,/usr/X11R6/lib/X11/fonts/Type1/,/usr/X11R6/lib/X11/fonts/75dpi/,/usr/X11R6/lib/X11/fonts/100dpi/,unix/:7100
(**) RgbPath set to /usr/X11R6/lib/X11/rgb
(**) ModulePath set to /usr/X11R6/lib/modules
(--) using VT number 7

(II) Open APM successful
(II) Module ABI versions:
XFree86 ANSI C Emulation: 0.2
XFree86 Video Driver: 0.6
XFree86 XInput driver : 0.4
XFree86 Server Extension : 0.2
XFree86 Font Renderer : 0.4
(II) Loader running on linux
(II) LoadModule: bitmap
(II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Module bitmap: vendor=The XFree86 Project
compiled for 4.3.0, module version = 1.0.0
Module class: XFree86 Font Renderer
ABI class: XFree86 Font Renderer, version 0.4
(II) Loading font Bitmap
(II) LoadModule: pcidata
(II) Loading /usr/X11R6/lib/modules

Re: [XFree86] Setting up a Hercules 3D Prophet 7000 Dual-head]

2003-09-26 Thread Alon Weinstein
Alex Deucher wrote:
Your log looks fine.  Direct rendering seems to be enabled.  Whether or
not DRI gets enabled shouldn't have anything to do with MergedFB.
try removing:
Option  AGPMode 4
and:
Viewport  0 0
Tried removing them, same situation.

from your config.

What patch did you use? also, what version of xfree86 did you patch? 
were their any rejects?
No patch, took the binaries.

Also did you ever get non-mergedfb dualhead working with stock 4.3 or
CVS?  If that works then mergedfb should work.
I'm using 4.3 from RH9.
Do you think compiling from CVS should work better? If yes -- should I 
checkout the CVS, then patch, and then compile? If so -- could you write 
down the URL for the mergedfb patch again?

Thanks.

Alon.

Alex

---

Moving on... I install kernel 2.6-test5, which is supposed to have 
better via-agp support.
Now when I start X the second monitor simply stays black. However -- 
it's power-led is lit, which means some information is moving from the 
computer to the monitor (in console mode the second monitor's power-led

is off, as in stand-by mode).

Attached is my current XFree86 log. I manually made sure that the
radeon 
module and the via_agp module are loaded.

Any thoughts?

Alon Weinstein wrote:

Well, MonitorLayout didn't change anything. I think the problem is
due 

to the agpgart.o module not loading. Apperently there's a problem
with 

KT400/600 AGP and agpgart.o -- the mainboard uses AGP 3.0, and
agpgart.o 

doesn't support it in this version.

Does anyone know in which kernel version agpgart.o supports KT400 AGP


correctly?

Alex Deucher wrote:


your log looks fine.  the only thing I see is that direct rendering
is

disable because AGP is not available.  you probably need to make
sure

the apggart kernel module is loaded.  I load the agpgart.o and
radeon.o

kernel modules in my rc.local script.

in regards to the weird behavior, you might also want to disable
fastwrites.
The behavior you are seeing when you switch modes (ctrl-alt-+) is
expected.  you are swithing between a side by side mode
(1024x768-1024x768) and a clone mode (1024x768).  in the clone mode
the

both viewports look into the same part of the framebuffer.

you can try adding:

Option MonitorLayout CRT, CRT
if you are using two CRT monitors.  if you are using a DVI flatpanel
and a CRT then try:
Option MonitorLayout TDMS, CRT

you can also try changing CRT2Position from LeftOf to RightOf
it shouldn't make a difference, but it's worth a shot.


-


__
Do you Yahoo!?
The New Yahoo! Shopping - with improved product search
http://shopping.yahoo.com
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


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


[XFree86] Setting up a Hercules 3D Prophet 7000 Dual-head (=dual-VGA Radeon 7000)

2003-09-20 Thread Alon Weinstein
Hello all.

I'm trying to set up a dual-head configuration on RH9 with a Hercules 3D Prophet 7000 
Dual-head (that's two VGA connectors) card, which is a Radeon 7000 with two VGA 
connectors.
I've searched Google  newsgroups, but have yet to find a working solution. The best I 
was able to achive was having both displays showing the same thing.
I'd be happy to get Xinerama working, though I'd be satisfied with simply setting up 
the card correctly and running a seperate X server on each of the two display.
Does anyone has a Radeon 7000 (or 3D Prophet 7000, or any other Radeon-7000 based card 
with 2 VGA heads) with two VGA heads working and can share his/hers XF86Config file?

Thanks,

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