Re: Screen resolution on FreeBSD 7.0

2008-04-21 Thread Nishita Desai
On Thu, Apr 17, 2008 at 12:59 AM,  शंतनु महाजन (Shantanoo Mahajan)
 [EMAIL PROTECTED] wrote:

  http://dhoomketu.net.in/node/6

Thank you all for helping. Right now, I have the resolution fixed with
915resolution (http://www.geocities.com/stomljen/)

I will consider installing the Intel drivers some other time.

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

Re: Screen resolution on FreeBSD 7.0

2008-04-16 Thread Nishita Desai
On Thu, Apr 10, 2008 at 12:30 AM, Predrag Punosevac wrote:

  You are missing line DefaultDepth 24. Remove i810 and install Intel driver
 from ports instead. Adjust xorg.conf
  accordingly. You my want to use xrandr to experiment with different modes
 dynamically.

Thanks for your reply. Adding DefaultDepth 24 did not help. And
xrandr also shows only one mode 1024x768. I tried reading the xrandr
manual but did not quite understand how to add a 1280x800 mode.

Also i810 is also what Ubuntu is using to give the the correct
resolution. But in case I do need to install another intel driver from
the ports, can you tell me how to do that?

Thanks,
Nishita

   I just installed FreeBSD 7.0 on a Dell Inspirion 640m notebook and am
   trying to get the screen resolution right. I need a 1280x800
   wide-screen resolution and according to the Handbook, I should be able
   [...]
 
   I also found this in /var/log/Xorg.0.log
 
   (II) I810(0): Monitor0: Using hsync range of 45.71-50.53 kHz
   (II) I810(0): Monitor0: Using vrefresh value of 60.00 Hz
   (II) I810(0): Not using mode 1280x800 (no mode of this name)
   (--) I810(0): Virtual size is 1024x768 (pitch 1024)
   (**) I810(0):  Built-in mode 1024x768
 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Screen resolution on FreeBSD 7.0

2008-04-16 Thread शंतनु महाजन (Shant anoo Mahajan)


On 17-Apr-08, at 12:16 AM, Nishita Desai wrote:


On Thu, Apr 10, 2008 at 12:30 AM, Predrag Punosevac wrote:

You are missing line DefaultDepth 24. Remove i810 and install Intel  
driver

from ports instead. Adjust xorg.conf
accordingly. You my want to use xrandr to experiment with different  
modes

dynamically.


Thanks for your reply. Adding DefaultDepth 24 did not help. And
xrandr also shows only one mode 1024x768. I tried reading the xrandr
manual but did not quite understand how to add a 1280x800 mode.

Also i810 is also what Ubuntu is using to give the the correct
resolution. But in case I do need to install another intel driver from
the ports, can you tell me how to do that?


http://dhoomketu.net.in/node/6

Hope this helps.

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


Screen resolution on FreeBSD 7.0

2008-04-09 Thread Nishita Desai
From: Nishita Desai [EMAIL PROTECTED]
Date: Wed, Apr 9, 2008 at 10:26 PM
Subject: Screen resolution on FreeBSD 7.0
To: [EMAIL PROTECTED]


Hello,

 I just installed FreeBSD 7.0 on a Dell Inspirion 640m notebook and am
 trying to get the screen resolution right. I need a 1280x800
 wide-screen resolution and according to the Handbook, I should be able
 to do that by modifying the xorg.conf. I also have Ubuntu running a
 nice resolution on the other partition (slice) so I used the Screen
 section of it's xorg.conf to make the changes

 Here is the xorg.conf file:

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

 Section Files
RgbPath  /usr/local/share/X11/rgb
ModulePath   /usr/local/lib/xorg/modules
FontPath /usr/local/lib/X11/fonts/misc/
FontPath /usr/local/lib/X11/fonts/TTF/
FontPath /usr/local/lib/X11/fonts/OTF
FontPath /usr/local/lib/X11/fonts/Type1/
FontPath /usr/local/lib/X11/fonts/100dpi/
FontPath /usr/local/lib/X11/fonts/75dpi/
 EndSection

 Section Module
Load  GLcore
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  300   190 # mm
Identifier   Monitor0
VendorName   QDS
ModelName47
 EndSection

 Section Device
Identifier  Card0
Driver  i810
VendorName  Intel Corporation
BoardName   Mobile 945GM/GMS, 943/940GML Express Integrated Graphics
 Controller
BusID   PCI:0:2:0
 EndSection

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

 


 I also found this in /var/log/Xorg.0.log

 (II) I810(0): Monitor0: Using hsync range of 45.71-50.53 kHz
 (II) I810(0): Monitor0: Using vrefresh value of 60.00 Hz
 (II) I810(0): Not using mode 1280x800 (no mode of this name)
 (--) I810(0): Virtual size is 1024x768 (pitch 1024)
 (**) I810(0):  Built-in mode 1024x768

 Can anyone help?

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


Re: Screen resolution on FreeBSD 7.0

2008-04-09 Thread Predrag Punosevac

Nishita Desai wrote:

From: Nishita Desai [EMAIL PROTECTED]
Date: Wed, Apr 9, 2008 at 10:26 PM
Subject: Screen resolution on FreeBSD 7.0
To: [EMAIL PROTECTED]


  
You are missing line DefaultDepth 24. Remove i810 and install Intel 
driver from ports instead. Adjust xorg.conf
accordingly. You my want to use xrandr to experiment with different 
modes dynamically.

Cheers,
Predrag


Hello,

 I just installed FreeBSD 7.0 on a Dell Inspirion 640m notebook and am
 trying to get the screen resolution right. I need a 1280x800
 wide-screen resolution and according to the Handbook, I should be able
 to do that by modifying the xorg.conf. I also have Ubuntu running a
 nice resolution on the other partition (slice) so I used the Screen
 section of it's xorg.conf to make the changes

 Here is the xorg.conf file:

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

 Section Files
RgbPath  /usr/local/share/X11/rgb
ModulePath   /usr/local/lib/xorg/modules
FontPath /usr/local/lib/X11/fonts/misc/
FontPath /usr/local/lib/X11/fonts/TTF/
FontPath /usr/local/lib/X11/fonts/OTF
FontPath /usr/local/lib/X11/fonts/Type1/
FontPath /usr/local/lib/X11/fonts/100dpi/
FontPath /usr/local/lib/X11/fonts/75dpi/
 EndSection

 Section Module
Load  GLcore
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  300   190 # mm
Identifier   Monitor0
VendorName   QDS
ModelName47
 EndSection

 Section Device
Identifier  Card0
Driver  i810
VendorName  Intel Corporation
BoardName   Mobile 945GM/GMS, 943/940GML Express Integrated Graphics
 Controller
BusID   PCI:0:2:0
 EndSection

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

 


 I also found this in /var/log/Xorg.0.log

 (II) I810(0): Monitor0: Using hsync range of 45.71-50.53 kHz
 (II) I810(0): Monitor0: Using vrefresh value of 60.00 Hz
 (II) I810(0): Not using mode 1280x800 (no mode of this name)
 (--) I810(0): Virtual size is 1024x768 (pitch 1024)
 (**) I810(0):  Built-in mode 1024x768

 Can anyone help?

 Thanks,
 Nishita.
___
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]