Re: autotooling xrandr

2003-08-14 Thread David Dawes
On Tue, Aug 12, 2003 at 03:36:09AM -0500, Warren Turkal wrote: As an excercise, I autotooled xrandr. It was easy for xrandr, and I expect it would be easy for a number of other small utility programs in the X distribution. The source for this experiment is located at

Re: what parts of fb driver are used when Option USeFBDev is specififed?

2003-08-14 Thread Sven Luther
On Tue, Aug 12, 2003 at 01:26:11PM -0500, Andreakis, Dean (MED) wrote: From a functionality point of view, what is the difference between using Option UseFBDev and using the fb device driver directly via Driver fbdev in XF86Config? Specifically, in the case where I specify Driver radeon

Re: pls help a newbie:how XFree86 wrap functions in libc

2003-08-14 Thread Bryan W. Headley
Rafa³ Rzepecki wrote: On Tuesday 12 of August 2003 16:53, Bryan W. Headley wrote: I'm working on mouse.c personally, trying to add cordless mouse status reporting and some cordless-specific runtime control, such as RF channel switching. Unfortunately the only way I've found to communicate with

patch for ia64 page size

2003-08-14 Thread Warren Turkal
Here is a patch for page size problems on ia64 and radeon. Patch by Chris Ahna: Fixes critical page size problems on ia64 architecture. See following URL for details: https://external-lists.valinux.com/archives/linux-ia64/2001-August/002037.html Comment by [EMAIL PROTECTED]: This probably

Re: autotooling xrandr

2003-08-14 Thread Aidan Kehoe
Ar an 12ú lá de mí 8, scríobh Harold L Hunt II : However, I wouldn't expect a lot of interest from others, as this gets mentioned every so often but the person suggesting it often gives up after they realize how large of a job it is. I would venture to say too that since the build system

Re: sparc pci patch

2003-08-14 Thread Warren Turkal
Egbert Eich wrote: Please put your patches into the bugzilla: http://bugs.xfree86.org Here they are likely to get lost. Egbert. Thanks, I hope the developers pay attention to the bugzilla. Warren Turkal -- Treasurer, GOLUM, Inc. http://www.golum.org

Re: patch for ia64 page size

2003-08-14 Thread Jakub Jelinek
On Sun, Aug 10, 2003 at 07:06:58PM -0500, Warren Turkal wrote: @@ -1003,6 +993,8 @@ break; } +r128_drm_page_size = getpagesize(); + sysconf (_SC_PAGESIZE) is the standardized way of querying page size. Jakub ___ Devel

Re: patch for ia64 page size

2003-08-14 Thread David Dawes
On Sun, Aug 10, 2003 at 07:06:58PM -0500, Warren Turkal wrote: Here is a patch for page size problems on ia64 and radeon. At least some of the patches you're sending (this one in particular) have been previously submitted and reviewed. Specifically, this patch makes no actual change for ia64,

Re: patch for ia64 page size

2003-08-14 Thread Warren Turkal
Jakub Jelinek wrote: On Sun, Aug 10, 2003 at 07:06:58PM -0500, Warren Turkal wrote: @@ -1003,6 +993,8 @@ break; } +r128_drm_page_size = getpagesize(); + sysconf (_SC_PAGESIZE) is the standardized way of querying page size. Jakub I didn't write this patch. Are you

Re: Xrender transforms...

2003-08-14 Thread The Rasterman
On Sun, 10 Aug 2003 14:07:16 -0700 (PDT) Mark Vojkovich [EMAIL PROTECTED] (Bbabbled: (B (B On Sun, 10 Aug 2003, Carsten Haitzler wrote: (B (B On Sun, 10 Aug 2003 05:59:54 +0100 Alan Hourihane (B [EMAIL PROTECTED] babbled: (B (B On Sun, Aug 10, 2003 at 02:27:13PM +1000, Carsten

Re: Fix for Xlib with ipv6 support on ipv4 only systems

2003-08-14 Thread Mark Vojkovich
On Fri, 8 Aug 2003, Egbert Eich wrote: Mark Vojkovich writes: Out of curiosity. Is the ipv6 supposed to be working properly now? Last time I updated, I noticed that remote operation was broken. That is, Xlib was unable to connect to a remote system (I assume it didn't work with

Re: Fix for Xlib with ipv6 support on ipv4 only systems

2003-08-14 Thread Mark Vojkovich
Out of curiosity. Is the ipv6 supposed to be working properly now? Last time I updated, I noticed that remote operation was broken. That is, Xlib was unable to connect to a remote system (I assume it didn't work with internet sockets anymore, but unix domain sockets still worked).

Re: [Linux-fbdev-devel] Re: [Dri-devel] Rage128 and Radeon patches

2003-08-14 Thread Steven Newbury
On Thu, 2003-08-14 at 19:06, Alex Deucher wrote: I haven't tried multiple radeon cards, but I seem to recall several people having this problem right around when 4.3.0 was released. I don't think a proper fix ever went in and I think the issue was to be revisited later. I don't know if it's

Re: [Linux-fbdev-devel] Re: [Dri-devel] Rage128 and Radeon patches

2003-08-14 Thread Alex Deucher
I haven't tried multiple radeon cards, but I seem to recall several people having this problem right around when 4.3.0 was released. I don't think a proper fix ever went in and I think the issue was to be revisited later. I don't know if it's needed anymore or not. Alex --- Jon Smirl [EMAIL

Re: [Linux-fbdev-devel] Re: [Dri-devel] Rage128 and Radeon patches

2003-08-14 Thread Jon Smirl
--- Alex Deucher [EMAIL PROTECTED] wrote: 2) access ROM directly instead of relying on copy in low RAM. This allows multiple cards. Required MPP_TB_CONFIG fix in driver. Is this patch necessary for xfree86? It may address some of the issues in the email threads I sent out yesterday

Re: [Fonts] Problem of Xft2

2003-08-14 Thread Chisato Yamauchi
From: Pablo Saratxaga [EMAIL PROTECTED] Subject: Re: [Fonts] Problem of Xft2 Date: Fri, 8 Aug 2003 18:32:34 +0200 The right and wrong of a toolkit become clear when using Xft2. For me, Qt is the only choice when using Xft2. So I do I feel exactly the opposite: as Qt doesn't have

[Fonts] Re: After-XTT's extension of the encoding field.

2003-08-14 Thread Jungshik Shin
On Thu, 7 Aug 2003, Mike FABIAN wrote: Jungshik Shin [EMAIL PROTECTED] : On Sat, 2 Aug 2003, Chisato Yamauchi wrote: Have you seen CJK's *TYPICAL* fonts.dir of TrueType fonts? It is following: Not many people would be fond of tweaking fonts.dir/scale files these days :-) It

Re: [Fonts] Re: Problem of Xft2

2003-08-14 Thread Jungshik Shin
On Sat, 9 Aug 2003, Jungshik Shin wrote: On Fri, 8 Aug 2003, Pablo Saratxaga wrote: That being said, it would be nice to have the ability to do user-configuration of glyph substitutions in gtk2; eg telling that when a given font is choosen, then characters of range 0x00-0xff should

Re: [Fonts] After-XTT's extension of the encoding field.

2003-08-14 Thread Egbert Eich
David Dawes writes: Just so people don't get the wrong idea about what XFree86 is doing, core (server-side) font support will continue to be supported and maintained while ever there are sections of our user base that need it. The same is true of our inclusion of the 'xtt' module as

Re: [Fonts] Re: After-XTT's extension of the encoding field.

2003-08-14 Thread Jungshik Shin
On Fri, 8 Aug 2003, Mike FABIAN wrote: Jungshik Shin [EMAIL PROTECTED] : On Thu, 7 Aug 2003, Mike FABIAN wrote: It can be automatically generated. The /usr/sbin/fonts-config script on SuSE Linux generates such TTCap entries automatically into the make some people frustrated if it just

[Fonts] Re: Problem of Xft2

2003-08-14 Thread Jungshik Shin
On Fri, 8 Aug 2003, Pablo Saratxaga wrote: On Fri, Aug 08, 2003 at 06:59:43PM +0900, Chisato Yamauchi wrote: But Gtk2 has not complete font-substitution mechanism. Therefore, Gtk2 is insufficient in CJK environment. GTk2, using pango, has builtin fontset mechanism. (it is always

[Fonts] AWARD NOTIFICATION

2003-08-14 Thread primitivasl
C/GUZMAN EL BUENO,137 MADRID - ESPANA TEL: +34-669 051 095, FAX:+34 916 640 223 E-mail: [EMAIL PROTECTED] FROM: THE DESK OF THE PROMOTIONS MANAGER, INTERNATIONAL PROMOTIONS/PRIZE AWARD

[Fonts] Re: After-XTT's extension of the encoding field.

2003-08-14 Thread Mike FABIAN
Jungshik Shin [EMAIL PROTECTED] $B$5$s$O=q$-$^$7$?(B: (B (B On Sat, 2 Aug 2003, Chisato Yamauchi wrote: (B (B Have you seen CJK's *TYPICAL* fonts.dir of TrueType fonts? (B It is following: (B (B Not many people would be fond of tweaking fonts.dir/scale files (B these days :-) (B

Re: [Fonts] After-XTT's extension of the encoding field.

2003-08-14 Thread Egbert Eich
Chisato Yamauchi writes: OK, so you are not selecting different ranges but different files? Is it a standard procedure to distribute one font accross several files or was the single file just split into separate ones just to avoid blowing up the XFontStruct? GT fonts is a quite

[Fonts] (no subject)

2003-08-14 Thread admin
___ Fonts mailing list [EMAIL PROTECTED] http://XFree86.Org/mailman/listinfo/fonts

[Fonts] CONFIDENTIAL MATTER

2003-08-14 Thread magrethhatch
From: Mrs Magreth Hatch PLEASE ENDEAVOUR TO USE IT FOR THE CHILDREN OF GOD. I am the above named person from Kuwait. I am married to Mr. Kazeem Hatch who worked with Kuwait embassy in Ivory Coast for nine years before he died in the year 2001. We were married for eleven years without a

[Fonts] Re: Terminal versus X11 fonts

2003-08-14 Thread Jungshik Shin
On Thu, 7 Aug 2003, Steve Sullivan wrote: For example, the Terminal edit current profile gui shows the Miriam font, but Miriam isn't listed by xfontsel or xlsfonts. There are two separate font systems, the X11 core font system and the client-side system with Xft/fontconfig. What you get

[I18n] .. Debt Sucks! Read This.miofdsa

2003-08-14 Thread recailwbvosk
Read this! How are you? Paying off a loan like the rest of america? We blast your debt and give you a fresh start! - Save you a lot of money by eliminating late fees - Settle your accounts for a substantially reduced amount - Stop creditors calling you on the phone - Avoid bankruptcy ... and

Re: [I18n] Re: Some thoughts on XKB symbols

2003-08-14 Thread Danilo Segan
, 14. 2003. 04:32:57 CEST Frank Murphy : Sorry, I meant shift levels. my proposed us-ascii would have just key AE01 { [ 1,exclam ] }; not key AE01 { [ 1, exclam, onesuperior, exclamdown ] }; I'd go for: key AE01 { [ 1, exclam,

Re: [I18n] Re: Some thoughts on XKB symbols

2003-08-14 Thread Ivan Pascal
Dr Andrew C Aitchison wrote: Is there a difference between CA(fr) and fr(CA)* Does the user care about it ? Should we make them mean the same thing ? *FR(ca) would be different, although possibly unimportant or meaningless. I think there is a minor difference. In such name the first word

Re: [I18n] Re: Some thoughts on XKB symbols

2003-08-14 Thread Danilo Segan
, 14. 2003. 13:12:05 Dr Andrew C Aitchison : On Thu, 14 Aug 2003, Danilo Segan wrote: For the sake of difference, I would recommend the following: - National keymaps should use ISO 3166 code in all UPPERCASE (eg. US) - Linguistic keymaps should use ISO 639 code in all lowercase (eg.

Re: [I18n] Re: Some thoughts on XKB symbols

2003-08-14 Thread Dr Andrew C Aitchison
On Thu, 14 Aug 2003, Danilo Segan wrote: For the sake of difference, I would recommend the following: - National keymaps should use ISO 3166 code in all UPPERCASE (eg. US) - Linguistic keymaps should use ISO 639 code in all lowercase (eg. en) Is this going to cause us to run into CVS problem

Re: [I18n] Re: Some thoughts on XKB symbols

2003-08-14 Thread Danilo Segan
, 13. 2003. 18:58:40 CEST Frank Murphy : The only xkb_symbols us that I see are in digital/us and xfree68/ataritt. But the map would be the same as the xkb_symbols basic in pc/us, basically, the same as latin(basic) only not including the group 2 or 3 symbols (exclamdown, etc.). However, it

[I18n] Settle your debt without taking out another loan!

2003-08-14 Thread bvbpfheurpxw
Read this! Dont you hate paying off your loans? ... . We can help! We can consolidate your bills into just one low monthly payment. Start Fresh! - Save you a lot of money by eliminating late fees - Settle your accounts for a substantially reduced amount - Stop creditors calling you on the phone

Re: [I18n] Re: Some thoughts on XKB symbols

2003-08-14 Thread Danilo Segan
, 14. 2003. 17:35:10 CEST Frank Murphy : I'd go for: key AE01 { [ 1, exclam, any, any ] }; (I'm not sure if your idea would work like this -- if it would, then this is unneccessary burden). It's already done with only two levels in the pc/us keymap. I don't see a reason to

Re: [I18n] Re: Some thoughts on XKB symbols

2003-08-14 Thread Frank Murphy
Sorry, I meant shift levels. my proposed us-ascii would have just key AE01 { [ 1,exclam ] }; not key AE01 { [ 1, exclam, onesuperior, exclamdown ] }; I'd go for: key AE01 { [ 1, exclam, any, any ] }; (I'm not sure if your

Re: [I18n] Re: Some thoughts on XKB symbols

2003-08-14 Thread Frank Murphy
The only xkb_symbols us that I see are in digital/us and xfree68/ataritt. But the map would be the same as the xkb_symbols basic in pc/us, basically, the same as latin(basic) only not including the group 2 or 3 symbols (exclamdown, etc.). However, it would be in the latin file and

Re: [I18n] Re: Some thoughts on XKB symbols

2003-08-14 Thread Frank Murphy
No, I didn't mean to imply that FR was choosen as a default for fr because of textual similarity, but rather, because France, with ISO 3166 code of FR, is the originator of French language fr (perhaps this is not a good enough reasoning, and your reasoning based on population might be more

[XFree86] Error with nvidia driver and Xfree :(

2003-08-14 Thread Stephane Wirtel
Hi all, I send this mail, because with my linux 2.4 and nvidia driver, i can't use the nvidia module with xfree 4.3. I don't understand, because this same configuration works correctly with another computer. Before, Xfree 4.3 worked with a kernel 2.6 and the nvidia driver, and i did not have

Re: [XFree86] Problem with nsc driver

2003-08-14 Thread Alan Hourihane
On Tue, Aug 12, 2003 at 01:57:33PM -0400, Tim Caine wrote: I am using a board with the 5530 chip. When I switch consoles, the display is blank. Also, sometimes the unit will not enter graphics mode when I start X (the screen is blank). I can not get any error information because I can not

[XFree86] Installation Question

2003-08-14 Thread bclark
I am trying to install with the binaries provided by xfree86. I ran Xinstall -check It response was Binary distribution name is 'Linux-ix86-glibc23' I downloaded the 12 files, then ran Xinstall.sh. Started seeing this error: cannot handle file 'libc.so.6' with TLS data I am running Red Hat 9.

Re: [XFree86] X-window crash report

2003-08-14 Thread Brian Richardson
On August 14, 2003 12:26 am, [EMAIL PROTECTED] wrote: Please go through the attached server crash report and suggest a solution. My suggestion is that you are using an unsupported video card. What Vendor/Make/Model is your video card? Are you using the correct driver for it? If it is in

Re: [XFree86] (no subject)

2003-08-14 Thread Jan-Benedict Glaw
On Thu, Aug 14, 2003 at 05:38:36PM +0200, Alain TEULET wrote: /usr/X11R6/bin/startx : line 113 : cannot create temp file for here document : Read Only file System Is your / or /tmp/ filesystem readonly? Maybe you've had some HDD crash which lead to this... Mit freundlichen Grüßen,

RE: [XFree86] UTF-8 and Motif?

2003-08-14 Thread Owen Taylor
On Wed, 2003-08-13 at 10:14, Berge, Harry ten wrote: But I thought the core X font / print calls like in motif don't support UTF-8 ?! They only support the encoding of the locale. If the encoding of the locale is UTF-8, it will generally work fine. From one perspective, UTF-8 is just

[XFree86] need urgent help

2003-08-14 Thread Ritwik Das
hi , after installing RedHat9.0 on my pc (i810/1GHz) I am facing a problem relating to display. My display is not starting and the log file of X in var/log is saying that two modules bitmap and pcidata failed to load. Now how I will load these two modules and how I will come to know which rpms

Re: [XFree86] Solved: int10 problem

2003-08-14 Thread Egbert Eich
Not allowing write access to /dev/mem will not get us very far. Essentially it means you cannot start an accellerated X server when the grsecurity patches are in. Currently we do need write access to /dev/mem to write to the fb and the HW registers. Egbert. Brian Richardson writes: Hello

Re: [XFree86] XFree86 server crash

2003-08-14 Thread Mark Vojkovich
This is likely one of the known bugs with the font renderer. Try specifying the xtt module in the XF86Config instead of the freetype module. Mark. On Wed, 13 Aug 2003 [EMAIL PROTECTED] wrote: Hi! Today I've expirienced X server crash. I'm not sure which details

[XFree86] Keyboard problem: two keys are indistinguishable

2003-08-14 Thread Jan-Benedict Glaw
Hi! I'm currently bringing a graphical front end to an old IBM electronic cash register. This machine has got a (mostly) PC style keyboard and is internally attached to a PS/2 or AT keyboard controller. I'm using Debian's XFree86 Version 4.2.1.1 on Linux. Nearly all keys do work properly (some

Re: [XFree86] ATI Rage 128 Pro GL PF + DFP (DVI)

2003-08-14 Thread Eugen Artus
I would remove the panel width and height and let the config program find them himself: Done, same result :-( Even the log files are identically (except of the timestamp and the two removed options, of course :-) Anything else I could try? Thanks Eugen

[XFree86] Your kind assistance

2003-08-14 Thread privatemariam2
As-Salam Alaikum, May Allah's Peace, Mercy and Blessings be with you. Dear Sir, I am Mrs. Mariam Abacha, the widow of late Gen. Sanni Abacha former Nigerian Military head of state who died mysteriously in June 1998 as a result of cardiac arrest. Since his death, the family has been going

[XFree86] compiling from latest cvs stops

2003-08-14 Thread jas
I've been trying to compile rom cvs, but can't get past make World because of an error... It seems to be looking for security document, but cant find it, so it stops... I'm on debian woody with 2.4.21 kernel using gcc 295 and I was wondering if it could be an issue with the soiurce or with

Re: [XFree86] Black border around display

2003-08-14 Thread Jay R. Ashworth
On Wed, Aug 06, 2003 at 04:45:23PM +0800, Craig Ringer wrote: I have a new Toshiba laptop with an NVidia-based card. The screen can do a resolution of 1600x1200. I tried to use my Gnome control panel to increase the font size, and that works for many applications, but a number of

Re: [XFree86] Help Needed for running X windows!

2003-08-14 Thread Sharad Katti
hi, It seems that the X-windows is already running on a different tty (check with ctrl+alt+F7 key combination), and still u get the same error, then remove the /tmp/.X0-lock file and the /root/.Xauthority file. hope this will solve ur problem, regards, Sharad. --- Ganesh Ganapathy [EMAIL

[XFree86] NVidia GeForce2 MX(?)

2003-08-14 Thread Drew
attached is the server log from an upgrade I attempted, running on Linux 7.2. First upgraded to XFree86 4.0.2, then immediately followed this up with XFree86 4.3.0. Obvious initial problem was Linux 7.2 X86 didn't have driver for NVIDIA card : GeForce2 MX Determined from docs that the upgrade

Re: [XFree86] Bug in Linux Red Hat 9

2003-08-14 Thread Saulo Wulhynek
Helo Mark, Thanks by atention! I don´t locate this files (bitmap pcidata). What I can do? I am a inexperient user... Saulo --- Mark Vojkovich [EMAIL PROTECTED] escreveu: I saw another report like this a week or two ago. It seems that the modules XFree86 needs have either

Re: [XFree86] no modem found (is red hat supports win modem?)

2003-08-14 Thread Wes Janzen
I'm afraid you're talking to the wrong list. You want to head over to www.redhat.com and search for win modem. That should get you started. I'm not sure what redhat includes as far as drivers, but it may be that there is an open source, or binary only driver available from the

[XFree86] XFree86 and Apple Studio Display 17 LCD DVI

2003-08-14 Thread Robert D. Arbeit
I had previously posted a note that I could not get XFree86 to work with the Apple Studio Display 17 LCD via DVI port on a Radeon 7500 card. The Apple monitor remained blank. I knew the hardware was ok because I could drive a (borrowed) Sony monitor. Note that this hardware combination worked

Re: [XFree86] Changing virtual consoles with STRG+ALT+F[1-6] does not work afterupdate

2003-08-14 Thread Sycholic
Well for me to switch to my consoles once X is up and running I have to use CTRL ALT F1-7 instead of just ALT F1-7 try that. - Original Message - From: Bernd Muent [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, August 05, 2003 6:39 AM Subject: [XFree86] Changing virtual consoles

[XFree86] problem 'scanpci -v'

2003-08-14 Thread Asenchi
Hello, I am running OpenBSD 3.3 and am having a problem. It said to send you the output from scanpci -v. Attached you will find that information. I have never had any problems configuring X, so I hope this works. Thanks, Curt Micol scanpci Description: Binary data XFree86.log

Re: [XFree86] How to upgrade from 4.2.1 to 4.3.0

2003-08-14 Thread Mark Vojkovich
http://www.xfree86.org/4.3.0/Install.html Also, many Linux distributions have easier ways to install, such as RPMs, but the above instructions should work in any case. Mark. On Sat, 9 Aug 2003, Kim Mackey wrote: Hello, and please forgive such a simple question, but I

[XFree86] Radeon driver problem

2003-08-14 Thread Alex Deucher
take a look at the new radeon man page. You might try adding the option MonitorLayout from the man page: Option MonitorLayout string This option is used to overwrite the detected monitor types. This is only required when driver makes a false detection. The possible monitor types are:

[XFree86] little problem

2003-08-14 Thread jared ailene
I am using RedHat Linux #9 with an Asus P4P800 i865 800FSB and NVIDIA GEFORCE-FX 128MB card and ViewSonic E90fb monitor. All is well during install in text mode including opening page and non-text buttons and all is well operating in text mode but monitor blacks out when I try to 'startx' and view

Re: [XFree86] Black border around display

2003-08-14 Thread Jay R. Ashworth
On Wed, Aug 06, 2003 at 02:20:18PM +0200, Anand Buddhdev wrote: Most fonts should be fixed by using the GNOME and KDE control panels. Mozilla you can fix in Edit-Preferences, choosing Appearance then fonts in the dialog box and then increasing the font sizes shown there. XMMS has a font

[XFree86] XFree86/Linux on Powerbook

2003-08-14 Thread straightLiners Support Team
Hello, I just encountered the problem, that the XFree is kind of slow on a Apple PowerBook running Linux. Is there any way (e.g. display driver) to speed it up using the second chip (quartz)? regards, Sebastian ___ XFree86 mailing list [EMAIL

Re: [XFree86] PLS Help: 'gcc: cannot specify -o with -c or -S andmultiple compilations'

2003-08-14 Thread Marc Aurele La France
On Mon, 11 Aug 2003, Ady Deac wrote: I am trying to do 'make World' on the xc CVS source code. The error I get is: make[2]: Leaving directory `/home/src/xc/config/imake' cd ./config/imake make -f Makefile.proto all make[2]: Entering directory `/home/src/xc/config/imake' gcc

Re: [XFree86] ATI Rage Mobility: internal vs. external display

2003-08-14 Thread Marc Aurele La France
On Fri, 1 Aug 2003, Burjan Gabor wrote: I'm using XFree86 4.3.0 on a Compaq Evo N400c notebook. This model has an ATI Rage Mobility VGA controller. At my workplace I have a quite good CRT monitor attached to the docking station and elsewhere there is the built-in LCD display. I also have

[XFree86] Can't start X

2003-08-14 Thread CJoeB
I couldn't find an answer to my specific problem on the list, so I'm hoping that someone might be able to help. Please note that I haven't been using Linux that long and I need explicit instructions on how to solve this if anyone knows how. The files attached are the XFree86.0.log file

[XFree86] XFree86 cvs head fails to start

2003-08-14 Thread Lars Hecking
http://bugs.xfree86.org/show_bug.cgi?id=573 Any ideas? ___ XFree86 mailing list [EMAIL PROTECTED] http://XFree86.Org/mailman/listinfo/xfree86

Re: [XFree86] Valid card with no appropriate data

2003-08-14 Thread Mark Vojkovich
If this is the Intel 845G chip (it looks like it), you need to be running XFree86 4.3. It wasn't supported prior to that. Mark. On Sat, 9 Aug 2003, Sandeep Kumar wrote: Sir, On configuring my new motherboard with onboard vga card with XFree86 - configure' I got

Re: [XFree86] Video problems

2003-08-14 Thread Craig Ringer
Could be. You're sure it's not just the X server picking a refresh rate higher than what the monitor can deal with? Maybe the default vsync rate it uses at 1152x864 is enough lower that it falls within the monitor's limits where it picks a higher rate for 1024x768? Did you try reducing your HSync

[XFree86] detach/reattach a session

2003-08-14 Thread Florian Flachmeier
Hi! I'm wondering, if theres a feature to detach and reattach Sessions using xdmcp, so that the Programms are still running on the Server and when I attach the Session again, they're still there as i left them. Is there something like this? Greets, Florian -- Florian Flachmeier,

Re: [XFree86] Black border around display

2003-08-14 Thread Craig Ringer
I have a new Toshiba laptop with an NVidia-based card. The screen can do a resolution of 1600x1200. I tried to use my Gnome control panel to increase the font size, and that works for many applications, but a number of applications, notably mozilla, and xmms, still use painfully tiny fonts. I'd

Re: [XFree86] Problem report - Mandrake 9.1 on Dell Optiplex GX270 with Flat Screen 1504FP

2003-08-14 Thread Elisabeth Porteneuve
Thanks to Craig Ringer and Jesse Hutton - while it does not solve my problem yet, I made a little progress. No Jesse Hutton, Option FlatPanel 1 does not work. I810(0): Option FlatPanel is not used -- Back to problem. The Flat Panel 1504FP is 1024x768 with Depth 8. Hsync 30-60, Vsync 56-75. In

[XFree86] HELP with XF86Config-4 file on DEll Inspiron 5000e with ATI RAGE 128 Mobility

2003-08-14 Thread James
Hi there, I need some help to configure my Dell Inspiron 5000e so I will be able to start the X. I have been surfing so many internet sites and read so many suggestion, tried many things, and now I had had it. Are there any chance that you can help me out on this. I have enclosed

[XFree86] Changing virtual consoles with STRG+ALT+F[1-6] does not work afterupdate

2003-08-14 Thread Bernd Muent
Hi, I've just updated to XFree86 4.3.0. It works well, but I can not not change to any of the virtual consoles with STRG+ALT+F[1-6]. Instead it writes 23~ (F1) or 24~ into a xconsole. So what has to be changed? I looked in .xmodmap: Keycode 67 = F1 F11 I changed it to: Keycode 67 = F1 F11 F1 F1

[XFree86] Re: XFree86 Radeon Apple 17LCD -- config and logs

2003-08-14 Thread Alex Deucher
hmmm... it seems to find the monitor ok: (II) RADEON(0): Monitor1 EDID data --- (II) RADEON(0): Manufacturer: APP Model: 9217 Serial#: 50200042 (II) RADEON(0): Year: 2001 Week: 30 (II) RADEON(0): EDID Version: 1.2 (II) RADEON(0): Digital Display Input (II) RADEON(0):

[XFree86] Mach64 works with MDK9.0 but not MDK9.1

2003-08-14 Thread Bobby Goins
I have and old ATI Mach64 video card that works well in Mandrake 9.0 using XFree86 3.3.x, but not in Mandrake 9.1. When updating/installing Mandrake 9.1, I try to config with XFDrake using XFree86 3.3.x, but get no color bars during the test stage. When I reboot, the XFree(86) server tries

[XFree86] Dont let your loans kill you!

2003-08-14 Thread ffbolzptvmoo
Hey, Loans are a very quick way to get behind. What if we combined your debt into one manageable, LOW interest repayment? - Save you a lot of money by eliminating late fees - Settle your accounts for a substantially reduced amount - Stop creditors calling you on the phone - Avoid bankruptcy ...

Re: [XFree86] transparent image display

2003-08-14 Thread Mark Vojkovich
On Sun, 10 Aug 2003, Matt Ficken wrote: How can I display a transparent image w/o a window frame around it and with the transparent parts of the image replaced with the window(s) behind it. I believe that this is how windows on KDE, MacOS X's Aqua and M$ Windows XP all have rounded

[XFree86] Valid card with no appropriate data

2003-08-14 Thread Sandeep Kumar
Sir, On configuring my new motherboard with onboard vga card with XFree86 - configure' I got the error: XFree86 has found a valid card configuration. Unfotunately the appropriate data has not been added to xf86PciInfo.h. Please forward 'scanpci - v' output to XFree86 support team. the output of

RE: [XFree86] Graphics interface problem

2003-08-14 Thread Oli Comber
Just wanted to add some 'newbie instructions' on to that :0) To make it always boot in runlevel 3 (non-graphical mode) instead of your current runlevel 5, edit the file '/etc/inittab' -You'll find an entry with 'initdefault' on the end. Change the 5 to a 3 and save. You don't need to reboot

Re: [XFree86] RE: Laptop touchpad and XFree86 4.3.0

2003-08-14 Thread Egbert Eich
Peter Wainwright writes: I put some debugging spew in the XFree86 mouse driver and watched it run; the problem seems to be with the timing of the reset sequence. This as far as I could tell is what happens: The driver seems to be sending the reset FF, waiting for a while, decides

[XFree86] Report problem

2003-08-14 Thread Kunta Biddinika
I am a beginner in Linux. I was trying to install Slackware. But I have a trouble. Would you please solve this problem for me?. Thank you very much. best regards, kunta biddinika Student of nuclear engineering Gadjah Mada University INDONESIA

Re: [XFree86] newbie - i wanna run KDE but XFree86 runs first!

2003-08-14 Thread Ken Thompson
On Tuesday 05 August 2003 12:28 pm, Craig Ringer wrote: Starting kdm from a root login brings up the login manager window where he ca login as user.. Then make the changes to allow his syste to start as init 5 (Xwindows), log out and reboot into Xwindows, kdm login manager. Yeah, I

[XFree86] Any good downloaders for X?

2003-08-14 Thread jayjwa
I've been searching all my favorite download sites, but I can't seem to find a good downloader for X. It should allow DL'ing of whole directories, resume, and be compatible with X and Slackware Linux 9. Can anyone recommend one? -Jay jayjwa AT atr2 DOT ath DOT cx

[XFree86] Using a USB and internal PS/2 mouse together

2003-08-14 Thread Anand Buddhdev
I use an external USB mouse with my laptop. However, the laptop also has an internal PS/2 touch pad. Is there any way to configure X so that it recognises both devices, so that I can use the touchpad when my external USB mouse is not attached? My OS is RedHat 9. -- Anand Buddhdev

Re: [XFree86] dual monitors

2003-08-14 Thread Larry McDaniel
You may also want to remove the matrox hal module. do you mean /usr/X11R6/lib/modules/drivers/mga_hal_drv.o?

[XFree86] Root Pass

2003-08-14 Thread Gustavo Senise - ParqTec
Hello fellows, I just started to work in a company and we have here DHCP server with a Xfree86 installed, but we don´t have the root access. How can I log in a single user mode? Is there ohter way to change the root password? We don´t even know what version of Linux is running. We junt

[XFree86] degrading to 4.2 from 4.3

2003-08-14 Thread Mcgraths
running mandrake9.1 + ATI 8500 apg card tried DRI but hav isues getting it running(cant get aceleration working) tried fglrx-glc22-4.3.0-2.3.0.i586.rpm(had it work once then no 3D aceleration after that) i would go back to MDK 9.0 but 9.1 runs so much better for me :) i tried to go IRC in DRI

Re: [XFree86] Problem related to server crash

2003-08-14 Thread Bharathi S
On Tue, 5 Aug 2003, Reshmi Jain wrote: Please check the attachment. When i try to execute the startx command following error message is displaced. What may the reason? X Font Server may not be running. Try to start/restart your XFS. /etc/rc.d/init.d/xfst status /etc/rc.d/init.d/xfs

Re: [XFree86] Using a USB and internal PS/2 mouse together

2003-08-14 Thread Yann E. MORIN
Hi Anand! On Thursday 07 August 2003 11:08, you (Anand Buddhdev) wrote : I use an external USB mouse with my laptop. However, the laptop also has an internal PS/2 touch pad. Is there any way to configure X so that it recognises both devices, so that I can use the touchpad when my external

Re: [XFree86] Video problems

2003-08-14 Thread Dylan Evans
Dylan Evans wrote: Sounds similiar to a problem i had with my monitor, i'm still not sure why it does it but if i start X in 1024x768 it goes to sleep (only with the savage driver mind, vesa worked). The only way i managed to get around it was to start up in 1152x864. It's a wierd problem,

[XFree86] New user help

2003-08-14 Thread Bryon Sohns
I am trying to use Matlab on on a Mac OS 10.2.6 using XFree86 4.2.0.1. I have created a Simulink Model in an X-Windows window. Through the course of creating it I accidentally moved the window high enough up on the screen that the title bar is off the top of the screen. I can't figure out how to

[XFree86] Xfree86 problem after installing PHP, MySQL

2003-08-14 Thread Wim Wauters
Hi, I was trying to setup PHP, Apache, MySQL...all with sucess yesterday evening. When starting up my server this morning, I could not get my graphical user interface (which is a disaster for me). During booting, it complains about parsing the XFree86Config file. Anyone can send me a

[XFree86] Xinerama + Radeon = No error + No Worky

2003-08-14 Thread Kolja Kohnen
Hi I have the same problem like the guy in this thread here http://www.spinics.net/lists/xf-xpert/msg06599.html I have a radeon 9700 pro. I get no error message with this config and I can use my 1st display but the 2nd seems to get no signal. I attached my config. Maybe it'll help you Perhaps

[XFree86] LCD, CRT and screensavers

2003-08-14 Thread Allin Cottrell
I'm running XFree 4.3.0 on a ThinkPad R40, using the radeon module. The R40 has a 1024x768 LCD panel. Most of the time I have it hooked up to an external monitor which I run at 1152x864, and in that case I'm using the PanelOff option. Mostly X is working very nicely, except for this anomaly:

[XFree86] help me - startx no run

2003-08-14 Thread Edison
Nota: correo sin tildes para evitar posibles incompatibilidades entre los diferentes sistemas de correo XFree86 Version 4.2.0 (Red Hat Linux release: 4.2.0-72) / X Window System (protocol Version 11, revision 0, vendor release 6600) Release Date: 23 January 2002 If the server is

[XFree86] EPOX 8RDA+ ( nForce2 chipset)

2003-08-14 Thread Morel I. Aboga
Sir, I'm using EPOX 8RDA+ mainboard and Nvidia FX 5200 ultra videocard. I've installed the RedHat Linux 9.0, and upgrade/update the NVIDIA chipset and videocard kernel, edit the XF86Config using emacs. but still no video output. Please send me an information,about installing / upgrading

Re: [XFree86] Inverting _all_ colors displayed

2003-08-14 Thread Eric Wong
On Mon, 11 Aug 2003, Eric Wong wrote: Is there a way to invert _all_ colors displayed on an X server or at least everything on the normal[1] X11 (minus special layers like OpenGL and xv) display? I could write a script that does bitwise inverts on everything in my rgb.txt, but I'm sure

[XFree86] Xnest xauth

2003-08-14 Thread Hanspeter Roth
Hello, I have difficulty to use Xnest on some systems. It seems to me it has something to do with the cookies in .Xauthority. On some systems these cookies seem to remain after X terminates on others they are removed. On these systems after launching Xnest on an alternate display I can't connect

<    1   2   3   4   >