LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 11-08-2009, 12:07 PM   #1
salilgk
LQ Newbie
 
Registered: Jun 2009
Posts: 20

Rep: Reputation: 0
Unhappy Problem with Fedora11 Display


Hello

I am facing some problem with X display in my newly installed Fedora 11 ( in compaq presario system - a bit old system though !! ). When I open some images, it shows some horizontal lines and some grains, Normal desktop shows without any problem but applications are not opening properly. attached is one image I collected while opening a png image. How do I start trouble shoot the issue. In normal case ( with static contents ) Firefox works well but when I open some youtube video or so, it shows only some grains and horizontal lines.

Thanks
Salil
Attached Thumbnails
Click image for larger version

Name:	Screenshot.jpg
Views:	13
Size:	217.8 KB
ID:	1907  
 
Old 11-08-2009, 01:30 PM   #2
Mr-Bisquit
Member
 
Registered: Feb 2009
Distribution: FreeBSD, OpenBSD, NetBSD, Debian, Fedora
Posts: 770
Blog Entries: 52

Rep: Reputation: 68
You should look at the xorg.conf file on the partition used by ubuntu to see if there are any missing values. Look in the screen section for possible xrandr values.
 
Old 11-09-2009, 08:51 AM   #3
salilgk
LQ Newbie
 
Registered: Jun 2009
Posts: 20

Original Poster
Rep: Reputation: 0
Thanks Mr-Bisquit

Sorry to say that in FC11 partition I am not able to locate xorg.conf file. It is not there under /etc/X11. Is it a different file which will be used by xorg in FC11 ?

Thanks
Salil
 
Old 11-09-2009, 09:09 AM   #4
JamesChamberlain
Member
 
Registered: Sep 2009
Location: Wirral, UK
Distribution: Red Hat Enterprise Linux / Fedora 11
Posts: 47

Rep: Reputation: 18
Quote:
Originally Posted by salilgk View Post
Thanks Mr-Bisquit

Sorry to say that in FC11 partition I am not able to locate xorg.conf file. It is not there under /etc/X11. Is it a different file which will be used by xorg in FC11 ?

Thanks
Salil
Hm, should be /etc/X11/xorg.conf...

do a locate for xorg.conf.

Try:

system-config-desktop --reconfig

or:

change your graphics driver to vesa, in xorg.conf:

Driver 'vesa'
 
Old 11-09-2009, 05:55 PM   #5
salilgk
LQ Newbie
 
Registered: Jun 2009
Posts: 20

Original Poster
Rep: Reputation: 0
Thanks James for suggestions

I am not able to locate xorg.conf in my system. The following is the contents of /etc/X11

# find /etc/X11/
/etc/X11/
/etc/X11/xorg.conf
/etc/X11/xinit
/etc/X11/xinit/Xclients.d
/etc/X11/xinit/xinputrc
/etc/X11/xinit/xinitrc
/etc/X11/xinit/xinput.d
/etc/X11/xinit/xinput.d/ibus.conf
/etc/X11/xinit/xinput.d/xim.conf
/etc/X11/xinit/xinput.d/none.conf
/etc/X11/xinit/xinitrc-common
/etc/X11/xinit/Xsession
/etc/X11/xinit/Xclients
/etc/X11/xinit/xinitrc.d
/etc/X11/xinit/xinitrc.d/00-start-message-bus.sh
/etc/X11/xinit/xinitrc.d/xdg-user-dirs.sh
/etc/X11/xinit/xinitrc.d/50-xinput.sh
/etc/X11/xinit/xinitrc.d/localuser.sh
/etc/X11/prefdm
/etc/X11/Xmodmap
/etc/X11/fontpath.d
/etc/X11/fontpath.d/liberation-fonts
/etc/X11/fontpath.d/xorg-x11-fonts-100dpi:unscaledri=30
/etc/X11/fontpath.d/fonts-default
/etc/X11/fontpath.d/default-ghostscript
/etc/X11/fontpath.d/cjkuni-fonts
/etc/X11/applnk
/etc/X11/Xresources

I couldn't find system-config-desktop also in my system. Is there any package which if I reinstall with yum - can resolve some of there issues ?


Thanks
Salil
 
Old 11-10-2009, 03:08 AM   #6
JamesChamberlain
Member
 
Registered: Sep 2009
Location: Wirral, UK
Distribution: Red Hat Enterprise Linux / Fedora 11
Posts: 47

Rep: Reputation: 18
Quote:
Originally Posted by salilgk View Post
Thanks James for suggestions

I am not able to locate xorg.conf in my system. The following is the contents of /etc/X11

# find /etc/X11/
/etc/X11/
/etc/X11/xorg.conf
/etc/X11/xinit
/etc/X11/xinit/Xclients.d
/etc/X11/xinit/xinputrc
/etc/X11/xinit/xinitrc
/etc/X11/xinit/xinput.d
/etc/X11/xinit/xinput.d/ibus.conf
/etc/X11/xinit/xinput.d/xim.conf
/etc/X11/xinit/xinput.d/none.conf
/etc/X11/xinit/xinitrc-common
/etc/X11/xinit/Xsession
/etc/X11/xinit/Xclients
/etc/X11/xinit/xinitrc.d
/etc/X11/xinit/xinitrc.d/00-start-message-bus.sh
/etc/X11/xinit/xinitrc.d/xdg-user-dirs.sh
/etc/X11/xinit/xinitrc.d/50-xinput.sh
/etc/X11/xinit/xinitrc.d/localuser.sh
/etc/X11/prefdm
/etc/X11/Xmodmap
/etc/X11/fontpath.d
/etc/X11/fontpath.d/liberation-fonts
/etc/X11/fontpath.d/xorg-x11-fonts-100dpi:unscaledri=30
/etc/X11/fontpath.d/fonts-default
/etc/X11/fontpath.d/default-ghostscript
/etc/X11/fontpath.d/cjkuni-fonts
/etc/X11/applnk
/etc/X11/Xresources

I couldn't find system-config-desktop also in my system. Is there any package which if I reinstall with yum - can resolve some of there issues ?


Thanks
Salil
Hmm, it must exist buddy as it's the second entry returned by that find command you've ran :

# find /etc/X11/
/etc/X11/xorg.conf

Edit this to say:

Driver 'vesa'

or alternatively install system-config-display:

# yum provides system-config-display
# yum install system-config-display

You can then run:

# system-config-display --reconfig

This will run x windows and ask you to reconfigure your graphics options.

Good luck.
 
Old 11-10-2009, 11:46 PM   #7
salilgk
LQ Newbie
 
Registered: Jun 2009
Posts: 20

Original Poster
Rep: Reputation: 0
I could solve the problem .. I have installed system-config-display and configured the display to get things working !!!!

thanks for the help
 
Old 11-11-2009, 10:52 AM   #8
JamesChamberlain
Member
 
Registered: Sep 2009
Location: Wirral, UK
Distribution: Red Hat Enterprise Linux / Fedora 11
Posts: 47

Rep: Reputation: 18
Quote:
Originally Posted by salilgk View Post
I could solve the problem .. I have installed system-config-display and configured the display to get things working !!!!

thanks for the help
Glad it worked
 
  


Reply



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 On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Problem : Grub doesn't show up on installing Fedora11 with Vista already installed. garanaveen Fedora 7 09-15-2009 09:59 AM
Problem installing Fedora11 from liveCD DGeeez Fedora 2 09-02-2009 02:01 PM
Fedora11 cannot display Chinese perfectly in English environment like before gilbertguo Linux - Newbie 1 07-21-2009 02:20 AM
Fedora11 installation problem hulk321 Linux - Software 1 06-30-2009 11:36 AM
Problem withChanging DISPLAY environment variable to display on someone else's screen wantsri Linux - Networking 1 10-25-2005 11:14 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 06:13 AM.

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