Dear all, I have run into a problem. using fc6 test 2. The xorg.conf file gives very poor resolution 800x600. I tried manually editing xorg.conf and put in the values Section Monitor HorizSync 30.0 - 69.0 VertRefresh 50.0 - 120.0 Option "DPMS" End Section Monitor is a "Dell 1028 L". VideoCard is integrated into motherboard. I have put in all the updates. I read somewhere that system-config-display has been depracated in favor of Xorg -configure. [root@localhost X11]# uname -a Linux localhost.localdomain 2.6.17-1.2614.fc6 #1 SMP Sun Sep 3 15:16:36 EDT 2006 i686 athlon i386 GNU/Linux [root@localhost X11]# cat /etc/fedora-release Fedora Core release 5.91 (FC6 Test2) [root@localhost X11]# Here's xorg.conf (working) [root@localhost ~]# cat /etc/X11/xorg.conf # XFree86 4 configuration created by pyxf86config Section "ServerLayout" Identifier "Default Layout" Screen 0 "Screen0" 0 0 InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "kbd" Option "XkbModel" "pc105" Option "XkbLayout" "us" EndSection Section "Device" Identifier "Videocard0" Driver "nv" EndSection Section "Screen" Identifier "Screen0" Device "Videocard0" DefaultDepth 16 EndSection [root@localhost ~]# Here's the one generated by xorg -configure (does not work complains about mouse not being configured properly) [root@localhost X11]# cat xorg.conf-xorgconfigured Section "ServerLayout" Identifier "X.org Configured" Screen 0 "Screen0" 0 0 InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "Files" RgbPath "/usr/share/X11/rgb" ModulePath "/usr/lib/xorg/modules" FontPath "unix/:7100" EndSection Section "Module" Load "record" Load "glx" Load "dbe" Load "xtrap" Load "vnc" Load "extmod" Load "dri" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "kbd" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "ZAxisMapping" "4 5" Option "Buttons" "3" Option "Device" "/dev/mouse" Option "ZAxisMapping" "4 5 6 7" EndSection Section "Monitor" Identifier "Monitor0" VendorName "Monitor Vendor" ModelName "Dell 1028L" HorizSync 30.0 - 69.0 VertRefresh 50.0 - 120.0 Option "DPMS" 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 "SWcursor" # [<bool>] #Option "HWcursor" # [<bool>] #Option "NoAccel" # [<bool>] #Option "ShadowFB" # [<bool>] #Option "UseFBDev" # [<bool>] #Option "Rotate" # [<str>] #Option "VideoKey" # <i> #Option "FlatPanel" # [<bool>] #Option "FPDither" # [<bool>] #Option "CrtcNumber" # <i> #Option "FPScale" # [<bool>] #Option "FPTweak" # <i> Identifier "Card0" Driver "nv" VendorName "nVidia Corporation" BoardName "NV18 [GeForce4 MX - nForce GPU]" BusID "PCI:2:0:0" EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 1 EndSubSection SubSection "Display" Viewport 0 0 Depth 4 EndSubSection SubSection "Display" Viewport 0 0 Depth 8 EndSubSection SubSection "Display" Viewport 0 0 Depth 15 EndSubSection SubSection "Display" Viewport 0 0 Depth 16 EndSubSection SubSection "Display" Viewport 0 0 Depth 24 Modes "1280x1024" "1024x768" EndSubSection EndSection [root@localhost X11]# What should I do? I get only 800x600 or 640x480? The monitor can go up to "1280x1024". Suggestions and comments welcome. Regards, Antonio __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com -- fedora-test-list mailing list fedora-test-list@xxxxxxxxxx To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-test-list