Re: [CentOS] display resolution

2008-01-17 Thread dny
i guess i'm stuck with 800x600 now ???


On Jan 16, 2008 6:14 PM, dny [EMAIL PROTECTED] wrote:

 On Jan 15, 2008 4:33 PM, Ralph Angenendt [EMAIL PROTECTED] wrote:
  dny wrote:
   RgbPath /usr/X11R7/lib/X11/rgb
 
  Haven't found that one in CentOS, you should be able to drop it.
 
   FontPath   /usr/X11R7/lib/X11/fonts/misc/
   FontPath   /usr/X11R7/lib/X11/fonts/Type1/
   FontPath   /usr/X11R7/lib/X11/fonts/TTF/
 
  Fonts are in /usr/share/X11/fonts on CentOS, but CentOS uses a
  font server, so drop those lines and add:
 
  FontPath unix/:7100
 
  Cheers,
 
  Ralph
 
  ___
  CentOS mailing list
  CentOS@centos.org
  http://lists.centos.org/mailman/listinfo/centos
 
 

 still not working.
 here's the error log:
 http://pastie.caboo.se/139483

 and, below is the xorg.conf that works on Centos 5.1 at 800x600.


 Vincent,
 i tried that 915resolution apps. seems nothing change.


 xorg.conf from centos 5.1
 # Xorg configuration created by system-config-display

 Section ServerLayout
 Identifier single head configuration
 Screen  0  Screen0 0 0
 InputDeviceKeyboard0 CoreKeyboard
 EndSection

 Section InputDevice
 Identifier  Keyboard0
 Driver  kbd
 Option  XkbModel pc105
 Option  XkbLayout us
 EndSection

 Section Monitor

  ### Comment all HorizSync and VertSync values to use DDC:
 Identifier   Monitor0
 ModelNameMonitor 1280x1024
  ### Comment all HorizSync and VertSync values to use DDC:
 HorizSync31.5 - 79.0
 VertRefresh  50.0 - 90.0
 Option  dpms
 EndSection

 Section Device
 Identifier  Videocard0
 Driver  i810
 EndSection

 Section Screen
 Identifier Screen0
 Device Videocard0
 MonitorMonitor0
 DefaultDepth 16
 SubSection Display
 Viewport   0 0
 Depth 24
 EndSubSection
 SubSection Display
 Viewport   0 0
 Depth 16
 Modes800x600 640x480
 EndSubSection
 EndSection




-- 
rgds.dennyhalim.com
Mesin Cari Indonesia! http://indosearch.blogspot.com
Pasang Widgets di Web/Blog Loe! http://wiki.dennyhalim.com/mywidget
Berita Mutakhir di PDA/Ponsel Loe! m.dennyhalim.com
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] display resolution

2008-01-16 Thread dny
On Jan 15, 2008 4:33 PM, Ralph Angenendt [EMAIL PROTECTED] wrote:
 dny wrote:
  RgbPath /usr/X11R7/lib/X11/rgb

 Haven't found that one in CentOS, you should be able to drop it.

  FontPath   /usr/X11R7/lib/X11/fonts/misc/
  FontPath   /usr/X11R7/lib/X11/fonts/Type1/
  FontPath   /usr/X11R7/lib/X11/fonts/TTF/

 Fonts are in /usr/share/X11/fonts on CentOS, but CentOS uses a
 font server, so drop those lines and add:

 FontPath unix/:7100

 Cheers,

 Ralph

 ___
 CentOS mailing list
 CentOS@centos.org
 http://lists.centos.org/mailman/listinfo/centos



still not working.
here's the error log:
http://pastie.caboo.se/139483

and, below is the xorg.conf that works on Centos 5.1 at 800x600.


Vincent,
i tried that 915resolution apps. seems nothing change.


xorg.conf from centos 5.1
# Xorg configuration created by system-config-display

Section ServerLayout
Identifier single head configuration
Screen  0  Screen0 0 0
InputDeviceKeyboard0 CoreKeyboard
EndSection

Section InputDevice
Identifier  Keyboard0
Driver  kbd
Option  XkbModel pc105
Option  XkbLayout us
EndSection

Section Monitor

 ### Comment all HorizSync and VertSync values to use DDC:
Identifier   Monitor0
ModelNameMonitor 1280x1024
 ### Comment all HorizSync and VertSync values to use DDC:
HorizSync31.5 - 79.0
VertRefresh  50.0 - 90.0
Option  dpms
EndSection

Section Device
Identifier  Videocard0
Driver  i810
EndSection

Section Screen
Identifier Screen0
Device Videocard0
MonitorMonitor0
DefaultDepth 16
SubSection Display
Viewport   0 0
Depth 24
EndSubSection
SubSection Display
Viewport   0 0
Depth 16
Modes800x600 640x480
EndSubSection
EndSection
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] display resolution

2008-01-14 Thread dny
On Jan 1, 2008 6:15 PM, Johnny Hughes [EMAIL PROTECTED] wrote:
 SO ... rsync that xorg.conf file off that machine (or copy it to the
 hard drive somewhere if the live CD can do that) and use it in CentOS-5.

 It should be interchangeable.

 Thanks,
 Johnny Hughes



sorry to bring up this old thread.
i just have time to try this again.

i boot up puppy linux from usb and copy the xorg.conf from it.
puppy can display 1024x768 resolution in my hardware.
but after i copy the working xorg.conf from puppy into centos,
the centos X just wont start at all.

below attached the xorg.conf content from puppy linux for your review.

so anything i can correct to make it work on centos 5.1???

tia.




xorg.conf

#Special base config file used in Puppy Linux.

# **
# Module section -- this  section  is used to specify
# which dynamically loadable modules to load.
# **
#
Section Module

# This loads the DBE extension module.

Loaddbe   # Double buffer extension

# This loads the miscellaneous extensions module, and disables
# initialisation of the XFree86-DGA extension within that module.
SubSection  extmod
  Optionomit xfree86-dga   # don't initialise the DGA extension
EndSubSection

# This loads the font modules
Loadtype1
Loadfreetype

# This loads the GLX module
Load   glx

# This loads xtrap extension, used by xrandr
Load   xtrap

EndSection

# **
# Files section.  This allows default font and rgb paths to be set
# **

Section Files

# 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.

RgbPath /usr/X11R7/lib/X11/rgb

# Multiple FontPath entries are allowed (which are concatenated together),
# as well as specifying multiple comma-separated entries in one FontPath
# command (or a combination of both methods)

FontPath   /usr/X11R7/lib/X11/fonts/misc/
FontPath   /usr/X11R7/lib/X11/fonts/Type1/
FontPath   /usr/X11R7/lib/X11/fonts/TTF/

EndSection

# **
# Server flags section.
# **

Section ServerFlags

# Uncomment this to disable the CrtlAltFn VT switch sequence
# (where n is 1 through 12).  This allows clients to receive these key
# events.

#Option DontVTSwitch

# Enables mode switching with xrandr
# There is a report that this can cause Xorg not to work on some
# video hardware, so default is commented-out...
# but i want to use it in xorgwizard so leave on...

Option RandR on

EndSection

#everything past here is auto-generated by Puppy's Xorg Wizard...


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

Section InputDevice
Identifier  Keyboard0
Driver  kbd
Option  XkbRules xorg
Option  XkbModel pc102
Option  XkbLayout us #xkeymap0
EndSection

Section InputDevice
Identifier  Mouse0
Driver  mouse
Option  Protocol auto #mouse0protocol
Option  Device /dev/mouse
#Option  Emulate3Buttons
#Option  Emulate3Timeout 50
Option  ZAxisMapping 4 5 #scrollwheel
EndSection

Section Monitor
Identifier   Monitor0
VendorName   Monitor Vendor
ModelNameMonitor Model
HorizSync30-80
VertRefresh  56-85
#UseModes Modes0 #monitor0usemodes
EndSection

Section Modes
Identifier Modes0
#modes0modeline0
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 #card0driver
VendorName  Intel Corporation
BoardName   82865G Integrated Graphics Controller
BusID   PCI:0:2:0
EndSection

Section Screen
Identifier Screen0

Re: [CentOS] display resolution

2008-01-01 Thread dny
On Dec 31, 2007 12:25 AM, Bart Schaefer [EMAIL PROTECTED] wrote:
 Were you able to select your monitor from the list or are you choosing
 some kind of generic monitor?

 Move your existing xorg.conf out of the way before running
 system-config-display so that it's forced to start from scratch.  It
 probably got the wrong HorizSync and VertRefresh values.

 If that doesn't work you'll need to find a manual or other description
 of your monitor and set HorizSync and VertRefresh and possibly a
 couple of Modeline entries by hand.


yes. i removed xorg.conf to generate it from scratch. i selected
generic 1024x768 monitor.
still cant get 1024x768 to work.
on some other distro and livecd i can even get 1280x1024.

800x600 works perfect. but it's just too low for me.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] display resolution

2007-12-30 Thread dny
On Dec 27, 2007 6:47 PM, Johnny Hughes [EMAIL PROTECTED] wrote:
 I notice that this some times happens if the monitor is in auto
 configure mode ... try this, on the menu select the following:

 System = Administration = Display

 THEN

 Click the hardware tab and pick your monitor manually.

 Thanks,
 Johnny Hughes



i use kde.
no such menu.
in kde control center  peripheral  display
there's only 2 choices. 800x600 and 640x480.

and nowhere i can find about monitor settings.

--
rgds.dennyhalim.com
Mesin Cari Indonesia! http://indosearch.blogspot.com
Pasang Widgets di Web/Blog Loe! http://wiki.dennyhalim.com/mywidget
Berita Mutakhir di PDA/Ponsel Loe! m.dennyhalim.com
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] display resolution

2007-12-30 Thread dny
On Dec 30, 2007 11:09 PM, Johnny Hughes [EMAIL PROTECTED] wrote:

 Now, there's your problem :-)

 OK, I am just kidding.  Do what ralph said and run system-config-display
  from the command line.


that's not installed with kde.
so i installed it with yumex.
run it. set my monitor and my resolution both as 1024x768.
startx. and i got blank screen.

replace xorg.conf with the backup to get back to my old low resolution.

anything else i can try out?

tia.
dny
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] display resolution

2007-12-27 Thread dny
xorg.conf dont have anything indicating the resolution.

i see this:
https://help.ubuntu.com/community/FixVideoResolutionHowto#head-0e3051713171cb5d1bf49dc2dc7bea24eb9ed83e

install 915resolution, change the driver from i810 to intel as said on
the instruction.
and X stop working.

i do X -configure and copy the new xorg.conf and get back to same old
resolution.
still cant get higher resolution.

any idea??

tia

On Dec 27, 2007 10:39 AM, mups. cp [EMAIL PROTECTED] wrote:
 You should look into the /etc/X11/xorg.conf file the check the
 available resolutions and the default. Changing this values should
 work, If not, check the video driver in the same file.
 man xorg.conf





-- 
rgds.dennyhalim.com
Mesin Cari Indonesia! http://indosearch.blogspot.com
Pasang Widgets di Web/Blog Loe! http://wiki.dennyhalim.com/mywidget
Berita Mutakhir di PDA/Ponsel Loe! m.dennyhalim.com

join our mailing list and have your problem solved for free
http://groups.yahoo.com/group/mypolaris

Chat with us online! Jabber, Google Talk, Yahoo!, AIM, ICQ, MSN
http://www.polarisnetwork.com/portal/messenger

... they look but do not see and hear but do not listen or understand. Mat 13:13
... but that which cometh out of the mouth, this defileth a man.   Mat 15:11
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] display resolution

2007-12-26 Thread dny
hi.
i got old acer veriton 3600g with intel 82865g graphics and should be able
to display at least 1024x768.

i'm linux newbie and this is my first hands on centos and it's centos 5.1.
why is it i can only use 800x600 resolution?
i tried install other distro and also few livecd and most distro can give me
1024x768
anyway i can get more screen on centos5.1?

tia.

-- 
rgds.dennyhalim.com
Mesin Cari Indonesia! http://indosearch.blogspot.com
Pasang Widgets di Web/Blog Loe! http://wiki.dennyhalim.com/mywidget
Berita Mutakhir di PDA/Ponsel Loe! m.dennyhalim.com

... they look but do not see and hear but do not listen or understand. Mat
13:13
... but that which cometh out of the mouth, this defileth a man.   Mat 15:11
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos