You are not logged in.
Pages: 1
Hi all,
I am running a Dual Screen with Nvidia and a 8800gt card, both monitor are plug via VGA cable - Now I also have my TV plug via S-Video cable.
So ideally I would be able upon login to choose a different user in order to load a xorg.conf that set with one monitor and the TV (running a seperate X Screen) or adding a separate line in Grub to choose to boot a different xorg.conf
Other option would be to create a script to alternate xorg.conf and reload X then log normally but I am weary of that solution because it would be a `cp` command and it will become messy.
Any other option you might think or advice would be much appreciated,
Regards,
Offline
startx -- -config blah.conf
^^ That's how you start X with a different config. "blah.conf" needs to be in /etc/X11/. Now you just need to figure out some script magic with either grub or your login manager.
Offline
Right,
but if I then log using gdm with a specific user that run that command - obviously x will restart and return to gdm? I mean it's not the end of the world, then I can run another script relaoding X with the normal config..
Offline
Yeah, don't use a login manager then and hack something together with grub. No idea how though. Or, search the forums for CDM, it's a console based login manager. I haven't ever used it, so I have no idea what it's capable of, but it's something to try.
Offline
Pages: 1