Re: xfce display

2010-05-18 Thread Mark Stapper
On 17/05/2010 19:10, Jean-Paul Natola wrote:
 Did you configure Xorg to use the intel driver?
 Check the handbook chapter 5.4 especially 5.4.3.1 Configuration with
 Intel(r) i810 Graphics Chipsets.
 
 I have got it configured, now I'm a bit confused on which  display section 
 I'm supposed to add the mode  there are many do I add the 10.24x768  to all 
 of them?

   
No you don't.
Once you get your videocard driver correct, Xorg should detect the
correct settings.
If it doesn't: you should add the correct resolution to 16 and 24.
Could you post your entire config file?



signature.asc
Description: OpenPGP digital signature


Re: xfce display

2010-05-17 Thread Mark Stapper
On 14/05/2010 21:56, Jean-Paul Natola wrote:
 Hi all,

 I installed Xorg and xfce when I start it (/usr/local/bin/startxfce)  my 
 screen just shows vertical lines of many different colors on the screen,

 The monitor (fairly old gateway 15 lcd)   works fine in regular text mode, 
 on windows os's as well.

 I do see this in the log

 (II) Module intel: vendor=X.Org Foundation
   compiled for 1.6.5, module version = 2.7.1
   Module class: X.Org Video Driver
   ABI class: X.Org Video Driver, version 5.0
 (II) LoadModule: i810
 (WW) Warning, couldn't open module i810
 (II) UnloadModule: i810
 (EE) Failed to load module i810 (module does not exist, 0)
 (II) LoadModule: vesa
 (II) Loading /usr/local/lib/xorg/modules/drivers//vesa_drv.so
 (II) Module vesa: vendor=X.Org Foundation

 Is the i810 chipset not supported?


 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org
   
The i810 chip from intel is supported, just by another name...
You want the xf86-video-intel port
(http://www.freebsd.org/cgi/url.cgi?ports/x11-drivers/xf86-video-intel/pkg-descr)
presumably the intel module.
Cheers,
Mark



signature.asc
Description: OpenPGP digital signature


RE: xfce display

2010-05-17 Thread Jean-Paul Natola

On 14/05/2010 21:56, Jean-Paul Natola wrote:
 Hi all,

 I installed Xorg and xfce when I start it (/usr/local/bin/startxfce)  my 
 screen just shows vertical lines of many different colors on the screen,

 The monitor (fairly old gateway 15 lcd)   works fine in regular text mode, 
 on windows os's as well.

 I do see this in the log

 (II) Module intel: vendor=X.Org Foundation
   compiled for 1.6.5, module version = 2.7.1
   Module class: X.Org Video Driver
   ABI class: X.Org Video Driver, version 5.0
 (II) LoadModule: i810
 (WW) Warning, couldn't open module i810
 (II) UnloadModule: i810
 (EE) Failed to load module i810 (module does not exist, 0)
 (II) LoadModule: vesa
 (II) Loading /usr/local/lib/xorg/modules/drivers//vesa_drv.so
 (II) Module vesa: vendor=X.Org Foundation

 Is the i810 chipset not supported?


 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org
   
The i810 chip from intel is supported, just by another name...
You want the xf86-video-intel port
(http://www.freebsd.org/cgi/url.cgi?ports/x11-drivers/xf86-video-intel/pkg-descr)
presumably the intel module.
Cheers,
Mark
-

I installed the xf86-video-intel port and still the same result when attempting 
to start xfce
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: xfce display

2010-05-17 Thread Mark Stapper
On 17/05/2010 15:40, Jean-Paul Natola wrote:
 On 14/05/2010 21:56, Jean-Paul Natola wrote:
   
 Hi all,

 I installed Xorg and xfce when I start it (/usr/local/bin/startxfce)  my 
 screen just shows vertical lines of many different colors on the screen,

 The monitor (fairly old gateway 15 lcd)   works fine in regular text mode, 
 on windows os's as well.

 I do see this in the log

 (II) Module intel: vendor=X.Org Foundation
   compiled for 1.6.5, module version = 2.7.1
   Module class: X.Org Video Driver
   ABI class: X.Org Video Driver, version 5.0
 (II) LoadModule: i810
 (WW) Warning, couldn't open module i810
 (II) UnloadModule: i810
 (EE) Failed to load module i810 (module does not exist, 0)
 (II) LoadModule: vesa
 (II) Loading /usr/local/lib/xorg/modules/drivers//vesa_drv.so
 (II) Module vesa: vendor=X.Org Foundation

 Is the i810 chipset not supported?


 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org
   
 
 The i810 chip from intel is supported, just by another name...
 You want the xf86-video-intel port
 (http://www.freebsd.org/cgi/url.cgi?ports/x11-drivers/xf86-video-intel/pkg-descr)
 presumably the intel module.
 Cheers,
 Mark
 -

 I installed the xf86-video-intel port and still the same result when 
 attempting to start xfce
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org
   
Did you configure Xorg to use the intel driver?
Check the handbook chapter 5.4 especially 5.4.3.1 Configuration with
IntelĀ® i810 Graphics Chipsets.
link:
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/x-config.html




signature.asc
Description: OpenPGP digital signature


RE: xfce display

2010-05-17 Thread Jean-Paul Natola
Did you configure Xorg to use the intel driver?
Check the handbook chapter 5.4 especially 5.4.3.1 Configuration with
Intel(r) i810 Graphics Chipsets.

I have got it configured, now I'm a bit confused on which  display section 
I'm supposed to add the mode  there are many do I add the 10.24x768  to all 
of them?

Section Screen
Identifier Screen0
Device Card0
MonitorMonitor0
SubSection Display
Viewport   0 0
Depth 1
EndSubSection
SubSection Display
Viewport   0 0
Depth 4
EndSubSection
SubSection Display
Viewport   0 0
Depth 8
EndSubSection
SubSection Display
Viewport   0 0
Depth 15
EndSubSection
SubSection Display
Viewport   0 0
Depth 16
EndSubSection
SubSection Display
Viewport   0 0
Depth 24
EndSubSection
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org