Results 1 to 6 of 6
Hi folks,
Just have F-13 32 bit installed. But can't find xorg.conf. The screen resolution is only 800x600. The LCD display and the video card can support 1640x1280. Please where ...
- 05-27-2010 #1Linux Guru
- Join Date
- Sep 2004
- Posts
- 1,546
Screen resolution
Hi folks,
Just have F-13 32 bit installed. But can't find xorg.conf. The screen resolution is only 800x600. The LCD display and the video card can support 1640x1280. Please where can I find a standard xorg.conf. Or how to create it here? TIA
B.R.
satimis
- 05-27-2010 #2Linux User
- Join Date
- Jul 2007
- Location
- Greece
- Posts
- 277
This might help you.
Create A xorg.conf FileOne Love!!!
- 05-27-2010 #3
Which Graphics Card do you have?
Try this Generic xorg.conf file and in case it doesn't work, post details of your Graphics Card here.
Code:Section "Device" Identifier "Configured Video Device" Driver "vesa" EndSection Section "Monitor" Identifier "Configured Monitor" HorizSync 31.5 - 70.0 VertRefresh 50 - 160 EndSection Section "Screen" Identifier "Default Screen" Monitor "Configured Monitor" Device "Configured Video Device" DefaultDepth 24 Subsection "Display" Depth 24 Modes "1640x1280" "1280x1024" "1024x768" EndSubsection EndSectionIt is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 05-27-2010 #4Linux Guru
- Join Date
- Sep 2004
- Posts
- 1,546
Hi,
host - debian 5.0
KVM - virtualizer
guest - fedora 13
$ lspci | grep VGAGeForce 7300 GSCode:07:00.0 VGA compatible controller: nVidia Corporation G71 [GeForce 7300 GS] (rev a1)
On the host
$ cat /etc/X11/xorg.confCode:Section "InputDevice" Identifier "Generic Keyboard" Driver "kbd" Option "XkbRules" "xorg" Option "XkbModel" "pc104" Option "XkbLayout" "us" EndSection Section "InputDevice" Identifier "Configured Mouse" Driver "mouse" EndSection Section "Device" Identifier "Configured Video Device" EndSection Section "Monitor" Identifier "Configured Monitor" EndSection Section "Screen" Identifier "Default Screen" Monitor "Configured Monitor" EndSection
Above Generic xorg.conf can't work. X can't start. I have no way to start the boot menu on Fedora 13.Try this Generic xorg.conf file and in case it doesn't work, post details of your Graphics Card here.
Code:Section "Device" Identifier "Configured Video Device" Driver "vesa" EndSection Section "Monitor" Identifier "Configured Monitor" HorizSync 31.5 - 70.0 VertRefresh 50 - 160 EndSection Section "Screen" Identifier "Default Screen" Monitor "Configured Monitor" Device "Configured Video Device" DefaultDepth 24 Subsection "Display" Depth 24 Modes "1640x1280" "1280x1024" "1024x768" EndSubsection EndSection
[ESC], [Shift] etc. can't work. I need to boot to single user mode.
[Ctrl]+[Alt]+F2
boots the host to single user mode. NOT the guest.
Please help. TIA
B.R.
satimis
- 05-27-2010 #5
Have you installed Nvidia Proprietary driver?
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 05-27-2010 #6Linux Guru
- Join Date
- Sep 2004
- Posts
- 1,546
Whether you meant the driver for mobo? I can't recall exactly. I think I have. This box has been runnig for sometimes. The screen resolution on the host is without problem.
My immediate need is how to boot the Fedora 13, the guest, to single user mode/init 3 to delete xorg.conf. Otherwise it can't start.
Edit:
$ lspciCode:00:00.0 RAM memory: nVidia Corporation MCP55 Memory Controller (rev a1) 00:01.0 ISA bridge: nVidia Corporation MCP55 LPC Bridge (rev a2) 00:01.1 SMBus: nVidia Corporation MCP55 SMBus (rev a2) 00:01.2 RAM memory: nVidia Corporation MCP55 Memory Controller (rev a2) 00:02.0 USB Controller: nVidia Corporation MCP55 USB Controller (rev a1) 00:02.1 USB Controller: nVidia Corporation MCP55 USB Controller (rev a2) 00:04.0 IDE interface: nVidia Corporation MCP55 IDE (rev a1) 00:05.0 IDE interface: nVidia Corporation MCP55 SATA Controller (rev a2) 00:05.1 IDE interface: nVidia Corporation MCP55 SATA Controller (rev a2) 00:05.2 IDE interface: nVidia Corporation MCP55 SATA Controller (rev a2) 00:06.0 PCI bridge: nVidia Corporation MCP55 PCI bridge (rev a2) 00:06.1 Audio device: nVidia Corporation MCP55 High Definition Audio (rev a2) 00:08.0 Bridge: nVidia Corporation MCP55 Ethernet (rev a2) 00:0a.0 PCI bridge: nVidia Corporation MCP55 PCI Express bridge (rev a2) 00:0b.0 PCI bridge: nVidia Corporation MCP55 PCI Express bridge (rev a2) 00:0c.0 PCI bridge: nVidia Corporation MCP55 PCI Express bridge (rev a2) 00:0d.0 PCI bridge: nVidia Corporation MCP55 PCI Express bridge (rev a2) 00:0e.0 PCI bridge: nVidia Corporation MCP55 PCI Express bridge (rev a2) 00:0f.0 PCI bridge: nVidia Corporation MCP55 PCI Express bridge (rev a2) 00:18.0 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] HyperTransport Technology Configuration 00:18.1 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Address Map 00:18.2 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] DRAM Controller 00:18.3 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Miscellaneous Control 07:00.0 VGA compatible controller: nVidia Corporation G71 [GeForce 7300 GS] (rev a1)
B.R.
satimis


Reply With Quote
