LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 08-07-2006, 03:50 AM   #1
onkia
LQ Newbie
 
Registered: Aug 2006
Posts: 22

Rep: Reputation: 15
Unhappy Resolution problem (Fedora Core 5)


Hi!

I have FC5 and my laptop is IBM Thinkpad.

I bought viewSonic VA2012w 20" LCD display.
Now when I change the resolution -> 1680x1050 (Administration->Display) and reboot the computer nothing happens?

My xorg.conf looks like this:

Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 16
Modes "1600x1200" "800x600" "640x480"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1600x1200" "1400x1050" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
EndSection


PS.

I cant change settings (preferences -> Screen resolution)
I can only choose
RESOLUTION: 1024x768
REFRESH RATE: -25869 Hz

What can I do ?
 
Old 08-07-2006, 04:26 AM   #2
jschiwal
LQ Guru
 
Registered: Aug 2001
Location: Fargo, ND
Distribution: SuSE AMD64
Posts: 15,733

Rep: Reputation: 683Reputation: 683Reputation: 683Reputation: 683Reputation: 683Reputation: 683
You don't have a "1680x1050" entry your xorg.conf file.

You also don't have a horizontal or vertical frequency entries. That is OK if the Display Data Channel (DDC) supplies this information.
 
Old 08-07-2006, 04:33 AM   #3
onkia
LQ Newbie
 
Registered: Aug 2006
Posts: 22

Original Poster
Rep: Reputation: 15
Ok. Now I made changes:

Modes "1680x1050" "800x600" "640x480"

Modes "1680x1050" "1400x1050" "1280x960" "1152x864" "1024x768" "800x600" "640x480"

But still nothing.

Quote:
You also don't have a horizontal or vertical frequency entries. That is OK if the Display Data Channel (DDC) supplies this information.
Where I can find out is DDC supplies this information ?
 
Old 08-07-2006, 08:44 AM   #4
jschiwal
LQ Guru
 
Registered: Aug 2001
Location: Fargo, ND
Distribution: SuSE AMD64
Posts: 15,733

Rep: Reputation: 683Reputation: 683Reputation: 683Reputation: 683Reputation: 683Reputation: 683
Try looking at your Xorg.0.log file
Code:
jschiwal@hpamd64:~/podcasts> cat -n /var/log/Xorg.0.log | grep ddc
   509  (II) Loading sub module "ddc"
   510  (II) LoadModule: "ddc"
   511  (II) Loading /usr/X11R6/lib64/modules/libddc.so
   512  (II) Module ddc: vendor="X.Org Foundation"
   521  (II) NV(0): I2C device "DDC:ddc2" registered at address 0xA0.
   522  (II) NV(0): I2C device "DDC:ddc2" removed.
   525  (II) NV(0): I2C device "DDC:ddc2" registered at address 0xA0.
   526  (II) NV(0): I2C device "DDC:ddc2" removed.
jschiwal@hpamd64:~/podcasts> cat  /var/log/Xorg.0.log | sed -n '509,530p'
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Loading /usr/X11R6/lib64/modules/libddc.so
(II) Module ddc: vendor="X.Org Foundation"
        compiled for 6.9.0, module version = 1.0.0
        ABI class: X.Org Video Driver, version 0.8
(II) NV(0): I2C bus "DDC" initialized.
(II) NV(0): Probing for analog device on output A...
(--) NV(0):   ...can't find one
(II) NV(0): Probing for analog device on output B...
(--) NV(0):   ...can't find one
(II) NV(0): Probing for EDID on I2C bus A...
(II) NV(0): I2C device "DDC:ddc2" registered at address 0xA0.
(II) NV(0): I2C device "DDC:ddc2" removed.
(II) NV(0):   ... none found
(II) NV(0): Probing for EDID on I2C bus B...
(II) NV(0): I2C device "DDC:ddc2" registered at address 0xA0.
(II) NV(0): I2C device "DDC:ddc2" removed.
(II) NV(0):   ... none found
(--) NV(0): CRTC 1 is currently programmed for DFP
(II) NV(0): Using DFP on CRTC 1
(--) NV(0): Panel size is 1280 x 800
Also, scan through the log for info on why your desired resolution didn't start.
If the resolution was set up and not rejected, then try changing the resolution using the "krandrtray" program.

If it was rejected, try generating a modeline for that resolution with the command "gtf 1680 1050 56 -x".

Also, use google to try to get the full specs on your monitor.
 
Old 08-07-2006, 09:27 AM   #5
hasmukh
LQ Newbie
 
Registered: Aug 2006
Posts: 10

Rep: Reputation: 0
In xorg.cofg do the following changes

Section Device

Identifier "Videocard0"

Change driver as "vesa"

and change mode as ur desired resolution

Hope it will work


HASMUKH
 
Old 08-07-2006, 10:39 AM   #6
lazlow
Senior Member
 
Registered: Jan 2006
Posts: 4,363

Rep: Reputation: 172Reputation: 172
Try changing it in System->Administration->Display. For whatever reason Fc5 will not let the setting in preference be higher than in admin.

Lazlow
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Fedora Core 4 resolution viper4 Linux - Hardware 1 02-21-2006 07:44 AM
(Fedora Core 4) Resolution Problem Ogprince Linux - Laptop and Netbook 5 01-31-2006 07:02 AM
Fedora Core 4 / HP Pavilion ze2348ea screen resolution problem pinguin_compliant Linux - Laptop and Netbook 3 12-29-2005 06:45 AM
Fedora Core 3 Resolution Issue zman26 Fedora 2 01-13-2005 11:36 AM
Can't change resolution in Fedora Core 1 thaitea Fedora 1 04-16-2004 04:44 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 01:25 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration