* [gentoo-catalyst] VIA Graphic card and Xorg.conf @ 2006-05-02 14:30 Luca Casagrande 2006-05-02 14:34 ` Andrew Gaffney 0 siblings, 1 reply; 5+ messages in thread From: Luca Casagrande @ 2006-05-02 14:30 UTC (permalink / raw To: gentoo-catalyst Hi folks.. I have menaged to run my livedistro on some pc (all with nvidia cards), and it works very fine. The problem is when the autoconfig script detect a VIA Graphic card, and x-setup set via as graphic driver: xorg doesn't start. If i change it to vesa, all is working fine. How can i solve this? Thanks Luca Using Kernel 2.6.16 and xorg 6.8.2-r6 -- "Si servo della conoscienza se vuoi essere libero (Seneca)." jabber: casagrande@jabber.linux.it -- gentoo-catalyst@gentoo.org mailing list ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-catalyst] VIA Graphic card and Xorg.conf 2006-05-02 14:30 [gentoo-catalyst] VIA Graphic card and Xorg.conf Luca Casagrande @ 2006-05-02 14:34 ` Andrew Gaffney 2006-05-02 14:54 ` Luca Casagrande 0 siblings, 1 reply; 5+ messages in thread From: Andrew Gaffney @ 2006-05-02 14:34 UTC (permalink / raw To: gentoo-catalyst Luca Casagrande wrote: > Hi folks.. > I have menaged to run my livedistro on some pc (all with nvidia cards), and it > works very fine. The problem is when the autoconfig script detect a VIA > Graphic card, and x-setup set via as graphic driver: xorg doesn't start. > If i change it to vesa, all is working fine. > How can i solve this? Determine *why* X won't start, and then submit a patch for x-setup to configure X properly :) -- Andrew Gaffney http://dev.gentoo.org/~agaffney/ Gentoo Linux Developer Installer Project -- gentoo-catalyst@gentoo.org mailing list ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-catalyst] VIA Graphic card and Xorg.conf 2006-05-02 14:34 ` Andrew Gaffney @ 2006-05-02 14:54 ` Luca Casagrande 2006-05-02 17:38 ` Chris Gianelloni 0 siblings, 1 reply; 5+ messages in thread From: Luca Casagrande @ 2006-05-02 14:54 UTC (permalink / raw To: gentoo-catalyst [-- Attachment #1: Type: text/plain, Size: 973 bytes --] Thanks for your answer Andrew... I made some test using the live cd 2006 and i noticed that the same card is recognized, but the driver is set to VESA. Is there a way to have this feature also on my LIVE? Bye Luca On 5/2/06, Andrew Gaffney <agaffney@gentoo.org> wrote: > > Luca Casagrande wrote: > > Hi folks.. > > I have menaged to run my livedistro on some pc (all with nvidia cards), > and it > > works very fine. The problem is when the autoconfig script detect a VIA > > Graphic card, and x-setup set via as graphic driver: xorg doesn't start. > > If i change it to vesa, all is working fine. > > How can i solve this? > > Determine *why* X won't start, and then submit a patch for x-setup to > configure > X properly :) > > -- > Andrew Gaffney http://dev.gentoo.org/~agaffney/ > Gentoo Linux Developer Installer Project > > -- > gentoo-catalyst@gentoo.org mailing list > > [-- Attachment #2: Type: text/html, Size: 1678 bytes --] ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-catalyst] VIA Graphic card and Xorg.conf 2006-05-02 14:54 ` Luca Casagrande @ 2006-05-02 17:38 ` Chris Gianelloni 2006-05-03 7:58 ` Luca Casagrande 0 siblings, 1 reply; 5+ messages in thread From: Chris Gianelloni @ 2006-05-02 17:38 UTC (permalink / raw To: gentoo-catalyst [-- Attachment #1: Type: text/plain, Size: 1781 bytes --] On Tue, 2006-05-02 at 14:54 +0000, Luca Casagrande wrote: > Thanks for your answer Andrew... > I made some test using the live cd 2006 and i noticed that the same > card is recognized, but the driver is set to VESA. Is there a way to > have this feature also on my LIVE? Use hwsetup 1.0 instead of 1.1, as I "fixed" it in 1.1 to use the correct driver. The 1.0 hwsetup wasn't "fixed" in any way. Either that, or you can revert my recent changes in the tree by pullign an older revision of the hwsetup-1.1-gentoo.patch file from our viewcvs and replacing the one in your snapshot. This is actually an area that I've been testing on fairly recently, so I'm not reverting it in the tree, but rather trying to fix it properly. > > Bye > Luca > > On 5/2/06, Andrew Gaffney <agaffney@gentoo.org> wrote: > Luca Casagrande wrote: > > Hi folks.. > > I have menaged to run my livedistro on some pc (all with > nvidia cards), and it > > works very fine. The problem is when the autoconfig script > detect a VIA > > Graphic card, and x-setup set via as graphic driver: xorg > doesn't start. > > If i change it to vesa, all is working fine. > > How can i solve this? > > Determine *why* X won't start, and then submit a patch for > x-setup to configure > X properly :) > > -- > Andrew Gaffney > http://dev.gentoo.org/~agaffney/ > Gentoo Linux Developer > Installer Project > > -- > gentoo-catalyst@gentoo.org mailing list > > -- Chris Gianelloni Release Engineering - Strategic Lead x86 Architecture Team Games - Developer Gentoo Linux [-- Attachment #2: This is a digitally signed message part --] [-- Type: application/pgp-signature, Size: 191 bytes --] ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-catalyst] VIA Graphic card and Xorg.conf 2006-05-02 17:38 ` Chris Gianelloni @ 2006-05-03 7:58 ` Luca Casagrande 0 siblings, 0 replies; 5+ messages in thread From: Luca Casagrande @ 2006-05-03 7:58 UTC (permalink / raw To: gentoo-catalyst I've created and ebuild 1.1-r1 using the 1.1 but removing the gentoo.patch line inside it ( cause i saw in changelog, that is this one that correct the driver issue..). Can this way be ok? Thanks Luca Alle 19:38, martedì 02 maggio 2006, Chris Gianelloni ha scritto: > On Tue, 2006-05-02 at 14:54 +0000, Luca Casagrande wrote: > > Thanks for your answer Andrew... > > I made some test using the live cd 2006 and i noticed that the same > > card is recognized, but the driver is set to VESA. Is there a way to > > have this feature also on my LIVE? > > Use hwsetup 1.0 instead of 1.1, as I "fixed" it in 1.1 to use the > correct driver. The 1.0 hwsetup wasn't "fixed" in any way. Either > that, or you can revert my recent changes in the tree by pullign an > older revision of the hwsetup-1.1-gentoo.patch file from our viewcvs and > replacing the one in your snapshot. > > This is actually an area that I've been testing on fairly recently, so > I'm not reverting it in the tree, but rather trying to fix it properly. > > > Bye > > Luca > > > > On 5/2/06, Andrew Gaffney <agaffney@gentoo.org> wrote: > > > > Luca Casagrande wrote: > > > Hi folks.. > > > I have menaged to run my livedistro on some pc (all with > > > > nvidia cards), and it > > > > > works very fine. The problem is when the autoconfig script > > > > detect a VIA > > > > > Graphic card, and x-setup set via as graphic driver: xorg > > > > doesn't start. > > > > > If i change it to vesa, all is working fine. > > > How can i solve this? > > > > Determine *why* X won't start, and then submit a patch for > > x-setup to configure > > X properly :) > > > > -- > > Andrew Gaffney > > http://dev.gentoo.org/~agaffney/ > > Gentoo Linux Developer > > Installer Project > > > > -- > > gentoo-catalyst@gentoo.org mailing list -- "E' molto più bello sapere qualcosa di tutto, che tutto di una cosa (Blaise Pascal)." jabber: casagrande@jabber.linux.it -- gentoo-catalyst@gentoo.org mailing list ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2006-05-03 7:57 UTC | newest] Thread overview: 5+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2006-05-02 14:30 [gentoo-catalyst] VIA Graphic card and Xorg.conf Luca Casagrande 2006-05-02 14:34 ` Andrew Gaffney 2006-05-02 14:54 ` Luca Casagrande 2006-05-02 17:38 ` Chris Gianelloni 2006-05-03 7:58 ` Luca Casagrande
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox