Re: [PATCH TO TEST] VESA [1024x768] mode support for FreeBSD-CURRENT

2005-04-11 Thread Jay O'Brien
Michal Mertl wrote: > Jay O'Brien píše v po 11. 04. 2005 v 00:43 -0700: >> >>Michal, >> >>The md5 results for vidcontrol.diff.20050215 are the same as yours. The other >>files, however, are different. I first did >>fetch >>http://www.freebsd.org/cgi/cvsweb.cgi/src/usr.sbin/vidcontrol/vidcontrol

Re: [PATCH TO TEST] VESA [1024x768] mode support for FreeBSD-CURRENT

2005-04-11 Thread Jay O'Brien
Michal Mertl wrote: > Jay O'Brien wrote: > >>Michal Mertl wrote: >> >>> What? I don't know how the patching of vidcontrol ended but you'd better redo it with fresh files from current. Go download vidcontrol.c v 1.48 and vidcontrol.1 from http://www.freebsd.org/cgi/cvsweb.cgi/src/u

Re: [PATCH TO TEST] VESA [1024x768] mode support for FreeBSD-CURRENT

2005-04-10 Thread Michal Mertl
Jay O'Brien wrote: > Michal Mertl wrote: > > > > You haven't read the thread in the archives carefully enough, have you? > > Yes, but unfortunately I didn't comprehend. > > > Here is what I wrote (privately to the original poster but I explained > > the error to the mailing list too): > > > >

Re: [PATCH TO TEST] VESA [1024x768] mode support for FreeBSD-CURRENT

2005-04-10 Thread Jay O'Brien
Michal Mertl wrote: > > You haven't read the thread in the archives carefully enough, have you? Yes, but unfortunately I didn't comprehend. > Here is what I wrote (privately to the original poster but I explained > the error to the mailing list too): > > >>What? I don't know how the patching

Re: [PATCH TO TEST] VESA [1024x768] mode support for FreeBSD-CURRENT

2005-04-10 Thread Michal Mertl
Jay O'Brien píše v ne 10. 04. 2005 v 15:21 -0700: > Michal Mertl wrote: > > There's no standard VGA 132 character text mode. It's either provided by > > VESA or emulated using some graphics mode. Newer graphics hardware > > stopped supporting extended text modes. If you want such modes you need > >

Re: [PATCH TO TEST] VESA [1024x768] mode support for FreeBSD-CURRENT

2005-04-10 Thread Jay O'Brien
Michal Mertl wrote: > There's no standard VGA 132 character text mode. It's either provided by > VESA or emulated using some graphics mode. Newer graphics hardware > stopped supporting extended text modes. If you want such modes you need > to emulate them (render the characters using lots of small

Re: [PATCH TO TEST] VESA [1024x768] mode support for FreeBSD-CURRENT

2005-04-10 Thread Michal Mertl
Jay O'Brien wrote: > Michal Mertl wrote: > >> > >>I feel like I am missing a lot here. I want to display 132 characters per > >>line on my console. I am not running X Windows and it is not a notebook. > > > > > > It doesn't matter. I only saw the most complaints from notebook owners > > who did

Re: [PATCH TO TEST] VESA [1024x768] mode support for FreeBSD-CURRENT

2005-04-10 Thread Jay O'Brien
Michal Mertl wrote: > Jay O'Brien wrote: > >>Michal Mertl wrote: >> >> >>>Didier Wiroth wrote: >>> >>> >>> Hi, I'm using freebsd 5.4-prerelease on my laptop. My laptop has an ati mobility radeon 9600. Unfortunately it has very poor console vesa support. SC_PIXEL_MODE does >>>

Re: [PATCH TO TEST] VESA [1024x768] mode support for FreeBSD-CURRENT

2005-04-10 Thread Michal Mertl
Jay O'Brien wrote: > Michal Mertl wrote: > > > Didier Wiroth wrote: > > > > > >>Hi, > >> > >>I'm using freebsd 5.4-prerelease on my laptop. My laptop has an ati > >>mobility radeon 9600. > >>Unfortunately it has very poor console vesa support. SC_PIXEL_MODE does > >>not work, 90x60 is the highes

Re: [PATCH TO TEST] VESA [1024x768] mode support for FreeBSD-CURRENT

2005-04-10 Thread Jay O'Brien
Michal Mertl wrote: > Didier Wiroth wrote: > > >>Hi, >> >>I'm using freebsd 5.4-prerelease on my laptop. My laptop has an ati >>mobility radeon 9600. >>Unfortunately it has very poor console vesa support. SC_PIXEL_MODE does >>not work, 90x60 is the highest resolution I can get for now. >>It look

RE: [PATCH TO TEST] VESA [1024x768] mode support for FreeBSD-CURRENT

2005-04-08 Thread Didier Wiroth
ns@freebsd.org'; 'freebsd-current@freebsd.org'; '[EMAIL PROTECTED]' Subject: RE: [PATCH TO TEST] VESA [1024x768] mode support for FreeBSD-CURRENT Hello, Thx for the patch, I tried it and here is my feedback. To clear out things I'm not using CURRENT, I used: a) FreeBSD

RE: [PATCH TO TEST] VESA [1024x768] mode support for FreeBSD-CURRENT

2005-04-08 Thread Didier Wiroth
Hello, Thx for the patch, I tried it and here is my feedback. To clear out things I'm not using CURRENT, I used: a) FreeBSD5.4-prerelease (as I'm using RELENG_5), running on a HP NC6000 laptop, connected to a docking station with a Microsoft USB mouse b) I downloaded the current rc.d/moused versio

Re: Re : Re: [PATCH TO TEST] VESA [1024x768] mode support for FreeBSD-CURRENT

2005-04-07 Thread Xin LI
Hi, Michal, å 2005-04-05äç 22:07 +0200ïMichal Mertlåéï > Didier Wiroth wrote: > > Hello, > > Thank you very much for replying. > > > > > cd /usr/src/usr.sbin/vidcontrol > > > patch > > > I'm using the RELENG_5 sources from today. > > > The syscons.diff.20050215 works but the vidcontrol.diff.20

RE: [PATCH TO TEST] VESA [1024x768] mode support for FreeBSD-CURRENT

2005-04-07 Thread Xin LI
Hi, Didier, å 2005-04-06äç 13:39 +0200ïDidier Wirothåéï > Is there a patch available for the rc.d mouse script? I don't have a patch that is good enough to warrant a commit at present. You may want to try the patch attached, but I can not promise that it will work for every case. Thanks for your

RE: [PATCH TO TEST] VESA [1024x768] mode support for FreeBSD-CURRENT

2005-04-06 Thread Didier Wiroth
Hi, I've updated the vidcontrol sources to those in the current cvs and was able to compile and install the patch on stable. High resolution console is fantastic have 1400x1050 (MODE_322) on my laptop now. I get an "pfctl -sa", on one screen ... amazing :-)) It does make freebsd so much better ...

Re: [PATCH TO TEST] VESA [1024x768] mode support for FreeBSD-CURRENT

2005-04-05 Thread Michal Mertl
Didier Wiroth wrote: > Unfortunately with patch applied it does not compile on stable: > > Warning: Object directory not changed from original > /usr/src/usr.sbin/vidcontrol > cc -O -pipe -c vidcontrol.c > vidcontrol.c: In function `video_mode': > vidcontrol.c:500: error: `_VESA_800x600_DFL_CO

Re : Re: Re : Re: [PATCH TO TEST] VESA [1024x768] mode support for FreeBSD-CURRENT

2005-04-05 Thread Didier Wiroth
OWS' undeclared (first use in this function) *** Error code 1 - Message d'origine - De: Michal Mertl <[EMAIL PROTECTED]> Date: Mardi, Avril 5, 2005 10:07 pm Objet: Re: Re : Re: [PATCH TO TEST] VESA [1024x768] mode support for FreeBSD-CURRENT > Didier Wiroth wrote: >

Re: Re : Re: [PATCH TO TEST] VESA [1024x768] mode support for FreeBSD-CURRENT

2005-04-05 Thread Michal Mertl
Didier Wiroth wrote: > Hello, > Thank you very much for replying. > > > cd /usr/src/usr.sbin/vidcontrol > > patch > I'm using the RELENG_5 sources from today. > The syscons.diff.20050215 works but the vidcontrol.diff.20050215 gives > some errors. The diff is against the sources from -CURRENT w

Re : Re: [PATCH TO TEST] VESA [1024x768] mode support for FreeBSD-CURRENT

2005-04-05 Thread Didier Wiroth
Hello, Thank you very much for replying. > cd /usr/src/usr.sbin/vidcontrol > patch http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: [PATCH TO TEST] VESA [1024x768] mode support for FreeBSD-CURRENT

2005-04-05 Thread Michal Mertl
Didier Wiroth wrote: > Hi, > > I'm using freebsd 5.4-prerelease on my laptop. My laptop has an ati > mobility radeon 9600. > Unfortunately it has very poor console vesa support. SC_PIXEL_MODE does > not work, 90x60 is the highest resolution I can get for now. > It looks like I'm not the only one