Results 1 to 10 of 12
I recently installed squeeze and I need to add a resolution to xorg but there is no longer a xorg.conf? Iv never really been any good with anything to do ...
- 07-10-2011 #1
Debian resolutions?
I recently installed squeeze and I need to add a resolution to xorg but there is no longer a xorg.conf? Iv never really been any good with anything to do with X so i would appreciate any help that anyone can give. Im trying to add a resolution for my 1920x1080 monitor at 60Hz.
- 07-10-2011 #2forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,086
If you are running nvidia drivers, you can run nvidia-xconfig in a console to create the xorg.conf file. Here's my xorg.conf file for Arch Linux if you want to use it as a reference for creating your own:
Note that it picks up the 1920x1080 monitor resolution at 60Hz automatically.Code:Section "ServerLayout" Identifier "Layout0" Screen 0 "Screen0" InputDevice "Keyboard0" "CoreKeyboard" InputDevice "Mouse0" "CorePointer" EndSection Section "Files" EndSection Section "InputDevice" # generated from default Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/psaux" Option "Emulate3Buttons" "no" Option "ZAxisMapping" "4 5" EndSection Section "InputDevice" # generated from default Identifier "Keyboard0" Driver "kbd" EndSection Section "Monitor" Identifier "Monitor0" VendorName "Unknown" ModelName "Unknown" HorizSync 24.0 - 80.0 VertRefresh 56.0 - 75.0 Option "DPI" "96x96" Option "DPMS" EndSection Section "Device" Identifier "Device0" Driver "nvidia" VendorName "NVIDIA Corporation" EndSection Section "Screen" Identifier "Screen0" Device "Device0" Monitor "Monitor0" DefaultDepth 24 SubSection "Display" Depth 24 EndSubSection EndSectionoz
→ new members/users: read this first | new member faq
→ no private messages requesting computer support - post them on the forums!
→ please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.
- 07-10-2011 #3
- 07-10-2011 #4forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,086
The video driver you use depends on the make and model of your video card unless you want to use a generic linux driver, which of course may not give the performance of proprietary drivers that were built for your card.
oz
→ new members/users: read this first | new member faq
→ no private messages requesting computer support - post them on the forums!
→ please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.
- 07-10-2011 #5
I have just integrated graphics. That are on my desktop so im gonna guess intel?
- 07-10-2011 #6
Look at the output of lspci.
Looking at the output, you'll see a listing for your GFX chip.
You can either Google around for the right driver, or you can post that line back here for assistance.Jay
New users, read this first.
New Member FAQ
Registered Linux User #463940
I do not respond to Private Messages asking for Linux help. Please, keep it on the public boards.
- 07-10-2011 #7
VGA compatible controller: Intel Corporation 82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device (rev 03)
- 07-10-2011 #8
That chip uses the i810 driver.
That should be included in the kernel. But if not, you can find information on it here. That page is for Squeeze.Jay
New users, read this first.
New Member FAQ
Registered Linux User #463940
I do not respond to Private Messages asking for Linux help. Please, keep it on the public boards.
- 07-10-2011 #9
v iv changed to my proper driver in my xorg.conf but i stil dont have the correct resolutions after rebooting
- 07-10-2011 #10
I've not used Debian proper, just derivatives like Ubuntu and Mint.
So you will need to use a little Google work, or wait for more detailed replies from our members here.Jay
New users, read this first.
New Member FAQ
Registered Linux User #463940
I do not respond to Private Messages asking for Linux help. Please, keep it on the public boards.


Reply With Quote
