Re: Screen Resolution

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi. I have the same thing as you have:
 
XFree86 Version 4.3.0 (Red Hat Linux release: 4.3.0-2)
Release Date: 27 February 2003
X Protocol Version 11, Revision 0, Release 6.6
Build Operating System: Linux 2.4.20-3bigmem i686 [ELF]
Build Date: 27 February 2003
Build Host: porky.devel.redhat.com

        Before reporting problems, check http://www.XFree86.Org/
        to make sure that you have the latest version.
Module Loader present
OS Kernel: Linux version 2.4.20-8 (bhcompile@xxxxxxxxxxxxxxxxxxxxxx) (gcc version 3.2.2 20030222 (Red Hat Linux 3.2.2-5)) #1 Thu Mar 13 17:54:28 EST 2003

Bob

If the current redhat 9.0 driver doesn't support it,  I will be glad to write the code to support 1024x768 with 24-Bit. It seems lots of  people want that support.
 
 

 PLAY-BOX  XFree86Config

# XFree86 4 configuration created by pyxf86config

Section "ServerLayout"
 Identifier     "Default Layout"
 Screen      0  "Screen0" 0 0
 InputDevice    "Mouse0" "CorePointer"
 InputDevice    "Keyboard0" "CoreKeyboard"
 InputDevice    "DevInputMice" "AlwaysCore"
EndSection

Section "Files"
# RgbPath is the location of the RGB database.  Note, this is the name of the
# file minus the extension (like ".txt" or ".db").  There is normally
# no need to change the default.

# Multiple FontPath entries are allowed (they are concatenated together)
# By default, Red Hat 6.0 and later now use a font server independent of
# the X server to render fonts.

 RgbPath      "/usr/X11R6/lib/X11/rgb"
 FontPath     "unix/:7100"
EndSection

Section "Module"
 Load  "dbe"
 Load  "extmod"
 Load  "fbdevhw"
 Load  "glx"
 Load  "record"
 Load  "freetype"
 Load  "type1"
 Load  "dri"
EndSection

Section "InputDevice"
# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
# Option "Xleds"  "1 2 3"

# To disable the XKEYBOARD extension, uncomment XkbDisable.
# Option "XkbDisable"

# To customise the XKB settings to suit your keyboard, modify the
# lines below (which are the defaults).  For example, for a non-U.S.
# keyboard, you will probably want to use:
# Option "XkbModel" "pc102"
# If you have a US Microsoft Natural keyboard, you can use:
# Option "XkbModel" "microsoft"
#
# Then to change the language, change the Layout setting.
# For example, a german layout can be obtained with:
# Option "XkbLayout" "de"
# or:
# Option "XkbLayout" "de"
# Option "XkbVariant" "nodeadkeys"
#
# If you'd like to swi tch the positions of your capslock and
# control keys, use:
# Option "XkbOptions" "ctrl:swapcaps"
# Or if you just want both to be control, use:
# Option "XkbOptions" "ctrl:nocaps"
#
 Identifier  "Keyboard0"
 Driver      "keyboard"
 Option     "XkbRules" "xfree86"
 Option     "XkbModel" "pc105"
 Option     "XkbLayout" "us"
EndSection

Section "InputDevice"
 Identifier  "Mouse0"
 Driver      "mouse"
 Option     "Protocol" "Microsoft"
 Option     "Device" "/dev/ttyS0"
 Option     "ZAxisMapping" "4 5"
 Option     "Emulate3Buttons" "no"
EndSection

Section "InputDevice"
# If the normal CorePointer mouse is not a USB mouse then
# this input device can be used in AlwaysCore mode to let you
# also use USB mice at the same time.
 Identifier  "DevInputMice"
 Driver      "mouse"
 Option     "Protocol" "IMPS/2"
 Option     "Device" "/dev/input/mice"
 Option     "ZAxisMapping" "4 5"
 Option     "Emulate3Buttons" "no"
EndSection

Section "Monitor"
 Identifier   "Monitor0"
 VendorName   "Monitor Vendor"
 ModelName    "Sony CPD-1304"
 HorizSync    28.0 - 50.0
 VertRefresh  50.0 - 87.0
 Option     "dpms"
EndSection

Section "Device"
 Identifier  "Videocard0"
 Driver      "tdfx"
 VendorName  "Videocard vendor"
 BoardName   "Voodoo3 (generic)"
 VideoRam    16384
EndSection

Section "Screen"
 Identifier "Screen0"
 Device     "Videocard0"
 Monitor    "Monitor0"
 DefaultDepth     24
 SubSection "Display"
  Depth     24
  Modes    "1024x768" "800x600" "640x480"
 EndSubSection
EndSection

Section "DRI"
 Group        0
 Mode         0666
EndSection
 
 

Bob Pelletier wrote:

Hi Bukie. I am using the on-board graphic controller. I have no printer attached but this is part of the X86Config: Identifier "Videocard0"Driver "i810"VendorName "Videocard vendor"Boardname "Intel 865" Section "Screen"Identifier "Screen0"Device "Videocard0"Monitor "Monitor0"Default depth  16Subsection Display "Display"Depth 16Modes "1024x768" "800x600"  "640x480" MonitorMonitor0Monitor VendorDELL M992Display Size 350 260Horizsync 30.0-96.0VertRefresh 50.-160.0Option "dpms" If I change the 16 to a 24 the message is the depth is bad. The other stuff refers to the mouse etc. There is no other video related stuff.FYI - the business I work for is going to LINUX from the IBM mainframe so this is very new to me.  Thanks.Bob


Bukie Mabayoje <bukiemab@xxxxxxx> wrote:
Bob,
I have Redhat 9.0  installed now.
Can you do me a little favor?  I have to have a non edited XF86Config file from your disk.
The text at the end of this mail is a fresh install of Redhat 9.0 XFree86Config file
1.) I need to make sure the correct modules are being loaded
2.)  And the Monitor section is actually correct. When I was doing the install, the install program couldn't identify  the  monitor. That may be a driver  bug or the monitor doesn't support DDC (Probably monitor doesn't support functionality --- very old monitor). Anyway, I manually identify  the correct monitor. And it got the H-Sync and V-refresh frequency correct.

Based on the text you sent me, You wouldn't be able to do 1024x768 with 24-bit color.
Don't know yet if eventually you will be able do 1024x768 with 24-bit color.
The following text is from Intel's web site
For SuSE only, in the "screen" section:
Add a line for "DefaultDepth 24"
Add a line under Subsection "Display," after "Depth 24" add a line for "Modes "1024x768" "800x600" as appropriate for your system
Example:
Section "Screen"

Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
Subsection "Display"

Depth 24
Modes "1024x768" "800x600"

EndSubSection

End Section
This was a while back, I am pretty sure by now the Intel 865 should be able to do 1024x768 with 24-bit.
I am currently investigating if it can handle it.
I also need your output from this command
Steps:
1. Login as root
2. Type: X -version.
3. Send me the entire output. The output from the play-box is below
XFree86 Version 4.3.0 (Red Hat Linux release: 4.3.0-2)
Release Date: 27 February 2003
X Protocol Version 11, Revision 0, Release 6.6
Build Operating System: Linux 2.4.20-3bigmem i686 [ELF]
Build Date: 27 February 2003
Build Host: porky.devel.redhat.com

        Before reporting problems, check http://www.XFree86.Org/
        to make sure that you have the latest version.
Module Loader present
OS Kernel: Linux version 2.4.20-8 (bhcompile@xxxxxxxxxxxxxxxxxxxxxx) (gcc version 3.2.2 20030222 (Red Hat Linux 3.2.2-5)) #1 Thu Mar 13 17:54:28 EST 2003

If the current redhat 9.0 driver doesn't support it,  I will be glad to write the code to support 1024x768 with 24-Bit. It seems lots of  people want that support.
 
 

 PLAY-BOX  XFree86Config

# XFree86 4 configuration created by pyxf86config

Section "ServerLayout"
 Identifier     "Default Layout"
 Screen      0  "Screen0" 0 0
 InputDevice    "Mouse0" "CorePointer"
 InputDevice    "Keyboard0" "CoreKeyboard"
 InputDevice    "DevInputMice" "AlwaysCore"
EndSection

Section "Files"
# RgbPath is the location of the RGB database.  Note, this is the name of the
# file minus the extension (like ".txt" or ".db").  There is normally
# no need to change the default.

# Multiple FontPath entries are allowed (they are concatenated together)
# By default, Red Hat 6.0 and later now use a font server independent of
# the X server to render fonts.

 RgbPath      "/usr/X11R6/lib/X11/rgb"
 FontPath     "unix/:7100"
EndSection

Section "Module"
 Load  "dbe"
 Load  "extmod"
 Load  "fbdevhw"
 Load  "glx"
 Load  "record"
 Load  "freetype"
 Load  "type1"
 Load  "dri"
EndSection

Section "InputDevice"
# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
# Option "Xleds"  "1 2 3"

# To disable the XKEYBOARD extension, uncomment XkbDisable.
# Option "XkbDisable"

# To customise the XKB settings to suit your keyboard, modify the
# lines below (which are the defaults).  For example, for a non-U.S.
# keyboard, you will probably want to use:
# Option "XkbModel" "pc102"
# If you have a US Microsoft Natural keyboard, you can use:
# Option "XkbModel" "microsoft"
#
# Then to change the language, change the Layout setting.
# For example, a german layout can be obtained with:
# Option "XkbLayout" "de"
# or:
# Option "XkbLayout" "de"
# Option "XkbVariant" "nodeadkeys"
#
# If you'd like to swi tch the positions of your capslock and
# control keys, use:
# Option "XkbOptions" "ctrl:swapcaps"
# Or if you just want both to be control, use:
# Option "XkbOptions" "ctrl:nocaps"
#
 Identifier  "Keyboard0"
 Driver      "keyboard"
 Option     "XkbRules" "xfree86"
 Option     "XkbModel" "pc105"
 Option     "XkbLayout" "us"
EndSection

Section "InputDevice"
 Identifier  "Mouse0"
 Driver      "mouse"
 Option     "Protocol" "Microsoft"
 Option     "Device" "/dev/ttyS0"
 Option     "ZAxisMapping" "4 5"
 Option     "Emulate3Buttons" "no"
EndSection

Section "InputDevice"
# If the normal CorePointer mouse is not a USB mouse then
# this input device can be used in AlwaysCore mode to let you
# also use USB mice at the same time.
 Identifier  "DevInputMice"
 Driver      "mouse"
 Option     "Protocol" "IMPS/2"
 Option     "Device" "/dev/input/mice"
 Option     "ZAxisMapping" "4 5"
 Option     "Emulate3Buttons" "no"
EndSection

Section "Monitor"
 Identifier   "Monitor0"
 VendorName   "Monitor Vendor"
 ModelName    "Sony CPD-1304"
 HorizSync    28.0 - 50.0
 VertRefresh  50.0 - 87.0
 Option     "dpms"
EndSection

Section "Device"
 Identifier  "Videocard0"
 Driver      "tdfx"
 VendorName  "Videocard vendor"
 BoardName   "Voodoo3 (generic)"
 VideoRam    16384
EndSection

Section "Screen"
 Identifier "Screen0"
 Device     "Videocard0"
 Monitor    "Monitor0"
 DefaultDepth     24
 SubSection "Display"
  Depth     24
  Modes    "1024x768" "800x600" "640x480"
 EndSubSection
EndSection

Section "DRI"
 Group        0
 Mode         0666
EndSection
 
 

Bob Pelletier wrote:

Hi Bukie. I am using the on-board graphic controller. I have no printer attached but this is part of the X86Config: Identifier "Videocard0"Driver "i810"VendorName "Videocard vendor"Boardname "Intel 865" Section "Screen"Identifier "Screen0"Device "Videocard0"Monitor "Monitor0"Default depth  16Subsection Display "Display"Depth 16Modes "1024x768" "800x600"  "640x480" MonitorMonitor0Monitor VendorDELL M992Display Size 350 260Horizsync 30.0-96.0VertRefresh 50.-160.0Option "dpms" If I change the 16 to a 24 the message is the depth is bad. The other stuff refers to the mouse etc. There is no other video related stuff.FYI - the business I work for is going to LINUX from the IBM mainframe so this is very new to me.  Thanks.Bob


Do you Yahoo!?
All your favorites on one personal page ? Try My Yahoo!

[Index of Archives]     [X Forum]     [Xorg]     [XFree86 Newbie]     [IETF Announce]     [Security]     [Font Config]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux Kernel]

  Powered by Linux