Hi guys, It worked!!! Below are the steps I followed:
1) Download the code from git: # git clone git://anongit.freedesktop.org/xorg/driver/xf86-video-chips 2) Fetch the driver code for the 7.2 release: # cd /usr/ports/x11-drivers/xf86-video-chips # make fetch 3) Then, I compared the fetched version against the one downloaded from git. There were updated three files: ct_driver.c, ct_shadow.c and ct_video.c 4) Copy those three files into the fetched src directory 5) make install After all these, the driver was created and installed. Thank you guys for helping me with this issue. I REALLY appreciate your help!!! Regards, ggmoy > From: Matthieu Herrb <[email protected]> > Subject: Re: Driver problem: Chips and Technologies F65555 HiQVPro > To: [email protected] > Cc: [email protected] > Date: Tuesday, 28 July, 2009, 3:26 AM > Moyano, Gustavo wrote: > > Hi all, > > > > I'm having problems setting up Xorg on my > laptop. I'm migrating from FreeBSD 4.11 to FreeBSD 7.2 > but seems that the "chips" driver does not recognize the > hardware. I had no problems with FreeBSD 4.11 but 7.2 > is not working. My laptop is a Toshiba Satellite > 330CDS: > > > > * Processor > > o Intel > Pentium (1.8 volt) with MMX technology, running at 266MHz > > o 512KB > pipelined burst SRAM level 2 cache > > o 66MHz > bus clock speed > > * Memory > > o 32MB > EDO DRAM standard > > * Disk Drives > > o 4.1 > gigabyte hard disk drive > > o 1.44MB, > 3.5" diskette drive (integrated) > > * CD-ROM > > o 20X > (max) CD-ROM module (integrated) > > * Display System > > o 12.1" > diagonal, 800 x 600 resolution color display > > o Color > bright dual scan > > o C & > T HiQVideo PCI (65555) video controller > > o 2MB > Video memory (EDO DRAM) > > o 64-bit > BitBLT graphics acceleration > > o 66MHz > local bus clock speed > > o Super > Video Graphics Array (SVGA) compatible display > > > > I'm attaching the xorg.conf file created when I ran "X > -configure" and the log file created when I ran "X -config > ..." > > > > I don't know if something changed inside the driver > since it was working fine on FreeBSD 4.11, which used > XFree86. > > > > Could someone give me a little help, please? > > > > that sounds like bugzilla #18122. > <https://bugs.freedesktop.org/show_bug.cgi?id=18122> > The xf86-video-chips 1.2.1 driver was not correctly > converted to > libpciaccess. > > Can you try the -current version from git, or apply the the > patch from > <https://bugs.freedesktop.org/attachment.cgi?id=27396> > ? > > -- > Matthieu Herrb > _______________________________________________ > xorg mailing list > [email protected] > http://lists.freedesktop.org/mailman/listinfo/xorg > _______________________________________________ xorg mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/xorg
