no xorg.conf on debian5.02

View: New views
4 Messages — Rating Filter:   Alert me  

no xorg.conf on debian5.02

by abdelkader belahcene :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,
I was suprised by the xorg on debian 5.02 (the latest release). There is no file xorg.conf in /etc/X11.
I want to change the resolution for the screen to 1280x1024 , 1024x768   and the default Keyboard ,  where to do ii.
In another word  from where the xorg takes the parameter for the X ( keyboard, mouse, display, resolution .....)

thanks for help
best regards
bela

Re: no xorg.conf on debian5.02

by Neal Hogan :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Thu, Jul 9, 2009 at 6:54 AM, abdelkader
belahcene<abelahcene@...> wrote:
> Hi,
> I was suprised by the xorg on debian 5.02 (the latest release). There is no
> file xorg.conf in /etc/X11.
> I want to change the resolution for the screen to 1280x1024 , 1024x768   and
> the default Keyboard ,  where to do ii.
> In another word  from where the xorg takes the parameter for the X (
> keyboard, mouse, display, resolution .....)

man Xorg(1) . . . . '-configure' option

>
> thanks for help
> best regards
> bela
>


--
To UNSUBSCRIBE, email to debian-user-REQUEST@...
with a subject of "unsubscribe". Trouble? Contact listmaster@...


Parent Message unknown Re: Re: no xorg.conf on debian5.02

by abdelkader belahcene :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Thanks for reply,
But I have to do it during the installation, the content of the file /etc/apt/sources is already read and used.

thanks
bela

Re: no xorg.conf on debian5.02

by Jochen Schulz-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

abdelkader belahcene:
>
> I was suprised by the xorg on debian 5.02 (the latest release). There is no
> file xorg.conf in /etc/X11.

X.org nowadays tries to autoconfigure itself. If everything works, you
don't need an xorg.conf anymore. If it doesn't, you can write a minimal
/etc/X11/xorg.conf where you just set explicitly what X.org doesn't pick
up automatically.

Regarding the problem with the resolution, you should just need
something like:

Section "Screen"
    Subsection "Display"
        Depth       24
        Modes       "1280x1024" "1024x768" "800x600" "640x480"
    EndSubsection
EndSection

(Fill in resolutions as you like.)

J.
--
If all my friends had Playstations I would buy a Nintendo to prove my
individuality.
[Agree]   [Disagree]
                 <http://www.slowlydownward.com/NODATA/data_enter2.html>


signature.asc (204 bytes) Download Attachment