Unix Technical Forum

SEO

vBulletin Search Engine Optimization


Go Back   Unix Technical Forum > Unix Operating Systems > Debian Linux > Debian Linux support

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 02-15-2008, 04:32 AM
Wolfgang
 
Posts: n/a
Default Who knows a tool for konfiguratin graphic-card and console-resolution


upgraded my system to etch and now I miss xf86config.
Debian Etch wont recognize my PCI NVidia GeForce FX5200.
Tried to use "Envy" for automatic installation but that
couldn't find my VGA.

Greetings,
Wolfgang

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 02-15-2008, 04:32 AM
Dave Uhring
 
Posts: n/a
Default Re: Who knows a tool for konfiguratin graphic-card andconsole-resolution

On Fri, 15 Feb 2008 02:07:07 +0100, Wolfgang wrote:

> upgraded my system to etch and now I miss xf86config. Debian Etch wont
> recognize my PCI NVidia GeForce FX5200. Tried to use "Envy" for
> automatic installation but that couldn't find my VGA.


X will partially configure itself. As root

X -configure

A file /root/xorg.conf.new will be created. Edit this file to add your
monitor's capability, pixel depth and modes. Example follows. DO NOT
assume that your monitor has the same capability as mine!!

Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
HorizSync 30.0 - 80.0
VertRefresh 50.0 - 75.0
EndSection
.. . .
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
.. . .
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1280x1024"
EndSubSection

You can test your new config file following the instructions which X gave
you when creating the file, or you can just

mv xorg.conf.new /etc/X11/xorg.conf

Then either 'startx' or /etc/rc2.d/SXXgdm start.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 02-15-2008, 01:51 PM
Anton Ertl
 
Posts: n/a
Default Re: Who knows a tool for konfiguratin graphic-card and console-resolution

Wolfgang <wolfgang.not@home.now> writes:
>
>upgraded my system to etch and now I miss xf86config.
>Debian Etch wont recognize my PCI NVidia GeForce FX5200.


My experience is that Etch (and also Lenny, last I tried it) always
creates a bad xorg.conf, and that X usually does well without an
xorg.conf. So you could just try

cd /etc/X11 && mv xorg.conf xorg.conf-etch

and then try starting X. For a simple try:

X

gives you just basic X with a mouse cursor, end that with
Ctrl-Alt-Backspace.

If that works, it's probably simples to reboot (or you can play around
with /etc/init.d/xserver-xorg etc.

- anton
--
M. Anton Ertl Some things have to be seen to be believed
anton@mips.complang.tuwien.ac.at Most things have to be believed to be seen
http://www.complang.tuwien.ac.at/anton/home.html
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 09:16 AM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62