Re: Why I can't get Wide screen with Intel graphics

2007-01-21 Thread Abdullah Al-Marrie

On 1/20/07, Luigi Rizzo [EMAIL PROTECTED] wrote:

On Sat, Jan 20, 2007 at 06:05:45PM +, Abdullah Al-Marrie wrote:
 On 1/20/07, Luigi Rizzo [EMAIL PROTECTED] wrote:
  On Sat, Jan 20, 2007 at 07:38:36AM -0500, Tsu-Fan Cheng wrote:
   under the subsection of display, i have
   Modes  1024x768
   maybe you  can try using 1280x800
 
  in order to get the higher resolutions, you should
  probably install the port
 
  /usr/ports/sysutils/915resolution
 
  which redefines the bios modes.
  In my case (Dell Latitude X1) i run it as
 
  #--- set 1280 resolution on video
  /usr/local/bin/915resolution 5c 1280 768
 
  you should probably change the 768 to 800 if that's your
  screen height.
 
  cheers
  luigi

 luigi,

 That worked, thank you!

 DELL# /usr/local/bin/915resolution -l
 Intel 800/900 Series VBIOS Hack : version 0.5.2

 Chipset: 945GM
 BIOS: TYPE 1
 Mode Table Offset: $C + $269
 Mode Table Entries: 36

 Mode 30 : 640x480, 8 bits/pixel
 Mode 32 : 800x600, 8 bits/pixel
 Mode 34 : 1024x768, 8 bits/pixel
 Mode 38 : 1280x1024, 8 bits/pixel
 Mode 3a : 1600x1200, 8 bits/pixel
 Mode 3c : 1920x1440, 8 bits/pixel
 Mode 41 : 640x480, 16 bits/pixel
 Mode 43 : 800x600, 16 bits/pixel
 Mode 45 : 1024x768, 16 bits/pixel
 Mode 49 : 1280x1024, 16 bits/pixel
 Mode 4b : 1600x1200, 16 bits/pixel
 Mode 4d : 1920x1440, 16 bits/pixel
 Mode 50 : 640x480, 32 bits/pixel
 Mode 52 : 800x600, 32 bits/pixel
 Mode 54 : 1024x768, 32 bits/pixel
 Mode 58 : 1280x1024, 32 bits/pixel
 Mode 5a : 1600x1200, 32 bits/pixel
 Mode 5c : 1920x1440, 32 bits/pixel


 DELL# /usr/local/bin/915resolution 58 1280 1024
 Intel 800/900 Series VBIOS Hack : version 0.5.2

 Chipset: 945GM
 BIOS: TYPE 1
 Mode Table Offset: $C + $269
 Mode Table Entries: 36

 Patch mode 58 to resolution 1280x1024 complete

 I also set

 Section Screen
 Identifier Screen0
 Device Card0
 MonitorMonitor0
 SubSection Display
 Viewport   0 0
 Depth 32
 Modes 1280x800 1024x768 800x600
 EndSubSection

 But once I rebooted the laptop I lose it, and I have to do it again
 after the FreeBSD starts

 Is there a work around for this issue?

i put the line
/usr/local/bin/915resolution 58 1280 1024

in /usr/local/etc/rc.d/00setvideo.sh
so it gets called automatically at startup

cheers
luigi


That didn't make it, is there another way to do it? will xorg 7.2
going to fix this issue when it's released?


--
Regards,

-Abdullah Ibn Hamad Al-Marri
Arab Portal
http://www.WeArab.Net/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Why I can't get Wide screen with Intel graphics

2007-01-21 Thread Luigi Rizzo
On Sun, Jan 21, 2007 at 12:33:32PM +0300, Abdullah Al-Marrie wrote:
...
  i put the line
  /usr/local/bin/915resolution 58 1280 1024
 
  in /usr/local/etc/rc.d/00setvideo.sh
  so it gets called automatically at startup
 
  cheers
  luigi
 
 That didn't make it, is there another way to do it? will xorg 7.2

check the permissionson the file. it must work.
luigi
 going to fix this issue when it's released?
 
 
 -- 
 Regards,
 
 -Abdullah Ibn Hamad Al-Marri
 Arab Portal
 http://www.WeArab.Net/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Why I can't get Wide screen with Intel graphics

2007-01-20 Thread Tsu-Fan Cheng

under the subsection of display, i have
Modes  1024x768
maybe you  can try using 1280x800

TFC


On 1/20/07, Abdullah Al-Marrie [EMAIL PROTECTED] wrote:


Hello,

This is Laptop Dell 6400 1505E laptop with intel graphics.

6.2-STABLE #0: Thu Jan 18 21:41:51 UTC 2007
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/ARABIAN  i386


agp0: Intel 82945GM (945GM GMCH) SVGA controller port 0xeff8-0xefff
mem 0xeff0-0xeff7,0xd000-0xdfff,0xefec-0xefef
irq 16 at device 2.0 on pci0
agp0: detected 7932k stolen memory
agp0: aperture size is 256M
drmsub0: Intel i945GM: (child of agp_i810.c) on agp0
info: [drm] AGP at 0xeff0 0MB
info: [drm] Initialized i915 1.4.0 20060119


But I can't get 1280x800 at all.

Here is the xorg.conf

Section ServerLayout
Identifier X.org Configured
Screen  0  Screen0 0 0
InputDeviceMouse0 CorePointer
InputDeviceKeyboard0 CoreKeyboard
EndSection

Section Files
RgbPath  /usr/X11R6/lib/X11/rgb
ModulePath   /usr/X11R6/lib/modules
FontPath /usr/X11R6/lib/X11/fonts/misc/
FontPath /usr/X11R6/lib/X11/fonts/TTF/
FontPath /usr/X11R6/lib/X11/fonts/Type1/
FontPath /usr/X11R6/lib/X11/fonts/CID/
FontPath /usr/X11R6/lib/X11/fonts/75dpi/
FontPath /usr/X11R6/lib/X11/fonts/100dpi/
EndSection

Section Module
Load  dbe
Load  dri
Load  extmod
Load  glx
Load  record
Load  xtrap
Load  freetype
Load  type1
EndSection

Section InputDevice
Identifier  Keyboard0
Driver  kbd
EndSection

Section InputDevice
Identifier  Mouse0
Driver  mouse
Option  Protocol auto
Option  Device /dev/sysmouse
Option  ZAxisMapping 4 5 6 7
EndSection

Section Monitor
#DisplaySize  330   210 # mm
Identifier   Monitor0
VendorName   SEC
ModelName0
EndSection

Section Device
### Available Driver options are:-
### Values: i: integer, f: float, bool: True/False,
### string: String, freq: f Hz/kHz/MHz
### [arg]: arg optional
#Option NoAccel   # [bool]
#Option SWcursor  # [bool]
#Option ColorKey  # i
#Option CacheLines# i
#Option Dac6Bit   # [bool]
#Option DRI   # [bool]
#Option NoDDC # [bool]
#Option ShowCache # [bool]
#Option XvMCSurfaces  # i
#Option PageFlip  # [bool]
Identifier  Card0
Driver  i810
VendorName  Intel Corporation
BoardName   Mobile Integrated Graphics Controller
BusID   PCI:0:2:0
EndSection

Section Screen
Identifier Screen0
Device Card0
MonitorMonitor0
SubSection Display
Viewport   0 0
Depth 24
EndSubSection
EndSection



--
Regards,

-Abdullah Ibn Hamad Al-Marri
Arab Portal
http://www.WeArab.Net/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
[EMAIL PROTECTED]


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


re: Why I can't get Wide screen with Intel graphics

2007-01-20 Thread Niek Dekker

Doorgestuurd bericht:
This is Laptop Dell 6400 1505E laptop with intel graphics.

6.2-STABLE #0: Thu Jan 18 21:41:51 UTC 2007
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/ARABIAN  i386


agp0: Intel 82945GM (945GM GMCH) SVGA controller port 0xeff8-0xefff
mem 0xeff0-0xeff7,0xd000-0xdfff,0xefec-0xefef
irq 16 at device 2.0 on pci0
agp0: detected 7932k stolen memory
agp0: aperture size is 256M
drmsub0: Intel i945GM: (child of agp_i810.c) on agp0
info: [drm] AGP at 0xeff0 0MB
info: [drm] Initialized i915 1.4.0 20060119


But I can't get 1280x800 at all.

snip

-
Hi Abdullah,

you could install 915resolution from ports and read the documentation. On my
HP laptop with Intel 945 chip it works.

regards,
Niek
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Why I can't get Wide screen with Intel graphics

2007-01-20 Thread Luigi Rizzo
On Sat, Jan 20, 2007 at 07:38:36AM -0500, Tsu-Fan Cheng wrote:
 under the subsection of display, i have
 Modes  1024x768
 maybe you  can try using 1280x800

in order to get the higher resolutions, you should
probably install the port

/usr/ports/sysutils/915resolution

which redefines the bios modes.
In my case (Dell Latitude X1) i run it as

#--- set 1280 resolution on video
/usr/local/bin/915resolution 5c 1280 768

you should probably change the 768 to 800 if that's your
screen height.

cheers
luigi

 
 
 On 1/20/07, Abdullah Al-Marrie [EMAIL PROTECTED] wrote:
 
  Hello,
 
  This is Laptop Dell 6400 1505E laptop with intel graphics.
 
  6.2-STABLE #0: Thu Jan 18 21:41:51 UTC 2007
  [EMAIL PROTECTED]:/usr/obj/usr/src/sys/ARABIAN  i386
 
 
  agp0: Intel 82945GM (945GM GMCH) SVGA controller port 0xeff8-0xefff
  mem 0xeff0-0xeff7,0xd000-0xdfff,0xefec-0xefef
  irq 16 at device 2.0 on pci0
  agp0: detected 7932k stolen memory
  agp0: aperture size is 256M
  drmsub0: Intel i945GM: (child of agp_i810.c) on agp0
  info: [drm] AGP at 0xeff0 0MB
  info: [drm] Initialized i915 1.4.0 20060119
 
 
  But I can't get 1280x800 at all.
 
  Here is the xorg.conf
 
  Section ServerLayout
  Identifier X.org Configured
  Screen  0  Screen0 0 0
  InputDeviceMouse0 CorePointer
  InputDeviceKeyboard0 CoreKeyboard
  EndSection
 
  Section Files
  RgbPath  /usr/X11R6/lib/X11/rgb
  ModulePath   /usr/X11R6/lib/modules
  FontPath /usr/X11R6/lib/X11/fonts/misc/
  FontPath /usr/X11R6/lib/X11/fonts/TTF/
  FontPath /usr/X11R6/lib/X11/fonts/Type1/
  FontPath /usr/X11R6/lib/X11/fonts/CID/
  FontPath /usr/X11R6/lib/X11/fonts/75dpi/
  FontPath /usr/X11R6/lib/X11/fonts/100dpi/
  EndSection
 
  Section Module
  Load  dbe
  Load  dri
  Load  extmod
  Load  glx
  Load  record
  Load  xtrap
  Load  freetype
  Load  type1
  EndSection
 
  Section InputDevice
  Identifier  Keyboard0
  Driver  kbd
  EndSection
 
  Section InputDevice
  Identifier  Mouse0
  Driver  mouse
  Option  Protocol auto
  Option  Device /dev/sysmouse
  Option  ZAxisMapping 4 5 6 7
  EndSection
 
  Section Monitor
  #DisplaySize  330   210 # mm
  Identifier   Monitor0
  VendorName   SEC
  ModelName0
  EndSection
 
  Section Device
  ### Available Driver options are:-
  ### Values: i: integer, f: float, bool: True/False,
  ### string: String, freq: f Hz/kHz/MHz
  ### [arg]: arg optional
  #Option NoAccel   # [bool]
  #Option SWcursor  # [bool]
  #Option ColorKey  # i
  #Option CacheLines# i
  #Option Dac6Bit   # [bool]
  #Option DRI   # [bool]
  #Option NoDDC # [bool]
  #Option ShowCache # [bool]
  #Option XvMCSurfaces  # i
  #Option PageFlip  # [bool]
  Identifier  Card0
  Driver  i810
  VendorName  Intel Corporation
  BoardName   Mobile Integrated Graphics Controller
  BusID   PCI:0:2:0
  EndSection
 
  Section Screen
  Identifier Screen0
  Device Card0
  MonitorMonitor0
  SubSection Display
  Viewport   0 0
  Depth 24
  EndSubSection
  EndSection
 
 
 
  --
  Regards,
 
  -Abdullah Ibn Hamad Al-Marri
  Arab Portal
  http://www.WeArab.Net/
  ___
  freebsd-questions@freebsd.org mailing list
  http://lists.freebsd.org/mailman/listinfo/freebsd-questions
  To unsubscribe, send any mail to 
  [EMAIL PROTECTED]
 
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-multimedia
 To unsubscribe, send any mail to [EMAIL PROTECTED]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Why I can't get Wide screen with Intel graphics

2007-01-20 Thread Abdullah Al-Marrie

On 1/20/07, Luigi Rizzo [EMAIL PROTECTED] wrote:

On Sat, Jan 20, 2007 at 07:38:36AM -0500, Tsu-Fan Cheng wrote:
 under the subsection of display, i have
 Modes  1024x768
 maybe you  can try using 1280x800

in order to get the higher resolutions, you should
probably install the port

/usr/ports/sysutils/915resolution

which redefines the bios modes.
In my case (Dell Latitude X1) i run it as

#--- set 1280 resolution on video
/usr/local/bin/915resolution 5c 1280 768

you should probably change the 768 to 800 if that's your
screen height.

cheers
luigi


luigi,

That worked, thank you!

DELL# /usr/local/bin/915resolution -l
Intel 800/900 Series VBIOS Hack : version 0.5.2

Chipset: 945GM
BIOS: TYPE 1
Mode Table Offset: $C + $269
Mode Table Entries: 36

Mode 30 : 640x480, 8 bits/pixel
Mode 32 : 800x600, 8 bits/pixel
Mode 34 : 1024x768, 8 bits/pixel
Mode 38 : 1280x1024, 8 bits/pixel
Mode 3a : 1600x1200, 8 bits/pixel
Mode 3c : 1920x1440, 8 bits/pixel
Mode 41 : 640x480, 16 bits/pixel
Mode 43 : 800x600, 16 bits/pixel
Mode 45 : 1024x768, 16 bits/pixel
Mode 49 : 1280x1024, 16 bits/pixel
Mode 4b : 1600x1200, 16 bits/pixel
Mode 4d : 1920x1440, 16 bits/pixel
Mode 50 : 640x480, 32 bits/pixel
Mode 52 : 800x600, 32 bits/pixel
Mode 54 : 1024x768, 32 bits/pixel
Mode 58 : 1280x1024, 32 bits/pixel
Mode 5a : 1600x1200, 32 bits/pixel
Mode 5c : 1920x1440, 32 bits/pixel


DELL# /usr/local/bin/915resolution 58 1280 1024
Intel 800/900 Series VBIOS Hack : version 0.5.2

Chipset: 945GM
BIOS: TYPE 1
Mode Table Offset: $C + $269
Mode Table Entries: 36

Patch mode 58 to resolution 1280x1024 complete

I also set

Section Screen
   Identifier Screen0
   Device Card0
   MonitorMonitor0
   SubSection Display
   Viewport   0 0
   Depth 32
   Modes 1280x800 1024x768 800x600
   EndSubSection

But once I rebooted the laptop I lose it, and I have to do it again
after the FreeBSD starts

Is there a work around for this issue?

--
Regards,

-Abdullah Ibn Hamad Al-Marri
Arab Portal
http://www.WeArab.Net/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Why I can't get Wide screen with Intel graphics

2007-01-20 Thread Luigi Rizzo
On Sat, Jan 20, 2007 at 06:05:45PM +, Abdullah Al-Marrie wrote:
 On 1/20/07, Luigi Rizzo [EMAIL PROTECTED] wrote:
  On Sat, Jan 20, 2007 at 07:38:36AM -0500, Tsu-Fan Cheng wrote:
   under the subsection of display, i have
   Modes  1024x768
   maybe you  can try using 1280x800
 
  in order to get the higher resolutions, you should
  probably install the port
 
  /usr/ports/sysutils/915resolution
 
  which redefines the bios modes.
  In my case (Dell Latitude X1) i run it as
 
  #--- set 1280 resolution on video
  /usr/local/bin/915resolution 5c 1280 768
 
  you should probably change the 768 to 800 if that's your
  screen height.
 
  cheers
  luigi
 
 luigi,
 
 That worked, thank you!
 
 DELL# /usr/local/bin/915resolution -l
 Intel 800/900 Series VBIOS Hack : version 0.5.2
 
 Chipset: 945GM
 BIOS: TYPE 1
 Mode Table Offset: $C + $269
 Mode Table Entries: 36
 
 Mode 30 : 640x480, 8 bits/pixel
 Mode 32 : 800x600, 8 bits/pixel
 Mode 34 : 1024x768, 8 bits/pixel
 Mode 38 : 1280x1024, 8 bits/pixel
 Mode 3a : 1600x1200, 8 bits/pixel
 Mode 3c : 1920x1440, 8 bits/pixel
 Mode 41 : 640x480, 16 bits/pixel
 Mode 43 : 800x600, 16 bits/pixel
 Mode 45 : 1024x768, 16 bits/pixel
 Mode 49 : 1280x1024, 16 bits/pixel
 Mode 4b : 1600x1200, 16 bits/pixel
 Mode 4d : 1920x1440, 16 bits/pixel
 Mode 50 : 640x480, 32 bits/pixel
 Mode 52 : 800x600, 32 bits/pixel
 Mode 54 : 1024x768, 32 bits/pixel
 Mode 58 : 1280x1024, 32 bits/pixel
 Mode 5a : 1600x1200, 32 bits/pixel
 Mode 5c : 1920x1440, 32 bits/pixel
 
 
 DELL# /usr/local/bin/915resolution 58 1280 1024
 Intel 800/900 Series VBIOS Hack : version 0.5.2
 
 Chipset: 945GM
 BIOS: TYPE 1
 Mode Table Offset: $C + $269
 Mode Table Entries: 36
 
 Patch mode 58 to resolution 1280x1024 complete
 
 I also set
 
 Section Screen
 Identifier Screen0
 Device Card0
 MonitorMonitor0
 SubSection Display
 Viewport   0 0
 Depth 32
 Modes 1280x800 1024x768 800x600
 EndSubSection
 
 But once I rebooted the laptop I lose it, and I have to do it again
 after the FreeBSD starts
 
 Is there a work around for this issue?

i put the line
/usr/local/bin/915resolution 58 1280 1024

in /usr/local/etc/rc.d/00setvideo.sh
so it gets called automatically at startup

cheers
luigi

 -- 
 Regards,
 
 -Abdullah Ibn Hamad Al-Marri
 Arab Portal
 http://www.WeArab.Net/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]