* [parisc-linux] Re: X windows setup on C110 with woody and kernel-2.4.20pa22 [not found] <5D69EA3878E6D411B43C00508BFD7283049FB54D@exchange2.elgin.edu> @ 2003-01-29 19:56 ` Helge Deller 2003-01-29 21:59 ` Thibaut VARENE 0 siblings, 1 reply; 4+ messages in thread From: Helge Deller @ 2003-01-29 19:56 UTC (permalink / raw) To: Mehta, Miten; +Cc: parisc-linux Hi Miten, Please don't remove parisc-linux@lists.parisc-linux.org from the receivers = in the future. =46rom your dmesg this is the important part: STI GSC/PCI graphics driver version 0.9 STI byte mode ROM at f4000000, hpa at f4000000 STI id 2bcb015a-9a02587, conforms to spec rev. 8.04 STI device: HPA4071B Console: switching to colour frame buffer device 160x64 fb0: stifb 1280x1024-32 frame buffer device, id: 2bcb015a, mmio: 0xf4100000 So, if you change the in SubSection "Display" the Depth to 32 it should wor= k: Example: SubSection "Display" Depth 32 # 8, 16, 24 or 32 (acordin= g to "fbset -i") Modes "1280x1024" # "1024x768" or "1280x1024" EndSubSection You don't seem to have HIL, but IIRC the ps/2 driver uses the same /dev/inp= ut/mice=20 interface. Regards, Helge ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [parisc-linux] Re: X windows setup on C110 with woody and kernel-2.4.20pa22 2003-01-29 19:56 ` [parisc-linux] Re: X windows setup on C110 with woody and kernel-2.4.20pa22 Helge Deller @ 2003-01-29 21:59 ` Thibaut VARENE 0 siblings, 0 replies; 4+ messages in thread From: Thibaut VARENE @ 2003-01-29 21:59 UTC (permalink / raw) To: Helge Deller; +Cc: mmehta, parisc-linux On Wed, 29 Jan 2003 20:56:36 +0100 "Helge Deller" <deller@gmx.de> wrote: > Hi Miten, > > > You don't seem to have HIL, but IIRC the ps/2 driver uses the same /dev/input/mice > interface. Well, in 2.4 kernel the PS/2 driver use /dev/psaux, since it doesn't comply with the new input layer. In 2.5, the new driver uses /dev/input/mice. HTH, Thibaut VARENE The PA/Linux ESIEE Team http://pateam.esiee.fr/ ^ permalink raw reply [flat|nested] 4+ messages in thread
* [parisc-linux] RE: X windows setup on C110 with woody and kernel-2.4.20pa22 @ 2003-01-29 22:12 Mehta, Miten 2003-01-30 1:15 ` Keith Hopkins 0 siblings, 1 reply; 4+ messages in thread From: Mehta, Miten @ 2003-01-29 22:12 UTC (permalink / raw) To: 'Helge Deller', Mehta, Miten; +Cc: parisc-linux [-- Attachment #1: Type: text/plain, Size: 735 bytes --] Hey, I tried it again and find here xfree log. I was advised to take X window setup to debian-hppa so I did not post to parisc list. Also find XF86Config-4. Actually what I just did I had done that in very first attempt ;-). Thibaut VARENE pointed out some thing which I have not tried to use /dev/psaux in place of /dev/input/mice. Just shall wait for your reponse. thanks. Miten. -----Original Message----- From: Helge Deller [mailto:deller@gmx.de] Sent: Wednesday, January 29, 2003 1:57 PM To: Mehta, Miten Cc: parisc-linux@lists.parisc-linux.org Subject: Re: X windows setup on C110 with woody and kernel-2.4.20pa22 Hi Miten, Please don't remove parisc-linux@lists.parisc-linux.org from the receivers in the future. ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [parisc-linux] RE: X windows setup on C110 with woody and kernel-2.4.20pa22 2003-01-29 22:12 [parisc-linux] " Mehta, Miten @ 2003-01-30 1:15 ` Keith Hopkins 0 siblings, 0 replies; 4+ messages in thread From: Keith Hopkins @ 2003-01-30 1:15 UTC (permalink / raw) To: Mehta, Miten; +Cc: 'Helge Deller', parisc-linux Mehta, Miten wrote: > Hey, > > I tried it again and find here xfree log. I was advised to take X window > setup to debian-hppa so I did not post to parisc list. Also find > XF86Config-4. > > Actually what I just did I had done that in very first attempt ;-). Thibaut > VARENE pointed out some thing which I have not tried to use /dev/psaux in > place of /dev/input/mice. Just shall wait for your reponse. > > thanks. > > Miten. > > > > -----Original Message----- > From: Helge Deller [mailto:deller@gmx.de] > Sent: Wednesday, January 29, 2003 1:57 PM > To: Mehta, Miten > Cc: parisc-linux@lists.parisc-linux.org > Subject: Re: X windows setup on C110 with woody and kernel-2.4.20pa22 > > > Hi Miten, > > Please don't remove parisc-linux@lists.parisc-linux.org from the receivers > in the future. > >>From your dmesg this is the important part: > > STI GSC/PCI graphics driver version 0.9 > STI byte mode ROM at f4000000, hpa at f4000000 > STI id 2bcb015a-9a02587, conforms to spec rev. 8.04 > STI device: HPA4071B > Console: switching to colour frame buffer device 160x64 > fb0: stifb 1280x1024-32 frame buffer device, id: 2bcb015a, mmio: 0xf4100000 > > So, if you change the in SubSection "Display" the Depth to 32 it should > work: > Example: > SubSection "Display" > Depth 32 # 8, 16, 24 or 32 (acording > to "fbset -i") > Modes "1280x1024" # "1024x768" or "1280x1024" > EndSubSection > > You don't seem to have HIL, but IIRC the ps/2 driver uses the same > /dev/input/mice > interface. > > Regards, > Helge > > Hi Miten, Your log now complains there is no Depth 24 section. So, I suggest to ADD that section just above/below the Depth 32 section. Example: Section "Screen" Identifier "Default Screen" Device "Generic Video Card" Monitor "Generic Monitor" SubSection "Display" Depth 24 # 8, 16, 24 or 32 Modes "1280x1024" # "1024x768" or "1280x1024" EndSubSection SubSection "Display" Depth 32 # 8, 16, 24 or 32 Modes "1280x1024" # "1024x768" or "1280x1024" EndSubSection EndSection -- Best Regards, Keith ^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2003-01-30 1:16 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <5D69EA3878E6D411B43C00508BFD7283049FB54D@exchange2.elgin.edu>
2003-01-29 19:56 ` [parisc-linux] Re: X windows setup on C110 with woody and kernel-2.4.20pa22 Helge Deller
2003-01-29 21:59 ` Thibaut VARENE
2003-01-29 22:12 [parisc-linux] " Mehta, Miten
2003-01-30 1:15 ` Keith Hopkins
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox