Fedora Linux Support Community & Resources Center
  #1  
Old 3rd August 2007, 01:25 PM
majoneza Offline
Registered User
 
Join Date: Aug 2007
Posts: 3
Fedora 7 display resolution

Hello!

I'm new on this forum and I have a question:
I have a Toshiba Satelite M100-164 laptop and Fedora 7 installed. My screen in wide and has resolution 1280x800. But I can't set this resolution because it forces 1024x768. Even if I edit xorg.conf to set the 1280x800, then i can't start Xserver and I have to switch basck to default 1024x768. Can anybondy help me with this problem?
I even installed new drivers for ATI Mobility Radeon X1400, but with no success.
Reply With Quote
  #2  
Old 3rd August 2007, 03:03 PM
FriedChips's Avatar
FriedChips Offline
Registered User
 
Join Date: Jul 2007
Location: Indiana USA
Posts: 1,715
Post your xorg.conf file so people can help you better. Also post the output of glxinfo and fglrxinfo.
__________________
The answer to all of lifes questions are buried somewhere in the Google search engine.

Code:
[Stephen@localhost ~]$ whatis this?
this?: nothing appropriate
Reply With Quote
  #3  
Old 4th August 2007, 12:12 PM
majoneza Offline
Registered User
 
Join Date: Aug 2007
Posts: 3
OK, here is the output of glxinfo:

name of display: :0.0
Xlib: extension "XFree86-DRI" missing on display ":0.0".
display: :0 screen: 0
direct rendering: No
server glx vendor string: SGI
server glx version string: 1.2
server glx extensions:
GLX_ARB_multisample, GLX_EXT_visual_info, GLX_EXT_visual_rating,
GLX_EXT_import_context, GLX_EXT_texture_from_pixmap, GLX_OML_swap_method,
GLX_SGI_make_current_read, GLX_SGIS_multisample, GLX_SGIX_hyperpipe,
GLX_SGIX_swap_barrier, GLX_SGIX_fbconfig, GLX_MESA_copy_sub_buffer
client glx vendor string: ATI
client glx version string: 1.3
client glx extensions:
GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_EXT_import_context,
GLX_ARB_get_proc_address, GLX_SGI_video_sync, GLX_ARB_multisample,
GLX_ATI_pixel_format_float, GLX_ATI_render_texture
GLX version: 1.2
GLX extensions:
GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_EXT_import_context,
GLX_ARB_multisample
OpenGL vendor string: Mesa project: www.mesa3d.org
OpenGL renderer string: Mesa GLX Indirect
OpenGL version string: 1.4 (1.5 Mesa 6.5.2)
OpenGL extensions:
GL_ARB_imaging, GL_ARB_multitexture, GL_ARB_texture_border_clamp,
GL_ARB_texture_cube_map, GL_ARB_texture_env_add,
GL_ARB_texture_env_combine, GL_ARB_texture_env_dot3,
GL_ARB_transpose_matrix, GL_EXT_abgr, GL_EXT_blend_color,
GL_EXT_blend_minmax, GL_EXT_blend_subtract, GL_EXT_texture_env_add,
GL_EXT_texture_env_combine, GL_EXT_texture_env_dot3,
GL_EXT_texture_lod_bias

visual x bf lv rg d st colorbuffer ax dp st accumbuffer ms cav
id dep cl sp sz l ci b ro r g b a bf th cl r g b a ns b eat
----------------------------------------------------------------------
0x22 24 tc 0 24 0 r y . 8 8 8 0 0 16 0 0 0 0 0 0 0 None
0x23 24 tc 0 24 0 r y . 8 8 8 0 0 16 8 16 16 16 0 0 0 None
0x24 24 tc 0 32 0 r y . 8 8 8 8 0 16 8 16 16 16 16 0 0 None
0x25 24 tc 0 32 0 r . . 8 8 8 8 0 16 8 16 16 16 16 0 0 None
0x3d 32 tc 1 0 0 c . . 0 0 0 0 0 0 0 0 0 0 0 0 0 None

then the output of fglrxinfo:
Xlib: extension "XFree86-DRI" missing on display ":0.0".
display: :0.0 screen: 0
OpenGL vendor string: Mesa project: www.mesa3d.org
OpenGL renderer string: Mesa GLX Indirect
OpenGL version string: 1.4 (1.5 Mesa 6.5.2)

and the xorg.conf file:
# Xorg configuration created by system-config-display

Section "ServerLayout"
Identifier "single head configuration"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Synaptics" "CorePointer"
EndSection

Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "si"
EndSection

Section "InputDevice"
Identifier "Synaptics"
Driver "synaptics"
Option "Device" "/dev/input/mice"
Option "Protocol" "auto-dev"
Option "Emulate3Buttons" "yes"
Option "LeftEdge" "120"
Option "RightEdge" "830"
Option "TopEdge" "120"
Option "BottomEdge" "650"
Option "FingerLow" "14"
Option "FingerHigh" "15"
Option "MaxTapMove" "110"
Option "VertScrollDelta" "20"
Option "HorizScrollDelta" "20"
Option "MinSpeed" "0.3"
Option "MaxSpeed" "0.75"
EndSection

Section "Device"
Identifier "Videocard0"
Driver "vesa"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Videocard0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Reply With Quote
  #4  
Old 4th August 2007, 06:30 PM
FriedChips's Avatar
FriedChips Offline
Registered User
 
Join Date: Jul 2007
Location: Indiana USA
Posts: 1,715
okay your ati drivers are not setup correctly. Edit your xorg.conf file

su -
gedit /etc/X11/xorg.conf

and replace this line in Device Section
Driver "vesa"

with this one
Driver "fglrx"

restart x with ctrl+alt+backspace
__________________
The answer to all of lifes questions are buried somewhere in the Google search engine.

Code:
[Stephen@localhost ~]$ whatis this?
this?: nothing appropriate
Reply With Quote
  #5  
Old 5th August 2007, 10:00 AM
majoneza Offline
Registered User
 
Join Date: Aug 2007
Posts: 3
Did as you replayed, but X server couldn't start. I had to load default setting again.
Reply With Quote
  #6  
Old 5th August 2007, 09:08 PM
Nezmin2's Avatar
Nezmin2 Offline
Registered User
 
Join Date: Sep 2005
Age: 44
Posts: 115
Question

Quote:
Originally Posted by majoneza
Did as you replayed, but X server couldn't start. I had to load default setting again.
I am having the same issue...
__________________
Nezmin2
Registered Linux User #401169
Reply With Quote
  #7  
Old 6th August 2007, 04:53 AM
FriedChips's Avatar
FriedChips Offline
Registered User
 
Join Date: Jul 2007
Location: Indiana USA
Posts: 1,715
okay this means that your ati drivers did not install properly. I find that it is easiest to install the kmod-fglrx drivers from repositories ( either livna or freshrpms ). some good info on doing this can be found here http://forums.fedoraforum.org/forum/...d.php?t=155503

you only need to follow up to step 4 for fc6 or step 3 for fc 7, unless you are interested in using beryl or compiz (which are pretty neat but take some time to get configured right.)
__________________
The answer to all of lifes questions are buried somewhere in the Google search engine.

Code:
[Stephen@localhost ~]$ whatis this?
this?: nothing appropriate
Reply With Quote
  #8  
Old 6th August 2007, 03:08 PM
FriedChips's Avatar
FriedChips Offline
Registered User
 
Join Date: Jul 2007
Location: Indiana USA
Posts: 1,715
also make sure you have COMPLETELY removed the drivers you installed before... ATI supplies an uninstall script to make this easy. Instructions can be found on their website
__________________
The answer to all of lifes questions are buried somewhere in the Google search engine.

Code:
[Stephen@localhost ~]$ whatis this?
this?: nothing appropriate
Reply With Quote
Reply

Tags
display, fedora, resolution

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Change resolution external display (Fedora 7) opasveer Hardware & Laptops 3 5th June 2007 11:59 AM
[B]Fedora 5 + ViewSonic display + setting resolution[/B] onkia Hardware & Laptops 5 6th September 2006 05:25 PM
FC4 and Display resolution shreedara Hardware & Laptops 0 23rd June 2006 01:48 PM


Current GMT-time: 08:04 (Sunday, 19-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat