CVS Update: xc (branch: trunk)

2004-01-11 Thread David Dawes
CVSROOT:/home/x-cvs Module name:xc Changes by: [EMAIL PROTECTED] 04/01/11 10:42:59 Log message: 754. Fix the fbdev driver so that it allows 24-bit pixel size, and disable the RandR extension when rotation is enabled (Jonathan Thambidurai). Modified files:

CVS Update: xc (branch: trunk)

2004-01-11 Thread David Dawes
CVSROOT:/home/x-cvs Module name:xc Changes by: [EMAIL PROTECTED] 04/01/11 10:48:11 Log message: Remove unused UseKoi8RForCyrillic definition (reported by Bang Jun-Young). Modified files: xc/config/cf/: X11.tmpl xfree86.cf Revision ChangesPath

Re: C++ code in Xfree86?

2004-01-11 Thread jassi brar
Hi, 1)for cross compiling, does we need to modify cross.def and save as host.def? No, you have to make a new file host.def where you put in all the configuration define's 2)In Cross.def there is a line #define CplusplusCmd Is there any C++ code in Xfree86-4.2.0 source? we

Re: memory leak

2004-01-11 Thread tateopfr
Hi, So you think is the application, In this case the perl/tk library it's true that perl/tk ( due to is structure ) is comsuming always more memory but if I restart application the memory was normally released (xfree 3.3.6) now if I restart application memory is still busy. there is some

Re: fbdev rotation problems

2004-01-11 Thread Jonathan Thambidurai
On Sat, 2004-01-10 at 23:25, David Dawes wrote: The 24-bit flags argument to xf86SetDepthBpp() should probably be: Support24bppFb | Support32bppFb | SupportConvert32to24 | PreferConvert32to24 Since the actual framebuffer format is passed explicitly, this should be safe in all cases.

porting xfree86 to new processor platform

2004-01-11 Thread Suresh Chandra Mannava
Dear Friends, We are porting Xfree86 to India's 32bit processor named Abacus(LITTLE ENDIAN). Already Linux is ported to this platform. here are my queries on porting xfree86 to this platform. We are going to cross-compile xfree86-4.2.0. GCC compiler toolchain is available. After reading the

Are you lucky?

2004-01-11 Thread Jessica Conrad
http://webajans.com/rab/jessica However i have something for you.. Jessica ___ Devel mailing list [EMAIL PROTECTED] http://XFree86.Org/mailman/listinfo/devel

Re: building X11 in separate pieces

2004-01-11 Thread Egbert Eich
Mario Klebsch writes: Hi! Am Samstag, 10.01.04 um 13:40 Uhr schrieb Warren Turkal: Mario Klebsch wrote: But without digging to deep into that question, does freedesktop only provide an alternative xlib or do they offer an alternative to XFree (providing a complete set of

Re: fbdev rotation problems

2004-01-11 Thread David Dawes
On Sun, Jan 11, 2004 at 07:26:04AM -0500, Jonathan Thambidurai wrote: On Sat, 2004-01-10 at 23:25, David Dawes wrote: The 24-bit flags argument to xf86SetDepthBpp() should probably be: Support24bppFb | Support32bppFb | SupportConvert32to24 | PreferConvert32to24 Since the actual

Re: porting xfree86 to new processor platform

2004-01-11 Thread Warren Turkal
Suresh Chandra Mannava wrote: *snip* here are my queries on porting xfree86 to this platform. We are going to cross-compile xfree86-4.2.0. Why not 4.3 or the release candidate? *snip* wt -- Warren Turkal President, GOLUM, Inc. http://www.golum.org

reference file for driver specs

2004-01-11 Thread Joseph Syjuco
hi, id like to ask if theres a file somewhere which contains the list of supported videocard with the corresponding modules, device options etc. I assume that during configuration of video card, linux looks at a reference file containing details of video cards and uses it to configure XF86Config.

Re: porting xfree86 to new processor platform

2004-01-11 Thread Suresh Chandra Mannava
here are my queries on porting xfree86 to this platform. We are going to cross-compile xfree86-4.2.0. Why not 4.3 or the release candidate? C Compiler: Based on GCC 2.95.3 Assembler: Based on GNU binutils 2.10.1 Linker: Based on GNU binutils

[XFree86] After install XFree86 can not login X window

2004-01-11 Thread yuen tai
When I after install Linux-ix86-glibc23 at Rethat 9.0,Linux kernel 2.4.23. XFree86 4.3. can not login to X window, only login twm, if change Session login, will get a message (Session Menu Default locked at localhost.localdomain). where can i edit to disable the default lock. Pleasd tell me if you

[XFree86] Problem Killing X Server

2004-01-11 Thread Chetan Acharya
Sir, I 've recently installed linux kernel 2.6.0 and all things X related seem to be functioning fine, except for switching terminals and shutting down...when i try to kill x, or switch a terminal(ctrl-alt-F1-6) or restarting, all i get is a blank screen. i know my keyboard is working cause

Re: [XFree86] I've lost my X server

2004-01-11 Thread jayjwa
On Mon, 5 Jan 2004, shlomo solomon wrote: After a Mozilla crash, I lost my X server. I bet it's where you left it, right there in your computer. [jayjwa]RLF #37 ___ XFree86 mailing list [EMAIL PROTECTED] http://XFree86.Org/mailman/listinfo/xfree86

[XFree86] Intel 845 Xfree86 - 4.3.0 error!

2004-01-11 Thread Mejo Jose
I just installed Debian 3.0 r2 (woody) on a P4. The motherboard is intel 845. From the internet I came to know that the default xfree86 server (4.2) that comes with debian 3 doesn't work with intel 845. So I downloaded and installed the latest (4.3.0) . After that too my x server doesn't start up.

Re: [XFree86] Intel 845 Xfree86 - 4.3.0 error!

2004-01-11 Thread Luca Capello
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, on 01/11/04 15:06, Mejo Jose wrote: | that too my x server doesn't start up. It prints an | error : | | (EE) VGA(0): No display subsection in Screen section | Screen 1 for depth/fbbpp1/1 | | (EE) Screen(s) found, but none have a usable |

Re: [XFree86] Howto? ATI Radeon on xfree 4.2 and debian

2004-01-11 Thread hanasaki
Hello all, Trying to get the ATI radeon driver build for an ATI 9000 board. Debian Sarge with kernel 2.6.x good - download the ati rpm good - convert with alien to deb good - install the deb fail - compile the kernel module the error is below - there is no version.h under the linux

[XFree86] massdf arcside

2004-01-11 Thread Rickey Gagne
New OFFSHORE PHARMACY - Not a single medical question asked, guaranteed or it's free. We have the cheapest drugs w/ overnight delivery. Valium, Xanaxm, Soma, Zyban, Super V1agara, etc. Lowest cost anywhere in the world. 128-bit encrypted site which means maximum confidentiality no tracing.

Re: [XFree86] XServer dies from time to time

2004-01-11 Thread Christopher Thom
Quoth Ivan O. Volzhev: I have XFree86 server version 4.3.0 and integrated in I865G graphic card. My server dying from time to time with message lockup. Log and config file attached. Thank you for your attention Good luck, Ivan O. Volzhev mailto:[EMAIL PROTECTED] search the archives - there

[XFree86] dzb yomic

2004-01-11 Thread Betty Carmichael
New OFFSHORE PHARMACY - Not a single medical question asked, guaranteed or it's free. We have the cheapest drugs w/ overnight delivery. Valium, Xanaxm, Soma, Zyban, Super V1agara, etc. Lowest cost anywhere in the world. 128-bit encrypted site which means maximum confidentiality no tracing.

Re: [XFree86] In response to - as requested - Epox mainboard Via KM400 Unichrome

2004-01-11 Thread Luc Verhaegen
On 2004.01.11 04:15, [EMAIL PROTECTED] wrote: Hi XFree86 has found a valid card configuration. Unfortunately the appropriate data has not been added to xf86PciInfo.h. Please forward 'scanpci -v' output to XFree86 support team. pci bus 0x cardnum 0x00 function 0x00: vendor 0x1106 device

[XFree86] (no subject)

2004-01-11 Thread Chucky
I can't start my x windows. I hope you could help me with my problem. Thanks XFree86.0.log Description: Binary data

[XFree86] GUI prblem in Red Hat 9 Linux

2004-01-11 Thread yogesh kawle
On starting my "Red Hat 9 Linux", while starting GUI after initialising all the files, it is showing that your X windows server is not loading properly and it doesnot boot in graphical mode. It's text mode is working properly. The XFee86 log file shows the following infomation as : (EE) Failed to

Re: [XFree86] kvm switch causing mouse problems

2004-01-11 Thread jmw
Egbert wrote: Mark Vojkovich writes: XFree86's mouse protocol handling doesn't seem to be able to handle interruptions/inconsistencies in the protocol stream that kvm switches cause. As far as I can tell, XFree86 has always had this problem. Other than switching VTs to force a