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.
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
On Dec 27, 2007 12:05 AM, dny mail2dny@gmail.com wrote:
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
xorg.conf dont have anything indicating the resolution.
i see this: https://help.ubuntu.com/community/FixVideoResolutionHowto#head-0e3051713171c...
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 mups.cp@gmail.com 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
dny wrote:
xorg.conf dont have anything indicating the resolution.
i see this: https://help.ubuntu.com/community/FixVideoResolutionHowto#head-0e3051713171c...
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 mups.cp@gmail.com 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
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
On Dec 27, 2007 6:47 PM, Johnny Hughes johnny@centos.org 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.
On Dec 27, 2007 6:47 PM, Johnny Hughes johnny@centos.org 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
dny wrote:
On Dec 27, 2007 6:47 PM, Johnny Hughes johnny@centos.org 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.
Now, there's your problem :-)
OK, I am just kidding. Do what ralph said and run system-config-display from the command line.
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.
On Dec 30, 2007 11:09 PM, Johnny Hughes johnny@centos.org 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
On Mon, 31 Dec 2007, dny wrote:
On Dec 30, 2007 11:09 PM, Johnny Hughes johnny@centos.org 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?
Within X, if the resolution doesn't produce a picture, try CNTL-[minus sign] and/or CNTL-[plus sign] to switch among resolutions and refresh rates.
If all else fails, try CNTL-ALT-Backspace to break out of X. Sometimes that will help, other times you need to visit CNTL-ALT-F1 for a tty session for additional troubleshooting.
Hope that helps.
Scott
tia. dny _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
On Dec 30, 2007 9:01 AM, dny mail2dny@gmail.com wrote:
anything else i can try out?
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.
On Dec 31, 2007 12:25 AM, Bart Schaefer barton.schaefer@gmail.com 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.
dny wrote:
On Dec 31, 2007 12:25 AM, Bart Schaefer barton.schaefer@gmail.com 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.
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
On Jan 1, 2008 6:15 PM, Johnny Hughes johnny@centos.org 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.
Load "dbe" # Double buffer extension
# This loads the miscellaneous extensions module, and disables # initialisation of the XFree86-DGA extension within that module. SubSection "extmod" Option "omit xfree86-dga" # don't initialise the DGA extension EndSubSection
# This loads the font modules Load "type1" Load "freetype"
# 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 <Crtl><Alt><Fn> 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 InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "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" ModelName "Monitor Model" HorizSync 30-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" Device "Card0" Monitor "Monitor0" DefaultDepth 16 Subsection "Display" Depth 16 Modes "1024x768" EndSubsection EndSection
#PuppyHardwareProfile=Intel_r_865G_Graphics_ChipLGI0501
On Jan 1, 2008 6:15 PM, Johnny Hughes johnny@centos.org 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.
Just a guess: perhaps you need that utility to "fix" the gfx card's bios ? http://dag.wieers.com/rpm/packages/915resolution/
[snip]
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
On Jan 15, 2008 4:33 PM, Ralph Angenendt ra+centos@br-online.de 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 InputDevice "Keyboard0" "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" ModelName "Monitor 1280x1024" ### Comment all HorizSync and VertSync values to use DDC: HorizSync 31.5 - 79.0 VertRefresh 50.0 - 90.0 Option "dpms" EndSection
Section "Device" Identifier "Videocard0" Driver "i810" EndSection
Section "Screen" Identifier "Screen0" Device "Videocard0" Monitor "Monitor0" DefaultDepth 16 SubSection "Display" Viewport 0 0 Depth 24 EndSubSection SubSection "Display" Viewport 0 0 Depth 16 Modes "800x600" "640x480" EndSubSection EndSection
i guess i'm stuck with 800x600 now ???
On Jan 16, 2008 6:14 PM, dny mail2dny@gmail.com wrote:
On Jan 15, 2008 4:33 PM, Ralph Angenendt ra+centos@br-online.de 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 InputDevice "Keyboard0" "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" ModelName "Monitor 1280x1024" ### Comment all HorizSync and VertSync values to use DDC: HorizSync 31.5 - 79.0 VertRefresh 50.0 - 90.0 Option "dpms" EndSection
Section "Device" Identifier "Videocard0" Driver "i810" EndSection
Section "Screen" Identifier "Screen0" Device "Videocard0" Monitor "Monitor0" DefaultDepth 16 SubSection "Display" Viewport 0 0 Depth 24 EndSubSection SubSection "Display" Viewport 0 0 Depth 16 Modes "800x600" "640x480" EndSubSection EndSection
On Dec 30, 2007 6:52 AM, Denny denny@mypolaris.com wrote:
On Dec 27, 2007 6:47 PM, Johnny Hughes johnny@centos.org 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.
Run system-config-display
Or in KDE, Administration >> Display
Then select the Hardware tab.
Akemi