On Wed, 2005-10-12 at 18:49 +0200, David Becker wrote: > Jean François Ortolo wrote: > > [...] > > > > > Section "Screen" > > Identifier "Screen0" > > Device "Videocard0" > > Monitor "Monitor0" > > DefaultDepth 24 > > SubSection "Display" > > Viewport 0 0 > > Depth 16 > > Modes "1024x768" "800x600" "640x480" > > EndSubSection > > SubSection "Display" > > Viewport 0 0 > > Depth 24 > > Modes "1024x768" "800x600" "640x480" > > EndSubSection > > EndSection > > > > Section "DRI" > > Group 0 > > Mode 0666 > > EndSection > > > > ------------------------------------------------ > > > > Theoretically, there shouldn't be any error in this file, no ? > > > Seems to be ok. > > You may want to explicitly specify the 'Virtual' screen size. > Then, you may want to check permissions on the configuration files, > specifically /etc/X11/xorg.conf > > Then you may want to compare the output of X to see if there's any > difference between doing startx as root or as a normal user. I expect > there to be a difference between the two. > > Regards, > > David > Thank you very much Sir I'd been setting this line below the Display sub-section: Virtual 1024 768 Nothing more or less. I made an 'ls -l /etc/X11/xorg.conf', which gives: rw-r--r-- xorg.conf Tried to set: 'chmod 777 /etc/X11/xorg.conf' No success. I made a diff of Xorg.0.log after startx from root then normal user, it gives this: --------------------------------------------------- 17c17 < (==) Log file: "/var/log/Xorg.0.log", Time: Wed Oct 12 19:54:08 2005 --- > (==) Log file: "/var/log/Xorg.0.log", Time: Wed Oct 12 19:54:43 2005 1869c1869 < (II) VESA(0): virtual address = 0xb3e26000, --- > (II) VESA(0): virtual address = 0xb3ec6000, 1919d1918 < AUDIT: Wed Oct 12 19:54:11 2005: 4591 X: client 6 rejected from local host ----------------------------------------------------------------- Meanwhile, there is a line in this Xorg.0.log , which indicates it finds a checksum error in the V_Bios. I presume this is the video card Bios, if this is the case, maybe the bios of my card is corrupt ? After all, I believe this is not an X problem, but more probably a display manager problem. The only concerned part of the screen, is the display manager, with its menus an menubars. When I installed this FC4, I didn't enter the horiz/vert sync refresh of my monitor, for I didn't have those. Might it be, the gnome configuration has been set up accordingly to support only the 800x600 and 640x480 resolutions, the system found available at the install time ? This way, the problem seems for me to be able to reconfigurate the gnome display manager, so that it might support higher resolutions. Thank you very much for your help. Best regards. Jean Francois Ortolo